remove bart(8)
[unleashed.git] / include / Makefile
blob002ef575369f3624198b971b62af06d4463abf81
1 sparc_INCS=
2 amd64_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 demangle-sys.h \
30 devid.h \
31 devmgmt.h \
32 devpoll.h \
33 dirent.h \
34 dlfcn.h \
35 door.h \
36 elf.h \
37 endian.h \
38 err.h \
39 errno.h \
40 euc.h \
41 exacct.h \
42 exacct_impl.h \
43 execinfo.h \
44 fatal.h \
45 fcntl.h \
46 fenv.h \
47 float.h \
48 floatingpoint.h \
49 fmtmsg.h \
50 fnmatch.h \
51 fts.h \
52 ftw.h \
53 gelf.h \
54 getopt.h \
55 getwidth.h \
56 glob.h \
57 grp.h \
58 iconv.h \
59 ieeefp.h \
60 ifaddrs.h \
61 inttypes.h \
62 iso646.h \
63 klpd.h \
64 langinfo.h \
65 lastlog.h \
66 lber.h \
67 ldap.h \
68 libelf.h \
69 libgen.h \
70 libintl.h \
71 libsocket_priv.h\
72 libw.h \
73 libzonecfg.h \
74 limits.h \
75 linenum.h \
76 link.h \
77 listen.h \
78 locale.h \
79 macros.h \
80 malloc.h \
81 math.h \
82 memory.h \
83 mon.h \
84 monetary.h \
85 mp.h \
86 mqueue.h \
87 nan.h \
88 ndbm.h \
89 ndpd.h \
90 netconfig.h \
91 netdb.h \
92 netdir.h \
93 nl_types.h \
94 nlist.h \
95 note.h \
96 nsswitch.h \
97 nss.h \
98 nss_common.h \
99 nss_dbdefs.h \
100 nss_netdir.h \
101 paths.h \
102 pcsample.h \
103 pfmt.h \
104 poll.h \
105 port.h \
106 priv.h \
107 priv_utils.h \
108 proc_service.h \
109 procfs.h \
110 prof.h \
111 project.h \
112 pthread.h \
113 pw.h \
114 pwd.h \
115 rctl.h \
116 re_comp.h \
117 regex.h \
118 regexp.h \
119 resolv.h \
120 rje.h \
121 rtld_db.h \
122 sac.h \
123 sched.h \
124 schedctl.h \
125 search.h \
126 semaphore.h \
127 setjmp.h \
128 sgtty.h \
129 shadow.h \
130 siginfo.h \
131 signal.h \
132 spawn.h \
133 stdalign.h \
134 stdarg.h \
135 stdbool.h \
136 stddef.h \
137 stdint.h \
138 stdio.h \
139 stdio_ext.h \
140 stdio_tag.h \
141 stdio_impl.h \
142 stdlib.h \
143 stdnoreturn.h \
144 storclass.h \
145 string.h \
146 strings.h \
147 stropts.h \
148 synch.h \
149 sysexits.h \
150 syslog.h \
151 syms.h \
152 tar.h \
153 termio.h \
154 termios.h \
155 tgmath.h \
156 thread.h \
157 thread_db.h \
158 threads.h \
159 time.h \
160 tiuser.h \
161 tzfile.h \
162 ucontext.h \
163 ucred.h \
164 ulimit.h \
165 unistd.h \
166 userdefs.h \
167 ustat.h \
168 utime.h \
169 utmp.h \
170 utmpx.h \
171 valtools.h \
172 values.h \
173 varargs.h \
174 vis.h \
175 wait.h \
176 wchar.h \
177 wchar_impl.h \
178 wctype.h \
179 widec.h \
180 wordexp.h \
181 xlocale.h \
182 xti.h \
183 xti_inet.h \
184 zone.h
186 SUBDIR= ../arch/${CONFIG_MACH}/include \
187 arpa \
188 audio \
189 inet \
190 iso \
191 kerberosv5 \
192 net \
193 netinet \
194 netpacket \
195 protocols \
196 rpc \
197 rpcsvc \
198 uuid \
199 vm \
202 NOOBJ=
204 .include <prog.mk>
205 .include <inc.mk>
207 .include <../cfgparam.mk>