Module Name: src
Committed By: mrg
Date: Tue Jul 21 00:28:35 UTC 2009
Modified Files:
src/etc: Makefile
Log Message:
enter the right bin/ssh subdir for "configinstall".
HI CHRISTOS!
To generate a diff of this commit:
cvs rdiff -u -r1.367 -r1.368 src/etc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/Makefile
diff -u src/etc/Makefile:1.367 src/etc/Makefile:1.368
--- src/etc/Makefile:1.367 Tue Jun 23 17:58:23 2009
+++ src/etc/Makefile Tue Jul 21 00:28:35 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.367 2009/06/23 17:58:23 tron Exp $
+# $NetBSD: Makefile,v 1.368 2009/07/21 00:28:35 mrg Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -347,7 +347,7 @@
${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.sbin/pf configinstall
.endif
.if (${MKCRYPTO} != "no")
- ${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.bin/ssh configinstall
+ ${MAKEDIRTARGET} ${NETBSDSRCDIR}/crypto/external/bsd/openssh/bin/ssh configinstall
.endif
.if (${MKPOSTFIX} != "no")
${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/ibm-public/postfix configinstall