1# $FreeBSD: releng/10.3/sys/modules/mac_ifoff/Makefile 105725 2002-10-22 17:10:15Z rwatson $
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