diff options
author | minskim <minskim> | 2004-05-13 17:57:05 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-05-13 17:57:05 +0000 |
commit | 85106f41d1b843a76fb6f72e9c1f9bf918e307ee (patch) | |
tree | e545109181784596d8430fdeb8eb1ca3f9d2650f /benchmarks | |
parent | 3792eb525da400433ba413ad3f76bf2955cd1275 (diff) | |
download | pkgsrc-85106f41d1b843a76fb6f72e9c1f9bf918e307ee.tar.gz |
Honor *OWN and *GRP.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/ttcp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index aa17b3efa16..a4b3ae8f5bf 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:08:12 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/13 17:57:05 minskim Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 @@ -12,6 +12,8 @@ HOMEPAGE= http://www.ccci.com/tools/ttcp/ COMMENT= TCP testing and performance measuring tool WRKSRC= ${WRKDIR} +MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \ + MANOWN=${MANOWN} MANGRP=${MANGRP} .include "../../mk/bsd.prefs.mk" |