aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hpfs/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-12 16:47:33 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-12 16:47:33 +0000
commita5aa0913bd326313b1501d053a8b3b7344623ebd (patch)
treeff5cb2c757308b8f930ef7af73f49e086c9d728a /sys/modules/hpfs/Makefile
parent9029b6442aea7df5b828b70738700ef93ca2c190 (diff)
Notes
Diffstat (limited to 'sys/modules/hpfs/Makefile')
-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 4bb085ba528c..05d71b4c9c80 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