Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/rescue descend to bin for pdisk
details: https://anonhg.NetBSD.org/src/rev/129de477556d
branches: trunk
changeset: 785665:129de477556d
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 24 17:05:27 2013 +0000
description:
descend to bin for pdisk
diffstat:
rescue/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e38e1bbe3204 -r 129de477556d rescue/Makefile
--- a/rescue/Makefile Sun Mar 24 16:27:58 2013 +0000
+++ b/rescue/Makefile Sun Mar 24 17:05:27 2013 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index