Deleted Added
full compact
Makefile.inc (26816) Makefile.inc (27152)
1# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
1# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
2# $Id: Makefile.inc,v 1.8 1997/05/03 03:50:04 jb Exp $
2# $Id: Makefile.inc,v 1.9 1997/06/22 17:54:24 phk Exp $
3
4# machine-independent stdlib sources
5.PATH: ${.CURDIR}/../libc/${MACHINE}/stdlib ${.CURDIR}/../libc/stdlib
6
3
4# machine-independent stdlib sources
5.PATH: ${.CURDIR}/../libc/${MACHINE}/stdlib ${.CURDIR}/../libc/stdlib
6
7SRCS+= abort.c atexit.c atof.c atoi.c atol.c bsearch.c div.c \
7SRCS+= abort.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c \
8 exit.c getenv.c getopt.c getsubopt.c strhash.c heapsort.c labs.c \
9 ldiv.c malloc.c merge.c putenv.c qsort.c radixsort.c rand.c random.c \
10 realpath.c setenv.c strtod.c strtol.c strtoq.c strtoul.c \
11 strtouq.c system.c
12
13# machine-dependent stdlib sources
14.include "${.CURDIR}/../libc/${MACHINE}/stdlib/Makefile.inc"
15

--- 20 unchanged lines hidden ---
8 exit.c getenv.c getopt.c getsubopt.c strhash.c heapsort.c labs.c \
9 ldiv.c malloc.c merge.c putenv.c qsort.c radixsort.c rand.c random.c \
10 realpath.c setenv.c strtod.c strtol.c strtoq.c strtoul.c \
11 strtouq.c system.c
12
13# machine-dependent stdlib sources
14.include "${.CURDIR}/../libc/${MACHINE}/stdlib/Makefile.inc"
15

--- 20 unchanged lines hidden ---