svn commit: r190784 - head/sys/modules/nfsclient

John Baldwin jhb at FreeBSD.org
Mon Apr 6 13:17:32 PDT 2009


Author: jhb
Date: Mon Apr  6 20:17:28 2009
New Revision: 190784
URL: http://svn.freebsd.org/changeset/base/190784

Log:
  Add opt_kdtrace.h to fix standalone module build.

Modified:
  head/sys/modules/nfsclient/Makefile

Modified: head/sys/modules/nfsclient/Makefile
==============================================================================
--- head/sys/modules/nfsclient/Makefile	Mon Apr  6 19:12:47 2009	(r190783)
+++ head/sys/modules/nfsclient/Makefile	Mon Apr  6 20:17:28 2009	(r190784)
@@ -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


More information about the svn-src-head mailing list