From bd1a63798aedf61e90d526440e298f23b3c8e7a8 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 25 Oct 2001 08:37:12 +0000 Subject: [PATCH] The directory of the makefile that's including the file is tried first. See section 3.2 of "PMake - A Tutorial" in /usr/share/doc/psd/12.make. --- sbin/atm/Makefile.inc | 2 +- sbin/i386/Makefile.inc | 2 +- sbin/pc98/Makefile.inc | 2 +- sbin/routed/Makefile.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 8878187339ca..dece1093d7b4 100644 --- a/sbin/atm/Makefile.inc +++ b/sbin/atm/Makefile.inc @@ -27,4 +27,4 @@ # # -.include "${.CURDIR}/../../Makefile.inc" +.include "../Makefile.inc" diff --git a/sbin/i386/Makefile.inc b/sbin/i386/Makefile.inc index b915adff92ab..265f86d1ed55 100644 --- a/sbin/i386/Makefile.inc +++ b/sbin/i386/Makefile.inc @@ -1,3 +1,3 @@ # $FreeBSD$ -.include "${.CURDIR}/../../Makefile.inc" +.include "../Makefile.inc" diff --git a/sbin/pc98/Makefile.inc b/sbin/pc98/Makefile.inc index b915adff92ab..265f86d1ed55 100644 --- a/sbin/pc98/Makefile.inc +++ b/sbin/pc98/Makefile.inc @@ -1,3 +1,3 @@ # $FreeBSD$ -.include "${.CURDIR}/../../Makefile.inc" +.include "../Makefile.inc" diff --git a/sbin/routed/Makefile.inc b/sbin/routed/Makefile.inc index b99bc944cf9b..265f86d1ed55 100644 --- a/sbin/routed/Makefile.inc +++ b/sbin/routed/Makefile.inc @@ -1,3 +1,3 @@ # $FreeBSD$ -.include "../../Makefile.inc" +.include "../Makefile.inc"