Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/rescue pdisk has moved to external/bsd - try to deal.
details: https://anonhg.NetBSD.org/src/rev/2c1b0b65af0e
branches: trunk
changeset: 785654:2c1b0b65af0e
user: martin <martin%NetBSD.org@localhost>
date: Sun Mar 24 11:07:07 2013 +0000
description:
pdisk has moved to external/bsd - try to deal.
diffstat:
rescue/Makefile | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 0df91323adc6 -r 2c1b0b65af0e rescue/Makefile
--- a/rescue/Makefile Sun Mar 24 06:56:14 2013 +0000
+++ b/rescue/Makefile Sun Mar 24 11:07:07 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2010/03/10 23:13:10 abs Exp $
+# $NetBSD: Makefile,v 1.28 2013/03/24 11:07:07 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -19,13 +19,20 @@
TARGETDIR= ${DESTDIR}/rescue
PARSELISTENV+= TARGETDIR=${TARGETDIR:Q}
-.for f in ldconfig pdisk
+.for f in ldconfig
PROG_${f}!= cd ${NETBSDSRCDIR}/sbin/${f} && ${MAKE} -V PROG
.if (${PROG_${f}} != "")
LISTS+= ${.CURDIR}/list.${f}
.endif
.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"
LISTS+= ${.CURDIR}/list.inet6
.endif
Home |
Main Index |
Thread Index |
Old Index