diff options
author | salo <salo@pkgsrc.org> | 2004-10-26 09:14:33 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-10-26 09:14:33 +0000 |
commit | 9bbb30adf50d4aaab3d143d42c9867e84f54d2cc (patch) | |
tree | 16feffaf746a0bc52fe143e1588e08b1ae7c2a33 /net | |
parent | 0d11e4f97b4be0b0fcf73aca50be5b8e46894ebc (diff) | |
download | pkgsrc-9bbb30adf50d4aaab3d143d42c9867e84f54d2cc.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'net')
-rw-r--r-- | net/netperf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/netperf/Makefile b/net/netperf/Makefile index 11dd7545369..256fb673590 100644 --- a/net/netperf/Makefile +++ b/net/netperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/26 04:43:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/26 09:14:33 salo Exp $ # KAME Id: Makefile,v 1.3 2000/01/21 12:34:29 itojun Exp # @@ -28,9 +28,7 @@ BUILD_DEFS+= USE_INET6 CFLAGS+= -DDO_IPV6 .endif -.if ${OPSYS} == "IRIX" -CFLAGS+= -DIRIX -.endif +CFLAGS.IRIX+= -DIRIX post-install: strip ${PREFIX}/netperf/netperf |