Don't forget to include ../Makefile.inc.
This commit is contained in:
parent
0d041c5ae8
commit
41965b2932
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97813
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user