The including makefile's directory is tried first for .include "...".
This commit is contained in:
parent
4e8be68394
commit
807a352217
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
.if exists(${.CURDIR}/../../../lib/Makefile.inc)
|
||||
.include "${.CURDIR}/../../../lib/Makefile.inc"
|
||||
.endif
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
|
||||
BINDIR?= /usr/libexec
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
BINDIR?= /usr/bin
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
BINDIR?= /usr/sbin
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
|
Loading…
Reference in New Issue
Block a user