summaryrefslogtreecommitdiffstats
path: root/sys/modules/ufs
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-06-06 17:01:44 +0000
committerrwatson <rwatson@FreeBSD.org>2009-06-06 17:01:44 +0000
commit03b90e8d62e47e2b15cd5b8507d56a9d863a62c6 (patch)
treeb25ad20838dd04b518532c94eb9d46f9bdea013b /sys/modules/ufs
parent32b5c4dd7c7c28ae5b4e66b3839be9720a232aea (diff)
downloadFreeBSD-src-03b90e8d62e47e2b15cd5b8507d56a9d863a62c6.zip
FreeBSD-src-03b90e8d62e47e2b15cd5b8507d56a9d863a62c6.tar.gz
Remove opt_mac.h generation for various kernel modules that no longer
require it. Submitted by: pjd
Diffstat (limited to 'sys/modules/ufs')
-rw-r--r--sys/modules/ufs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ufs/Makefile b/sys/modules/ufs/Makefile
index 9c5927c..0fe7b4c 100644
--- a/sys/modules/ufs/Makefile
+++ b/sys/modules/ufs/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../ufs/ufs ${.CURDIR}/../../ufs/ffs
KMOD= ufs
-SRCS= opt_ddb.h opt_directio.h opt_ffs.h opt_ffs_broken_fixme.h opt_mac.h \
+SRCS= opt_ddb.h opt_directio.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 \
ufs_gjournal.c ufs_inode.c ufs_lookup.c ufs_quota.c ufs_vfsops.c \
OpenPOWER on IntegriCloud