lib: nuke 0@0
[unleashed.git] / include / Makefile
blob4d9082f29628630c64e8d59aede8ef7a18c8fcc5
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 nsswitch.h \
95 nss.h \
96 nss_common.h \
97 nss_dbdefs.h \
98 nss_netdir.h \
99 paths.h \
100 pcsample.h \
101 pfmt.h \
102 pkgdev.h \
103 pkginfo.h \
104 pkglocs.h \
105 pkgstrct.h \
106 pkgtrans.h \
107 poll.h \
108 port.h \
109 priv.h \
110 priv_utils.h \
111 proc_service.h \
112 procfs.h \
113 prof.h \
114 project.h \
115 pthread.h \
116 pw.h \
117 pwd.h \
118 rctl.h \
119 re_comp.h \
120 regex.h \
121 regexp.h \
122 resolv.h \
123 rje.h \
124 rtld_db.h \
125 sac.h \
126 sched.h \
127 schedctl.h \
128 search.h \
129 semaphore.h \
130 setjmp.h \
131 sgtty.h \
132 shadow.h \
133 siginfo.h \
134 signal.h \
135 spawn.h \
136 stdalign.h \
137 stdarg.h \
138 stdbool.h \
139 stddef.h \
140 stdint.h \
141 stdio.h \
142 stdio_ext.h \
143 stdio_tag.h \
144 stdio_impl.h \
145 stdlib.h \
146 stdnoreturn.h \
147 storclass.h \
148 string.h \
149 strings.h \
150 stropts.h \
151 synch.h \
152 sysexits.h \
153 syslog.h \
154 syms.h \
155 tar.h \
156 termio.h \
157 termios.h \
158 tgmath.h \
159 thread.h \
160 thread_db.h \
161 threads.h \
162 time.h \
163 tiuser.h \
164 tzfile.h \
165 ucontext.h \
166 ucred.h \
167 ulimit.h \
168 unistd.h \
169 userdefs.h \
170 ustat.h \
171 utime.h \
172 utmp.h \
173 utmpx.h \
174 valtools.h \
175 values.h \
176 varargs.h \
177 wait.h \
178 wchar.h \
179 wchar_impl.h \
180 wctype.h \
181 widec.h \
182 wordexp.h \
183 xlocale.h \
184 xti.h \
185 xti_inet.h \
186 zone.h
188 SUBDIR= ../kernel/arch/${CONFIG_MACH}/include \
189 arpa \
190 audio \
191 inet \
192 iso \
193 kerberosv5 \
194 net \
195 netinet \
196 netpacket \
197 protocols \
198 rpc \
199 rpcsvc \
200 uuid \
201 vm \
204 .include <prog.mk>
205 .include <inc.mk>
207 .include <../Makefile.cfgparam>