mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
8 lines
114 B
Makefile
8 lines
114 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/security/mac_lomac
|
|
|
|
KMOD= mac_lomac
|
|
SRCS= vnode_if.h \
|
|
mac_lomac.c
|
|
|
|
.include <bsd.kmod.mk>
|