10 lines
129 B
Makefile
10 lines
129 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../security/mac_ifoff
|
||
|
|
||
|
KMOD= mac_ifoff
|
||
|
SRCS= vnode_if.h \
|
||
|
mac_ifoff.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|