From c5ee931a91b7259a29eee7b2945041c660519fe7 Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 21 Aug 2002 07:20:14 +0000 Subject: include libs to make this work on Solaris. --- mail/cucipop/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mail/cucipop') diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 6b887fa7a8a..fef12eb76ee 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/23 02:13:17 itojun Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/21 07:20:14 grant Exp $ # DISTNAME= cucipop-1.31 @@ -23,6 +23,10 @@ BUILD_DEFS+= USE_INET6 MAKE_ENV+= CFLAGS_INET6=-DINET6 .endif +.if ${OPSYS} == "SunOS" +LDFLAGS+= -lnsl -lsocket +.endif + post-patch: @(cd ${WRKSRC}; \ for f in config.h cucipop.8 makevpopdb.8; do \ -- cgit v1.2.3