freebsd-dev/sys/modules/mfs/Makefile
Robert Watson 3b41d5953a 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
2001-03-19 07:04:17 +00:00

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>