94dc571595
Create a casper service for netdb functions. Initially only cap_getprotobyname is implemented. This is needed for capsicumizing sockstat. Reviewed by: oshogbo, bcr (manpages) Relnotes: yes Differential Revision: https://reviews.freebsd.org/D24832
19 lines
258 B
Makefile
19 lines
258 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= cap_dns
|
|
SUBDIR+= cap_fileargs
|
|
SUBDIR+= cap_grp
|
|
SUBDIR+= cap_net
|
|
SUBDIR+= cap_netdb
|
|
SUBDIR+= cap_pwd
|
|
SUBDIR+= cap_sysctl
|
|
SUBDIR+= cap_syslog
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|