diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-26 10:21:55 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-26 10:21:55 +0000 |
| commit | 4796867161ee1eff200a8cf28db7b2bdc025d6c0 (patch) | |
| tree | b02a52631e83f2411bed1eb2060d437826e9dcbb /lib/libc/stdlib/Makefile.inc | |
| parent | 7f5473b3cc392b9b810378e7f4620451ad05bf91 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 01856808c17f..de3d864b36ea 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -4,8 +4,8 @@ .PATH: ${.CURDIR}/${MACHINE}/stdlib ${.CURDIR}/stdlib SRCS+= abort.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c \ - exit.c getenv.c getopt.c getsubopt.c heapsort.c labs.c ldiv.c \ - malloc.c merge.c putenv.c qsort.c radixsort.c rand.c random.c \ + exit.c getenv.c getopt.c getsubopt.c strhash.c heapsort.c labs.c \ + ldiv.c malloc.c merge.c putenv.c qsort.c radixsort.c rand.c random.c \ realpath.c setenv.c strtod.c strtol.c strtoq.c strtoul.c \ strtouq.c system.c |
