[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.28 and 1.29

version 1.28, 2013/03/24 11:07:07 version 1.29, 2013/03/24 17:05:27
Line 27  LISTS+=  ${.CURDIR}/list.${f}
Line 27  LISTS+=  ${.CURDIR}/list.${f}
 .endfor  .endfor
   
 .for f in pdisk  .for f in pdisk
 PROG_${f}!=     cd ${NETBSDSRCDIR}/external/bsd/${f} && ${MAKE} -V PROG  PROG_${f}!=     cd ${NETBSDSRCDIR}/external/bsd/${f}/bin && ${MAKE} -V PROG
 .if (${PROG_${f}} != "")  .if (${PROG_${f}} != "")
 LISTS+=         ${.CURDIR}/list.${f}  LISTS+=         ${.CURDIR}/list.${f}
 .endif  .endif

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

CVSweb <webmaster@jp.NetBSD.org>