1
2.PATH: ${SRCTOP}/sys/security/mac_partition
3
4KMOD=	mac_partition
5SRCS=	vnode_if.h \
6	mac_partition.c
7
8.include <bsd.kmod.mk>
9