Source-Changes-HG archive

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

[src/trunk]: src/tools add mknod as a host tool



details:   https://anonhg.NetBSD.org/src/rev/7ab6d63675e4
branches:  trunk
changeset: 554320:7ab6d63675e4
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 27 00:35:37 2003 +0000

description:
add mknod as a host tool

diffstat:

 tools/Makefile       |  4 ++--
 tools/mknod/Makefile |  6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r c783af94bb28 -r 7ab6d63675e4 tools/Makefile
--- a/tools/Makefile    Mon Oct 27 00:16:42 2003 +0000
+++ b/tools/Makefile    Mon Oct 27 00:35:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.74 2003/10/26 01:06:27 cl Exp $
+#      $NetBSD: Makefile,v 1.75 2003/10/27 00:37:03 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -28,7 +28,7 @@
        lex .WAIT \
        ${TOOLCHAIN_BITS} \
                asn1_compile cat cksum compile_et config db file installboot \
-               lint1 makefs menuc mklocale mkcsmapper mkesdb msgc pax \
+               lint1 makefs menuc mkcsmapper mkesdb mklocale mknod msgc pax \
                pwd_mkdb stat sunlabel zic
 
 .if ${MKMAN} != "no"
diff -r c783af94bb28 -r 7ab6d63675e4 tools/mknod/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/mknod/Makefile      Mon Oct 27 00:35:37 2003 +0000
@@ -0,0 +1,6 @@
+#      $NetBSD: Makefile,v 1.1 2003/10/27 00:35:37 lukem Exp $
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}mknod
+HOST_SRCDIR=   sbin/mknod
+
+.include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index