diff options
Diffstat (limited to 'net/libfetch')
-rw-r--r-- | net/libfetch/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/libfetch/Makefile b/net/libfetch/Makefile index 4f2c04e7297..983bb13a9ec 100644 --- a/net/libfetch/Makefile +++ b/net/libfetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2010/08/20 17:56:49 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2011/12/17 00:12:29 sbd Exp $ # DISTNAME= libfetch-2.33 @@ -19,6 +19,11 @@ USE_BSD_MAKEFILE= yes MAKE_JOBS_SAFE= NO +.include "../../mk/bsd.prefs.mk" +.if !empty(FETCH_USING:Mfetch) +CHECK_PERMS= no +.endif + INSTALLATION_DIRS= include lib ${PKGMANDIR}/cat3 ${PKGMANDIR}/man3 BUILD_TARGET= depend all |