diff options
author | peter <peter@FreeBSD.org> | 1997-03-11 11:39:58 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-11 11:39:58 +0000 |
commit | 8574ea8a0e1603e7eb2849859cac28f7a9071f3c (patch) | |
tree | 9a336dba1de98fdb100be044eb79b81ed304c8c8 /lib/libc/stdlib/Makefile.inc | |
parent | bb2b65bb1cc28ad6ffb0a8ab803ddd9943de91da (diff) | |
download | FreeBSD-src-8574ea8a0e1603e7eb2849859cac28f7a9071f3c.zip FreeBSD-src-8574ea8a0e1603e7eb2849859cac28f7a9071f3c.tar.gz |
Merge Lite2 changes
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 81e8ed0..0f083b9 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,4 +1,4 @@ -# @(#)Makefile.inc 8.2 (Berkeley) 2/16/94 +# @(#)Makefile.inc 8.3 (Berkeley) 2/4/95 # machine-independent stdlib sources .PATH: ${.CURDIR}/${MACHINE}/stdlib ${.CURDIR}/stdlib @@ -6,7 +6,7 @@ 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 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 \ + setenv.c strtod.c strtol.c strtoq.c strtoul.c \ strtouq.c system.c # machine-dependent stdlib sources @@ -18,7 +18,7 @@ MAN3+= stdlib/abort.3 stdlib/abs.3 stdlib/alloca.3 stdlib/atexit.3 \ stdlib/getenv.3 stdlib/getopt.3 stdlib/getsubopt.3 stdlib/labs.3 \ stdlib/ldiv.3 stdlib/malloc.3 stdlib/memory.3 stdlib/qsort.3 \ stdlib/radixsort.3 stdlib/rand.3 stdlib/random.3 \ - stdlib/realpath.3 stdlib/strtod.3 stdlib/strtol.3 stdlib/strtoul.3 \ + stdlib/strtod.3 stdlib/strtol.3 stdlib/strtoul.3 \ stdlib/system.3 MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 |