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