diff options
Diffstat (limited to 'net/tacacs')
-rw-r--r-- | net/tacacs/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/tacacs/Makefile b/net/tacacs/Makefile index 1fde5f33092..81d8de9c885 100644 --- a/net/tacacs/Makefile +++ b/net/tacacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:19:42 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/29 13:15:34 cjep Exp $ # DISTNAME= tac_plus.F4.0.4.alpha @@ -13,6 +13,11 @@ COMMENT= Cisco authentication, authorization, and accounting protocol daemon ALL_TARGET= tac_plus +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "SunOS" +MAKE_FLAGS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man8/tac_plus.8 |