mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 20:06:42 -04:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/security/mac_biba
|
|
|
|
KMOD= mac_biba
|
|
SRCS= vnode_if.h \
|
|
mac_biba.c
|
|
|
|
.include <bsd.kmod.mk>
|