diff options
-rw-r--r-- | distrib/special/grep/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/distrib/special/grep/Makefile b/distrib/special/grep/Makefile index e634a804551..13010dcd190 100644 --- a/distrib/special/grep/Makefile +++ b/distrib/special/grep/Makefile @@ -1,8 +1,12 @@ -# $OpenBSD: Makefile,v 1.1 2002/02/08 20:12:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2003/06/22 22:24:41 deraadt Exp $ PROG= grep +SRCS= binary.c file.c grep.c mmfile.c queue.c util.c MAN= -COPTS+=-Os +COPTS+=-Os -DNOZ .PATH: ${.CURDIR}/../../../usr.bin/grep +#LDADD=-lz +#DPADD=${LIBZ} + .include <bsd.prog.mk> |