Build __errlist14.c, __siglist14.c, and __signame14.c

This commit is contained in:
thorpej 1998-11-30 20:41:21 +00:00
parent c969d96715
commit e1f67632f8
1 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.93 1998/09/26 23:53:36 christos Exp $
# $NetBSD: Makefile.inc,v 1.94 1998/11/30 20:41:21 thorpej Exp $
# from: @(#)Makefile.inc 8.6 (Berkeley) 5/4/95
# gen sources
@ -6,7 +6,7 @@
SRCS+= _errno.c alarm.c assert.c basename.c clock.c closedir.c \
confstr.c ctermid.c ctype_.c daemon.c devname.c dirname.c \
disklabel.c err.c errx.c errlist.c errno.c execl.c \
disklabel.c err.c errx.c __errlist14.c errlist.c errno.c execl.c \
execle.c execlp.c execv.c execvp.c fnmatch.c fstab.c \
ftok.c __fts13.c fts.c getbsize.c getcap.c getcwd.c \
getdomainname.c getgrent.c getgrouplist.c gethostname.c \
@ -18,12 +18,12 @@ SRCS+= _errno.c alarm.c assert.c basename.c clock.c closedir.c \
pause.c popen.c psignal.c pwcache.c pw_scan.c raise.c readdir.c \
rewinddir.c scandir.c seekdir.c setdomainname.c \
sethostname.c setjmperr.c setmode.c setproctitle.c \
siginterrupt.c siglist.c signal.c \
signame.c __sigsetops14.c sigsetops.c sleep.c stringlist.c sysconf.c \
sysctl.c syslog.c telldir.c time.c times.c timezone.c tolower_.c \
ttyname.c ttyslot.c toupper_.c ualarm.c uname.c unvis.c usleep.c \
utime.c valloc.c vis.c wait.c wait3.c waitpid.c warn.c warnx.c \
vwarn.c vwarnx.c verr.c verrx.c
siginterrupt.c __siglist14.c siglist.c signal.c \
__signame14.c signame.c __sigsetops14.c sigsetops.c sleep.c \
stringlist.c sysconf.c sysctl.c syslog.c telldir.c time.c times.c \
timezone.c tolower_.c ttyname.c ttyslot.c toupper_.c ualarm.c uname.c \
unvis.c usleep.c utime.c valloc.c vis.c wait.c wait3.c waitpid.c \
warn.c warnx.c vwarn.c vwarnx.c verr.c verrx.c
# indirect reference stubs, to be removed soon.
SRCS+= _err.c _errx.c _sys_errlist.c _sys_nerr.c _sys_siglist.c \