Thu Aug 25 18:20:22 2011 UTC ()
Uses non-literal format strings


(joerg)
diff -r1.179 -r1.180 src/lib/libc/gen/Makefile.inc

cvs diff -r1.179 -r1.180 src/lib/libc/gen/Makefile.inc (switch to unified diff)

--- src/lib/libc/gen/Makefile.inc 2011/08/03 04:11:16 1.179
+++ src/lib/libc/gen/Makefile.inc 2011/08/25 18:20:22 1.180
@@ -1,181 +1,182 @@ @@ -1,181 +1,182 @@
1# $NetBSD: Makefile.inc,v 1.179 2011/08/03 04:11:16 manu Exp $ 1# $NetBSD: Makefile.inc,v 1.180 2011/08/25 18:20:22 joerg Exp $
2# from: @(#)Makefile.inc 8.6 (Berkeley) 5/4/95 2# from: @(#)Makefile.inc 8.6 (Berkeley) 5/4/95
3 3
4# gen sources 4# gen sources
5.PATH: ${ARCHDIR}/gen ${.CURDIR}/gen 5.PATH: ${ARCHDIR}/gen ${.CURDIR}/gen
6 6
7SRCS+= _errno.c alarm.c alphasort.c arc4random.c assert.c basename.c clock.c \ 7SRCS+= _errno.c alarm.c alphasort.c arc4random.c assert.c basename.c clock.c \
8 closedir.c closefrom.c \ 8 closedir.c closefrom.c \
9 confstr.c ctermid.c ctype_.c daemon.c \ 9 confstr.c ctermid.c ctype_.c daemon.c \
10 dehumanize_number.c devname.c dirname.c disklabel.c err.c errx.c \ 10 dehumanize_number.c devname.c dirname.c disklabel.c err.c errx.c \
11 errlist.c errno.c execl.c execle.c execlp.c execv.c execvp.c \ 11 errlist.c errno.c execl.c execle.c execlp.c execv.c execvp.c \
12 extattr.c fmtcheck.c fmtmsg.c fnmatch.c fstab.c ftok.c \ 12 extattr.c fmtcheck.c fmtmsg.c fnmatch.c fstab.c ftok.c \
13 fts.c ftw.c getbsize.c getcap.c getcwd.c \ 13 fts.c ftw.c getbsize.c getcap.c getcwd.c \
14 getdevmajor.c getdomainname.c getgrent.c \ 14 getdevmajor.c getdomainname.c getgrent.c \
15 getgrouplist.c getgroupmembership.c gethostname.c \ 15 getgrouplist.c getgroupmembership.c gethostname.c \
16 getloadavg.c getlogin.c getmntinfo.c \ 16 getloadavg.c getlogin.c getmntinfo.c \
17 getnetgrent.c getpagesize.c \ 17 getnetgrent.c getpagesize.c \
18 getpass.c getprogname.c getpwent.c getttyent.c \ 18 getpass.c getprogname.c getpwent.c getttyent.c \
19 getusershell.c glob.c humanize_number.c initdir.c initgroups.c \ 19 getusershell.c glob.c humanize_number.c initdir.c initgroups.c \
20 isascii.c isatty.c isctype.c lockf.c nftw.c \ 20 isascii.c isatty.c isctype.c lockf.c nftw.c \
21 nice.c nlist.c nlist_aout.c \ 21 nice.c nlist.c nlist_aout.c \
22 nlist_coff.c nlist_ecoff.c nlist_elf32.c nlist_elf64.c opendir.c \ 22 nlist_coff.c nlist_ecoff.c nlist_elf32.c nlist_elf64.c opendir.c \
23 pause.c popen.c psignal.c pthread_atfork.c ptree.c pwcache.c \ 23 pause.c popen.c psignal.c pthread_atfork.c ptree.c pwcache.c \
24 pw_scan.c raise.c randomid.c rb.c readdir.c rewinddir.c \ 24 pw_scan.c raise.c randomid.c rb.c readdir.c rewinddir.c \
25 scandir.c seekdir.c setdomainname.c \ 25 scandir.c seekdir.c setdomainname.c \
26 sethostname.c setjmperr.c setmode.c setproctitle.c setprogname.c \ 26 sethostname.c setjmperr.c setmode.c setproctitle.c setprogname.c \
27 shquote.c shquotev.c sighold.c sigignore.c siginterrupt.c \ 27 shquote.c shquotev.c sighold.c sigignore.c siginterrupt.c \
28 siglist.c signal.c signame.c sigrelse.c \ 28 siglist.c signal.c signame.c sigrelse.c \
29 sigset.c sigsetops.c sleep.c \ 29 sigset.c sigsetops.c sleep.c \
30 stringlist.c sysconf.c sysctl.c sysctlbyname.c sysctlgetmibinfo.c \ 30 stringlist.c sysconf.c sysctl.c sysctlbyname.c sysctlgetmibinfo.c \
31 sysctlnametomib.c syslog.c telldir.c time.c \ 31 sysctlnametomib.c syslog.c telldir.c time.c \
32 times.c toascii.c tolower_.c ttyname.c ttyslot.c \ 32 times.c toascii.c tolower_.c ttyname.c ttyslot.c \
33 toupper_.c ualarm.c ulimit.c uname.c unvis.c usleep.c utime.c utmp.c \ 33 toupper_.c ualarm.c ulimit.c uname.c unvis.c usleep.c utime.c utmp.c \
34 utmpx.c valloc.c vis.c wait.c wait3.c waitpid.c warn.c warnx.c \ 34 utmpx.c valloc.c vis.c wait.c wait3.c waitpid.c warn.c warnx.c \
35 vwarn.c vwarnx.c verr.c verrx.c wordexp.c 35 vwarn.c vwarnx.c verr.c verrx.c wordexp.c
36 36
37# indirect reference stubs, to be removed soon. 37# indirect reference stubs, to be removed soon.
38SRCS+= _err.c _errx.c \ 38SRCS+= _err.c _errx.c \
39 _sysconf.c _verr.c _verrx.c _vwarn.c _vwarnx.c _warn.c _warnx.c 39 _sysconf.c _verr.c _verrx.c _vwarn.c _vwarnx.c _warn.c _warnx.c
40 40
41# uses alloca 41# uses alloca
42COPTS.execvp.c = -Wno-stack-protector 42COPTS.execvp.c = -Wno-stack-protector
43COPTS.execl.c = -Wno-stack-protector 43COPTS.execl.c = -Wno-stack-protector
44COPTS.execle.c = -Wno-stack-protector 44COPTS.execle.c = -Wno-stack-protector
45COPTS.execlp.c = -Wno-stack-protector 45COPTS.execlp.c = -Wno-stack-protector
 46COPTS.syslog.c = -Wno-format-nonliteral
