diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-10 07:03:13 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-10 07:03:13 +0000 |
commit | 91c5495f6fe8ba78c8cfde661d5b47cbdb15bf64 (patch) | |
tree | 84dc77886720af83be1f0b55908ce3437e41c92f /benchmarks/netio | |
parent | de4d389b36db8538180b1ce8d6b97f63474c02ad (diff) | |
download | pkgsrc-91c5495f6fe8ba78c8cfde661d5b47cbdb15bf64.tar.gz |
Simplify the check for SunOS, LIBS.SunOS is enough.
Diffstat (limited to 'benchmarks/netio')
-rw-r--r-- | benchmarks/netio/Makefile | 6 |
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 |