Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Add TOOL_MKUBOOTIMAGE



details:   https://anonhg.NetBSD.org/src/rev/53dd6014d9e4
branches:  trunk
changeset: 761520:53dd6014d9e4
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jan 31 03:42:01 2011 +0000

description:
Add TOOL_MKUBOOTIMAGE

diffstat:

 share/mk/bsd.own.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 21159cfa8612 -r 53dd6014d9e4 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Jan 31 03:41:10 2011 +0000
+++ b/share/mk/bsd.own.mk       Mon Jan 31 03:42:01 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.649 2011/01/26 01:18:49 pooka Exp $
+#      $NetBSD: bsd.own.mk,v 1.650 2011/01/31 03:42:01 matt Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -278,6 +278,7 @@
 TOOL_MKLOCALE=         ${TOOLDIR}/bin/${_TOOL_PREFIX}mklocale
 TOOL_MKMAGIC=          ${TOOLDIR}/bin/${_TOOL_PREFIX}file
 TOOL_MKTEMP=           ${TOOLDIR}/bin/${_TOOL_PREFIX}mktemp
+TOOL_MKUBOOTIMAGE=     ${TOOLDIR}/bin/${_TOOL_PREFIX}mkubootimage
 TOOL_MSGC=             MSGDEF=${TOOLDIR}/share/misc ${TOOLDIR}/bin/${_TOOL_PREFIX}msgc
 TOOL_MTREE=            ${TOOLDIR}/bin/${_TOOL_PREFIX}mtree
 TOOL_NBPERF=           ${TOOLDIR}/bin/${_TOOL_PREFIX}nbperf
@@ -355,6 +356,7 @@
 TOOL_MKLOCALE=         mklocale
 TOOL_MKMAGIC=          file
 TOOL_MKTEMP=           mktemp
+TOOL_MKUBOOTIMAGE=     mkubootimage
 TOOL_MSGC=             msgc
 TOOL_MTREE=            mtree
 TOOL_NBPERF=           nbperf



Home | Main Index | Thread Index | Old Index