mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Add a few missing opt_ files to make this module compile again.
This commit is contained in:
parent
121053bff9
commit
620d309e35
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116754
@ -3,8 +3,9 @@
|
||||
.PATH: ${.CURDIR}/../../ufs/ufs ${.CURDIR}/../../ufs/ffs
|
||||
|
||||
KMOD= ufs
|
||||
SRCS= opt_ddb.h opt_ffs.h opt_ffs_broken_fixme.h opt_quota.h opt_suiddir.h \
|
||||
opt_ufs.h vnode_if.h ufs_acl.c ufs_bmap.c ufs_dirhash.c ufs_extattr.c \
|
||||
SRCS= opt_ddb.h opt_directio.h opt_ffs.h opt_ffs_broken_fixme.h opt_mac.h \
|
||||
opt_quota.h opt_suiddir.h opt_ufs.h \
|
||||
vnode_if.h ufs_acl.c ufs_bmap.c ufs_dirhash.c ufs_extattr.c \
|
||||
ufs_ihash.c ufs_inode.c ufs_lookup.c ufs_quota.c ufs_vfsops.c \
|
||||
ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_snapshot.c \
|
||||
ffs_softdep.c ffs_subr.c ffs_tables.c ffs_vfsops.c ffs_vnops.c
|
||||
|
Loading…
Reference in New Issue
Block a user