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

deleted un-necessary stuff
This commit is contained in:
nate 1993-06-29 06:19:29 +00:00
parent 2776ebd870
commit 856e67877b

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