opt_mac.h is no longer required for any of these modules, remove from
the dependencies. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
This commit is contained in:
parent
c3791d576e
commit
c7e2190cbe
@ -4,7 +4,6 @@
|
||||
|
||||
KMOD= mac_biba
|
||||
SRCS= vnode_if.h \
|
||||
opt_mac.h \
|
||||
mac_biba.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
KMOD= mac_ifoff
|
||||
SRCS= vnode_if.h \
|
||||
opt_mac.h \
|
||||
mac_ifoff.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
KMOD= mac_mls
|
||||
SRCS= vnode_if.h \
|
||||
opt_mac.h \
|
||||
mac_mls.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
KMOD= mac_none
|
||||
SRCS= vnode_if.h \
|
||||
opt_mac.h \
|
||||
mac_none.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
KMOD= mac_none
|
||||
SRCS= vnode_if.h \
|
||||
opt_mac.h \
|
||||
mac_none.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
KMOD= mac_test
|
||||
SRCS= vnode_if.h \
|
||||
opt_mac.h \
|
||||
mac_test.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user