diff options
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/nwfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile index 4050ea689eabc..381c318350bfe 100644 --- a/sys/modules/nwfs/Makefile +++ b/sys/modules/nwfs/Makefile @@ -6,7 +6,7 @@ KMOD= nwfs KMODDEPS= ncp SRCS= nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \ - opt_ncp.h opt_nwfs.h opt_vmpage.h + nwfs_subr.c opt_ncp.h opt_nwfs.h opt_vmpage.h VFS_KLD=true |
