From 41112cf4145322553b6d1a49f4fb64ca9e2ff2cb Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 12 Dec 1999 16:47:33 +0000 Subject: Bring these more into line with other modules that have .h files generated on the fly. --- sys/modules/nfsserver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/nfsserver/Makefile') 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: -- cgit v1.1