summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorfrueauf <frueauf@NetBSD.org>1998-02-01 14:03:47 +0000
committerfrueauf <frueauf@NetBSD.org>1998-02-01 14:03:47 +0000
commitd922341864e4fd6a6000bd619d25bbd4e5328008 (patch)
tree97d3e9b2c8fc925629e168be21a2fa2061689e10 /lib/libc/stdlib
parentcced5db98f5de1ca0dc78046cac9efe202b8412a (diff)
Add _strtoq.c back to SRCS+= which seemed to get lost while reordering it.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index 90bcad9bc3f..1283e14f1a2 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.35 1998/01/30 23:37:40 perry Exp $
+# $NetBSD: Makefile.inc,v 1.36 1998/02/01 14:03:47 frueauf Exp $
# from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
# stdlib sources
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib
# add getsubopt.c later
-SRCS+= _rand48.c _strtouq.c a64l.c abort.c atexit.c atof.c atoi.c \
+SRCS+= _rand48.c _strtoq.c _strtouq.c a64l.c abort.c atexit.c atof.c atoi.c \
atol.c bsearch.c calloc.c drand48.c erand48.c exit.c getenv.c \
getopt.c heapsort.c jrand48.c l64a.c lcong48.c \
lrand48.c malloc.c merge.c mrand48.c multibyte.c nrand48.c \