From ef216c04e18cb6dd9748048dcb6c0352f1ef051e Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 6 Oct 1999 22:39:11 +0000 Subject: [PATCH] Make clean target clean up test program. --- dhcpctl/Makefile.dist | 2 +- omapip/Makefile.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist index f554aff1..9d555485 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 cdf280c3..65f82b46 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)