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"
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to