summaryrefslogtreecommitdiff
path: root/benchmarks/netio
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-08-10 07:03:13 +0000
committerxtraeme <xtraeme>2005-08-10 07:03:13 +0000
commite1a4dbd8e3fc901ada9b2c202c3db951d8ac637b (patch)
tree84dc77886720af83be1f0b55908ce3437e41c92f /benchmarks/netio
parentd0af22bf1a873b065f9fe0dd9b6b715352872aa5 (diff)
downloadpkgsrc-e1a4dbd8e3fc901ada9b2c202c3db951d8ac637b.tar.gz
Simplify the check for SunOS, LIBS.SunOS is enough.
Diffstat (limited to 'benchmarks/netio')
-rw-r--r--benchmarks/netio/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile
index 45572397b59..75bf8bd3548 100644
--- a/benchmarks/netio/Makefile
+++ b/benchmarks/netio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/08/10 06:57:07 tron Exp $
+# $NetBSD: Makefile,v 1.13 2005/08/10 07:03:13 xtraeme Exp $
DISTNAME= netio123
PKGNAME= netio-1.23
@@ -20,9 +20,7 @@ MAKE_FLAGS+= CC="${CC}" CFLAGS="-DUNIX ${PTHREAD_CFLAGS} ${CFLAGS}" \
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == SunOS)
-LIBS+= -lsocket -lnsl
-.endif
+LIBS.SunOS+= -lsocket -lnsl
INSTALLATION_DIRS= bin