diff options
Diffstat (limited to 'comms/plp/Makefile')
-rw-r--r-- | comms/plp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/plp/Makefile b/comms/plp/Makefile index b341ebfbab1..65cb556f378 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2011/12/19 13:44:07 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2012/02/16 17:44:15 hans Exp $ DISTNAME= plp_1_8 PKGNAME= plp-1.8 @@ -17,6 +17,8 @@ USE_TOOLS+= gmake USE_LIBTOOL= yes MAKE_JOBS_SAFE= no +LDFLAGS.SunOS+= -lsocket -lnsl + INSTALLATION_DIRS= bin lib do-install: |