aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-04-06 20:17:28 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-04-06 20:17:28 +0000
commit6e57ff1890a629e39d2d24280626d6b6e362be76 (patch)
tree0b8320bdc22f93b2d885f15f48d95db98d902f61 /sys/modules/nfsclient
parenta58158ef086b56b8c1ccb5671e638756ce7a59ad (diff)
downloadsrc-6e57ff1890a629e39d2d24280626d6b6e362be76.tar.gz
src-6e57ff1890a629e39d2d24280626d6b6e362be76.zip
Add opt_kdtrace.h to fix standalone module build.
Notes
Notes: svn path=/head/; revision=190784
Diffstat (limited to 'sys/modules/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index 11742f55d7c3..a42050244aff 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -10,7 +10,7 @@ SRCS= vnode_if.h \
opt_inet.h opt_nfs.h opt_bootp.h opt_nfsroot.h
SRCS+= nfs4_dev.c nfs4_idmap.c nfs4_socket.c nfs4_subs.c \
nfs4_vfs_subs.c nfs4_vfsops.c nfs4_vn_subs.c nfs4_vnops.c
-SRCS+= opt_inet6.h opt_kgssapi.h opt_route.h
+SRCS+= opt_inet6.h opt_kdtrace.h opt_kgssapi.h opt_route.h
# USE THE RPCCLNT:
CFLAGS+= -DRPCCLNT_DEBUG