Deleted Added
full compact
Makefile (179065) Makefile (248457)
1# $FreeBSD: head/sys/modules/dtrace/fbt/Makefile 179065 2008-05-17 02:31:19Z jb $
1# $FreeBSD: head/sys/modules/dtrace/fbt/Makefile 248457 2013-03-18 05:30:18Z jhibbits $
2
3.PATH: ${.CURDIR}/../../../cddl/dev/fbt
4
5KMOD= fbt
2
3.PATH: ${.CURDIR}/../../../cddl/dev/fbt
4
5KMOD= fbt
6.if ${MACHINE_ARCH} == "powerpc"
7SRCS= fbt_powerpc.c
8.else
6SRCS= fbt.c
9SRCS= fbt.c
10.endif
7SRCS+= vnode_if.h
8
9CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
10 -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
11 -I${.CURDIR}/../../..
12
13.include <bsd.kmod.mk>
11SRCS+= vnode_if.h
12
13CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
14 -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
15 -I${.CURDIR}/../../..
16
17.include <bsd.kmod.mk>