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
This commit is contained in:
Devin Teske 2014-07-23 23:01:54 +00:00
parent 2cc5128147
commit be44449f2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269037

View File

@ -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}