diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-14 06:47:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-14 06:47:30 +0000 |
commit | f7560d2ceac4595d4236fe73aa1e3234deb79121 (patch) | |
tree | 8815f836d951655a79f387cef6db8478f6619352 /cross | |
parent | 1b6469d7d584e92deca2804419890e161a7bddf5 (diff) | |
download | pkgsrc-f7560d2ceac4595d4236fe73aa1e3234deb79121.tar.gz |
Honor BINOWN, BINGRP, and BINMODE.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/dasm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/dasm/Makefile b/cross/dasm/Makefile index 51c42d857f4..475363c3f23 100644 --- a/cross/dasm/Makefile +++ b/cross/dasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/11/22 02:10:45 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/14 06:47:30 minskim Exp $ # DISTNAME= dasm212 @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR} NO_CONFIGURE= YES MAKEFILE= ${FILESDIR}/Makefile +MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} BINMODE=${BINMODE:Q} INSTALLATION_DIRS= bin |