Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Make sure MKDEP is defined for the non-USETOOLS case.
details: https://anonhg.NetBSD.org/src/rev/cb371014504b
branches: trunk
changeset: 517705:cb371014504b
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Nov 17 22:48:48 2001 +0000
description:
Make sure MKDEP is defined for the non-USETOOLS case.
diffstat:
share/mk/bsd.sys.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 75010debcbd9 -r cb371014504b share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk Sat Nov 17 22:13:38 2001 +0000
+++ b/share/mk/bsd.sys.mk Sat Nov 17 22:48:48 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sys.mk,v 1.62 2001/11/15 12:15:09 wiz Exp $
+# $NetBSD: bsd.sys.mk,v 1.63 2001/11/17 22:48:48 thorpej Exp $
#
# Build definitions used for NetBSD source tree builds.
@@ -59,6 +59,7 @@
STRIP?= strip
MDSETIMAGE?= mdsetimage
MKLOCALE?= mklocale
+MKDEP?= mkdep
MTREE?= mtree
.SUFFIXES: .m .o .ln .lo
Home |
Main Index |
Thread Index |
Old Index