diff options
Diffstat (limited to 'net/tacacs')
-rw-r--r-- | net/tacacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tacacs/Makefile b/net/tacacs/Makefile index 695191a8617..bf25d99921c 100644 --- a/net/tacacs/Makefile +++ b/net/tacacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:28 jlam Exp $ # DISTNAME= tac_plus.F4.0.4.alpha @@ -18,6 +18,8 @@ BUILD_TARGET= tac_plus MAKE_FLAGS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl" .endif +INSTALLATION_DIRS= man/man8 sbin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man8/tac_plus.8 |