Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile.inc,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile.inc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/Makefile.inc 2000/05/06 15:05:15 1.3 +++ src/Makefile.inc 2002/04/10 14:53:43 1.4 @@ -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:= . 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"