From a5aa0913bd326313b1501d053a8b3b7344623ebd Mon Sep 17 00:00:00 2001 From: Peter Wemm 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/nfsclient/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/nfsclient') 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: -- cgit v1.2.3