diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2014-08-29 01:21:08 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2014-08-29 01:21:08 +0000 |
| commit | 032fa64b68f0d5b806a09c2178fedd90de3e112b (patch) | |
| tree | e04c141c7246b12d62cacfc8106e1ad3c623919c /gnu | |
| parent | dd72bb7b4886528e0757d51159666eb1332d8a4b (diff) | |
MFC r270668:
Add gnugrep.1 to CLEANFILES.
Sponsored by: The FreeBSD Foundation
Notes
svn path=/stable/9/; revision=270777
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/grep/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index 7d3b60769b8d..87bbf731c75a 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 |
