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 unified diff)

--- src/etc/Makefile 2009/07/21 00:28:35 1.368
+++ src/etc/Makefile 2009/07/21 00:48:29 1.369
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.368 2009/07/21 00:28:35 mrg Exp $ 1# $NetBSD: Makefile,v 1.369 2009/07/21 00:48:29 mrg Exp $
2# from: @(#)Makefile 8.7 (Berkeley) 5/25/95 2# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
3 3
4# Environment variables without default values: 4# Environment variables without default values:
5# DESTDIR must be set before anything in this file will work. 5# DESTDIR must be set before anything in this file will work.
6# RELEASEDIR is where the tarred up stuff for a snapshot or 6# RELEASEDIR is where the tarred up stuff for a snapshot or
7# release will be placed. 7# release will be placed.
8# 8#
9# Environment variables with default values: 9# Environment variables with default values:
10# LOCALTIME will set the default local time for the system you 10# LOCALTIME will set the default local time for the system you
11# build; it determines what /etc/localtime is symlink'd to. 11# build; it determines what /etc/localtime is symlink'd to.
12# KERNSRCDIR points to kernel source; it is set by default to ../sys, 12# KERNSRCDIR points to kernel source; it is set by default to ../sys,
13# but can be overridden. 13# but can be overridden.
14# KERNOBJDIR is the kernel build directory, it defaults to 14# KERNOBJDIR is the kernel build directory, it defaults to
@@ -337,27 +337,27 @@ install-etc-files: .PHONY .MAKE check_DE @@ -337,27 +337,27 @@ install-etc-files: .PHONY .MAKE check_DE
337 ${_MKMSG_INSTALL} ${DESTDIR}${file} 337 ${_MKMSG_INSTALL} ${DESTDIR}${file}
338 ${ETC_INSTALL_FILE} -o ${owner} -g ${group} -m ${mode} \ 338 ${ETC_INSTALL_FILE} -o ${owner} -g ${group} -m ${mode} \
339 /dev/null ${DESTDIR}${file} 339 /dev/null ${DESTDIR}${file}
340.endfor 340.endfor
341.for subdir in . defaults bluetooth iscsi mtree namedb pam.d powerd rc.d root skel ssh 341.for subdir in . defaults bluetooth iscsi mtree namedb pam.d powerd rc.d root skel ssh
342 ${MAKEDIRTARGET} ${subdir} configinstall 342 ${MAKEDIRTARGET} ${subdir} configinstall
343.endfor 343.endfor
344 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/bsd/dhcpcd/sbin/dhcpcd configinstall 344 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/bsd/dhcpcd/sbin/dhcpcd configinstall
345 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.bin/mail configinstall 345 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.bin/mail configinstall
346.if (${MKPF} != "no") 346.if (${MKPF} != "no")
347 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.sbin/pf configinstall 347 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.sbin/pf configinstall
348.endif 348.endif
349.if (${MKCRYPTO} != "no") 349.if (${MKCRYPTO} != "no")
350 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/crypto/external/bsd/openssh/bin/ssh configinstall 350 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/crypto/external/bsd/openssh/bin configinstall
351.endif 351.endif
352.if (${MKPOSTFIX} != "no") 352.if (${MKPOSTFIX} != "no")
353 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/ibm-public/postfix configinstall 353 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/ibm-public/postfix configinstall
354.endif 354.endif
355.if (${MKATF} != "no") 355.if (${MKATF} != "no")
356 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/bsd/atf/etc/atf configinstall 356 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/bsd/atf/etc/atf configinstall
357.endif 357.endif
358 358
359 359
360# install-obsolete-lists -- 360# install-obsolete-lists --
361# Install var/db/obsolete set lists; this is performed by "make build" 361# Install var/db/obsolete set lists; this is performed by "make build"
362# 362#
363OBSOLETE.dir= ${.OBJDIR}/obsolete.dir 363OBSOLETE.dir= ${.OBJDIR}/obsolete.dir