summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-03-16 22:08:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-03-16 22:08:13 +0000
commit9d3e0b9504776e2d312328f6de89ac4201135d0c (patch)
tree3f7a7f090d2806c6971195148fffbfee15d7923d /lib
parent90994d2a3d947d8507059748ac36c2b904877d45 (diff)
Add missing MLINKS
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/crypt/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/crypt/Makefile.inc b/lib/libc/crypt/Makefile.inc
index 131e1d3f397..d961f36b520 100644
--- a/lib/libc/crypt/Makefile.inc
+++ b/lib/libc/crypt/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.15 2003/08/12 01:22:17 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.16 2008/03/16 22:08:12 deraadt Exp $
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/crypt ${LIBCSRCDIR}/crypt
@@ -13,3 +13,4 @@ MLINKS+=blowfish.3 blf_dec.3 blowfish.3 blf_ecb_encrypt.3
MLINKS+=blowfish.3 blf_ecb_decrypt.3 blowfish.3 blf_cbc_encrypt.3
MLINKS+=blowfish.3 blf_cbc_decrypt.3
MLINKS+=arc4random.3 arc4random_stir.3 arc4random.3 arc4random_addrandom.3
+MLINKS+=arc4random.3 arc4random_buf.3 arc4random.3 arc4random_uniform.3