summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-19 07:04:17 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-19 07:04:17 +0000
commitdcd5bf93d5b1cbb72c98dae3773924bc9c19d231 (patch)
treebe2292dc25683e1e8ffbda77f6fb540ee72f65b4
parentb777dece07e2bdb7cef7e2a30606b5106b9a43a1 (diff)
downloadFreeBSD-src-dcd5bf93d5b1cbb72c98dae3773924bc9c19d231.zip
FreeBSD-src-dcd5bf93d5b1cbb72c98dae3773924bc9c19d231.tar.gz
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
-rw-r--r--sys/modules/mfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mfs/Makefile b/sys/modules/mfs/Makefile
index 94148d0..bee3c0d 100644
--- a/sys/modules/mfs/Makefile
+++ b/sys/modules/mfs/Makefile
@@ -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>
OpenPOWER on IntegriCloud