[Midnightbsd-cvs] src [10886] trunk/lib/libbluetooth/Makefile: update the path

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 13 20:03:55 EDT 2018


Revision: 10886
          http://svnweb.midnightbsd.org/src/?rev=10886
Author:   laffer1
Date:     2018-06-13 20:03:54 -0400 (Wed, 13 Jun 2018)
Log Message:
-----------
update the path

Modified Paths:
--------------
    trunk/lib/libbluetooth/Makefile

Modified: trunk/lib/libbluetooth/Makefile
===================================================================
--- trunk/lib/libbluetooth/Makefile	2018-06-14 00:02:55 UTC (rev 10885)
+++ trunk/lib/libbluetooth/Makefile	2018-06-14 00:03:54 UTC (rev 10886)
@@ -1,11 +1,12 @@
-# $Id: Makefile,v 1.3 2012-11-25 21:59:52 laffer1 Exp $
 # $MidnightBSD$
+# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
+# $FreeBSD: stable/10/lib/libbluetooth/Makefile 313587 2017-02-11 05:57:35Z ngie $
 
 LIB=		bluetooth
 MAN=		bluetooth.3
 
 WARNS?=		2
-CFLAGS+=	-I${.CURDIR} -I${.CURDIR}/../../sys
+CFLAGS+=	-I${.CURDIR} -I${SRCTOP}/sys
 
 SHLIB_MAJOR=	4
 



More information about the Midnightbsd-cvs mailing list