Deleted Added
full compact
Makefile.inc (211774) Makefile.inc (212405)
1# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
1# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
2# $FreeBSD: head/lib/libc/stdlib/Makefile.inc 211774 2010-08-24 20:54:43Z imp $
2# $FreeBSD: head/lib/libc/stdlib/Makefile.inc 212405 2010-09-10 01:47:37Z davidxu $
3
4# machine-independent stdlib sources
5.PATH: ${.CURDIR}/${LIBC_ARCH}/stdlib ${.CURDIR}/stdlib
6
7MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
8 bsearch.c div.c exit.c getenv.c getopt.c getopt_long.c \
9 getsubopt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \
10 insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c malloc.c \
11 merge.c ptsname.c qsort.c qsort_r.c radixsort.c rand.c random.c \
3
4# machine-independent stdlib sources
5.PATH: ${.CURDIR}/${LIBC_ARCH}/stdlib ${.CURDIR}/stdlib
6
7MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
8 bsearch.c div.c exit.c getenv.c getopt.c getopt_long.c \
9 getsubopt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \
10 insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c malloc.c \
11 merge.c ptsname.c qsort.c qsort_r.c radixsort.c rand.c random.c \
12 reallocf.c realpath.c remque.c strfmon.c strtoimax.c \
12 reallocf.c realpath.c remque.c sigwait.c strfmon.c strtoimax.c \
13 strtol.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \
14 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
15
16SYM_MAPS+= ${.CURDIR}/stdlib/Symbol.map
17
18# machine-dependent stdlib sources
19.sinclude "${.CURDIR}/${LIBC_ARCH}/stdlib/Makefile.inc"
20

--- 33 unchanged lines hidden ---
13 strtol.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \
14 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
15
16SYM_MAPS+= ${.CURDIR}/stdlib/Symbol.map
17
18# machine-dependent stdlib sources
19.sinclude "${.CURDIR}/${LIBC_ARCH}/stdlib/Makefile.inc"
20

--- 33 unchanged lines hidden ---