Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2008 22:19:49 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132590 for review
Message-ID:  <200801052219.m05MJno7039527@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132590

Change 132590 by jb@jb_freebsd1 on 2008/01/05 22:19:41

	Update the Function Boundary Trace (fbt) provider makefile.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/fbt/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/fbt/Makefile#3 (text+ko) ====

@@ -4,12 +4,10 @@
 
 KMOD=		fbt
 SRCS=		fbt.c
-SRCS+=		bus_if.h device_if.h vnode_if.h
+SRCS+=		vnode_if.h
 
-CFLAGS+=	-I${.CURDIR}/../../../cddl/dev/fbt \
+CFLAGS+=	-I${.CURDIR}/../../../compat/opensolaris \
 		-I${.CURDIR}/../../../contrib/opensolaris/uts/common \
-		-I${.CURDIR}/../../../contrib/opensolaris/compat \
-		-I${.CURDIR}/../../../contrib \
 		-I${.CURDIR}/../../..
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801052219.m05MJno7039527>