nsswitch: svm leftovers in comments.
[unleashed.git] / include / Makefile
blob2f0d924be7e9016d839de934e8e2a80d1d8d8bdc
1 sparc_INCS=
2 i386_INCS= stack_unwind.h
4 ATTRDB_INCS= secdb.h \
5 auth_attr.h \
6 exec_attr.h \
7 prof_attr.h \
8 user_attr.h \
9 auth_list.h
11 INCDIR= /usr/include
12 INCS= $($(CONFIG_MACH)_INCS) \
13 $(ATTRDB_INCS) \
14 aio.h \
15 alloca.h \
16 apptrace.h \
17 apptrace_impl.h \
18 ar.h \
19 archives.h \
20 assert.h \
21 atomic.h \
22 attr.h \
23 complex.h \
24 config_admin.h \
25 cpio.h \
26 crypt.h \
27 ctype.h \
28 deflt.h \
29 devid.h \
30 devmgmt.h \
31 devpoll.h \
32 dirent.h \
33 dlfcn.h \
34 door.h \
35 elf.h \
36 endian.h \
37 err.h \
38 errno.h \
39 euc.h \
40 exacct.h \
41 exacct_impl.h \
42 execinfo.h \
43 fatal.h \
44 fcntl.h \
45 fenv.h \
46 float.h \
47 floatingpoint.h \
48 fmtmsg.h \
49 fnmatch.h \
50 ftw.h \
51 gelf.h \
52 getopt.h \
53 getwidth.h \
54 glob.h \
55 grp.h \
56 iconv.h \
57 ieeefp.h \
58 ifaddrs.h \
59 inttypes.h \
60 iso646.h \
61 klpd.h \
62 langinfo.h \
63 lastlog.h \
64 lber.h \
65 ldap.h \
66 libelf.h \
67 libgen.h \
68 libintl.h \
69 libsocket_priv.h\
70 libw.h \
71 libzonecfg.h \
72 limits.h \
73 linenum.h \
74 link.h \
75 listen.h \
76 locale.h \
77 macros.h \
78 malloc.h \
79 math.h \
80 memory.h \
81 mon.h \
82 monetary.h \
83 mp.h \
84 mqueue.h \
85 nan.h \
86 ndbm.h \
87 ndpd.h \
88 netconfig.h \
89 netdb.h \
90 netdir.h \
91 nl_types.h \
92 nlist.h \
93 note.h \
94 nsctl.h \
95 nsswitch.h \
96 nss.h \
97 nss_common.h \
98 nss_dbdefs.h \
99 nss_netdir.h \
100 paths.h \
101 pcsample.h \
102 pfmt.h \
103 pkgdev.h \
104 pkginfo.h \
105 pkglocs.h \
106 pkgstrct.h \
107 pkgtrans.h \
108 poll.h \
109 port.h \
110 priv.h \
111 priv_utils.h \
112 proc_service.h \
113 procfs.h \
114 prof.h \
115 project.h \
116 pthread.h \
117 pw.h \
118 pwd.h \
119 rctl.h \
120 re_comp.h \
121 regex.h \
122 regexp.h \
123 resolv.h \
124 rje.h \
125 rtld_db.h \
126 sac.h \
127 sched.h \
128 schedctl.h \
129 search.h \
130 semaphore.h \
131 setjmp.h \
132 sgtty.h \
133 shadow.h \
134 siginfo.h \
135 signal.h \
136 spawn.h \
137 stdalign.h \
138 stdarg.h \
139 stdbool.h \
140 stddef.h \
141 stdint.h \
142 stdio.h \
143 stdio_ext.h \
144 stdio_tag.h \
145 stdio_impl.h \
146 stdlib.h \
147 stdnoreturn.h \
148 storclass.h \
149 string.h \
150 strings.h \
151 stropts.h \
152 synch.h \
153 sysexits.h \
154 syslog.h \
155 syms.h \
156 tar.h \
157 termio.h \
158 termios.h \
159 tgmath.h \
160 thread.h \
161 thread_db.h \
162 threads.h \
163 time.h \
164 tiuser.h \
165 tzfile.h \
166 ucontext.h \
167 ucred.h \
168 ulimit.h \
169 unistd.h \
170 userdefs.h \
171 ustat.h \
172 utime.h \
173 utmp.h \
174 utmpx.h \
175 valtools.h \
176 values.h \
177 varargs.h \
178 wait.h \
179 wchar.h \
180 wchar_impl.h \
181 wctype.h \
182 widec.h \
183 wordexp.h \
184 xlocale.h \
185 xti.h \
186 xti_inet.h \
187 zone.h
189 SUBDIR= arpa \
190 audio \
191 iso \
192 kerberosv5 \
193 protocols \
194 rpc \
195 rpcsvc \
196 uuid \
197 vm \
200 .include <prog.mk>
201 .include <inc.mk>
203 .include <../Makefile.cfgparam>