actually add _Exit.

This commit is contained in:
yamt 2004-08-05 00:17:02 +00:00
parent 1f5d4dd9dd
commit 91ee88d04d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.56 2004/05/27 02:58:48 christos Exp $ # $NetBSD: Makefile.inc,v 1.57 2004/08/05 00:17:02 yamt Exp $
# from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95 # from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
# stdlib sources # stdlib sources
@ -6,7 +6,7 @@
SRCS+= _rand48.c _strtoimax.c _strtoumax.c _strtoll.c _strtoull.c \ SRCS+= _rand48.c _strtoimax.c _strtoumax.c _strtoll.c _strtoull.c \
a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \ a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \
bsearch.c calloc.c drand48.c erand48.c exit.c \ bsearch.c calloc.c drand48.c erand48.c exit.c _Exit.c \
getenv.c getopt.c getopt_long.c getsubopt.c \ getenv.c getopt.c getopt_long.c getsubopt.c \
hcreate.c heapsort.c jrand48.c \ hcreate.c heapsort.c jrand48.c \
l64a.c lldiv.c lcong48.c lrand48.c malloc.c merge.c mrand48.c \ l64a.c lldiv.c lcong48.c lrand48.c malloc.c merge.c mrand48.c \