summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2014-07-23 23:01:54 +0000
committerdteske <dteske@FreeBSD.org>2014-07-23 23:01:54 +0000
commit0ac14fdc18805cb61b7e45cf73bdf353f7b2be28 (patch)
tree4cf59ce83109a91f82b7d21ec12757c4dd1954ae /usr.bin/make/Makefile
parentab3386772b996c27d33dffab624c06fa34d6ce55 (diff)
downloadFreeBSD-src-0ac14fdc18805cb61b7e45cf73bdf353f7b2be28.zip
FreeBSD-src-0ac14fdc18805cb61b7e45cf73bdf353f7b2be28.tar.gz
When producing fmake(1), `make clean' should remove fmake.1 (a copy of
make.1). Introduced initially via SVN r250699 (sjg). Reviewed by: sjg, gjb MFC after: 3 days X-MFC-to: stable/10
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index dbc545f..bfdeca0 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -113,6 +113,7 @@ CFLAGS+= -DDEFSHELLNAME=\"${MAKE_SHELL}\"
# if we are here we don't want this called 'make'
PROG= fmake
+CLEANFILES+= fmake.1
fmake.1: make.1
cp ${.ALLSRC} ${.TARGET}
OpenPOWER on IntegriCloud