diff options
author | 2000-11-21 00:51:30 +0000 | |
---|---|---|
committer | 2000-11-21 00:51:30 +0000 | |
commit | 224f706f7981cdb2277f127fefcb9045f547093f (patch) | |
tree | a4e2acef5de16a0db24a2c73c5401dc4419ad6dc /lib/libc | |
parent | BSD authentication routines from BSDI. Presently this is not used but (diff) | |
download | wireguard-openbsd-224f706f7981cdb2277f127fefcb9045f547093f.tar.xz wireguard-openbsd-224f706f7981cdb2277f127fefcb9045f547093f.zip |
Add references to new files.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/Makefile.inc | 73 |
1 files changed, 45 insertions, 28 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 78a390a9ccb..819eacc8839 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,23 +1,24 @@ -# $OpenBSD: Makefile.inc,v 1.26 2000/08/20 18:37:20 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.27 2000/11/21 00:51:30 millert Exp $ # gen sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/gen ${LIBCSRCDIR}/gen -SRCS+= alarm.c assert.c basename.c clock.c closedir.c confstr.c \ - ctermid.c ctype_.c daemon.c devname.c dirname.c disklabel.c elf_hash.c \ - err.c errx.c errlist.c errno.c exec.c fnmatch.c fstab.c ftok.c fts.c \ - getbsize.c getcap.c getcwd.c getdomainname.c getgrent.c getgrouplist.c \ - gethostname.c getloadavg.c getlogin.c getmntinfo.c getnetgrent.c \ - getpagesize.c getpass.c getpwent.c getttyent.c getusershell.c glob.c \ - initgroups.c isatty.c isctype.c lockf.c login_cap.c nice.c nlist.c \ - opendir.c pause.c popen.c psignal.c pwcache.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 sigsetops.c sleep.c strtofflags.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 +SRCS+= alarm.c assert.c auth_subr.c authenticate.c login_cap.c basename.c \ + clock.c closedir.c confstr.c ctermid.c ctype_.c daemon.c \ + devname.c dirname.c disklabel.c elf_hash.c err.c errx.c errlist.c \ + errno.c exec.c fnmatch.c fstab.c ftok.c fts.c getbsize.c getcap.c \ + getcwd.c getdomainname.c getgrent.c getgrouplist.c gethostname.c \ + getloadavg.c getlogin.c getmntinfo.c getnetgrent.c getpagesize.c \ + getpwent.c getttyent.c getusershell.c glob.c initgroups.c \ + isatty.c isctype.c lockf.c login_cap.c nice.c nlist.c opendir.c \ + pause.c popen.c psignal.c pw_dup.c pwcache.c raise.c readdir.c \ + readpassphrase.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 sigsetops.c sleep.c strtofflags.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 \ @@ -42,20 +43,36 @@ errlst.o errlst.po: .endif # _NOTDEF_XXX_ -MAN+= alarm.3 basename.3 clock.3 confstr.3 ctermid.3 ctype.3 daemon.3 \ - devname.3 directory.3 dirname.3 err.3 exec.3 fnmatch.3 frexp.3 ftok.3 \ - fts.3 getbsize.3 getcap.3 getcwd.3 getdomainname.3 getdiskbyname.3 \ - getfsent.3 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \ - getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 getpwent.3 \ - getttyent.3 getusershell.3 glob.3 initgroups.3 isalnum.3 isalpha.3 \ - isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 isinf.3 islower.3 \ - isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 ldexp.3 lockf.3 \ - login_cap.3 modf.3 nice.3 nlist.3 pause.3 popen.3 psignal.3 pwcache.3 \ - raise.3 scandir.3 setjmp.3 setmode.3 setproctitle.3 siginterrupt.3 \ - signal.3 sigsetops.3 sleep.3 sysconf.3 sysctl.3 strtofflags.3 syslog.3 \ +MAN+= alarm.3 auth_subr.3 authenticate.3 basename.3 clock.3 confstr.3 \ + ctermid.3 ctype.3 daemon.3 devname.3 directory.3 dirname.3 err.3 \ + exec.3 fnmatch.3 frexp.3 ftok.3 fts.3 getbsize.3 getcap.3 getcwd.3 \ + getdomainname.3 getdiskbyname.3 getfsent.3 getgrent.3 getgrouplist.3 \ + gethostname.3 getloadavg.3 getmntinfo.3 getnetgrent.3 getpagesize.3 \ + getpass.3 getpwent.3 getttyent.3 getusershell.3 glob.3 initgroups.3 \ + isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 \ + isinf.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 \ + ldexp.3 lockf.3 login_cap.3 modf.3 nice.3 nlist.3 pause.3 popen.3 \ + psignal.3 pw_dup.3 pwcache.3 raise.3 readpassphrase.3 scandir.3 \ + setjmp.3 setmode.3 setproctitle.3 siginterrupt.3 signal.3 \ + sigsetops.3 sleep.3 sysconf.3 sysctl.3 strtofflags.3 syslog.3 \ time.3 times.3 timezone.3 toascii.3 tolower.3 toupper.3 ttyname.3 \ ualarm.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3 +MLINKS+=auth_subr.3 auth_open.3 auth_subr.3 auth_call.3 auth_subr.3 \ + auth_challenge.3 auth_subr.3 auth_check_change.3 auth_subr.3 \ + auth_check_expire.3 auth_subr.3 auth_clean.3 auth_subr.3 auth_close.3 \ + auth_subr.3 auth_clrenv.3 auth_subr.3 auth_clroption.3 auth_subr.3 \ + auth_clroptions.3 auth_subr.3 auth_getitem.3 auth_subr.3 \ + auth_getstate.3 auth_subr.3 auth_getvalue.3 auth_subr.3 \ + auth_set_va_list.3 auth_subr.3 auth_setdata.3 auth_subr.3 \ + auth_setenv.3 auth_subr.3 auth_setitem.3 auth_subr.3 auth_setoption.3 \ + auth_subr.3 auth_setpwd.3 auth_subr.3 auth_setstate.3 \ + auth_subr.3 bsd_auth.3 +MLINKS+=authenticate.3 auth_approval.3 authenticate.3 auth_cat.3 \ + authenticate.3 auth_checknologin.3 authenticate.3 auth_mkvalue.3 \ + authenticate.3 auth_userchallenge.3 authenticate.3 auth_usercheck.3 \ + authenticate.3 auth_userokay.3 authenticate.3 auth_userresponse.3 \ + authenticate.3 auth_verify.3 MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \ directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \ directory.3 telldir.3 directory.3 readdir_r.3 @@ -106,4 +123,4 @@ MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \ MLINKS+=tolower.3 _tolower.3 MLINKS+=toupper.3 _toupper.3 MLINKS+=ttyname.3 ttyname_r.3 ttyname.3 isatty.3 ttyname.3 ttyslot.3 -MLINKS+=vis.3 strvis.3 vis.3 strvisx.3 unvis.3 strunvis.3 +MLINKS+=vis.3 strvis.3 vis.3 strnvis.3 vis.3 strvisx.3 unvis.3 strunvis.3 |