diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 1999-11-05 12:00:36 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 1999-11-05 12:00:36 +0000 |
| commit | 8488257344baa7f6fb90bf54263b5779a6e1e039 (patch) | |
| tree | ed767e1eef69c41f084a942bc07cb809847b319a /sys/modules | |
| parent | 1d0d18144c905afb1b61819ab5c44a4734245f6e (diff) | |
Notes
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 |
