summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-30 07:54:39 +0000
committerru <ru@FreeBSD.org>2003-04-30 07:54:39 +0000
commit807a3522172619884ad50b0c7e3323d41e3cf649 (patch)
tree225203ceb5c67f46eed0e2bf4675e4ea7c6b785e /secure
parent4e8be68394d0781d567c571a3bcf95ead02ac780 (diff)
downloadFreeBSD-src-807a3522172619884ad50b0c7e3323d41e3cf649.zip
FreeBSD-src-807a3522172619884ad50b0c7e3323d41e3cf649.tar.gz
The including makefile's directory is tried first for .include "...".
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile.inc2
-rw-r--r--secure/libexec/Makefile.inc4
-rw-r--r--secure/usr.bin/Makefile.inc2
-rw-r--r--secure/usr.sbin/Makefile.inc2
4 files changed, 5 insertions, 5 deletions
diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc
index 1410b21..002a3f7 100644
--- a/secure/lib/Makefile.inc
+++ b/secure/lib/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-.include "${.CURDIR}/../../Makefile.inc"
+.include "../Makefile.inc"
.if exists(${.CURDIR}/../../../lib/Makefile.inc)
.include "${.CURDIR}/../../../lib/Makefile.inc"
.endif
diff --git a/secure/libexec/Makefile.inc b/secure/libexec/Makefile.inc
index 2b09436..6d620e2 100644
--- a/secure/libexec/Makefile.inc
+++ b/secure/libexec/Makefile.inc
@@ -1,5 +1,5 @@
-# $FreeBSD$
+# $FreeBSD$
BINDIR?= /usr/libexec
-.include "${.CURDIR}/../../Makefile.inc"
+.include "../Makefile.inc"
diff --git a/secure/usr.bin/Makefile.inc b/secure/usr.bin/Makefile.inc
index de35b78..4cec6fe 100644
--- a/secure/usr.bin/Makefile.inc
+++ b/secure/usr.bin/Makefile.inc
@@ -2,4 +2,4 @@
BINDIR?= /usr/bin
-.include "${.CURDIR}/../../Makefile.inc"
+.include "../Makefile.inc"
diff --git a/secure/usr.sbin/Makefile.inc b/secure/usr.sbin/Makefile.inc
index 1495232..282198e 100644
--- a/secure/usr.sbin/Makefile.inc
+++ b/secure/usr.sbin/Makefile.inc
@@ -2,4 +2,4 @@
BINDIR?= /usr/sbin
-.include "${.CURDIR}/../../Makefile.inc"
+.include "../Makefile.inc"
OpenPOWER on IntegriCloud