mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/security/mac_none
|
|
|
|
KMOD= mac_none
|
|
SRCS= vnode_if.h \
|
|
mac_none.c
|
|
|
|
.include <bsd.kmod.mk>
|