diff options
Diffstat (limited to 'comms/xisp/Makefile')
-rw-r--r-- | comms/xisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index 9f4a12c8fd6..9f785b09ff5 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2013/01/26 21:37:13 adam Exp $ +# $NetBSD: Makefile,v 1.36 2015/03/15 15:08:30 tnn Exp $ # DISTNAME= xisp-2.7p4 @@ -22,6 +22,7 @@ MESSAGE_SUBST+= DIALER_GROUP=${DIALER_GROUP} INSTALLATION_DIRS+= share/doc/xisp PKG_DESTDIR_SUPPORT= destdir +NOT_FOR_UNPRIVILEGED= yes CFLAGS.SunOS+= -DSUNOS5x LDFLAGS.SunOS+= -lsocket -lnsl |