Tue Jul 21 00:48:30 2009 UTC ()
what was usr.bin/ssh is now openssh/bin, not openssh/bin/ssh.


(mrg)
diff -r1.368 -r1.369 src/etc/Makefile

cvs diff -r1.368 -r1.369 src/etc/Makefile (expand / switch to context diff)
--- src/etc/Makefile 2009/07/21 00:28:35 1.368
+++ src/etc/Makefile 2009/07/21 00:48:29 1.369
@@ -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
 
 # Environment variables without default values:
@@ -347,7 +347,7 @@
 	${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.sbin/pf configinstall
 .endif
 .if (${MKCRYPTO} != "no")
-	${MAKEDIRTARGET} ${NETBSDSRCDIR}/crypto/external/bsd/openssh/bin/ssh configinstall
+	${MAKEDIRTARGET} ${NETBSDSRCDIR}/crypto/external/bsd/openssh/bin configinstall
 .endif
 .if (${MKPOSTFIX} != "no")
 	${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/ibm-public/postfix configinstall