mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
2 changed files with 11 additions and 0 deletions
|
|
@ -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 a new issue