From 9fc03feef398f974359d43e521ac969ca50fe00b Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 29 Aug 2014 01:21:08 +0000 Subject: [PATCH] MFC r270668: Add gnugrep.1 to CLEANFILES. Sponsored by: The FreeBSD Foundation git-svn-id: svn://svn.freebsd.org/base/stable/9@270777 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- gnu/usr.bin/grep/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index 7d3b60769..87bbf731c 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 -- 2.45.0