diff options
Diffstat (limited to 'www/ns-remote/Makefile')
-rw-r--r-- | www/ns-remote/Makefile | 8 |
1 files 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} |