ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit 46e51e4332bc69323751548d1490b8d8582589c7
parent e7e715aa1c721acdead8c69d1468005408d88215
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Sun, 20 Feb 2005 03:33:03 +0000

tuned clean targets to get rid of all those pesky files that their
distclean's miss

Diffstat:
MMakefile.in | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.in b/Makefile.in @@ -54,7 +54,7 @@ install: $(TARGET) pcre: @cd pcre-5.0 && make $(REGEX_OBJS) && cp -f $(REGEX_OBJS) .. -regex: +regex: @cd regex-0.12 && make $(REGEX_OBJS) && cp -f $(REGEX_OBJS) .. $(OBJS): Makefile @@ -66,12 +66,12 @@ clean: rm -f *~ $(OBJS) $(REGEX_OBJS) $(TARGET) distclean: clean clean-$(REGEX_TARGET) - rm -f config.status config.cache config.log config.h Makefile .depends + rm -f config.status config.cache config.log config.h Makefile clean-pcre: - cd pcre-5.0 && test -f ./Makefile && make distclean + cd pcre-5.0 && rm -f RunTest dftables libpcre.pc && test -f ./Makefile && make distclean clean-regex: - cd regex-0.12 && test -f ./Makefile && make distclean + cd regex-0.12 && rm -f Makefile doc/Makefile test/Makefile config.cache config.log config.status ngrep.o: ngrep.c ngrep.h