mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
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:
parent
2cc5128147
commit
be44449f2d
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue