Makefile.inc to get BINDIR right

This commit is contained in:
pooka 2006-12-29 17:42:52 +00:00
parent 760e789bc2
commit 75a62546e6
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile.inc,v 1.1 2006/12/29 17:42:52 pooka Exp $
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif