diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-05-13 19:50:57 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-05-13 19:50:57 +0000 |
commit | d14f2efe5113f291f2c8f1873ebaca3521b891da (patch) | |
tree | cd3e63316eebcdf02eebd01b8f4f5705bf955050 /security | |
parent | 1078626db3ad6c61a06953d837e3ab4014e06f19 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index ac3098389063..2f369c293ee9 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -88,7 +88,7 @@ post-install: ${PREFIX}/bin/ssh-keygen -d -N "" -f ${PREFIX}/etc/ssh_host_dsa_key .endif .if !exists(${PREFIX}/etc/rc.d/sshd.sh) - @${NSTALL_SCRIPT} ${WRKSRC}/sshd.sh ${PREFIX}/etc/rc.d/ + @${INSTALL_SCRIPT} ${WRKSRC}/sshd.sh ${PREFIX}/etc/rc.d/ .endif .if !exists(${PREFIX}/etc/ssh_config) && !exists(${PREFIX}/etc/sshd_config) @cd ${WRKSRC}; \ |