Makefile.inc revision 1.1
11.1Ssjg# $NetBSD: Makefile.inc,v 1.1 2000/05/02 03:47:19 sjg Exp $ 21.1Ssjg 31.1Ssjg.ifndef ABSTOP 41.1SsjgABSTOP!= cd ${.PARSEDIR}; pwd 51.1Ssjg 61.1SsjgRELTOP:= ${.PARSEDIR:S,^${.CURDIR},,} 71.1Ssjg 81.1SsjgBSDSRCDIR?= ${ABSTOP} 91.1Ssjg 101.1Ssjg.if exists(${BSDSRCDIR}/Makefile.local.inc) 111.1Ssjg.include "${BSDSRCDIR}/Makefile.local.inc" 121.1Ssjg.endif 131.1Ssjg.endif 14