mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
The including makefile's directory is tried first for .include "...".
This commit is contained in:
parent
6402d39a2b
commit
f7fa0cbd70
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114283
@ -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