diff options
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 3a78a60932e..da1dfd6426c 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.137 2007/11/28 23:24:07 art Exp $ +# $OpenBSD: Makefile,v 1.138 2008/03/02 21:29:06 djm Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -254,7 +254,8 @@ MLINKS+=random.9 add_true_randomness.9 \ random.9 add_audio_randomness.9 \ random.9 get_random_bytes.9 \ random.9 arc4random.9 \ - random.9 arc4random_bytes.9 + random.9 arc4random_bytes.9 \ + random.9 arc4random_uniform.9 MLINKS+=rasops.9 rasops_init.9 rasops.9 rasops_reconfig.9 MLINKS+=rssadapt.9 ieee80211_rssadapt_choose.9 \ rssadapt.9 ieee80211_rssadapt_input.9 \ |