diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-22 22:24:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-22 22:24:42 +0000 |
commit | d28d31171f886d3ffc0eeeed110ee7110e77a94b (patch) | |
tree | 6faab2e097ff87d24d00a4f54d714a81cde7bb84 /distrib | |
parent | bd8b23be6dad41c95dcda6d063d6268c316438fa (diff) |
use -DNOZ option, and rearrange for new source files
Diffstat (limited to 'distrib')
-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> |