Don't forget to include ../Makefile.inc.

This commit is contained in:
Maxim Sobolev 2002-06-04 11:28:09 +00:00
parent 0d041c5ae8
commit 41965b2932
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97813

View File

@ -2,3 +2,11 @@
TARDIR= ${.CURDIR}/../../../../contrib/tar
TARCFLAGS= -DHAVE_CONFIG_H -I${.CURDIR}/.. -I${TARDIR}/lib
# Inherit BINDIR from one level up.
.if !target(__foobar__)
__foobar__:
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.endif