mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/security/mac_mls
|
|
|
|
KMOD= mac_mls
|
|
SRCS= vnode_if.h \
|
|
mac_mls.c
|
|
|
|
.include <bsd.kmod.mk>
|