diff options
author | jeff <jeff@FreeBSD.org> | 2005-03-28 09:41:25 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2005-03-28 09:41:25 +0000 |
commit | 7e4c5f5208a9a134b9b6a8ab081eb7fccf04347e (patch) | |
tree | a2688749123b67d68df8eb1fc0609dbe65d72a65 /sys | |
parent | 527fc2c9cc9d94af8d2010ec66bdcabf69ebfe9b (diff) | |
download | FreeBSD-src-7e4c5f5208a9a134b9b6a8ab081eb7fccf04347e.zip FreeBSD-src-7e4c5f5208a9a134b9b6a8ab081eb7fccf04347e.tar.gz |
- Fix the hpfs build, hpfs_hash.c was removed from the repository.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/hpfs/Makefile | 2 |
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> |