ongrep

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

commit 44201941081f88955a285d730c2ddc12120515b2
parent 4500d4b0a21fde906527db6ae4140830508f466f
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Tue, 26 Jun 2001 17:55:28 +0000

another hack to make sure we clean.  god this makefile sucks.

Diffstat:
Mregex-0.12/Makefile.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regex-0.12/Makefile.in b/regex-0.12/Makefile.in @@ -77,7 +77,7 @@ default all install \ mostlyclean clean distclean extraclean realclean \ TAGS check:: for d in $(subdirs); do (cd $$d; $(MAKE) $(makeargs) $@); done - rm -f Makefile config.status + rm -f Makefile config.status regex.o .PHONY: install mostlyclean clean distclean extraclean realclean TAGS check