summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/stdlib/Makefile.inc
blob: 90582f7a6c16b3c276b635b65429973901eb7914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)Makefile.inc	8.2 (Berkeley) 2/16/94

# machine-independent stdlib sources
.PATH: ${.CURDIR}/../libc/${MACHINE}/stdlib ${.CURDIR}/../libc/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 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

# machine-dependent stdlib sources
.include "${.CURDIR}/${MACHINE}/stdlib/Makefile.inc"
OpenPOWER on IntegriCloud