summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/bcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile
index 021e12b7625..63423f0c272 100644
--- a/devel/bcc/Makefile
+++ b/devel/bcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/03/24 21:12:52 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/14 16:30:10 minskim Exp $
DISTNAME= bcc
PKGNAME= bcc-95.3.12
@@ -9,6 +9,8 @@ COMMENT= Bruce Evans' C compiler (with as and ld); can do 16-bit code
NOT_FOR_PLATFORM= *-*-alpha # Severe LP64 problems
+MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE} \
+ MANOWN=${MANOWN} MANGRP=${MANGRP} MANMODE=${MANMODE}
MANCOMPRESSED_IF_MANZ= yes
do-configure: