Module Name:    src
Committed By:   matt
Date:           Mon Jan 31 03:42:01 UTC 2011

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Add TOOL_MKUBOOTIMAGE


To generate a diff of this commit:
cvs rdiff -u -r1.649 -r1.650 src/share/mk/bsd.own.mk

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

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.649 src/share/mk/bsd.own.mk:1.650
--- src/share/mk/bsd.own.mk:1.649	Wed Jan 26 01:18:49 2011
+++ src/share/mk/bsd.own.mk	Mon Jan 31 03:42:01 2011
@@ -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

Reply via email to