3b41d5953a
I didn't realize we had an MFS module, so didn't update the dependencies there to reflect opt_ufs.h. Obtained from: TrustedBSD Project
11 lines
152 B
Makefile
11 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../ufs/mfs
|
|
|
|
KMOD= mfs
|
|
SRCS= vnode_if.h \
|
|
mfs_vfsops.c mfs_vnops.c opt_mfs.h opt_ufs.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|