what was usr.bin/ssh is now openssh/bin, not openssh/bin/ssh.

This commit is contained in:
mrg 2009-07-21 00:48:29 +00:00
parent 03f1126058
commit 1cb295e0ed

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.368 2009/07/21 00:28:35 mrg Exp $ # $NetBSD: Makefile,v 1.369 2009/07/21 00:48:29 mrg Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95 # from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values: # Environment variables without default values:
@ -347,7 +347,7 @@ install-etc-files: .PHONY .MAKE check_DESTDIR MAKEDEV
${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.sbin/pf configinstall ${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.sbin/pf configinstall
.endif .endif
.if (${MKCRYPTO} != "no") .if (${MKCRYPTO} != "no")
${MAKEDIRTARGET} ${NETBSDSRCDIR}/crypto/external/bsd/openssh/bin/ssh configinstall ${MAKEDIRTARGET} ${NETBSDSRCDIR}/crypto/external/bsd/openssh/bin configinstall
.endif .endif
.if (${MKPOSTFIX} != "no") .if (${MKPOSTFIX} != "no")
${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/ibm-public/postfix configinstall ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/ibm-public/postfix configinstall