this needs libnsl and libsocket on Solaris.
This commit is contained in:
parent
a37ab353fd
commit
8d9a608ced
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:26 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2004/11/03 11:30:15 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cvsps-2.0rc1
|
||||
|
@ -17,5 +17,7 @@ USE_GNU_TOOLS+= make
|
|||
|
||||
INSTALLATION_DIRS= bin man/man1
|
||||
|
||||
LIBS.SunOS+= -lnsl -lsocket
|
||||
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue