From 1e4b8f3aaf35e4623e650dbbb32bdb362c0e6825 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 29 Jun 1993 06:19:29 +0000 Subject: [PATCH] Ugh, whoever did the port made a mess, I cleaned up the Makefile and deleted un-necessary stuff --- gnu/usr.bin/grep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index 092e523ebe68..bc6fbf4cb02f 100644 --- a/gnu/usr.bin/grep/Makefile +++ b/gnu/usr.bin/grep/Makefile @@ -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