summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/nfsserver/Makefile')
-rw-r--r--sys/modules/nfsserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile
index 7880e2e..e40b13a 100644
--- a/sys/modules/nfsserver/Makefile
+++ b/sys/modules/nfsserver/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:
OpenPOWER on IntegriCloud