diff options
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/Makefile | 1 |
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} |