summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-21 02:23:27 +0000
committerngie <ngie@FreeBSD.org>2017-02-21 02:23:27 +0000
commite4a19860569883714383b6bad022a20add364d2d (patch)
treec2668f96e976769777029060d7f921cb27193079
parentab0aa5ccde6426fa3bbe5cab6c083e45ac5b52b4 (diff)
downloadFreeBSD-src-e4a19860569883714383b6bad022a20add364d2d.zip
FreeBSD-src-e4a19860569883714383b6bad022a20add364d2d.tar.gz
MFC r313656:
Use SRCTOP to define .include with usr.bin/Makefile.inc
-rw-r--r--usr.bin/bluetooth/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bluetooth/Makefile.inc b/usr.bin/bluetooth/Makefile.inc
index c0e05cf..363f1e6 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"
OpenPOWER on IntegriCloud