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