From c921550b27eff09082ebb2c8e3e7a6fc54d27a83 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Thu, 8 Jul 1993 16:18:59 +0000 Subject: [PATCH] Gnu grep 2.0 does fgrep too! --- gnu/Makefile | 2 +- gnu/usr.bin/grep/Makefile | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/Makefile b/gnu/Makefile index 97dc6e0dc515..dbe612bb622a 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 -SUBDIR= bc cvs diff diff3 fgrep gas gawk gcc1 gcc2 gdb grep groff gzip \ +SUBDIR= bc cvs diff diff3 gas gawk gcc1 gcc2 gdb grep groff gzip \ less ld man patch pr rcs sort tar .include diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index 4640d56f134b..45e664f4a848 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