From abd3d211a3612812ef0ad902d2b9f2faa1b61b26 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 25 Feb 2016 16:20:49 +0000 Subject: Use OPSYSVARS. --- net/6tunnel/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'net/6tunnel') diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index 1e148ec6abc..0e133401cb9 100644 --- a/net/6tunnel/Makefile +++ b/net/6tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2013/04/06 03:45:20 rodent Exp $ +# $NetBSD: Makefile,v 1.15 2016/02/25 16:20:49 jperkin Exp $ # DISTNAME= 6tunnel-0.11rc2 @@ -11,11 +11,7 @@ COMMENT= Tunnelling for applications that don't speak IPv6 NOT_FOR_PLATFORM+= Interix-*-* # no IPv6 support -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -LDFLAGS+= -lsocket -lnsl -.endif +LDFLAGS.SunOS+= -lsocket -lnsl INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -- cgit v1.2.3