summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-07-06 18:53:50 +0000
committernate <nate@FreeBSD.org>1993-07-06 18:53:50 +0000
commitbf3a05faf0739b7602c0e2c599bbe2658426f4f5 (patch)
treede2df9b73031befcf39c60595b52e6165ed60b70 /gnu/usr.bin/grep
parentacb9893ca7af59e8742391d408b5e32316439318 (diff)
downloadFreeBSD-src-bf3a05faf0739b7602c0e2c599bbe2658426f4f5.zip
FreeBSD-src-bf3a05faf0739b7602c0e2c599bbe2658426f4f5.tar.gz
Removed egrep since the new grep is just a link to it w/out any changes
anymore
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r--gnu/usr.bin/grep/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 5cdbb3a..4640d56 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -1,9 +1,10 @@
PROG= grep
SRCS= dfa.c grep.c getopt.c kwset.c obstack.c regex.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
+MLINKS= grep.1 egrep.1
+LINKS+= ${DESTDIR}${BINDIR}/grep ${DESTDIR}${BINDIR}/egrep
check: all
OpenPOWER on IntegriCloud