1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../security/mac_biba
4
5KMOD=	mac_biba
6SRCS=	vnode_if.h \
7	mac_biba.c
8
9.include <bsd.kmod.mk>
10