summaryrefslogtreecommitdiffstats
path: root/sys/modules/hpfs
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-28 09:41:25 +0000
committerjeff <jeff@FreeBSD.org>2005-03-28 09:41:25 +0000
commit7e4c5f5208a9a134b9b6a8ab081eb7fccf04347e (patch)
treea2688749123b67d68df8eb1fc0609dbe65d72a65 /sys/modules/hpfs
parent527fc2c9cc9d94af8d2010ec66bdcabf69ebfe9b (diff)
downloadFreeBSD-src-7e4c5f5208a9a134b9b6a8ab081eb7fccf04347e.zip
FreeBSD-src-7e4c5f5208a9a134b9b6a8ab081eb7fccf04347e.tar.gz
- Fix the hpfs build, hpfs_hash.c was removed from the repository.
Diffstat (limited to 'sys/modules/hpfs')
-rw-r--r--sys/modules/hpfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile
index 4388603..750fda0 100644
--- a/sys/modules/hpfs/Makefile
+++ b/sys/modules/hpfs/Makefile
@@ -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>
OpenPOWER on IntegriCloud