summaryrefslogtreecommitdiffstats
path: root/sys/modules/nwfs
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-12 16:47:33 +0000
committerpeter <peter@FreeBSD.org>1999-12-12 16:47:33 +0000
commit41112cf4145322553b6d1a49f4fb64ca9e2ff2cb (patch)
tree36035e929ab38a0d7dac05cdb29f54b58275929b /sys/modules/nwfs
parent88fbbe0647e09a2cefd8b1eb895aea958c1f3c12 (diff)
downloadFreeBSD-src-41112cf4145322553b6d1a49f4fb64ca9e2ff2cb.zip
FreeBSD-src-41112cf4145322553b6d1a49f4fb64ca9e2ff2cb.tar.gz
Bring these more into line with other modules that have .h files generated
on the fly.
Diffstat (limited to 'sys/modules/nwfs')
-rw-r--r--sys/modules/nwfs/Makefile5
1 files changed, 2 insertions, 3 deletions
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
OpenPOWER on IntegriCloud