aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2014-08-26 19:36:34 +0000
committerGlen Barber <gjb@FreeBSD.org>2014-08-26 19:36:34 +0000
commit4295fc3d75c776009ec501b7d36d8ad51ae67a2e (patch)
tree30f8e3d0decbc12acdaf9d09b67a3a110b2e44ea /gnu
parentcb81897a7246316a8c9ccbf9b29aded2b66e899f (diff)
downloadsrc-4295fc3d75c776009ec501b7d36d8ad51ae67a2e.tar.gz
src-4295fc3d75c776009ec501b7d36d8ad51ae67a2e.zip
Add gnugrep.1 to CLEANFILES.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=270668
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index d412dfdfd0ed..5221f2fdc352 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -12,6 +12,7 @@ PROG= gnugrep
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
+CLEANFILES+= gnugrep.1
CFLAGS+=-I${.CURDIR} -I${DESTDIR}/usr/include/gnu -DHAVE_CONFIG_H