aboutsummaryrefslogtreecommitdiff
path: root/gnu/grep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/grep/Makefile')
-rw-r--r--gnu/grep/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/grep/Makefile b/gnu/grep/Makefile
deleted file mode 100644
index c8d491588091..000000000000
--- a/gnu/grep/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-PROG= grep
-SRCS= dfa.c grep.c getopt.c kwset.c obstack.c regex.c search.c
-CFLAGS+=-DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 \
- -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1 \
- -DHAVE_VALLOC=1
-
-LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \
- ${BINDIR}/grep ${BINDIR}/fgrep
-MLINKS= grep.1 egrep.1 grep.1 fgrep.1
-
-check: all
- sh ${.CURDIR}/tests/check.sh ${.CURDIR}/tests
-
-.include <bsd.prog.mk>