From 0ac14fdc18805cb61b7e45cf73bdf353f7b2be28 Mon Sep 17 00:00:00 2001 From: dteske Date: Wed, 23 Jul 2014 23:01:54 +0000 Subject: 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 --- usr.bin/make/Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.1