[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/Makefile.inc between version 1.3 and 1.6

version 1.3, 2000/05/06 15:05:15 version 1.6, 2018/05/02 07:34:44
Line 9  RELTOP:= .
Line 9  RELTOP:= .
 RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,}  RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,}
 .endif  .endif
   
 KERNSRCDIR:=${ABSTOP}/sys  
   
 # you can set BSD{SRC,OBJ}DIR in Makefile.local.inc  # you can set BSD{SRC,OBJ}DIR in Makefile.local.inc
 .if exists(${ABSTOP}/Makefile.local.inc)  .if exists(${ABSTOP}/Makefile.local.inc)
 .include "${ABSTOP}/Makefile.local.inc"  .include "${ABSTOP}/Makefile.local.inc"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>