diff options
author | nate <nate@FreeBSD.org> | 1993-06-29 06:19:29 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-06-29 06:19:29 +0000 |
commit | 856e67877b552ee4aac8a804c1117bd2d75ace4d (patch) | |
tree | 7c712d510e267b022ecef7e7181727d23f232f3a /gnu/usr.bin/grep | |
parent | 2776ebd87075ac299657b13d6d38bd9215290246 (diff) | |
download | FreeBSD-src-856e67877b552ee4aac8a804c1117bd2d75ace4d.zip FreeBSD-src-856e67877b552ee4aac8a804c1117bd2d75ace4d.tar.gz |
Ugh, whoever did the port made a mess, I cleaned up the Makefile and
deleted un-necessary stuff
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r-- | gnu/usr.bin/grep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index 092e523..bc6fbf4 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 |