- Fix the hpfs build, hpfs_hash.c was removed from the repository.

This commit is contained in:
jeff 2005-03-28 09:41:25 +00:00
parent 527fc2c9cc
commit 7e4c5f5208

View File

@ -4,7 +4,7 @@
KMOD= hpfs
SRCS= vnode_if.h \
hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \
hpfs_vfsops.c hpfs_vnops.c hpfs_subr.c hpfs_lookup.c \
hpfs_alsubr.c
.include <bsd.kmod.mk>