diff options
author | dholland <dholland> | 2012-06-01 00:14:24 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-06-01 00:14:24 +0000 |
commit | 5707a29a871df482bb977d06ef3c82dcd359c9a7 (patch) | |
tree | 9b3c6a0d6e9fcb1944d243c62bed11474fa36edc /net | |
parent | c1869e8287043414146ca8c10817d5e4454c3660 (diff) | |
download | pkgsrc-5707a29a871df482bb977d06ef3c82dcd359c9a7.tar.gz |
LIBS.SunOS+=-lnsl
Diffstat (limited to 'net')
-rw-r--r-- | net/ywho/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ywho/Makefile b/net/ywho/Makefile index 0413e675c69..207c5ded33d 100644 --- a/net/ywho/Makefile +++ b/net/ywho/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/11/14 23:52:26 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2012/06/01 00:14:24 dholland Exp $ # DISTNAME= ywho-1.3 @@ -14,6 +14,8 @@ NO_CONFIGURE= yes MAKE_FLAGS+= DEST=${DESTDIR}${PREFIX} PKGMANDIR=${PKGMANDIR} BUILD_TARGET= all +LIBS.SunOS+= -lnsl + INSTALL_TARGET= install install.man INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 |