mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Hook up the mac_lomac module build.
Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
This commit is contained in:
parent
a8fb4dfabc
commit
5773cccf19
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107278
@ -65,6 +65,7 @@ SUBDIR= accf_data \
|
||||
mac_biba \
|
||||
mac_bsdextended \
|
||||
mac_ifoff \
|
||||
mac_lomac \
|
||||
mac_mls \
|
||||
mac_none \
|
||||
mac_partition \
|
||||
|
10
sys/modules/mac_lomac/Makefile
Normal file
10
sys/modules/mac_lomac/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../security/mac_lomac
|
||||
|
||||
KMOD= mac_lomac
|
||||
SRCS= vnode_if.h \
|
||||
opt_mac.h \
|
||||
mac_lomac.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user