[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/Makefile between version 1.345 and 1.346

version 1.345, 2007/07/14 19:53:52 version 1.346, 2007/11/12 15:02:57
Line 326  install-etc-files: .PHONY .MAKE check_DE
Line 326  install-etc-files: .PHONY .MAKE check_DE
         ${ETC_INSTALL_FILE} -o ${owner} -g ${group} -m ${mode} \          ${ETC_INSTALL_FILE} -o ${owner} -g ${group} -m ${mode} \
                 /dev/null ${DESTDIR}${file}                  /dev/null ${DESTDIR}${file}
 .endfor  .endfor
 .for subdir in . defaults bluetooth iscsi mtree namedb pam.d powerd rc.d root skel ssh  .for subdir in . atf defaults bluetooth iscsi mtree namedb pam.d powerd rc.d root skel ssh
         ${MAKEDIRTARGET} ${subdir} configinstall          ${MAKEDIRTARGET} ${subdir} configinstall
 .endfor  .endfor
         ${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.bin/mail configinstall          ${MAKEDIRTARGET} ${NETBSDSRCDIR}/usr.bin/mail configinstall

Legend:
Removed from v.1.345  
changed lines
  Added in v.1.346

CVSweb <webmaster@jp.NetBSD.org>