diff options
author | 2008-03-16 22:08:12 +0000 | |
---|---|---|
committer | 2008-03-16 22:08:12 +0000 | |
commit | 9ba55e4b51647b1cc430859748412f02f56df21c (patch) | |
tree | 4d7cb8a53c8b0bcb5119ebe494a66e8761b02d42 /lib/libc | |
parent | sync with sys/statfs.h; ok jmc@ (diff) | |
download | wireguard-openbsd-9ba55e4b51647b1cc430859748412f02f56df21c.tar.xz wireguard-openbsd-9ba55e4b51647b1cc430859748412f02f56df21c.zip |
Add missing MLINKS
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/Makefile.inc | 3 |
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 |