From 31f4bedea4f60ef56e46c267c5e77367347ef14e Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Mon, 28 Mar 2005 09:41:25 +0000 Subject: [PATCH] - Fix the hpfs build, hpfs_hash.c was removed from the repository. --- sys/modules/hpfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile index 438860307914..750fda00dae0 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