From: Friedrich L. <fr...@us...> - 2004-04-11 22:08:07
|
Update of /cvsroot/ipac-ng/ipac-ng/agents/iptables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4375/agents/iptables Modified Files: Makefile.in Log Message: some other changes to get "make distclean" complete Index: Makefile.in =================================================================== RCS file: /cvsroot/ipac-ng/ipac-ng/agents/iptables/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 11 Apr 2004 20:16:43 -0000 1.3 +++ Makefile.in 11 Apr 2004 21:54:23 -0000 1.4 @@ -13,5 +13,8 @@ %.o: %.c ../../config.h ../../ipac.h ../../lib/libnet.h $(CC) -c -I. -I../.. $(DEFS) $(CFLAGS) $< -o $@ +clean: + rm -f *.a *.o + distclean: rm -f Makefile *~ |