diff options
Diffstat (limited to 'misc/team')
-rw-r--r-- | misc/team/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile index 1181121fac7..4409c9e7302 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:49:58 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/15 16:27:54 jmmv Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp # @@ -15,6 +15,10 @@ MANCOMPRESSED_IF_MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= MANINSTALL + post-install: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @for OPT in ${MANINSTALL} broken-solaris-needs-this; do \ |