diff options
-rw-r--r-- | distrib/special/grep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/grep/Makefile b/distrib/special/grep/Makefile index a68bdc64433..3803aec9c4b 100644 --- a/distrib/special/grep/Makefile +++ b/distrib/special/grep/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2009/10/28 07:36:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2010/07/02 20:52:10 nicm Exp $ PROG= grep SRCS= binary.c file.c grep.c mmfile.c queue.c util.c -COPTS+= -DNOZ +COPTS+= -DNOZ -DSMALL .PATH: ${.CURDIR}/../../../usr.bin/grep .include <bsd.prog.mk> |