Removed egrep since the new grep is just a link to it w/out any changes

anymore
This commit is contained in:
Nate Williams 1993-07-06 18:53:50 +00:00
parent ef7cc70c15
commit 67b32f8a64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
SUBDIR= bc cvs diff diff3 egrep fgrep gas gawk gcc2 gdb grep groff gzip \
SUBDIR= bc cvs diff diff3 fgrep gas gawk gcc2 gdb grep groff gzip \
ld patch pr rcs sort tar
.include <bsd.subdir.mk>

View File

@ -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