aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep/Makefile
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1993-06-29 06:04:45 +0000
committerNate Williams <nate@FreeBSD.org>1993-06-29 06:04:45 +0000
commit717f769197ece6814ebfcb7e3e7066bbdec2106b (patch)
tree5ee25a1a3908779801451e0b51f670e0a191a528 /gnu/usr.bin/grep/Makefile
Notes
Diffstat (limited to 'gnu/usr.bin/grep/Makefile')
-rw-r--r--gnu/usr.bin/grep/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
new file mode 100644
index 0000000000000..092e523ebe683
--- /dev/null
+++ b/gnu/usr.bin/grep/Makefile
@@ -0,0 +1,7 @@
+
+PROG= grep
+SRCS= dfa.c regex.o grep.o
+CFLAGS+=-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1
+MLINKS= grep.1 egrep.1
+
+.include <bsd.prog.mk>