summaryrefslogtreecommitdiffstats
path: root/sys/modules/coda
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/coda')
-rw-r--r--sys/modules/coda/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile
index dde14c1..cc9614b 100644
--- a/sys/modules/coda/Makefile
+++ b/sys/modules/coda/Makefile
@@ -2,10 +2,10 @@
.PATH: ${.CURDIR}/../../coda
KMOD= coda
-SRCS= coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \
+SRCS= vnode_if.h \
+ coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \
coda_venus.c coda_vfsops.c coda_vnops.c opt_devfs.h vcoda.h
NOMAN=
-VFS_KLD=
CLEANFILES= vcoda.h
OpenPOWER on IntegriCloud