mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
Create new kernel module for privilege check in case the user wants to run pimd daemon. Sponsored by: Stormshield Obtained from: Semihalf
8 lines
109 B
Makefile
8 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/security/mac_pimd
|
|
|
|
KMOD= mac_pimd
|
|
SRCS= mac_pimd.c
|
|
|
|
.include <bsd.kmod.mk>
|