From 20aba5564e522b5421fdaf4a388a68987138e9ad Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 14 Feb 2004 01:04:02 +0000 Subject: use LDFLAGS.SunOS instead of conditional. --- www/ns-remote/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile index c4a2fe0819a..85603640895 100644 --- a/www/ns-remote/Makefile +++ b/www/ns-remote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/02/14 01:03:29 grant Exp $ +# $NetBSD: Makefile,v 1.20 2004/02/14 01:04:02 grant Exp $ DISTNAME= ns-remote PKGNAME= ns-remote-1.9 @@ -16,11 +16,7 @@ DIST_SUBDIR= netscape USE_BUILDLINK2= # defined USE_X11= # defined -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -LDFLAGS+= -lsocket -lnsl -.endif +LDFLAGS.SunOS= -lsocket -lnsl do-extract: ${MKDIR} ${WRKSRC} -- cgit v1.2.3