diff options
Diffstat (limited to 'net/rootprobe/Makefile')
-rw-r--r-- | net/rootprobe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rootprobe/Makefile b/net/rootprobe/Makefile index 828cf52ee0c..c817589d84c 100644 --- a/net/rootprobe/Makefile +++ b/net/rootprobe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/23 17:19:05 asau Exp $ +# $NetBSD: Makefile,v 1.15 2013/12/10 12:37:32 jperkin Exp $ # DISTNAME= rootprobe-20030115 @@ -14,6 +14,8 @@ NOT_FOR_PLATFORM= Interix-*-* # no <net/if.h> support WRKSRC= ${WRKDIR}/rootprobe +LDFLAGS.SunOS+= -lsocket -lnsl + INSTALLATION_DIRS= bin do-install: |