From df8a82ad6494a45a10399b1a3b6e5cf7c1db5402 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 25 Oct 2001 08:37:12 +0000 Subject: 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/i386/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/i386') diff --git a/sbin/i386/Makefile.inc b/sbin/i386/Makefile.inc index b915adf..265f86d 100644 --- a/sbin/i386/Makefile.inc +++ b/sbin/i386/Makefile.inc @@ -1,3 +1,3 @@ # $FreeBSD$ -.include "${.CURDIR}/../../Makefile.inc" +.include "../Makefile.inc" -- cgit v1.1