]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/dtrace/dtnfscl/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / dtrace / dtnfscl / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../fs/nfsclient
4
5 KMOD=           dtnfscl
6 SRCS=           nfs_clkdtrace.c \
7                 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>
14
15 CFLAGS+=        -include ${.CURDIR}/../../../cddl/compat/opensolaris/sys/debug_compat.h