summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/grep/Makefile')
-rw-r--r--gnu/usr.bin/grep/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 17fa75e..b0c3988 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -3,7 +3,9 @@
GREP_LIBZ=YES
PROG= grep
-SRCS= dfa.c grep.c grepmat.c kwset.c obstack.c savedir.c search.c
+SRCS= closeout.c dfa.c error.c exclude.c grep.c grepmat.c hard-locale.c \
+ isdir.c kwset.c obstack.c quotearg.c savedir.c search.c xmalloc.c \
+ xstrtoumax.c
CFLAGS+=-I${.CURDIR} -I${DESTDIR}/usr/include/gnu -DHAVE_CONFIG_H
@@ -50,6 +52,6 @@ check: all
fi
TESTS= warning.sh khadafy.sh spencer1.sh bre.sh ere.sh status.sh empty.sh \
- options.sh
+ options.sh backref.sh file.sh
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud