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.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/Makefile.inc 2000/05/03 00:08:13 1.2 +++ src/Makefile.inc 2000/05/06 15:05:15 1.3 @@ -1,9 +1,13 @@ -# $NetBSD: Makefile.inc,v 1.2 2000/05/03 00:08:13 sjg Exp $ +# $NetBSD: Makefile.inc,v 1.3 2000/05/06 15:05:15 sjg Exp $ .ifndef ABSTOP ABSTOP!= cd ${.PARSEDIR}; pwd +.if (${.PARSEDIR} == ${.CURDIR}) +RELTOP:= . +.else RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,} +.endif KERNSRCDIR:=${ABSTOP}/sys