diff options
Diffstat (limited to 'usr.sbin/pkg_install/Makefile.inc')
-rw-r--r-- | usr.sbin/pkg_install/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc index ac13ed56e771..d157361e80cd 100644 --- a/usr.sbin/pkg_install/Makefile.inc +++ b/usr.sbin/pkg_install/Makefile.inc @@ -6,5 +6,7 @@ LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a LIBINSTALL= ${.CURDIR}/../lib/libinstall.a .endif +MANSECT?= 1 + # Inherit BINDIR from one level up. .include "../Makefile.inc" |