summaryrefslogtreecommitdiff
path: root/lib/libc_r/stdlib/Makefile.inc
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1996-01-22 00:23:58 +0000
committerJulian Elischer <julian@FreeBSD.org>1996-01-22 00:23:58 +0000
commit012dfd00b378d9a003a6841a980187c7f15d3716 (patch)
treed93df8a19a0cab699bfc2c0b9e4bc691251efa16 /lib/libc_r/stdlib/Makefile.inc
parentf70177e76e605ec6e6cd5b938fa77ade5d380e87 (diff)
Notes
Diffstat (limited to 'lib/libc_r/stdlib/Makefile.inc')
-rw-r--r--lib/libc_r/stdlib/Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libc_r/stdlib/Makefile.inc b/lib/libc_r/stdlib/Makefile.inc
new file mode 100644
index 000000000000..90582f7a6c16
--- /dev/null
+++ b/lib/libc_r/stdlib/Makefile.inc
@@ -0,0 +1,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"