a76f78dc3f
Now that we have a way to obtain entropy in capability mode (getrandom(2)), libcap_random is obsolete. Remove it. Bump __FreeBSD_version in case anything happens to use it, though I've found no consumers. Reviewed by: delphij, emaste, oshogbo Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21033
17 lines
222 B
Makefile
17 lines
222 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= cap_dns
|
|
SUBDIR+= cap_fileargs
|
|
SUBDIR+= cap_grp
|
|
SUBDIR+= cap_pwd
|
|
SUBDIR+= cap_sysctl
|
|
SUBDIR+= cap_syslog
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|