summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/Makefile.inc
diff options
context:
space:
mode:
authormillert <>2004-06-24 04:43:33 +0000
committermillert <>2004-06-24 04:43:33 +0000
commitf22795e90c0343742b46ca0a209a6e4059676f88 (patch)
tree73a9810e9f7758f89202c177e4c823835a49a71c /src/lib/libc/stdlib/Makefile.inc
parent242acba8652a28aeb609072dfde10f2074651e07 (diff)
downloadopenbsd-f22795e90c0343742b46ca0a209a6e4059676f88.tar.gz
openbsd-f22795e90c0343742b46ca0a209a6e4059676f88.tar.bz2
openbsd-f22795e90c0343742b46ca0a209a6e4059676f88.zip
Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.
Now passes the regress tests.
Diffstat (limited to 'src/lib/libc/stdlib/Makefile.inc')
-rw-r--r--src/lib/libc/stdlib/Makefile.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc
index 80d3c22112..1d5ba5c9bd 100644
--- a/src/lib/libc/stdlib/Makefile.inc
+++ b/src/lib/libc/stdlib/Makefile.inc
@@ -5,10 +5,10 @@
5 5
6SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ 6SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \
7 calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt_long.c \ 7 calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt_long.c \
8 getsubopt.c heapsort.c l64a.c llabs.c lsearch.c malloc.c merge.c \ 8 getsubopt.c hcreate.c heapsort.c l64a.c llabs.c lsearch.c malloc.c \
9 multibyte.c putenv.c qsort.c radixsort.c rand.c random.c realpath.c \ 9 merge.c multibyte.c putenv.c qsort.c radixsort.c rand.c random.c \
10 setenv.c strtod.c strtol.c strtoll.c strtonum.c strtoul.c strtoull.c \ 10 realpath.c setenv.c strtod.c strtol.c strtoll.c strtonum.c strtoul.c \
11 system.c \ 11 strtoull.c system.c \
12 tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \ 12 tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \
13 lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c qdiv.c _Exit.c 13 lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c qdiv.c _Exit.c
14 14
@@ -41,7 +41,7 @@ SRCS+= insque.c remque.c
41 41
42MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \ 42MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
43 bsearch.3 div.3 ecvt.3 exit.3 getenv.3 getopt.3 getopt_long.3 \ 43 bsearch.3 div.3 ecvt.3 exit.3 getenv.3 getopt.3 getopt_long.3 \
44 getsubopt.3 insque.3 labs.3 ldiv.3 lsearch.3 malloc.3 qabs.3 \ 44 getsubopt.3 hcreate.3 insque.3 labs.3 ldiv.3 lsearch.3 malloc.3 qabs.3 \
45 qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \ 45 qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \
46 strtod.3 strtonum.3 strtol.3 strtoul.3 system.3 tsearch.3 46 strtod.3 strtonum.3 strtol.3 strtoul.3 system.3 tsearch.3
47 47
@@ -49,6 +49,7 @@ MLINKS+=exit.3 _Exit.3
49MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 49MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
50MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 50MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
51MLINKS+=getopt_long.3 getopt_long_only.3 51MLINKS+=getopt_long.3 getopt_long_only.3
52MLINKS+=hcreate.3 hdestroy.3 hcreate.3 hsearch.3
52MLINKS+=insque.3 remque.3 53MLINKS+=insque.3 remque.3
53MLINKS+=labs.3 llabs.3 54MLINKS+=labs.3 llabs.3
54MLINKS+=lsearch.3 lfind.3 55MLINKS+=lsearch.3 lfind.3