diff options
Diffstat (limited to 'sysutils/user/Makefile')
-rw-r--r-- | sysutils/user/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/user/Makefile b/sysutils/user/Makefile index 6718ad638c2..b2d6c2e353b 100644 --- a/sysutils/user/Makefile +++ b/sysutils/user/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 22:53:57 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/15 16:27:56 jmmv Exp $ # # Note to package maintainers: @@ -28,6 +28,10 @@ PLIST_SRC= ${WRKDIR}/PLIST MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man \ FILESDIR=${PREFIX}/share/examples/usermgmt +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= MANINSTALL + pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/usermgmt |