Module Name:    src
Committed By:   christos
Date:           Sun Mar 24 17:05:28 UTC 2013

Modified Files:
        src/rescue: Makefile

Log Message:
descend to bin for pdisk


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/rescue/Makefile

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

Modified files:

Index: src/rescue/Makefile
diff -u src/rescue/Makefile:1.28 src/rescue/Makefile:1.29
--- src/rescue/Makefile:1.28	Sun Mar 24 07:07:07 2013
+++ src/rescue/Makefile	Sun Mar 24 13:05:27 2013
@@ -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 <bsd.own.mk>
 .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

Reply via email to