]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/dtrace/dtnfscl/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>