diff options
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 |