From d3ea24f00bd0e6abef8dfdeb406ef104979fd58f Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 21 Feb 2017 02:23:27 +0000 Subject: [PATCH] MFC r313656: Use SRCTOP to define .include with usr.bin/Makefile.inc git-svn-id: svn://svn.freebsd.org/base/stable/10@314006 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/bluetooth/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/bluetooth/Makefile.inc b/usr.bin/bluetooth/Makefile.inc index c0e05cfa1..363f1e6a8 100644 --- a/usr.bin/bluetooth/Makefile.inc +++ b/usr.bin/bluetooth/Makefile.inc @@ -1,4 +1,4 @@ # $FreeBSD$ -.include "${.CURDIR}/../../Makefile.inc" +.include "${SRCTOP}/usr.bin/Makefile.inc" -- 2.45.0