aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-05-10 22:28:15 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-05-10 22:28:15 +0000
commit33434b2174ce33ef7b73fcaec8a3886e6fedc8c6 (patch)
tree2603866348a4a0a8b6a2b1ef30c1eedb63416294
parent4d3b5a4430c828e586e2564d0495f90d9cf7794e (diff)
Notes
-rw-r--r--gnu/usr.bin/grep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 3657b36769c5..1b516d644b53 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -7,7 +7,7 @@ PROG= grep
SRCS= dfa.c grep.c getopt.c kwset.c obstack.c search.c
CFLAGS+=-DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 \
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 \
- -DHAVE_VALLOC=1 -DHAVE_WORKING_MMAP=1
+ -DHAVE_VALLOC=1
LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \
${BINDIR}/grep ${BINDIR}/fgrep