summaryrefslogtreecommitdiffstats
path: root/sys/modules/hpfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hpfs')
-rw-r--r--sys/modules/hpfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile
index 4bb085b..05d71b4 100644
--- a/sys/modules/hpfs/Makefile
+++ b/sys/modules/hpfs/Makefile
@@ -2,10 +2,10 @@
.PATH: ${.CURDIR}/../../fs/hpfs
KMOD= hpfs
-SRCS= hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \
+SRCS= vnode_if.h \
+ hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \
hpfs_alsubr.c opt_vmpage.h
NOMAN=
-VFS_KLD=
CFLAGS+= -DHPFS
CLEANFILES= opt_vmpage.h
OpenPOWER on IntegriCloud