1
0
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:
Robert Watson 2002-11-26 17:35:44 +00:00
parent a8fb4dfabc
commit 5773cccf19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107278
2 changed files with 11 additions and 0 deletions

View File

@ -65,6 +65,7 @@ SUBDIR= accf_data \
mac_biba \
mac_bsdextended \
mac_ifoff \
mac_lomac \
mac_mls \
mac_none \
mac_partition \

View 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>