summaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-07-24 22:50:43 +0000
committerMark Johnston <markj@FreeBSD.org>2019-07-24 22:50:43 +0000
commita76f78dc3f43dbc25021f17255fee87cc0eafc73 (patch)
tree43cc553944551ddecd4edb8f4392e5972b7fae0b /targets
parent7f3f6aad3e2085bde3120b1f66970273e8ca27b0 (diff)
downloadsrc-test2-a76f78dc3f43dbc25021f17255fee87cc0eafc73.tar.gz
src-test2-a76f78dc3f43dbc25021f17255fee87cc0eafc73.zip
Remove cap_random(3).
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
Notes
Notes: svn path=/head/; revision=350307
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend1
1 files changed, 0 insertions, 1 deletions
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index 6e2e549278a7..9f72a50e7884 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -221,7 +221,6 @@ DIRDEPS+= \
lib/libcasper/services/cap_dns \
lib/libcasper/services/cap_grp \
lib/libcasper/services/cap_pwd \
- lib/libcasper/services/cap_random \
lib/libcasper/services/cap_sysctl \
.endif