From 6e57ff1890a629e39d2d24280626d6b6e362be76 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 6 Apr 2009 20:17:28 +0000 Subject: Add opt_kdtrace.h to fix standalone module build. --- sys/modules/nfsclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/nfsclient') 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 -- cgit v1.2.3