Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Add a MKDEP?=mkdep line so that depend targets will...
details: https://anonhg.NetBSD.org/src/rev/0dd1af744a24
branches: trunk
changeset: 517656:0dd1af744a24
user: atatat <atatat%NetBSD.org@localhost>
date: Fri Nov 16 13:14:10 2001 +0000
description:
Add a MKDEP?=mkdep line so that depend targets will work again.
diffstat:
sys/conf/Makefile.kern.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5996aef27384 -r 0dd1af744a24 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Fri Nov 16 13:12:06 2001 +0000
+++ b/sys/conf/Makefile.kern.inc Fri Nov 16 13:14:10 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.1 2001/11/16 00:23:02 atatat Exp $
+# $NetBSD: Makefile.kern.inc,v 1.2 2001/11/16 13:14:10 atatat Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. There are
@@ -200,6 +200,7 @@
.if !target(.depend)
SRCS?= ${MD_SFILES} ${MD_CFILES} ${MI_CFILES} ${CFILES} ${SFILES}
+MKDEP?= mkdep
MKDEP_AFLAGS?= ${AFLAGS}
MKDEP_CFLAGS?= ${CFLAGS}
.depend: ${SRCS} assym.h
Home |
Main Index |
Thread Index |
Old Index