455f3aa24f
directory, since it's under a BSD license, and this keeps NFS internals- aware tracing parts close to NFS. MFC after: 1 month Suggested by: jhb
14 lines
278 B
Makefile
14 lines
278 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../nfsclient
|
|
|
|
KMOD= dtnfsclient
|
|
SRCS= nfs_kdtrace.c
|
|
SRCS+= vnode_if.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
|
|
-I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
|
|
-I${.CURDIR}/../../..
|
|
|
|
.include <bsd.kmod.mk>
|