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

This commit is contained in:
Jeff Roberson 2005-03-28 09:41:25 +00:00
parent 7539637508
commit 31f4bedea4

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>