aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-06-08 19:57:35 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-06-08 19:57:35 +0000
commit8d8bc0182ea6f8f85409e76e53053487c7d23a84 (patch)
tree536b4d1a8634a3cd973f0d7a5ca23ef93ec76029 /sys/modules/nfsclient
parent5cdee58296e197996a3f9b1f031dcad4b9e1c1eb (diff)
downloadsrc-8d8bc0182ea6f8f85409e76e53053487c7d23a84.tar.gz
src-8d8bc0182ea6f8f85409e76e53053487c7d23a84.zip
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
the ROUTETABLES kernel option thus there is no need to include opt_route.h anymore in all consumers of vnet.h and no longer depend on it for module builds. Remove the hidden include in flowtable.h as well and leave the two explicit #includes in ip_input.c and ip_output.c.
Notes
Notes: svn path=/head/; revision=193744
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 af02f6a98ae5..cab161fbfff8 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -7,7 +7,7 @@ SRCS= vnode_if.h \
nfs_bio.c nfs_lock.c nfs_node.c nfs_socket.c nfs_subs.c nfs_nfsiod.c \
nfs_vfsops.c nfs_vnops.c nfs_common.c nfs_krpc.c \
opt_inet.h opt_nfs.h opt_bootp.h opt_nfsroot.h
-SRCS+= opt_inet6.h opt_kdtrace.h opt_kgssapi.h opt_route.h
+SRCS+= opt_inet6.h opt_kdtrace.h opt_kgssapi.h
.if !defined(KERNBUILDDIR)
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel