o Adding UFS_EXTATTR support in MFS required the inclusion of opt_ufs.h.

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
This commit is contained in:
Robert Watson 2001-03-19 07:04:17 +00:00
parent d4562167ac
commit 3b41d5953a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74443

View file

@ -4,7 +4,7 @@
KMOD= mfs
SRCS= vnode_if.h \
mfs_vfsops.c mfs_vnops.c opt_mfs.h
mfs_vfsops.c mfs_vnops.c opt_mfs.h opt_ufs.h
NOMAN=
.include <bsd.kmod.mk>