mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
11 lines
142 B
Makefile
11 lines
142 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../security/mac_lomac
|
||
|
|
|
||
|
|
KMOD= mac_lomac
|
||
|
|
SRCS= vnode_if.h \
|
||
|
|
opt_mac.h \
|
||
|
|
mac_lomac.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|