summaryrefslogtreecommitdiff
path: root/devel/error/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/error/Makefile')
-rw-r--r--devel/error/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/error/Makefile b/devel/error/Makefile
index d58e269f2b5..3b5f68f463d 100644
--- a/devel/error/Makefile
+++ b/devel/error/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2005/05/10 21:02:42 christos Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/22 05:24:57 minskim Exp $
#
DISTNAME= error-0.0
@@ -8,6 +8,9 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/
MAINTAINER= christos@netbsd.org
COMMENT= Insert compiler errors in source files as comments
+MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \
+ MANOWN=${MANOWN} MANGRP=${MANGRP}
+
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"