Home | History | Download | only in
      1 #	$NetBSD: Makefile.inc,v 1.4 2002/04/10 14:53:43 lukem Exp $
      2 
      3 .ifndef ABSTOP
      4 ABSTOP!= cd ${.PARSEDIR}; pwd
      5 
      6 .if (${.PARSEDIR} == ${.CURDIR})
      7 RELTOP:= .
      8 .else
      9 RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,}
     10 .endif
     11 
     12 # you can set BSD{SRC,OBJ}DIR in Makefile.local.inc
     13 .if exists(${ABSTOP}/Makefile.local.inc)
     14 .include "${ABSTOP}/Makefile.local.inc"
     15 .endif
     16 .endif
     17