From 32fbf9b347d9eb854b84f0223f03d4a5b2e26a90 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 11 Feb 2017 20:27:53 +0000 Subject: [PATCH] Use SRCTOP to define .include with usr.bin/Makefile.inc MFC after: 1 week Sponsored by: Dell EMC Isilon --- 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 c0e05cfa1da..363f1e6a85c 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"