summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-04-06 20:17:28 +0000
committerjhb <jhb@FreeBSD.org>2009-04-06 20:17:28 +0000
commita546a149d5469466b14bd22e921ecf3ce824203a (patch)
tree0b8320bdc22f93b2d885f15f48d95db98d902f61 /sys/modules/nfsclient
parent54504c49852786f15fbb97dc39700035bb42d47c (diff)
downloadFreeBSD-src-a546a149d5469466b14bd22e921ecf3ce824203a.zip
FreeBSD-src-a546a149d5469466b14bd22e921ecf3ce824203a.tar.gz
Add opt_kdtrace.h to fix standalone module build.
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 11742f5..a420502 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
OpenPOWER on IntegriCloud