mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
- Fix the hpfs build, hpfs_hash.c was removed from the repository.
This commit is contained in:
parent
7539637508
commit
31f4bedea4
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue