freebsd-dev/sys/modules/mac_pimd/Makefile
Wojciech Macek 14b7706264 mac_pimd: Support for privilege drop in pimd
Create new kernel module for privilege check in case
the user wants to run pimd daemon.

Sponsored by:		Stormshield
Obtained from:		Semihalf
2022-04-20 08:07:37 +02:00

9 lines
109 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/security/mac_pimd
KMOD= mac_pimd
SRCS= mac_pimd.c
.include <bsd.kmod.mk>