46 47
47# machine-dependent gen sources 48# machine-dependent gen sources
48# m-d Makefile.inc must include sources for: 49# m-d Makefile.inc must include sources for:
49# _setjmp() bswap16() bswap32() bswap64() fabs() infinity 50# _setjmp() bswap16() bswap32() bswap64() fabs() infinity
50# isinf() setjmp() sigsetjmp() 51# isinf() setjmp() sigsetjmp()
51 52
52.include "${ARCHDIR}/gen/Makefile.inc" 53.include "${ARCHDIR}/gen/Makefile.inc"
53 54
54MAN+= alarm.3 arc4random.3 basename.3 bswap.3 clock.3 closefrom.3 \ 55MAN+= alarm.3 arc4random.3 basename.3 bswap.3 clock.3 closefrom.3 \
55 confstr.3 \ 56 confstr.3 \
56 cpuset.3 ctermid.3 ctype.3 daemon.3 devname.3 directory.3 dirname.3 \ 57 cpuset.3 ctermid.3 ctype.3 daemon.3 devname.3 directory.3 dirname.3 \
57 endutxent.3 err.3 exec.3 extattr.3 \ 58 endutxent.3 err.3 exec.3 extattr.3 \
58 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 fpgetmask.3 \ 59 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 fpgetmask.3 \
59 ftok.3 fts.3 ftw.3 \ 60 ftok.3 fts.3 ftw.3 \
60 getbsize.3 cgetcap.3 getcwd.3 getdevmajor.3 \ 61 getbsize.3 cgetcap.3 getcwd.3 getdevmajor.3 \
61 getdomainname.3 getdiskbyname.3 getfsent.3 \ 62 getdomainname.3 getdiskbyname.3 getfsent.3 \
62 getgrent.3 getgrouplist.3 gethostname.3 getlastlogx.3 getloadavg.3 \ 63 getgrent.3 getgrouplist.3 gethostname.3 getlastlogx.3 getloadavg.3 \
63 getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 \ 64 getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 \
64 getprogname.3 getpwent.3 getttyent.3 getusershell.3 glob.3 \ 65 getprogname.3 getpwent.3 getttyent.3 getusershell.3 glob.3 \
65 humanize_number.3 \ 66 humanize_number.3 \
66 initgroups.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \ 67 initgroups.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
67 isdigit.3 isfinite.3 isgraph.3 isgreater.3 isinf.3 islower.3 isnan.3 \ 68 isdigit.3 isfinite.3 isgraph.3 isgreater.3 isinf.3 islower.3 isnan.3 \
68 isnormal.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 \ 69 isnormal.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 \
69 lockf.3 _lwp_makecontext.3 makecontext.3 \ 70 lockf.3 _lwp_makecontext.3 makecontext.3 \
70 nice.3 nlist.3 \ 71 nice.3 nlist.3 \
71 pause.3 popen.3 psignal.3 pwcache.3 pthread_atfork.3 \ 72 pause.3 popen.3 psignal.3 pwcache.3 pthread_atfork.3 \
72 raise.3 randomid.3 realpath.3 scandir.3 setjmp.3 setmode.3 \ 73 raise.3 randomid.3 realpath.3 scandir.3 setjmp.3 setmode.3 \
73 setproctitle.3 shquote.3 sighold.3 sigignore.3 siginterrupt.3 \ 74 setproctitle.3 shquote.3 sighold.3 sigignore.3 siginterrupt.3 \
74 signal.3 signbit.3 sigrelse.3 sigset.3 sigsetops.3 sleep.3 \ 75 signal.3 signbit.3 sigrelse.3 sigset.3 sigsetops.3 sleep.3 \
75 stringlist.3 sysconf.3 sysctl.3 syslog.3 time.3 times.3 \ 76 stringlist.3 sysconf.3 sysctl.3 syslog.3 time.3 times.3 \
76 timezone.3 toascii.3 tolower.3 toupper.3 ttyname.3 \ 77 timezone.3 toascii.3 tolower.3 toupper.3 ttyname.3 \
77 ualarm.3 ulimit.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3 \ 78 ualarm.3 ulimit.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3 \
78 wordexp.3 79 wordexp.3
79 80
80MLINKS+=bswap.3 bswap16.3 bswap.3 bswap32.3 bswap.3 bswap64.3 81MLINKS+=bswap.3 bswap16.3 bswap.3 bswap32.3 bswap.3 bswap64.3
81MLINKS+=cpuset.3 cpuset_create.3 cpuset.3 cpuset_destroy.3 \ 82MLINKS+=cpuset.3 cpuset_create.3 cpuset.3 cpuset_destroy.3 \
82 cpuset.3 cpuset_zero.3 cpuset.3 cpuset_set.3 cpuset.3 cpuset_clr.3 \ 83 cpuset.3 cpuset_zero.3 cpuset.3 cpuset_set.3 cpuset.3 cpuset_clr.3 \
83 cpuset.3 cpuset_isset.3 cpuset.3 cpuset_size.3 84 cpuset.3 cpuset_isset.3 cpuset.3 cpuset_size.3
84MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \ 85MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
85 directory.3 readdir.3 directory.3 readdir_r.3 directory.3 \ 86 directory.3 readdir.3 directory.3 readdir_r.3 directory.3 \
86 rewinddir.3 directory.3 seekdir.3 directory.3 telldir.3 \ 87 rewinddir.3 directory.3 seekdir.3 directory.3 telldir.3 \
87 directory.3 fdopendir.3  88 directory.3 fdopendir.3
88MLINKS+=endutxent.3 getutxent.3 endutxent.3 getutxid.3 \ 89MLINKS+=endutxent.3 getutxent.3 endutxent.3 getutxid.3 \
89 endutxent.3 getutxline.3 endutxent.3 pututxline.3 \ 90 endutxent.3 getutxline.3 endutxent.3 pututxline.3 \
90 endutxent.3 setutxent.3 91 endutxent.3 setutxent.3
91MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \ 92MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \
92 err.3 warnx.3 err.3 vwarnx.3 93 err.3 warnx.3 err.3 vwarnx.3
93MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \ 94MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
94 exec.3 execvp.3 exec.3 exect.3 95 exec.3 execvp.3 exec.3 exect.3
95MLINKS+=extattr.3 extattr_namespace_to_string.3 \ 96MLINKS+=extattr.3 extattr_namespace_to_string.3 \
96 extattr.3 extattr_string_to_namespace.3 \ 97 extattr.3 extattr_string_to_namespace.3 \
97 extattr.3 extattr_copy_file.3 \ 98 extattr.3 extattr_copy_file.3 \
98 extattr.3 extattr_copy_fd.3 \ 99 extattr.3 extattr_copy_fd.3 \
99 extattr.3 extattr_copy_link.3 \ 100 extattr.3 extattr_copy_link.3 \
100 extattr.3 cpxattr.3 \ 101 extattr.3 cpxattr.3 \
101 extattr.3 fcpxattr.3 \ 102 extattr.3 fcpxattr.3 \
102 extattr.3 lcpxattr.3 103 extattr.3 lcpxattr.3
103MLINKS+=fpgetmask.3 fpgetround.3 fpgetmask.3 fpgetsticky.3 \ 104MLINKS+=fpgetmask.3 fpgetround.3 fpgetmask.3 fpgetsticky.3 \
104 fpgetmask.3 fpsetmask.3 fpgetmask.3 fpsetround.3 \ 105 fpgetmask.3 fpsetmask.3 fpgetmask.3 fpsetround.3 \
105 fpgetmask.3 fpsetsticky.3 fpgetmask.3 fpgetprec.3 \ 106 fpgetmask.3 fpsetsticky.3 fpgetmask.3 fpgetprec.3 \
106 fpgetmask.3 fpsetprec.3 107 fpgetmask.3 fpsetprec.3
107MLINKS+=fts.3 fts_open.3 fts.3 fts_read.3 fts.3 fts_children.3 \ 108MLINKS+=fts.3 fts_open.3 fts.3 fts_read.3 fts.3 fts_children.3 \
108 fts.3 fts_set.3 fts.3 fts_close.3 109 fts.3 fts_set.3 fts.3 fts_close.3
109MLINKS+=ftw.3 nftw.3 110MLINKS+=ftw.3 nftw.3
110MLINKS+=cgetcap.3 cgetclose.3 cgetcap.3 cgetent.3 \ 111MLINKS+=cgetcap.3 cgetclose.3 cgetcap.3 cgetent.3 \
111 cgetcap.3 cgetfirst.3 cgetcap.3 cgetmatch.3 cgetcap.3 cgetnext.3 \ 112 cgetcap.3 cgetfirst.3 cgetcap.3 cgetmatch.3 cgetcap.3 cgetnext.3 \
112 cgetcap.3 cgetnum.3 cgetcap.3 cgetset.3 cgetcap.3 cgetstr.3 \ 113 cgetcap.3 cgetnum.3 cgetcap.3 cgetset.3 cgetcap.3 cgetstr.3 \
113 cgetcap.3 cgetustr.3 114 cgetcap.3 cgetustr.3
114MLINKS+=getcwd.3 getwd.3 115MLINKS+=getcwd.3 getwd.3
115MLINKS+=getdiskbyname.3 setdisktab.3 116MLINKS+=getdiskbyname.3 setdisktab.3
116MLINKS+=getdomainname.3 setdomainname.3 117MLINKS+=getdomainname.3 setdomainname.3
117MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \ 118MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \
118 getfsent.3 setfsent.3 119 getfsent.3 setfsent.3
119MLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \ 120MLINKS+=getgrent.3 endgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrgid.3 \
120 getgrent.3 getgrnam.3 getgrent.3 setgrent.3 121 getgrent.3 getgrnam.3 getgrent.3 setgrent.3
121MLINKS+=getgrent.3 getgrgid_r.3 getgrent.3 getgrnam_r.3 getgrent.3 getgrent_r.3 122MLINKS+=getgrent.3 getgrgid_r.3 getgrent.3 getgrnam_r.3 getgrent.3 getgrent_r.3
122MLINKS+=getgrouplist.3 getgroupmembership.3 123MLINKS+=getgrouplist.3 getgroupmembership.3
123MLINKS+=gethostname.3 sethostname.3 124MLINKS+=gethostname.3 sethostname.3
124MLINKS+=getlastlogx.3 getutmp.3 getlastlogx.3 getutmpx.3 125MLINKS+=getlastlogx.3 getutmp.3 getlastlogx.3 getutmpx.3
125MLINKS+=getlastlogx.3 updlastlogx.3 getlastlogx.3 updwtmpx.3 126MLINKS+=getlastlogx.3 updlastlogx.3 getlastlogx.3 updwtmpx.3
126MLINKS+=getlastlogx.3 utmpxname.3 127MLINKS+=getlastlogx.3 utmpxname.3
127MLINKS+=getnetgrent.3 endnetgrent.3 getnetgrent.3 innetgr.3 \ 128MLINKS+=getnetgrent.3 endnetgrent.3 getnetgrent.3 innetgr.3 \
128 getnetgrent.3 setnetgrent.3 129 getnetgrent.3 setnetgrent.3
129MLINKS+=getprogname.3 setprogname.3 130MLINKS+=getprogname.3 setprogname.3
130MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \ 131MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \
131 getpwent.3 getpwuid.3 getpwent.3 setpwent.3 132 getpwent.3 getpwuid.3 getpwent.3 setpwent.3
132MLINKS+=getpwent.3 getpwnam_r.3 getpwent.3 getpwuid_r.3 getpwent.3 getpwent_r.3 133MLINKS+=getpwent.3 getpwnam_r.3 getpwent.3 getpwuid_r.3 getpwent.3 getpwent_r.3
133# getpwent.3 setpwfile.3 - deprecated 134# getpwent.3 setpwfile.3 - deprecated
134MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 \ 135MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 \
135 getttyent.3 setttyent.3 getttyent.3 setttyentpath.3 136 getttyent.3 setttyent.3 getttyent.3 setttyentpath.3
136MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3 137MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
137MLINKS+=glob.3 globfree.3 138MLINKS+=glob.3 globfree.3
138MLINKS+=glob.3 glob_pattern_p.3 139MLINKS+=glob.3 glob_pattern_p.3
139MLINKS+=humanize_number.3 dehumanize_number.3 140MLINKS+=humanize_number.3 dehumanize_number.3
140MLINKS+=makecontext.3 swapcontext.3 141MLINKS+=makecontext.3 swapcontext.3
141MLINKS+=popen.3 pclose.3 142MLINKS+=popen.3 pclose.3
142MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3 psignal.3 psiginfo.3 143MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3 psignal.3 psiginfo.3
143MLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3 144MLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3
144MLINKS+=pwcache.3 uid_from_user.3 pwcache.3 gid_from_group.3 145MLINKS+=pwcache.3 uid_from_user.3 pwcache.3 gid_from_group.3
145MLINKS+=pwcache.3 pwcache_userdb.3 pwcache.3 pwcache_groupdb.3 146MLINKS+=pwcache.3 pwcache_userdb.3 pwcache.3 pwcache_groupdb.3
146MLINKS+=randomid.3 randomid_new.3 randomid.3 randomid_delete.3 147MLINKS+=randomid.3 randomid_new.3 randomid.3 randomid_delete.3
147MLINKS+=scandir.3 alphasort.3 148MLINKS+=scandir.3 alphasort.3
148MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \ 149MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
149 setjmp.3 longjmperror.3 setjmp.3 sigsetjmp.3 setjmp.3 siglongjmp.3 150 setjmp.3 longjmperror.3 setjmp.3 sigsetjmp.3 setjmp.3 siglongjmp.3
150MLINKS+=setmode.3 getmode.3 151MLINKS+=setmode.3 getmode.3
151MLINKS+=shquote.3 shquotev.3 152MLINKS+=shquote.3 shquotev.3
152MLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \ 153MLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
153 sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \ 154 sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
154 sigsetops.3 sigismember.3 155 sigsetops.3 sigismember.3
155MLINKS+=stringlist.3 sl_init.3 stringlist.3 sl_free.3 stringlist.3 sl_add.3 \ 156MLINKS+=stringlist.3 sl_init.3 stringlist.3 sl_free.3 stringlist.3 sl_add.3 \
156 stringlist.3 sl_find.3 157 stringlist.3 sl_find.3
157MLINKS+=sysctl.3 sysctlbyname.3 sysctl.3 sysctlgetmibinfo.3 \ 158MLINKS+=sysctl.3 sysctlbyname.3 sysctl.3 sysctlgetmibinfo.3 \
158 sysctl.3 sysctlnametomib.3 159 sysctl.3 sysctlnametomib.3
159MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \ 160MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
160 syslog.3 vsyslog.3 161 syslog.3 vsyslog.3
161MLINKS+=syslog.3 closelog_r.3 syslog.3 openlog_r.3 syslog.3 setlogmask_r.3 \ 162MLINKS+=syslog.3 closelog_r.3 syslog.3 openlog_r.3 syslog.3 setlogmask_r.3 \
162 syslog.3 syslog_r.3 syslog.3 vsyslog_r.3 163 syslog.3 syslog_r.3 syslog.3 vsyslog_r.3
163MLINKS+=syslog.3 syslogp.3 syslog.3 syslogp_r.3 \ 164MLINKS+=syslog.3 syslogp.3 syslog.3 syslogp_r.3 \
164 syslog.3 vsyslogp.3 syslog.3 vsyslogp_r.3 165 syslog.3 vsyslogp.3 syslog.3 vsyslogp_r.3
165MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3 ttyname.3 ttyname_r.3 166MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3 ttyname.3 ttyname_r.3
166MLINKS+=unvis.3 strunvis.3 unvis.3 strunvisx.3 167MLINKS+=unvis.3 strunvis.3 unvis.3 strunvisx.3
167MLINKS+=unvis.3 strnunvis.3 unvis.3 strnunvisx.3 168MLINKS+=unvis.3 strnunvis.3 unvis.3 strnunvisx.3
168MLINKS+=vis.3 svis.3 vis.3 strvis.3 vis.3 strvisx.3 vis.3 strsvis.3 \ 169MLINKS+=vis.3 svis.3 vis.3 strvis.3 vis.3 strvisx.3 vis.3 strsvis.3 \
169 vis.3 strsvisx.3 vis.3 nvis.3 170 vis.3 strsvisx.3 vis.3 nvis.3
170MLINKS+=vis.3 snvis.3 vis.3 strnvis.3 vis.3 strnvisx.3 vis.3 strsnvis.3 \ 171MLINKS+=vis.3 snvis.3 vis.3 strnvis.3 vis.3 strnvisx.3 vis.3 strsnvis.3 \
171 vis.3 strsnvisx.3 172 vis.3 strsnvisx.3
172 173
173CPPFLAGS.ctype_.c+= -I${LIBCDIR}/locale 174CPPFLAGS.ctype_.c+= -I${LIBCDIR}/locale
174CPPFLAGS.isctype.c+= -I${LIBCDIR}/locale 175CPPFLAGS.isctype.c+= -I${LIBCDIR}/locale
175CPPFLAGS.tolower_.c+= -I${LIBCDIR}/locale 176CPPFLAGS.tolower_.c+= -I${LIBCDIR}/locale
176CPPFLAGS.toupper_.c+= -I${LIBCDIR}/locale 177CPPFLAGS.toupper_.c+= -I${LIBCDIR}/locale
177 178
178errlist.c: errlist.awk ${NETBSDSRCDIR}/sys/sys/errno.h 179errlist.c: errlist.awk ${NETBSDSRCDIR}/sys/sys/errno.h
179 ${TOOL_AWK} -f ${.ALLSRC} > ${.TARGET} 180 ${TOOL_AWK} -f ${.ALLSRC} > ${.TARGET}
180 181
181CLEANFILES+= errlist.c 182CLEANFILES+= errlist.c