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