summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/Makefile
diff options
context:
space:
mode:
authorconklin <conklin@FreeBSD.org>1993-07-08 16:18:59 +0000
committerconklin <conklin@FreeBSD.org>1993-07-08 16:18:59 +0000
commit69b29fcd363db478a7f173bbf34067d82c81026a (patch)
tree7869340edaa6cf963ca0b8dea99728de38be9ddc /gnu/usr.bin/grep/Makefile
parenta65a6c7e048bf282f7ee0efb2c51cfbbc1ede062 (diff)
downloadFreeBSD-src-69b29fcd363db478a7f173bbf34067d82c81026a.zip
FreeBSD-src-69b29fcd363db478a7f173bbf34067d82c81026a.tar.gz
Gnu grep 2.0 does fgrep too!
Diffstat (limited to 'gnu/usr.bin/grep/Makefile')
-rw-r--r--gnu/usr.bin/grep/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 4640d56..45e664f 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -3,11 +3,12 @@ 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
+LINKS+= ${DESTDIR}${BINDIR}/grep ${DESTDIR}${BINDIR}/egrep \
+ ${DESTDIR}${BINDIR}/grep ${DESTDIR}${BINDIR}/fgrep
+MLINKS= grep.1 egrep.1 grep.1 fgrep.1
-check: all
- awk sh ${.CURDIR}/tests/check.sh ${.CURDIR}/tests
+check: all
+ sh ${.CURDIR}/tests/check.sh ${.CURDIR}/tests
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud