summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2010-01-10 00:57:07 +0100
committerGuillem Jover <guillem@hadrons.org>2010-01-10 15:29:50 +0100
commitd63e081303521c45baeaabd002c706196c51048e (patch)
treecff570a5d12440359507cc73da20fd7c400f08d9 /Makefile
parent3fed78e5b08f78256e533788b4bcd6502b0949d7 (diff)
downloadlibbsd-d63e081303521c45baeaabd002c706196c51048e.tar.gz
Add arc4random_buf and arc4random_uniform functions
Update arc4random module from FreeBSD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 830037c..5e5b5d3 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,9 @@ LIB_MANS_GEN := \
LIB_MANS := \
arc4random.3 \
arc4random_addrandom.3 \
+ arc4random_buf.3 \
arc4random_stir.3 \
+ arc4random_uniform.3 \
strtonum.3 \
strlcpy.3 \
strlcat.3 \