NetBSD/Makefile.inc

15 lines
320 B
PHP
Raw Normal View History

2000-05-03 04:08:13 +04:00
# $NetBSD: Makefile.inc,v 1.2 2000/05/03 00:08:13 sjg Exp $
.ifndef ABSTOP
ABSTOP!= cd ${.PARSEDIR}; pwd
RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,}
2000-05-03 04:08:13 +04:00
KERNSRCDIR:=${ABSTOP}/sys
2000-05-03 04:08:13 +04:00
# you can set BSD{SRC,OBJ}DIR in Makefile.local.inc
.if exists(${ABSTOP}/Makefile.local.inc)
.include "${ABSTOP}/Makefile.local.inc"
.endif
.endif