Author: ngie
Date: Tue Feb 21 02:23:27 2017
New Revision: 314006
URL: https://svnweb.freebsd.org/changeset/base/314006

Log:
  MFC r313656:
  
  Use SRCTOP to define .include with usr.bin/Makefile.inc

Modified:
  stable/10/usr.bin/bluetooth/Makefile.inc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/bluetooth/Makefile.inc
==============================================================================
--- stable/10/usr.bin/bluetooth/Makefile.inc    Tue Feb 21 02:19:19 2017        
(r314005)
+++ stable/10/usr.bin/bluetooth/Makefile.inc    Tue Feb 21 02:23:27 2017        
(r314006)
@@ -1,4 +1,4 @@
 # $FreeBSD$
 
-.include "${.CURDIR}/../../Makefile.inc"
+.include "${SRCTOP}/usr.bin/Makefile.inc"
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to