aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-12 16:47:33 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-12 16:47:33 +0000
commita5aa0913bd326313b1501d053a8b3b7344623ebd (patch)
treeff5cb2c757308b8f930ef7af73f49e086c9d728a /sys/modules/nfsclient
parent9029b6442aea7df5b828b70738700ef93ca2c190 (diff)
downloadsrc-a5aa0913bd326313b1501d053a8b3b7344623ebd.tar.gz
src-a5aa0913bd326313b1501d053a8b3b7344623ebd.zip
Bring these more into line with other modules that have .h files generated
on the fly.
Notes
Notes: svn path=/head/; revision=54502
Diffstat (limited to 'sys/modules/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index 7880e2efcb27..e40b13a85879 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -2,12 +2,12 @@
.PATH: ${.CURDIR}/../../nfs
KMOD= nfs
-SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
+SRCS= vnode_if.h \
+ nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \
nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
NOMAN=
-VFS_KLD=
CFLAGS+= -DNFS
opt_inet.h: