summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2005-02-22 21:23:10 +0000
committerDavid Hankins <dhankins@isc.org>2005-02-22 21:23:10 +0000
commit734980fbc8343ad991259d819d07d9a369689090 (patch)
tree537ba091070d6158319368249187c7257f2a1fb3
parentfc4201780c30988268883b73af0d5758497a04f2 (diff)
downloadisc-dhcp-734980fbc8343ad991259d819d07d9a369689090.tar.gz
- 'make clean' should remove omshell and omshell.o. 'svtest' and 'test.o'
are relics -- never made by this makefile.
-rw-r--r--dhcpctl/Makefile.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist
index c4822933..5f73a11f 100644
--- a/dhcpctl/Makefile.dist
+++ b/dhcpctl/Makefile.dist
@@ -78,7 +78,7 @@ depend:
$(MKDEP) $(INCLUDES) $(PREDEFINES) $(SRC)
clean:
- -rm -f $(OBJ) test.o svtest cltest.o cltest
+ -rm -f $(OBJ) omshell.o omshell cltest.o cltest
realclean: clean
-rm -f libdhcpctl.a *~ $(CATMANPAGES) $(SEDMANPAGES)