Ugh, whoever did the port made a mess, I cleaned up the Makefile and

deleted un-necessary stuff
This commit is contained in:
Nate Williams 1993-06-29 06:19:29 +00:00
parent 07fdd1ba68
commit 1e4b8f3aaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65

View File

@ -1,6 +1,6 @@
PROG= grep
SRCS= dfa.c regex.o grep.o
SRCS= dfa.c regex.c grep.c
CFLAGS+=-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1
MLINKS= grep.1 egrep.1