Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclient

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
This commit is contained in:
Robert Watson 2009-03-25 17:47:22 +00:00
parent 2401c73637
commit 455f3aa24f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190419
2 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../cddl/dev/dtnfsclient
.PATH: ${.CURDIR}/../../../nfsclient
KMOD= dtnfsclient
SRCS= dtnfsclient.c
SRCS= nfs_kdtrace.c
SRCS+= vnode_if.h
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \