diff options
Diffstat (limited to 'usr.sbin/bsdinstall/distextract/Makefile')
-rw-r--r-- | usr.sbin/bsdinstall/distextract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/distextract/Makefile b/usr.sbin/bsdinstall/distextract/Makefile index 486c99e..1910b23 100644 --- a/usr.sbin/bsdinstall/distextract/Makefile +++ b/usr.sbin/bsdinstall/distextract/Makefile @@ -6,7 +6,7 @@ DPADD= ${LIBARCHIVE} ${LIBDIALOG} ${LIBM} LDADD= -larchive -ldialog -lm WARNS?= 6 -NO_MAN= true +MAN= .include <bsd.own.mk> |