svn commit: r313656 - head/usr.bin/bluetooth

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 20:27:55 UTC 2017


Author: ngie
Date: Sat Feb 11 20:27:53 2017
New Revision: 313656
URL: https://svnweb.freebsd.org/changeset/base/313656

Log:
  Use SRCTOP to define .include with usr.bin/Makefile.inc
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/usr.bin/bluetooth/Makefile.inc

Modified: head/usr.bin/bluetooth/Makefile.inc
==============================================================================
--- head/usr.bin/bluetooth/Makefile.inc	Sat Feb 11 20:27:39 2017	(r313655)
+++ head/usr.bin/bluetooth/Makefile.inc	Sat Feb 11 20:27:53 2017	(r313656)
@@ -1,4 +1,4 @@
 # $FreeBSD$
 
-.include "${.CURDIR}/../../Makefile.inc"
+.include "${SRCTOP}/usr.bin/Makefile.inc"
 


More information about the svn-src-head mailing list