diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2014-08-29 01:20:31 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2014-08-29 01:20:31 +0000 |
| commit | d28aeb609ee274dfebb150ae44219055ef4b7f9b (patch) | |
| tree | e54bd3398f148b48e0680aa6665fa6d1d0cacd85 /gnu/usr.bin | |
| parent | 142225405d1b5708adc49f0eb6f810bfbe8d7740 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 |
