summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-21 09:44:26 +0000
committerpeter <peter@FreeBSD.org>1999-11-21 09:44:26 +0000
commita99b0d3debaa3095200e339735302e0204336f06 (patch)
tree009ecdb45b4cdcc270d86c53d9db602cd927740b /gnu/usr.bin/grep
parentc94bd717ba865a97f38bd16273c080678d5fdafa (diff)
downloadFreeBSD-src-a99b0d3debaa3095200e339735302e0204336f06.zip
FreeBSD-src-a99b0d3debaa3095200e339735302e0204336f06.tar.gz
Apply a bandaid to the grep Makefile to try and get it to compile and stop
breaking world.
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r--gnu/usr.bin/grep/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 0502d67..525f2ea 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -6,10 +6,11 @@ GREP_LIBZ= YES
GREP_FTS= YES
PROG= grep
-SRCS= dfa.c grep.c getopt.c kwset.c obstack.c search.c
+SRCS= dfa.c grep.c getopt.c getopt1.c kwset.c obstack.c savedir.c search.c \
+ stpcpy.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 -DHAVE_WORKING_MMAP=1 -DVERSION=\"2.3\" -DHAVE_DIRENT_H
LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \
${BINDIR}/grep ${BINDIR}/fgrep
OpenPOWER on IntegriCloud