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_MKNOD



details:   https://anonhg.NetBSD.org/src/rev/86789b608c73
branches:  trunk
changeset: 784831:86789b608c73
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Feb 10 22:05:51 2013 +0000

description:
add TOOL_MKNOD

diffstat:

 share/mk/bsd.README |  4 +++-
 share/mk/bsd.own.mk |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 6ec94b945e8e -r 86789b608c73 share/mk/bsd.README
--- a/share/mk/bsd.README       Sun Feb 10 22:03:49 2013 +0000
+++ b/share/mk/bsd.README       Sun Feb 10 22:05:51 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.310 2012/12/02 20:19:46 apb Exp $
+#      $NetBSD: bsd.README,v 1.311 2013/02/10 22:05:51 jmcneill Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -797,6 +797,8 @@
 
 TOOL_MKMAGIC           Create database for file(1).  [file]
 
+TOOL_MKNOD             Make device special file.  [mknod]
+
 TOOL_MKTEMP            Make (unique) temporary file name.  [mktemp]
 
 TOOL_MSGC              Simple message list compiler.  [msgc]
diff -r 6ec94b945e8e -r 86789b608c73 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Feb 10 22:03:49 2013 +0000
+++ b/share/mk/bsd.own.mk       Sun Feb 10 22:05:51 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.722 2013/02/03 05:36:36 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.723 2013/02/10 22:05:51 jmcneill Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -322,6 +322,7 @@
 TOOL_MKESDB=           ${TOOLDIR}/bin/${_TOOL_PREFIX}mkesdb
 TOOL_MKLOCALE=         ${TOOLDIR}/bin/${_TOOL_PREFIX}mklocale
 TOOL_MKMAGIC=          ${TOOLDIR}/bin/${_TOOL_PREFIX}file
+TOOL_MKNOD=            ${TOOLDIR}/bin/${_TOOL_PREFIX}mknod
 TOOL_MKTEMP=           ${TOOLDIR}/bin/${_TOOL_PREFIX}mktemp
 TOOL_MKUBOOTIMAGE=     ${TOOLDIR}/bin/${_TOOL_PREFIX}mkubootimage
 TOOL_ELFTOSB=          ${TOOLDIR}/bin/${_TOOL_PREFIX}elftosb
@@ -422,6 +423,7 @@
 TOOL_MKESDB=           mkesdb
 TOOL_MKLOCALE=         mklocale
 TOOL_MKMAGIC=          file
+TOOL_MKNOD=            mknod
 TOOL_MKTEMP=           mktemp
 TOOL_MKUBOOTIMAGE=     mkubootimage
 TOOL_ELFTOSB=          elftosb



Home | Main Index | Thread Index | Old Index