diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/afio/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/afio/Makefile b/archivers/afio/Makefile index 82853e1764d..4861809fee7 100644 --- a/archivers/afio/Makefile +++ b/archivers/afio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/11 23:04:50 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/02 22:23:58 danw Exp $ DISTNAME= afio-2.5 CATEGORIES= archivers @@ -15,6 +15,12 @@ USE_BUILDLINK3= yes NO_CONFIGURE= yes ALL_TARGET= afio +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "Darwin" +# Don't define HAVE_LCHOWN +MAKE_FLAGS+= e2= +.endif + INSTALLATION_DIRS= bin man/man1 .include "../../mk/bsd.pkg.mk" |