From 060b23ffd94e2a993e492dce06b5c6348dccf349 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 22 Jan 2004 07:24:25 +0000 Subject: use LDFLAGS.SunOS instead of an ${OPSYS} conditional. --- chat/goofey/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'chat/goofey') diff --git a/chat/goofey/Makefile b/chat/goofey/Makefile index 985038ab601..595d47f670e 100644 --- a/chat/goofey/Makefile +++ b/chat/goofey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:34:31 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/22 07:24:25 grant Exp $ # DISTNAME= goofey-3.15 @@ -11,12 +11,7 @@ HOMEPAGE= http://www.csse.monash.edu.au/~tym/goofey.html COMMENT= Text-based client for goofey, a flexible short message system NO_CONFIGURE= # defined - -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -LDFLAGS+= -lnsl -lsocket -.endif +LDFLAGS.SunOS= -lnsl -lsocket do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} ${LDFLAGS} -o goofey goofey.c -- cgit v1.2.3