aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nwfs
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>1999-11-05 12:00:36 +0000
committerOllivier Robert <roberto@FreeBSD.org>1999-11-05 12:00:36 +0000
commit8488257344baa7f6fb90bf54263b5779a6e1e039 (patch)
treeed767e1eef69c41f084a942bc07cb809847b319a /sys/modules/nwfs
parent1d0d18144c905afb1b61819ab5c44a4734245f6e (diff)
downloadsrc-8488257344baa7f6fb90bf54263b5779a6e1e039.tar.gz
src-8488257344baa7f6fb90bf54263b5779a6e1e039.zip
Add a forgotten source file.
Approved by: bp
Notes
Notes: svn path=/head/; revision=52899
Diffstat (limited to 'sys/modules/nwfs')
-rw-r--r--sys/modules/nwfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile
index 4050ea689eab..381c318350bf 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