Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/rescue/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/rescue/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- src/rescue/Makefile 2013/03/24 11:07:07 1.28 +++ src/rescue/Makefile 2013/03/24 17:05:27 1.29 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/03/24 11:07:07 martin Exp $ +# $NetBSD: Makefile,v 1.29 2013/03/24 17:05:27 christos Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -27,7 +27,7 @@ LISTS+= ${.CURDIR}/list.${f} .endfor .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}} != "") LISTS+= ${.CURDIR}/list.${f} .endif