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/nwfs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/modules/nwfs') diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile index 925fb05..72fee15 100644 --- a/sys/modules/nwfs/Makefile +++ b/sys/modules/nwfs/Makefile @@ -5,11 +5,10 @@ KMOD= nwfs KMODDEPS= ncp -SRCS= nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \ +SRCS= vnode_if.h \ + nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \ nwfs_subr.c opt_ncp.h opt_nwfs.h opt_vmpage.h -VFS_KLD=true - NOMAN=true CFLAGS+= -DNWFS -- cgit v1.1