mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Replaced black magic with white magic.
This commit is contained in:
parent
37f0ad870c
commit
f475384e4e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124632
@ -7,9 +7,6 @@ LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
|
||||
.endif
|
||||
|
||||
# Inherit BINDIR from one level up.
|
||||
.if !target(__foobar__)
|
||||
__foobar__:
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
.if exists(${.CURDIR}/../../Makefile.inc)
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user