]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/dtrace/fbt/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / dtrace / fbt / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../cddl/dev/fbt
4
5 KMOD=           fbt
6 SRCS=           fbt.c
7 SRCS+=          vnode_if.h
8
9 CFLAGS+=        -I${.CURDIR}/../../../cddl/compat/opensolaris \
10                 -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
11                 -I${.CURDIR}/../../..
12
13 .include <bsd.kmod.mk>