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