summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/stdlib
diff options
context:
space:
mode:
authorpeter <peter@openbsd.org>1998-07-21 16:27:59 +0000
committerpeter <peter@openbsd.org>1998-07-21 16:27:59 +0000
commit677e972b8ddd8750f1a326181c9abc12677faa70 (patch)
tree719f670d8d8671d16cef44a67b07b5e7af4260dc /lib/libpthread/stdlib
parentremove irrelevant files (diff)
downloadwireguard-openbsd-677e972b8ddd8750f1a326181c9abc12677faa70.tar.xz
wireguard-openbsd-677e972b8ddd8750f1a326181c9abc12677faa70.zip
move unchanged files from machdep/ into appropriate arch/${MACHINE}
directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/
Diffstat (limited to 'lib/libpthread/stdlib')
-rw-r--r--lib/libpthread/stdlib/Makefile.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libpthread/stdlib/Makefile.inc b/lib/libpthread/stdlib/Makefile.inc
index cc323d1d0e1..07e7eceaec6 100644
--- a/lib/libpthread/stdlib/Makefile.inc
+++ b/lib/libpthread/stdlib/Makefile.inc
@@ -1,10 +1,5 @@
# @(#)Makefile.inc 5.6 (Berkeley) 6/4/91
-# stdlib sources
-.PATH: ${srcdir}/${MACHINE}/stdlib ${srcdir}/stdlib
+.PATH: ${.CURDIR}/stdlib
SRCS+= exit.c strtod.c getopt.c rand.c random.c strtol.c strtoul.c
-
-# SRCS+=abort.c atexit.c atoi.c atof.c atol.c bsearch.c calloc.c div.c \
-# getenv.c heapsort.c labs.c ldiv.c malloc.c multibyte.c \
-# putenv.c qsort.c radixsort.c setenv.c system.c