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:
rwatson 2002-10-22 17:10:15 +00:00
parent c3791d576e
commit c7e2190cbe
6 changed files with 0 additions and 6 deletions

View File

@ -4,7 +4,6 @@
KMOD= mac_biba
SRCS= vnode_if.h \
opt_mac.h \
mac_biba.c
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= mac_ifoff
SRCS= vnode_if.h \
opt_mac.h \
mac_ifoff.c
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= mac_mls
SRCS= vnode_if.h \
opt_mac.h \
mac_mls.c
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= mac_none
SRCS= vnode_if.h \
opt_mac.h \
mac_none.c
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= mac_none
SRCS= vnode_if.h \
opt_mac.h \
mac_none.c
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= mac_test
SRCS= vnode_if.h \
opt_mac.h \
mac_test.c
.include <bsd.kmod.mk>