From: Ted Lemon Date: Wed, 6 Oct 1999 22:39:11 +0000 (+0000) Subject: Make clean target clean up test program. X-Git-Tag: BCTEL_SPECIAL_19991124~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef216c04e18cb6dd9748048dcb6c0352f1ef051e;p=thirdparty%2Fdhcp.git Make clean target clean up test program. --- diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist index f554aff14..9d5554851 100644 --- a/dhcpctl/Makefile.dist +++ b/dhcpctl/Makefile.dist @@ -63,7 +63,7 @@ depend: makedepend $(INCLUDES) $(PREDEFINES) $(SRCS) clean: - -rm -f $(OBJ) + -rm -f $(OBJ) test.o test realclean: clean -rm -f libdhcp.a *~ $(CATMANPAGES) $(SEDMANPAGES) diff --git a/omapip/Makefile.dist b/omapip/Makefile.dist index cdf280c3f..65f82b46d 100644 --- a/omapip/Makefile.dist +++ b/omapip/Makefile.dist @@ -67,7 +67,7 @@ depend: makedepend $(INCLUDES) $(PREDEFINES) $(SRCS) clean: - -rm -f $(OBJ) + -rm -f $(OBJ) test.o test realclean: clean -rm -f libdhcp.a *~ $(CATMANPAGES) $(SEDMANPAGES)