diff options
-rw-r--r-- | include/Makefile | 12 | ||||
-rw-r--r-- | lib/libc/gen/Makefile.inc | 73 |
2 files changed, 51 insertions, 34 deletions
diff --git a/include/Makefile b/include/Makefile index 23d034cc405..74ef78848dd 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.86 2000/10/10 12:12:28 hugh Exp $ +# $OpenBSD: Makefile,v 1.87 2000/11/21 00:51:30 millert Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -8,16 +8,16 @@ # Missing: mp.h -FILES= a.out.h ar.h assert.h bitstring.h blf.h bm.h cast.h cpio.h \ +FILES= a.out.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h cast.h cpio.h \ ctype.h curses.h db.h dbm.h des.h dirent.h disktab.h elf_abi.h err.h \ fnmatch.h fstab.h fts.h glob.h grp.h ifaddrs.h inttypes.h \ iso646.h kvm.h langinfo.h libgen.h limits.h locale.h login_cap.h \ malloc.h math.h md4.h md5.h memory.h mpool.h ndbm.h netdb.h netgroup.h \ nlist.h nl_types.h olf_abi.h paths.h poll.h pwd.h ranlib.h re_comp.h \ - regex.h resolv.h rmd160.h search.h setjmp.h sgtty.h sha1.h skipjack.h \ - signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h strings.h \ - struct.h sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h \ - utmp.h vis.h + readpassphrase.h regex.h resolv.h rmd160.h search.h setjmp.h sgtty.h \ + sha1.h skipjack.h signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h \ + string.h strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \ + unistd.h utime.h utmp.h vis.h .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \ (${MACHINE_ARCH} != "powerpc") 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 |