diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /security/nbaudit | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) |
Notes
Diffstat (limited to 'security/nbaudit')
-rw-r--r-- | security/nbaudit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile index 9a5c374286a6..a637126a8700 100644 --- a/security/nbaudit/Makefile +++ b/security/nbaudit/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.2 1998/11/21 23:05:10 obrien Exp $ +# $Id: Makefile,v 1.3 1999/04/16 10:21:50 kris Exp $ # DISTNAME= nat10 @@ -20,8 +20,8 @@ MAN1= nat.1 nbaudit.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/nat ${PREFIX}/bin - @ln -f ${PREFIX}/bin/nat ${PREFIX}/bin/nbaudit + @${LN} -f ${PREFIX}/bin/nat ${PREFIX}/bin/nbaudit @${INSTALL_MAN} ${WRKSRC}/nat.1 ${PREFIX}/man/man1 - @ln -f ${PREFIX}/man/man1/nat.1 ${PREFIX}/man/man1/nbaudit.1 + @${LN} -f ${PREFIX}/man/man1/nat.1 ${PREFIX}/man/man1/nbaudit.1 .include <bsd.port.mk> |