From b58486f4b2474ac75535f6fc2db50ff502c86a88 Mon Sep 17 00:00:00 2001 From: ngie 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 c0e05cfa1da6..363f1e6a85cc 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"