Source-Changes-HG archive

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

[src/trunk]: src don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you n...



details:   https://anonhg.NetBSD.org/src/rev/ef42d066fee0
branches:  trunk
changeset: 525366:ef42d066fee0
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Apr 10 14:53:43 2002 +0000

description:
don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it

diffstat:

 Makefile.inc |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 55c925de1328 -r ef42d066fee0 Makefile.inc
--- a/Makefile.inc      Wed Apr 10 14:44:02 2002 +0000
+++ b/Makefile.inc      Wed Apr 10 14:53:43 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.3 2000/05/06 15:05:15 sjg Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2002/04/10 14:53:43 lukem Exp $
 
 .ifndef ABSTOP
 ABSTOP!= cd ${.PARSEDIR}; pwd
@@ -9,8 +9,6 @@
 RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,}
 .endif
 
-KERNSRCDIR:=${ABSTOP}/sys
-
 # you can set BSD{SRC,OBJ}DIR in Makefile.local.inc
 .if exists(${ABSTOP}/Makefile.local.inc)
 .include "${ABSTOP}/Makefile.local.inc"



Home | Main Index | Thread Index | Old Index