summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert <>1999-11-17 05:22:44 +0000
committermillert <>1999-11-17 05:22:44 +0000
commita591d0367190c85d8febd0557dba55438a783a6a (patch)
treef2b618898ee3a606bbc883f2d46a19299ea688a0
parent4fe309cce629aa9cb11832d11adc06153db1805a (diff)
downloadopenbsd-a591d0367190c85d8febd0557dba55438a783a6a.tar.gz
openbsd-a591d0367190c85d8febd0557dba55438a783a6a.tar.bz2
openbsd-a591d0367190c85d8febd0557dba55438a783a6a.zip
Add missing MLINKs
-rw-r--r--src/lib/libc/crypt/Makefile.inc6
-rw-r--r--src/lib/libc/net/Makefile.inc3
-rw-r--r--src/lib/libc/stdlib/Makefile.inc3
3 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/libc/crypt/Makefile.inc b/src/lib/libc/crypt/Makefile.inc
index 068172d8eb..e64117fbd7 100644
--- a/src/lib/libc/crypt/Makefile.inc
+++ b/src/lib/libc/crypt/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.12 1999/02/26 00:54:00 deraadt Exp $ 1# $OpenBSD: Makefile.inc,v 1.13 1999/11/17 05:22:36 millert Exp $
2 2
3.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/crypt ${LIBCSRCDIR}/crypt 3.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/crypt ${LIBCSRCDIR}/crypt
4 4
@@ -8,5 +8,7 @@ SRCS+= bcrypt.c skipjack.c
8MAN+= crypt.3 blowfish.3 arc4random.3 8MAN+= crypt.3 blowfish.3 arc4random.3
9MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3 9MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3
10MLINKS+=crypt.3 des_setkey.3 blowfish.3 blf_key.3 blowfish.3 blf_enc.3 10MLINKS+=crypt.3 des_setkey.3 blowfish.3 blf_key.3 blowfish.3 blf_enc.3
11MLINKS+=blowfish.3 blf_dec.3 11MLINKS+=blowfish.3 blf_dec.3 blowfish.3 blf_ecb_encrypt.3
12MLINKS+=blowfish.3 blf_ecb_decrypt.3 blowfish.3 blf_cbc_encrypt.3
13MLINKS+=blowfish.3 blf_cbc_decrypt.3
12MLINKS+=arc4random.3 arc4random_stir.3 arc4random.3 arc4random_addrandom.3 14MLINKS+=arc4random.3 arc4random_stir.3 arc4random.3 arc4random_addrandom.3
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc
index 22270bc24e..95f937a320 100644
--- a/src/lib/libc/net/Makefile.inc
+++ b/src/lib/libc/net/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.24 1999/07/03 21:43:12 deraadt Exp $ 1# $OpenBSD: Makefile.inc,v 1.25 1999/11/17 05:22:41 millert Exp $
2 2
3# net sources 3# net sources
4.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net 4.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net
@@ -55,6 +55,7 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
55 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ 55 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
56 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ 56 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \
57 inet.3 ntoa.3 inet.3 inet_ntop.3 inet.3 inet_pton.3 57 inet.3 ntoa.3 inet.3 inet_ntop.3 inet.3 inet_pton.3
58MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3
58MLINKS+=iso_addr.3 iso_ntoa.3 59MLINKS+=iso_addr.3 iso_ntoa.3
59MLINKS+=link_addr.3 link_ntoa.3 60MLINKS+=link_addr.3 link_ntoa.3
60MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 61MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc
index aa811dd9e3..20c2e394e8 100644
--- a/src/lib/libc/stdlib/Makefile.inc
+++ b/src/lib/libc/stdlib/Makefile.inc
@@ -41,7 +41,8 @@ MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
41MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 41MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3
42MLINKS+=malloc.3 cfree.3 malloc.3 malloc.conf.5 42MLINKS+=malloc.3 cfree.3 malloc.3 malloc.conf.5
43MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 43MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
44MLINKS+=rand.3 srand.3 44MLINKS+=radixsort.3 sradixsort.3
45MLINKS+=rand.3 srand.3 rand.3 rand_r.3
45MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 46MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3
46MLINKS+=rand48.3 drand48.3 rand48.3 erand48.3 rand48.3 lrand48.3 47MLINKS+=rand48.3 drand48.3 rand48.3 erand48.3 rand48.3 lrand48.3
47MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3 48MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3