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

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

Diff for /src/rescue/Makefile between version 1.27 and 1.28

version 1.27, 2010/03/10 23:13:10 version 1.28, 2013/03/24 11:07:07
Line 19  LISTS=  ${.CURDIR}/list
Line 19  LISTS=  ${.CURDIR}/list
 TARGETDIR=      ${DESTDIR}/rescue  TARGETDIR=      ${DESTDIR}/rescue
 PARSELISTENV+=  TARGETDIR=${TARGETDIR:Q}  PARSELISTENV+=  TARGETDIR=${TARGETDIR:Q}
   
 .for f in ldconfig pdisk  .for f in ldconfig
 PROG_${f}!=     cd ${NETBSDSRCDIR}/sbin/${f} && ${MAKE} -V PROG  PROG_${f}!=     cd ${NETBSDSRCDIR}/sbin/${f} && ${MAKE} -V PROG
 .if (${PROG_${f}} != "")  .if (${PROG_${f}} != "")
 LISTS+=         ${.CURDIR}/list.${f}  LISTS+=         ${.CURDIR}/list.${f}
 .endif  .endif
 .endfor  .endfor
   
   .for f in pdisk
   PROG_${f}!=     cd ${NETBSDSRCDIR}/external/bsd/${f} && ${MAKE} -V PROG
   .if (${PROG_${f}} != "")
   LISTS+=         ${.CURDIR}/list.${f}
   .endif
   .endfor
   
 .if ${USE_INET6} != "no"  .if ${USE_INET6} != "no"
 LISTS+=         ${.CURDIR}/list.inet6  LISTS+=         ${.CURDIR}/list.inet6
 .endif  .endif

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>