mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
syslog in libc secretly reconnects to the daemon. Another issue is that we don't have any information from openlog(3) if we succeeded to open log or not so we don't know if we are ready to enter cabability mode. Because all of that we decided we need a syslog service for Caspser. Reviewed by: bapt@ Differential Revision: https://reviews.freebsd.org/D12824
16 lines
220 B
Makefile
16 lines
220 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= cap_dns
|
|
SUBDIR+= cap_grp
|
|
SUBDIR+= cap_pwd
|
|
SUBDIR+= cap_random
|
|
SUBDIR+= cap_sysctl
|
|
SUBDIR+= cap_syslog
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|