]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/mk/OptionalObsoleteFiles.inc
Merge r357225 from the clang1000-import branch:
[FreeBSD/FreeBSD.git] / tools / build / mk / OptionalObsoleteFiles.inc
1 #
2 # $FreeBSD$
3 #
4 # This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5 # the check-old and delete-old* targets.
6 #
7
8 .if ${MK_ACCT} == no
9 OLD_FILES+=etc/rc.d/accounting
10 OLD_FILES+=etc/periodic/daily/310.accounting
11 OLD_FILES+=usr/sbin/accton
12 OLD_FILES+=usr/sbin/sa
13 OLD_FILES+=usr/share/man/man8/accton.8.gz
14 OLD_FILES+=usr/share/man/man8/sa.8.gz
15 OLD_FILES+=usr/tests/usr.sbin/sa/Kyuafile
16 OLD_FILES+=usr/tests/usr.sbin/sa/legacy_test
17 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.in
18 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.out
19 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-u.out
20 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.in
21 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.out
22 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.in
23 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.out
24 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-u.out
25 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.in
26 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.out
27 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.in
28 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.out
29 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-u.out
30 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.in
31 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.out
32 OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-sav.in
33 OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-u.out
34 OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-usr.in
35 OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-sav.in
36 OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-u.out
37 OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-usr.in
38 OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-sav.in
39 OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-u.out
40 OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-usr.in
41 OLD_DIRS+=usr/tests/usr.sbin/sa
42 .endif
43
44 .if ${MK_ACPI} == no
45 OLD_FILES+=etc/devd/asus.conf
46 OLD_FILES+=etc/rc.d/power_profile
47 OLD_FILES+=usr/sbin/acpiconf
48 OLD_FILES+=usr/sbin/acpidb
49 OLD_FILES+=usr/sbin/acpidump
50 OLD_FILES+=usr/sbin/iasl
51 OLD_FILES+=usr/share/man/man8/acpiconf.8.gz
52 OLD_FILES+=usr/share/man/man8/acpidb.8.gz
53 OLD_FILES+=usr/share/man/man8/acpidump.8.gz
54 OLD_FILES+=usr/share/man/man8/iasl.8.gz
55 .endif
56
57 .if ${MK_ACPI} == no && ${MK_APM} == no
58 OLD_FILES+=etc/rc.d/powerd
59 .endif
60
61 .if ${MK_AMD} == no
62 OLD_FILES+=etc/amd.map
63 OLD_FILES+=etc/newsyslog.conf.d/amd.conf
64 OLD_FILES+=etc/rc.d/amd
65 OLD_FILES+=usr/bin/pawd
66 OLD_FILES+=usr/sbin/amd
67 OLD_FILES+=usr/sbin/amq
68 OLD_FILES+=usr/sbin/fixmount
69 OLD_FILES+=usr/sbin/fsinfo
70 OLD_FILES+=usr/sbin/hlfsd
71 OLD_FILES+=usr/sbin/mk-amd-map
72 OLD_FILES+=usr/sbin/wire-test
73 OLD_FILES+=usr/share/examples/etc/amd.map
74 OLD_FILES+=usr/share/man/man1/pawd.1.gz
75 OLD_FILES+=usr/share/man/man5/amd.conf.5.gz
76 OLD_FILES+=usr/share/man/man8/amd.8.gz
77 OLD_FILES+=usr/share/man/man8/amq.8.gz
78 OLD_FILES+=usr/share/man/man8/fixmount.8.gz
79 OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
80 OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
81 OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
82 OLD_FILES+=usr/share/man/man8/wire-test.8.gz
83 .endif
84
85 .if ${MK_APM} == no
86 OLD_FILES+=etc/rc.d/apm
87 OLD_FILES+=etc/rc.d/apmd
88 OLD_FILES+=etc/apmd.conf
89 OLD_FILES+=usr/sbin/apm
90 OLD_FILES+=usr/share/examples/etc/apmd.conf
91 OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
92 OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
93 .endif
94
95 .if ${MK_AT} == no
96 OLD_FILES+=etc/pam.d/atrun
97 OLD_FILES+=usr/bin/at
98 OLD_FILES+=usr/bin/atq
99 OLD_FILES+=usr/bin/atrm
100 OLD_FILES+=usr/bin/batch
101 OLD_FILES+=usr/libexec/atrun
102 OLD_FILES+=usr/share/man/man1/at.1.gz
103 OLD_FILES+=usr/share/man/man1/atq.1.gz
104 OLD_FILES+=usr/share/man/man1/atrm.1.gz
105 OLD_FILES+=usr/share/man/man1/batch.1.gz
106 OLD_FILES+=usr/share/man/man8/atrun.8.gz
107 .endif
108
109 .if ${MK_ATM} == no
110 OLD_FILES+=usr/bin/sscop
111 OLD_FILES+=usr/include/netnatm/addr.h
112 OLD_FILES+=usr/include/netnatm/api/atmapi.h
113 OLD_FILES+=usr/include/netnatm/api/ccatm.h
114 OLD_FILES+=usr/include/netnatm/api/unisap.h
115 OLD_DIRS+=usr/include/netnatm/api
116 OLD_FILES+=usr/include/netnatm/msg/uni_config.h
117 OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h
118 OLD_FILES+=usr/include/netnatm/msg/uni_ie.h
119 OLD_FILES+=usr/include/netnatm/msg/uni_msg.h
120 OLD_FILES+=usr/include/netnatm/msg/unimsglib.h
121 OLD_FILES+=usr/include/netnatm/msg/uniprint.h
122 OLD_FILES+=usr/include/netnatm/msg/unistruct.h
123 OLD_DIRS+=usr/include/netnatm/msg
124 OLD_FILES+=usr/include/netnatm/saal/sscfu.h
125 OLD_FILES+=usr/include/netnatm/saal/sscfudef.h
126 OLD_FILES+=usr/include/netnatm/saal/sscop.h
127 OLD_FILES+=usr/include/netnatm/saal/sscopdef.h
128 OLD_DIRS+=usr/include/netnatm/saal
129 OLD_FILES+=usr/include/netnatm/sig/uni.h
130 OLD_FILES+=usr/include/netnatm/sig/unidef.h
131 OLD_FILES+=usr/include/netnatm/sig/unisig.h
132 OLD_DIRS+=usr/include/netnatm/sig
133 OLD_FILES+=usr/include/netnatm/unimsg.h
134 OLD_FILES+=usr/lib/libngatm.a
135 OLD_FILES+=usr/lib/libngatm.so
136 OLD_LIBS+=usr/lib/libngatm.so.4
137 OLD_FILES+=usr/lib/libngatm_p.a
138 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
139 OLD_FILES+=usr/lib32/libngatm.a
140 OLD_FILES+=usr/lib32/libngatm.so
141 OLD_LIBS+=usr/lib32/libngatm.so.4
142 OLD_FILES+=usr/lib32/libngatm_p.a
143 .endif
144 OLD_FILES+=usr/share/man/man1/sscop.1.gz
145 OLD_FILES+=usr/share/man/man3/libngatm.3.gz
146 OLD_FILES+=usr/share/man/man3/uniaddr.3.gz
147 OLD_FILES+=usr/share/man/man3/unifunc.3.gz
148 OLD_FILES+=usr/share/man/man3/unimsg.3.gz
149 OLD_FILES+=usr/share/man/man3/unisap.3.gz
150 OLD_FILES+=usr/share/man/man3/unistruct.3.gz
151 .endif
152
153 .if ${MK_AUDIT} == no
154 OLD_FILES+=etc/rc.d/auditd
155 OLD_FILES+=etc/rc.d/auditdistd
156 OLD_FILES+=usr/sbin/audit
157 OLD_FILES+=usr/sbin/auditd
158 OLD_FILES+=usr/sbin/auditdistd
159 OLD_FILES+=usr/sbin/auditreduce
160 OLD_FILES+=usr/sbin/praudit
161 OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
162 OLD_FILES+=usr/share/man/man1/praudit.1.gz
163 OLD_FILES+=usr/share/man/man5/auditdistd.conf.5.gz
164 OLD_FILES+=usr/share/man/man8/audit.8.gz
165 OLD_FILES+=usr/share/man/man8/auditd.8.gz
166 OLD_FILES+=usr/share/man/man8/auditdistd.8.gz
167 OLD_FILES+=usr/tests/sys/audit/process-control
168 OLD_FILES+=usr/tests/sys/audit/open
169 OLD_FILES+=usr/tests/sys/audit/network
170 OLD_FILES+=usr/tests/sys/audit/miscellaneous
171 OLD_FILES+=usr/tests/sys/audit/Kyuafile
172 OLD_FILES+=usr/tests/sys/audit/ioctl
173 OLD_FILES+=usr/tests/sys/audit/inter-process
174 OLD_FILES+=usr/tests/sys/audit/file-write
175 OLD_FILES+=usr/tests/sys/audit/file-read
176 OLD_FILES+=usr/tests/sys/audit/file-delete
177 OLD_FILES+=usr/tests/sys/audit/file-create
178 OLD_FILES+=usr/tests/sys/audit/file-close
179 OLD_FILES+=usr/tests/sys/audit/file-attribute-modify
180 OLD_FILES+=usr/tests/sys/audit/file-attribute-access
181 OLD_FILES+=usr/tests/sys/audit/administrative
182 OLD_DIRS+=usr/tests/sys/audit
183 .endif
184
185 .if ${MK_AUTHPF} == no
186 OLD_FILES+=usr/sbin/authpf
187 OLD_FILES+=usr/sbin/authpf-noip
188 OLD_FILES+=usr/share/man/man8/authpf.8.gz
189 OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
190 .endif
191
192 .if ${MK_AUTOFS} == no
193 OLD_FILES+=etc/autofs/include_ldap
194 OLD_FILES+=etc/autofs/special_hosts
195 OLD_FILES+=etc/autofs/special_media
196 OLD_FILES+=etc/autofs/special_noauto
197 OLD_FILES+=etc/autofs/special_null
198 OLD_FILES+=etc/auto_master
199 OLD_FILES+=etc/rc.d/automount
200 OLD_FILES+=etc/rc.d/automountd
201 OLD_FILES+=etc/rc.d/autounmountd
202 OLD_FILES+=usr/sbin/automount
203 OLD_FILES+=usr/sbin/automountd
204 OLD_FILES+=usr/sbin/autounmountd
205 OLD_FILES+=usr/share/man/man5/autofs.5.gz
206 OLD_FILES+=usr/share/man/man5/auto_master.5.gz
207 OLD_FILES+=usr/share/man/man8/automount.8.gz
208 OLD_FILES+=usr/share/man/man8/automountd.8.gz
209 OLD_FILES+=usr/share/man/man8/autounmountd.8.gz
210 OLD_DIRS+=etc/autofs
211 .endif
212
213 .if ${MK_BHYVE} == no
214 OLD_FILES+=usr/lib/libvmmapi.a
215 OLD_FILES+=usr/lib/libvmmapi.so
216 OLD_LIBS+=usr/lib/libvmmapi.so.5
217 OLD_FILES+=usr/include/vmmapi.h
218 OLD_FILES+=usr/sbin/bhyve
219 OLD_FILES+=usr/sbin/bhyvectl
220 OLD_FILES+=usr/sbin/bhyveload
221 OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
222 OLD_FILES+=usr/share/man/man8/bhyve.8.gz
223 OLD_FILES+=usr/share/man/man8/bhyveload.8.gz
224 OLD_DIRS+=usr/share/examples/bhyve
225 .endif
226
227 .if ${MK_BINUTILS} == no
228 .if !defined(WITH_PORT_BASE_BINUTILS)
229 OLD_FILES+=usr/bin/as
230 .if ${MK_LLD_IS_LD} == no
231 OLD_FILES+=usr/bin/ld
232 OLD_FILES+=usr/share/man/man1/ld.1.gz
233 .endif
234 OLD_FILES+=usr/bin/objdump
235 .endif
236 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.x
237 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xbn
238 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xc
239 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xd
240 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xdc
241 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xdw
242 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xn
243 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xr
244 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xs
245 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xsc
246 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xsw
247 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xu
248 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xw
249 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.x
250 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xbn
251 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xc
252 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xd
253 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xdc
254 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xdw
255 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xn
256 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xr
257 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xs
258 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xsc
259 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xsw
260 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xu
261 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xw
262 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.x
263 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xbn
264 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xc
265 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xd
266 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xdc
267 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xdw
268 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xn
269 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xr
270 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xs
271 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xsc
272 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xsw
273 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xu
274 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xw
275 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.x
276 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xbn
277 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xc
278 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xd
279 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xdc
280 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xdw
281 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xn
282 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xr
283 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xs
284 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xsc
285 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xsw
286 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xu
287 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xw
288 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.x
289 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xbn
290 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xc
291 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xd
292 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xdc
293 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xdw
294 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xn
295 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xr
296 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xs
297 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xsc
298 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xsw
299 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xu
300 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xw
301 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.x
302 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xbn
303 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xc
304 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xd
305 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xdc
306 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xdw
307 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xn
308 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xr
309 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xs
310 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xsc
311 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xsw
312 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xu
313 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xw
314 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.x
315 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xbn
316 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xc
317 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xd
318 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xdc
319 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xdw
320 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xn
321 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xr
322 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xs
323 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xsc
324 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xsw
325 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xu
326 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xw
327 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.x
328 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xbn
329 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xc
330 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xd
331 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xdc
332 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xdw
333 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xn
334 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xr
335 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xs
336 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xsc
337 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xsw
338 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xu
339 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xw
340 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.x
341 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xbn
342 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xc
343 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xd
344 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xdc
345 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xdw
346 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xn
347 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xr
348 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xs
349 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xsc
350 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xsw
351 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xu
352 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xw
353 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.x
354 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xbn
355 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xc
356 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xd
357 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xdc
358 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xdw
359 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xn
360 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xr
361 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xs
362 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xsc
363 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xsw
364 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xu
365 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xw
366 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.x
367 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xbn
368 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xc
369 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xd
370 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xdc
371 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xdw
372 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xn
373 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xr
374 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xs
375 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xsc
376 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xsw
377 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xu
378 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xw
379 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.x
380 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xbn
381 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xc
382 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xd
383 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xdc
384 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xdw
385 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xn
386 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xr
387 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xs
388 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xsc
389 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xsw
390 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xu
391 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xw
392 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.x
393 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xbn
394 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xc
395 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xd
396 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xdc
397 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xdw
398 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xn
399 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xr
400 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xs
401 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xsc
402 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xsw
403 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xu
404 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xw
405 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.x
406 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xbn
407 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xc
408 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xd
409 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xdc
410 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xdw
411 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xn
412 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xr
413 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xs
414 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xsc
415 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xsw
416 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xu
417 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xw
418 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.x
419 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xbn
420 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xc
421 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xd
422 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdc
423 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdw
424 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xn
425 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xr
426 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xs
427 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsc
428 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw
429 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu
430 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw
431 .if !defined(WITH_PORT_BASE_BINUTILS)
432 OLD_FILES+=usr/share/man/man1/as.1.gz
433 OLD_FILES+=usr/share/man/man1/objdump.1.gz
434 OLD_FILES+=usr/share/man/man7/as.7.gz
435 OLD_FILES+=usr/share/man/man7/ld.7.gz
436 OLD_FILES+=usr/share/man/man7/ldint.7.gz
437 OLD_FILES+=usr/share/man/man7/binutils.7.gz
438 .endif
439 .endif
440 # powerpc64 still needs ld.bfd for 32-bit binaries/libraries
441 .if !defined(WITH_PORT_BASE_BINUTILS) && ${TARGET_ARCH} != "powerpc64"
442 .if ${MK_BINUTILS} == no || ${MK_LLD_IS_LD} == yes
443 OLD_FILES+=usr/bin/ld.bfd
444 .endif
445 .endif
446
447 .if ${MK_BLACKLIST} == no
448 OLD_FILES+=etc/blacklistd.conf
449 OLD_FILES+=etc/rc.d/blacklistd
450 OLD_FILES+=usr/include/blacklist.h
451 OLD_FILES+=usr/lib/libblacklist.a
452 OLD_FILES+=usr/lib/libblacklist_p.a
453 OLD_FILES+=usr/lib/libblacklist.so
454 OLD_LIBS+=usr/lib/libblacklist.so.0
455 OLD_FILES+=usr/libexec/blacklistd-helper
456 OLD_FILES+=usr/sbin/blacklistctl
457 OLD_FILES+=usr/sbin/blacklistd
458 OLD_FILES+=usr/share/man/man3/blacklist.3.gz
459 OLD_FILES+=usr/share/man/man3/blacklist_close.3.gz
460 OLD_FILES+=usr/share/man/man3/blacklist_open.3.gz
461 OLD_FILES+=usr/share/man/man3/blacklist_r.3.gz
462 OLD_FILES+=usr/share/man/man3/blacklist_sa.3.gz
463 OLD_FILES+=usr/share/man/man3/blacklist_sa_r.3.gz
464 OLD_FILES+=usr/share/man/man5/blacklistd.conf.5.gz
465 OLD_FILES+=usr/share/man/man8/blacklistctl.8.gz
466 OLD_FILES+=usr/share/man/man8/blacklistd.8.gz
467 .endif
468
469 .if ${MK_BLUETOOTH} == no
470 OLD_FILES+=etc/bluetooth/hcsecd.conf
471 OLD_FILES+=etc/bluetooth/hosts
472 OLD_FILES+=etc/bluetooth/protocols
473 OLD_FILES+=etc/defaults/bluetooth.device.conf
474 OLD_FILES+=etc/devd/iwmbtfw.conf
475 OLD_DIRS+=etc/bluetooth
476 OLD_FILES+=etc/rc.d/bluetooth
477 OLD_FILES+=etc/rc.d/bthidd
478 OLD_FILES+=etc/rc.d/hcsecd
479 OLD_FILES+=etc/rc.d/rfcomm_pppd_server
480 OLD_FILES+=etc/rc.d/sdpd
481 OLD_FILES+=etc/rc.d/ubthidhci
482 OLD_FILES+=usr/bin/bthost
483 OLD_FILES+=usr/bin/btsockstat
484 OLD_FILES+=usr/bin/rfcomm_sppd
485 OLD_FILES+=usr/include/bluetooth.h
486 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
487 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
488 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
489 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
490 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
491 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
492 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
493 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
494 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
495 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
496 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
497 OLD_DIRS+=usr/include/netgraph/bluetooth/include
498 OLD_DIRS+=usr/include/netgraph/bluetooth
499 OLD_FILES+=usr/include/sdp.h
500 OLD_FILES+=usr/lib/libbluetooth.a
501 OLD_FILES+=usr/lib/libbluetooth.so
502 OLD_LIBS+=usr/lib/libbluetooth.so.4
503 OLD_FILES+=usr/lib/libbluetooth_p.a
504 OLD_FILES+=usr/lib/libsdp.a
505 OLD_FILES+=usr/lib/libsdp.so
506 OLD_LIBS+=usr/lib/libsdp.so.4
507 OLD_FILES+=usr/lib/libsdp_p.a
508 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
509 OLD_FILES+=usr/lib32/libbluetooth.a
510 OLD_FILES+=usr/lib32/libbluetooth.so
511 OLD_LIBS+=usr/lib32/libbluetooth.so.4
512 OLD_FILES+=usr/lib32/libbluetooth_p.a
513 OLD_FILES+=usr/lib32/libsdp.a
514 OLD_FILES+=usr/lib32/libsdp.so
515 OLD_LIBS+=usr/lib32/libsdp.so.4
516 OLD_FILES+=usr/lib32/libsdp_p.a
517 .endif
518 OLD_FILES+=usr/sbin/ath3kfw
519 OLD_FILES+=usr/sbin/bcmfw
520 OLD_FILES+=usr/sbin/bluetooth-config
521 OLD_FILES+=usr/sbin/bt3cfw
522 OLD_FILES+=usr/sbin/bthidcontrol
523 OLD_FILES+=usr/sbin/bthidd
524 OLD_FILES+=usr/sbin/btpand
525 OLD_FILES+=usr/sbin/hccontrol
526 OLD_FILES+=usr/sbin/hcsecd
527 OLD_FILES+=usr/sbin/hcseriald
528 OLD_FILES+=usr/sbin/iwmbtfw
529 OLD_FILES+=usr/sbin/l2control
530 OLD_FILES+=usr/sbin/l2ping
531 OLD_FILES+=usr/sbin/rfcomm_pppd
532 OLD_FILES+=usr/sbin/sdpcontrol
533 OLD_FILES+=usr/sbin/sdpd
534 OLD_FILES+=usr/share/examples/etc/defaults/bluetooth.device.conf
535 OLD_FILES+=usr/share/man/man1/bthost.1.gz
536 OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
537 OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
538 OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
539 OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
540 OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
541 OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
542 OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
543 OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
544 OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
545 OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
546 OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
547 OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
548 OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
549 OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
550 OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
551 OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
552 OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
553 OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
554 OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
555 OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
556 OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
557 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
558 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
559 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
560 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
561 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
562 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
563 OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
564 OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
565 OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
566 OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
567 OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
568 OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
569 OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
570 OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
571 OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
572 OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
573 OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
574 OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
575 OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
576 OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
577 OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
578 OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
579 OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
580 OLD_FILES+=usr/share/man/man3/sdp.3.gz
581 OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
582 OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
583 OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
584 OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
585 OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
586 OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
587 OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
588 OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
589 OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
590 OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
591 OLD_FILES+=usr/share/man/man4/ng_bluetooth.4.gz
592 OLD_FILES+=usr/share/man/man5/bluetooth.device.conf.5.gz
593 OLD_FILES+=usr/share/man/man5/bluetooth.hosts.5.gz
594 OLD_FILES+=usr/share/man/man5/bluetooth.protocols.5.gz
595 OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
596 OLD_FILES+=usr/share/man/man8/ath3kfw.8.gz
597 OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
598 OLD_FILES+=usr/share/man/man8/bluetooth-config.8.gz
599 OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
600 OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
601 OLD_FILES+=usr/share/man/man8/bthidd.8.gz
602 OLD_FILES+=usr/share/man/man8/btpand.8.gz
603 OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
604 OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
605 OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
606 OLD_FILES+=usr/share/man/man8/iwmbtfw.8.gz
607 OLD_FILES+=usr/share/man/man8/l2control.8.gz
608 OLD_FILES+=usr/share/man/man8/l2ping.8.gz
609 OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
610 OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
611 OLD_FILES+=usr/share/man/man8/sdpd.8.gz
612 .endif
613
614 .if ${MK_BOOT} == no
615 OLD_FILES+=boot/beastie.4th
616 OLD_FILES+=boot/boot
617 OLD_FILES+=boot/boot0
618 OLD_FILES+=boot/boot0sio
619 OLD_FILES+=boot/boot1
620 OLD_FILES+=boot/boot1.efi
621 OLD_FILES+=boot/boot2
622 OLD_FILES+=boot/brand.4th
623 OLD_FILES+=boot/cdboot
624 OLD_FILES+=boot/check-password.4th
625 OLD_FILES+=boot/color.4th
626 OLD_FILES+=boot/defaults/loader.conf
627 OLD_FILES+=boot/delay.4th
628 OLD_FILES+=boot/device.hints
629 OLD_FILES+=boot/frames.4th
630 OLD_FILES+=boot/gptboot
631 OLD_FILES+=boot/gptzfsboot
632 OLD_FILES+=boot/loader
633 OLD_FILES+=boot/loader.4th
634 OLD_FILES+=boot/loader.efi
635 OLD_FILES+=boot/loader.help
636 OLD_FILES+=boot/loader.rc
637 OLD_FILES+=boot/mbr
638 OLD_FILES+=boot/menu-commands.4th
639 OLD_FILES+=boot/menu.4th
640 OLD_FILES+=boot/menu.rc
641 OLD_FILES+=boot/menusets.4th
642 OLD_FILES+=boot/pcibios.4th
643 OLD_FILES+=boot/pmbr
644 OLD_FILES+=boot/pxeboot
645 OLD_FILES+=boot/screen.4th
646 OLD_FILES+=boot/shortcuts.4th
647 OLD_FILES+=boot/support.4th
648 OLD_FILES+=boot/userboot.so
649 OLD_FILES+=boot/version.4th
650 OLD_FILES+=boot/zfsboot
651 OLD_FILES+=boot/zfsloader
652 OLD_FILES+=usr/lib/kgzldr.o
653 OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
654 OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
655 OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
656 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
657 OLD_FILES+=usr/share/man/man8/color.4th.8.gz
658 OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
659 OLD_FILES+=usr/share/man/man8/gptboot.8.gz
660 OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz
661 OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
662 OLD_FILES+=usr/share/man/man8/loader.8.gz
663 OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
664 OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
665 OLD_FILES+=usr/share/man/man8/pxeboot.8.gz
666 OLD_FILES+=usr/share/man/man8/version.4th.8.gz
667 OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
668 OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
669 .endif
670
671 .if ${MK_BOOTPARAMD} == no
672 OLD_FILES+=etc/rc.d/bootparams
673 OLD_FILES+=usr/sbin/bootparamd
674 OLD_FILES+=usr/share/man/man5/bootparams.5.gz
675 OLD_FILES+=usr/share/man/man8/bootparamd.8.gz
676 OLD_FILES+=usr/sbin/callbootd
677 .endif
678
679 .if ${MK_BOOTPD} == no
680 OLD_FILES+=usr/libexec/bootpd
681 OLD_FILES+=usr/share/man/man5/bootptab.5.gz
682 OLD_FILES+=usr/share/man/man8/bootpd.8.gz
683 OLD_FILES+=usr/libexec/bootpgw
684 OLD_FILES+=usr/sbin/bootpef
685 OLD_FILES+=usr/share/man/man8/bootpef.8.gz
686 OLD_FILES+=usr/sbin/bootptest
687 OLD_FILES+=usr/share/man/man8/bootptest.8.gz
688 .endif
689
690 .if ${MK_BSD_CPIO} == no
691 OLD_FILES+=usr/bin/bsdcpio
692 OLD_FILES+=usr/bin/cpio
693 OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz
694 OLD_FILES+=usr/share/man/man1/cpio.1.gz
695 .endif
696
697 .if ${MK_BSDINSTALL} == no
698 OLD_FILES+=usr/libexec/bsdinstall/adduser
699 OLD_FILES+=usr/libexec/bsdinstall/auto
700 OLD_FILES+=usr/libexec/bsdinstall/autopart
701 OLD_FILES+=usr/libexec/bsdinstall/bootconfig
702 OLD_FILES+=usr/libexec/bsdinstall/checksum
703 OLD_FILES+=usr/libexec/bsdinstall/config
704 OLD_FILES+=usr/libexec/bsdinstall/distextract
705 OLD_FILES+=usr/libexec/bsdinstall/distfetch
706 OLD_FILES+=usr/libexec/bsdinstall/docsinstall
707 OLD_FILES+=usr/libexec/bsdinstall/entropy
708 OLD_FILES+=usr/libexec/bsdinstall/hardening
709 OLD_FILES+=usr/libexec/bsdinstall/hostname
710 OLD_FILES+=usr/libexec/bsdinstall/jail
711 OLD_FILES+=usr/libexec/bsdinstall/keymap
712 OLD_FILES+=usr/libexec/bsdinstall/mirrorselect
713 OLD_FILES+=usr/libexec/bsdinstall/mount
714 OLD_FILES+=usr/libexec/bsdinstall/netconfig
715 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4
716 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6
717 OLD_FILES+=usr/libexec/bsdinstall/partedit
718 OLD_FILES+=usr/libexec/bsdinstall/rootpass
719 OLD_FILES+=usr/libexec/bsdinstall/script
720 OLD_FILES+=usr/libexec/bsdinstall/scriptedpart
721 OLD_FILES+=usr/libexec/bsdinstall/services
722 OLD_FILES+=usr/libexec/bsdinstall/time
723 OLD_FILES+=usr/libexec/bsdinstall/umount
724 OLD_FILES+=usr/libexec/bsdinstall/wlanconfig
725 OLD_FILES+=usr/libexec/bsdinstall/zfsboot
726 OLD_FILES+=usr/sbin/bsdinstall
727 OLD_FILES+=usr/share/man/man8/bsdinstall.8.gz
728 OLD_FILES+=usr/share/man/man8/sade.8.gz
729 OLD_DIRS+=usr/libexec/bsdinstall
730 .endif
731
732 .if ${MK_BSNMP} == no
733 OLD_FILES+=etc/snmpd.config
734 OLD_FILES+=etc/rc.d/bsnmpd
735 OLD_FILES+=usr/bin/bsnmpget
736 OLD_FILES+=usr/bin/bsnmpset
737 OLD_FILES+=usr/bin/bsnmpwalk
738 OLD_FILES+=usr/include/bsnmp/asn1.h
739 OLD_FILES+=usr/include/bsnmp/bridge_snmp.h
740 OLD_FILES+=usr/include/bsnmp/snmp.h
741 OLD_FILES+=usr/include/bsnmp/snmp_mibII.h
742 OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
743 OLD_FILES+=usr/include/bsnmp/snmpagent.h
744 OLD_FILES+=usr/include/bsnmp/snmpclient.h
745 OLD_FILES+=usr/include/bsnmp/snmpmod.h
746 OLD_FILES+=usr/lib/libbsnmp.a
747 OLD_FILES+=usr/lib/libbsnmp.so
748 OLD_LIBS+=usr/lib/libbsnmp.so.6
749 OLD_FILES+=usr/lib/libbsnmp_p.a
750 OLD_FILES+=usr/lib/libbsnmptools.a
751 OLD_FILES+=usr/lib/libbsnmptools.so
752 OLD_LIBS+=usr/lib/libbsnmptools.so.0
753 OLD_FILES+=usr/lib/libbsnmptools_p.a
754 OLD_FILES+=usr/lib/snmp_bridge.so
755 OLD_LIBS+=usr/lib/snmp_bridge.so.6
756 OLD_FILES+=usr/lib/snmp_hast.so
757 OLD_LIBS+=usr/lib/snmp_hast.so.6
758 OLD_FILES+=usr/lib/snmp_hostres.so
759 OLD_LIBS+=usr/lib/snmp_hostres.so.6
760 OLD_FILES+=usr/lib/snmp_lm75.so
761 OLD_LIBS+=usr/lib/snmp_lm75.so.6
762 OLD_FILES+=usr/lib/snmp_mibII.so
763 OLD_LIBS+=usr/lib/snmp_mibII.so.6
764 OLD_FILES+=usr/lib/snmp_netgraph.so
765 OLD_LIBS+=usr/lib/snmp_netgraph.so.6
766 OLD_FILES+=usr/lib/snmp_pf.so
767 OLD_LIBS+=usr/lib/snmp_pf.so.6
768 OLD_FILES+=usr/lib/snmp_target.so
769 OLD_LIBS+=usr/lib/snmp_target.so.6
770 OLD_FILES+=usr/lib/snmp_usm.so
771 OLD_LIBS+=usr/lib/snmp_usm.so.6
772 OLD_FILES+=usr/lib/snmp_vacm.so
773 OLD_LIBS+=usr/lib/snmp_vacm.so.6
774 OLD_FILES+=usr/lib/snmp_wlan.so
775 OLD_LIBS+=usr/lib/snmp_wlan.so.6
776 OLD_FILES+=usr/lib32/libbsnmp.a
777 OLD_FILES+=usr/lib32/libbsnmp.so
778 OLD_LIBS+=usr/lib32/libbsnmp.so.6
779 OLD_FILES+=usr/lib32/libbsnmp_p.a
780 OLD_FILES+=usr/sbin/bsnmpd
781 OLD_FILES+=usr/sbin/gensnmptree
782 OLD_FILES+=usr/share/examples/etc/snmpd.config
783 OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz
784 OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz
785 OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz
786 OLD_FILES+=usr/share/man/man1/bsnmpwalk.1.gz
787 OLD_FILES+=usr/share/man/man1/gensnmptree.1.gz
788 # lib/libbsnmp/libbsnmp
789 OLD_FILES+=usr/share/man/man3/TRUTH_GET.3.gz
790 OLD_FILES+=usr/share/man/man3/TRUTH_MK.3.gz
791 OLD_FILES+=usr/share/man/man3/TRUTH_OK.3.gz
792 OLD_FILES+=usr/share/man/man3/asn1.3.gz
793 OLD_FILES+=usr/share/man/man3/asn_append_oid.3.gz
794 OLD_FILES+=usr/share/man/man3/asn_commit_header.3.gz
795 OLD_FILES+=usr/share/man/man3/asn_compare_oid.3.gz
796 OLD_FILES+=usr/share/man/man3/asn_get_counter64_raw.3.gz
797 OLD_FILES+=usr/share/man/man3/asn_get_header.3.gz
798 OLD_FILES+=usr/share/man/man3/asn_get_integer.3.gz
799 OLD_FILES+=usr/share/man/man3/asn_get_integer_raw.3.gz
800 OLD_FILES+=usr/share/man/man3/asn_get_ipaddress.3.gz
801 OLD_FILES+=usr/share/man/man3/asn_get_ipaddress_raw.3.gz
802 OLD_FILES+=usr/share/man/man3/asn_get_null.3.gz
803 OLD_FILES+=usr/share/man/man3/asn_get_null_raw.3.gz
804 OLD_FILES+=usr/share/man/man3/asn_get_objid.3.gz
805 OLD_FILES+=usr/share/man/man3/asn_get_objid_raw.3.gz
806 OLD_FILES+=usr/share/man/man3/asn_get_octetstring.3.gz
807 OLD_FILES+=usr/share/man/man3/asn_get_octetstring_raw.3.gz
808 OLD_FILES+=usr/share/man/man3/asn_get_sequence.3.gz
809 OLD_FILES+=usr/share/man/man3/asn_get_timeticks.3.gz
810 OLD_FILES+=usr/share/man/man3/asn_get_uint32_raw.3.gz
811 OLD_FILES+=usr/share/man/man3/asn_is_suboid.3.gz
812 OLD_FILES+=usr/share/man/man3/asn_oid2str.3.gz
813 OLD_FILES+=usr/share/man/man3/asn_oid2str_r.3.gz
814 OLD_FILES+=usr/share/man/man3/asn_put_counter64.3.gz
815 OLD_FILES+=usr/share/man/man3/asn_put_exception.3.gz
816 OLD_FILES+=usr/share/man/man3/asn_put_header.3.gz
817 OLD_FILES+=usr/share/man/man3/asn_put_integer.3.gz
818 OLD_FILES+=usr/share/man/man3/asn_put_ipaddress.3.gz
819 OLD_FILES+=usr/share/man/man3/asn_put_null.3.gz
820 OLD_FILES+=usr/share/man/man3/asn_put_objid.3.gz
821 OLD_FILES+=usr/share/man/man3/asn_put_octetstring.3.gz
822 OLD_FILES+=usr/share/man/man3/asn_put_temp_header.3.gz
823 OLD_FILES+=usr/share/man/man3/asn_put_timeticks.3.gz
824 OLD_FILES+=usr/share/man/man3/asn_put_uint32.3.gz
825 OLD_FILES+=usr/share/man/man3/asn_skip.3.gz
826 OLD_FILES+=usr/share/man/man3/asn_slice_oid.3.gz
827 OLD_FILES+=usr/share/man/man3/snmp_add_binding.3.gz
828 OLD_FILES+=usr/share/man/man3/snmp_calc_keychange.3.gz
829 OLD_FILES+=usr/share/man/man3/snmp_client.3.gz
830 OLD_FILES+=usr/share/man/man3/snmp_client_init.3.gz
831 OLD_FILES+=usr/share/man/man3/snmp_client_set_host.3.gz
832 OLD_FILES+=usr/share/man/man3/snmp_client_set_port.3.gz
833 OLD_FILES+=usr/share/man/man3/snmp_close.3.gz
834 OLD_FILES+=usr/share/man/man3/snmp_debug.3.gz
835 OLD_FILES+=usr/share/man/man3/snmp_dep_commit.3.gz
836 OLD_FILES+=usr/share/man/man3/snmp_dep_finish.3.gz
837 OLD_FILES+=usr/share/man/man3/snmp_dep_lookup.3.gz
838 OLD_FILES+=usr/share/man/man3/snmp_dep_rollback.3.gz
839 OLD_FILES+=usr/share/man/man3/snmp_depop_t.3.gz
840 OLD_FILES+=usr/share/man/man3/snmp_dialog.3.gz
841 OLD_FILES+=usr/share/man/man3/snmp_discover_engine.3.gz
842 OLD_FILES+=usr/share/man/man3/snmp_get.3.gz
843 OLD_FILES+=usr/share/man/man3/snmp_get_local_keys.3.gz
844 OLD_FILES+=usr/share/man/man3/snmp_getbulk.3.gz
845 OLD_FILES+=usr/share/man/man3/snmp_getnext.3.gz
846 OLD_FILES+=usr/share/man/man3/snmp_init_context.3.gz
847 OLD_FILES+=usr/share/man/man3/snmp_make_errresp.3.gz
848 OLD_FILES+=usr/share/man/man3/snmp_oid_append.3.gz
849 OLD_FILES+=usr/share/man/man3/snmp_op_t.3.gz
850 OLD_FILES+=usr/share/man/man3/snmp_open.3.gz
851 OLD_FILES+=usr/share/man/man3/snmp_parse_server.3.gz
852 OLD_FILES+=usr/share/man/man3/snmp_passwd_to_keys.3.gz
853 OLD_FILES+=usr/share/man/man3/snmp_pdu_check.3.gz
854 OLD_FILES+=usr/share/man/man3/snmp_pdu_create.3.gz
855 OLD_FILES+=usr/share/man/man3/snmp_pdu_decode.3.gz
856 OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_header.3.gz
857 OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_scoped.3.gz
858 OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_secmode.3.gz
859 OLD_FILES+=usr/share/man/man3/snmp_pdu_dump.3.gz
860 OLD_FILES+=usr/share/man/man3/snmp_pdu_encode.3.gz
861 OLD_FILES+=usr/share/man/man3/snmp_pdu_free.3.gz
862 OLD_FILES+=usr/share/man/man3/snmp_pdu_init_secparams.3.gz
863 OLD_FILES+=usr/share/man/man3/snmp_pdu_send.3.gz
864 OLD_FILES+=usr/share/man/man3/snmp_receive.3.gz
865 OLD_FILES+=usr/share/man/man3/snmp_send_cb_f.3.gz
866 OLD_FILES+=usr/share/man/man3/snmp_set.3.gz
867 OLD_FILES+=usr/share/man/man3/snmp_table_cb_f.3.gz
868 OLD_FILES+=usr/share/man/man3/snmp_table_fetch.3.gz
869 OLD_FILES+=usr/share/man/man3/snmp_table_fetch_async.3.gz
870 OLD_FILES+=usr/share/man/man3/snmp_timeout_cb_f.3.gz
871 OLD_FILES+=usr/share/man/man3/snmp_timeout_start_f.3.gz
872 OLD_FILES+=usr/share/man/man3/snmp_timeout_stop_f.3.gz
873 OLD_FILES+=usr/share/man/man3/snmp_trace.3.gz
874 OLD_FILES+=usr/share/man/man3/snmp_value_copy.3.gz
875 OLD_FILES+=usr/share/man/man3/snmp_value_free.3.gz
876 OLD_FILES+=usr/share/man/man3/snmp_value_parse.3.gz
877 OLD_FILES+=usr/share/man/man3/tree_size.3.gz
878 # usr.sbin/bsnmpd/bsnmpd
879 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT.3.gz
880 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT_LINK.3.gz
881 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT_LINK_INDEX.3.gz
882 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID.3.gz
883 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID_LINK.3.gz
884 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID_LINK_INDEX.3.gz
885 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT.3.gz
886 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT_LINK.3.gz
887 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT_LINK_INDEX.3.gz
888 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID.3.gz
889 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID_LINK.3.gz
890 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID_LINK_INDEX.3.gz
891 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT.3.gz
892 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT_LINK.3.gz
893 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT_LINK_INDEX.3.gz
894 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID.3.gz
895 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID_LINK.3.gz
896 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID_LINK_INDEX.3.gz
897 OLD_FILES+=usr/share/man/man3/asn1.3.gz
898 OLD_FILES+=usr/share/man/man3/bsnmpagent.3.gz
899 OLD_FILES+=usr/share/man/man3/bsnmpclient.3.gz
900 OLD_FILES+=usr/share/man/man3/bsnmpd_get_target_stats.3.gz
901 OLD_FILES+=usr/share/man/man3/bsnmpd_get_usm_stats.3.gz
902 OLD_FILES+=usr/share/man/man3/bsnmpd_reset_usm_stats.3.gz
903 OLD_FILES+=usr/share/man/man3/bsnmplib.3.gz
904 OLD_FILES+=usr/share/man/man3/buf_alloc.3.gz
905 OLD_FILES+=usr/share/man/man3/buf_size.3.gz
906 OLD_FILES+=usr/share/man/man3/comm_define.3.gz
907 OLD_FILES+=usr/share/man/man3/community.3.gz
908 OLD_FILES+=usr/share/man/man3/fd_deselect.3.gz
909 OLD_FILES+=usr/share/man/man3/fd_resume.3.gz
910 OLD_FILES+=usr/share/man/man3/fd_select.3.gz
911 OLD_FILES+=usr/share/man/man3/fd_suspend.3.gz
912 OLD_FILES+=usr/share/man/man3/get_ticks.3.gz
913 OLD_FILES+=usr/share/man/man3/index_append.3.gz
914 OLD_FILES+=usr/share/man/man3/index_append_off.3.gz
915 OLD_FILES+=usr/share/man/man3/index_compare.3.gz
916 OLD_FILES+=usr/share/man/man3/index_compare_off.3.gz
917 OLD_FILES+=usr/share/man/man3/index_decode.3.gz
918 OLD_FILES+=usr/share/man/man3/ip_commit.3.gz
919 OLD_FILES+=usr/share/man/man3/ip_get.3.gz
920 OLD_FILES+=usr/share/man/man3/ip_rollback.3.gz
921 OLD_FILES+=usr/share/man/man3/ip_save.3.gz
922 OLD_FILES+=usr/share/man/man3/or_register.3.gz
923 OLD_FILES+=usr/share/man/man3/or_unregister.3.gz
924 OLD_FILES+=usr/share/man/man3/oid_commit.3.gz
925 OLD_FILES+=usr/share/man/man3/oid_get.3.gz
926 OLD_FILES+=usr/share/man/man3/oid_rollback.3.gz
927 OLD_FILES+=usr/share/man/man3/oid_save.3.gz
928 OLD_FILES+=usr/share/man/man3/oid_usmNotInTimeWindows.3.gz
929 OLD_FILES+=usr/share/man/man3/oid_usmUnknownEngineIDs.3.gz
930 OLD_FILES+=usr/share/man/man3/oid_zeroDotZero.3.gz
931 OLD_FILES+=usr/share/man/man3/reqid_allocate.3.gz
932 OLD_FILES+=usr/share/man/man3/reqid_base.3.gz
933 OLD_FILES+=usr/share/man/man3/reqid_istype.3.gz
934 OLD_FILES+=usr/share/man/man3/reqid_next.3.gz
935 OLD_FILES+=usr/share/man/man3/reqid_type.3.gz
936 OLD_FILES+=usr/share/man/man3/snmp_bridge.3.gz
937 OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz
938 OLD_FILES+=usr/share/man/man3/snmp_hostres.3.gz
939 OLD_FILES+=usr/share/man/man3/snmp_input_finish.3.gz
940 OLD_FILES+=usr/share/man/man3/snmp_input_start.3.gz
941 OLD_FILES+=usr/share/man/man3/snmp_lm75.3.gz
942 OLD_FILES+=usr/share/man/man3/snmp_mibII.3.gz
943 OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
944 OLD_FILES+=usr/share/man/man3/snmp_output.3.gz
945 OLD_FILES+=usr/share/man/man3/snmp_pdu_auth_access.3.gz
946 OLD_FILES+=usr/share/man/man3/snmp_send_port.3.gz
947 OLD_FILES+=usr/share/man/man3/snmp_send_trap.3.gz
948 OLD_FILES+=usr/share/man/man3/snmp_target.3.gz
949 OLD_FILES+=usr/share/man/man3/snmp_usm.3.gz
950 OLD_FILES+=usr/share/man/man3/snmp_vacm.3.gz
951 OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz
952 OLD_FILES+=usr/share/man/man3/snmpd_target_stat.3.gz
953 OLD_FILES+=usr/share/man/man3/snmpd_usmstats.3.gz
954 OLD_FILES+=usr/share/man/man3/snmpmod.3.gz
955 OLD_FILES+=usr/share/man/man3/start_tick.3.gz
956 OLD_FILES+=usr/share/man/man3/string_commit.3.gz
957 OLD_FILES+=usr/share/man/man3/string_free.3.gz
958 OLD_FILES+=usr/share/man/man3/string_get.3.gz
959 OLD_FILES+=usr/share/man/man3/string_get_max.3.gz
960 OLD_FILES+=usr/share/man/man3/string_rollback.3.gz
961 OLD_FILES+=usr/share/man/man3/string_save.3.gz
962 OLD_FILES+=usr/share/man/man3/systemg.3.gz
963 OLD_FILES+=usr/share/man/man3/this_tick.3.gz
964 OLD_FILES+=usr/share/man/man3/timer_start.3.gz
965 OLD_FILES+=usr/share/man/man3/timer_start_repeat.3.gz
966 OLD_FILES+=usr/share/man/man3/timer_stop.3.gz
967 OLD_FILES+=usr/share/man/man3/target_activate_address.3.gz
968 OLD_FILES+=usr/share/man/man3/target_address.3.gz
969 OLD_FILES+=usr/share/man/man3/target_delete_address.3.gz
970 OLD_FILES+=usr/share/man/man3/target_delete_notify.3.gz
971 OLD_FILES+=usr/share/man/man3/target_delete_param.3.gz
972 OLD_FILES+=usr/share/man/man3/target_first_address.3.gz
973 OLD_FILES+=usr/share/man/man3/target_first_notify.3.gz
974 OLD_FILES+=usr/share/man/man3/target_first_param.3.gz
975 OLD_FILES+=usr/share/man/man3/target_flush_all.3.gz
976 OLD_FILES+=usr/share/man/man3/target_next_address.3.gz
977 OLD_FILES+=usr/share/man/man3/target_next_notify.3.gz
978 OLD_FILES+=usr/share/man/man3/target_next_param.3.gz
979 OLD_FILES+=usr/share/man/man3/target_new_address.3.gz
980 OLD_FILES+=usr/share/man/man3/target_new_notify.3.gz
981 OLD_FILES+=usr/share/man/man3/target_new_param.3.gz
982 OLD_FILES+=usr/share/man/man3/target_notify.3.gz
983 OLD_FILES+=usr/share/man/man3/target_param.3.gz
984 OLD_FILES+=usr/share/man/man3/usm_delete_user.3.gz
985 OLD_FILES+=usr/share/man/man3/usm_find_user.3.gz
986 OLD_FILES+=usr/share/man/man3/usm_first_user.3.gz
987 OLD_FILES+=usr/share/man/man3/usm_flush_users.3.gz
988 OLD_FILES+=usr/share/man/man3/usm_next_user.3.gz
989 OLD_FILES+=usr/share/man/man3/usm_new_user.3.gz
990 OLD_FILES+=usr/share/man/man3/usm_user.3.gz
991 OLD_FILES+=usr/share/snmp/defs/bridge_tree.def
992 OLD_FILES+=usr/share/snmp/defs/hast_tree.def
993 OLD_FILES+=usr/share/snmp/defs/hostres_tree.def
994 OLD_FILES+=usr/share/snmp/defs/lm75_tree.def
995 OLD_FILES+=usr/share/snmp/defs/mibII_tree.def
996 OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
997 OLD_FILES+=usr/share/snmp/defs/pf_tree.def
998 OLD_FILES+=usr/share/snmp/defs/target_tree.def
999 OLD_FILES+=usr/share/snmp/defs/tree.def
1000 OLD_FILES+=usr/share/snmp/defs/usm_tree.def
1001 OLD_FILES+=usr/share/snmp/defs/vacm_tree.def
1002 OLD_FILES+=usr/share/snmp/defs/wlan_tree.def
1003 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
1004 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
1005 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt
1006 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt
1007 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt
1008 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-IP-MIB.txt
1009 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-LM75-MIB.txt
1010 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB.txt
1011 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB2-MIB.txt
1012 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
1013 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
1014 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-SNMPD.txt
1015 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt
1016 OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt
1017 OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt
1018 OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt
1019 OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt
1020 OLD_DIRS+=usr/include/bsnmp
1021 OLD_DIRS+=usr/share/snmp
1022 OLD_DIRS+=usr/share/snmp/defs
1023 OLD_DIRS+=usr/share/snmp/mibs
1024 .endif
1025
1026 .if ${MK_CALENDAR} == no
1027 OLD_FILES+=etc/periodic/daily/300.calendar
1028 OLD_FILES+=usr/bin/calendar
1029 OLD_FILES+=usr/share/calendar/calendar.all
1030 OLD_FILES+=usr/share/calendar/calendar.australia
1031 OLD_FILES+=usr/share/calendar/calendar.birthday
1032 OLD_FILES+=usr/share/calendar/calendar.brazilian
1033 OLD_FILES+=usr/share/calendar/calendar.christian
1034 OLD_FILES+=usr/share/calendar/calendar.computer
1035 OLD_FILES+=usr/share/calendar/calendar.croatian
1036 OLD_FILES+=usr/share/calendar/calendar.dutch
1037 OLD_FILES+=usr/share/calendar/calendar.freebsd
1038 OLD_FILES+=usr/share/calendar/calendar.french
1039 OLD_FILES+=usr/share/calendar/calendar.german
1040 OLD_FILES+=usr/share/calendar/calendar.history
1041 OLD_FILES+=usr/share/calendar/calendar.holiday
1042 OLD_FILES+=usr/share/calendar/calendar.hungarian
1043 OLD_FILES+=usr/share/calendar/calendar.judaic
1044 OLD_FILES+=usr/share/calendar/calendar.lotr
1045 OLD_FILES+=usr/share/calendar/calendar.music
1046 OLD_FILES+=usr/share/calendar/calendar.newzealand
1047 OLD_FILES+=usr/share/calendar/calendar.russian
1048 OLD_FILES+=usr/share/calendar/calendar.southafrica
1049 OLD_FILES+=usr/share/calendar/calendar.ukrainian
1050 OLD_FILES+=usr/share/calendar/calendar.usholiday
1051 OLD_FILES+=usr/share/calendar/calendar.world
1052 OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
1053 OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
1054 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
1055 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
1056 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
1057 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
1058 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
1059 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
1060 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
1061 OLD_DIRS+=usr/share/calendar/de_DE.ISO8859-1
1062 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
1063 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
1064 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
1065 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
1066 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
1067 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
1068 OLD_DIRS+=usr/share/calendar/fr_FR.ISO8859-1
1069 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
1070 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
1071 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
1072 OLD_DIRS+=usr/share/calendar/hr_HR.ISO8859-2
1073 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
1074 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
1075 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
1076 OLD_DIRS+=usr/share/calendar/hu_HU.ISO8859-2
1077 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all
1078 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative
1079 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays
1080 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative
1081 OLD_DIRS+=usr/share/calendar/pt_BR.ISO8859-1
1082 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all
1083 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative
1084 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays
1085 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative
1086 OLD_DIRS+=usr/share/calendar/pt_BR.UTF-8
1087 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
1088 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
1089 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
1090 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
1091 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
1092 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
1093 OLD_DIRS+=usr/share/calendar/ru_RU.KOI8-R
1094 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all
1095 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common
1096 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday
1097 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military
1098 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox
1099 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan
1100 OLD_DIRS+=usr/share/calendar/ru_RU.UTF-8
1101 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
1102 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
1103 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
1104 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
1105 OLD_DIRS+=usr/share/calendar/uk_UA.KOI8-U
1106 OLD_DIRS+=usr/share/calendar
1107 OLD_FILES+=usr/share/man/man1/calendar.1.gz
1108 OLD_FILES+=usr/tests/usr.bin/calendar/Kyuafile
1109 OLD_FILES+=usr/tests/usr.bin/calendar/calendar.calibrate
1110 OLD_FILES+=usr/tests/usr.bin/calendar/legacy_test
1111 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a1.out
1112 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a2.out
1113 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a3.out
1114 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a4.out
1115 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a5.out
1116 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b1.out
1117 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b2.out
1118 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b3.out
1119 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b4.out
1120 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b5.out
1121 OLD_FILES+=usr/tests/usr.bin/calendar/regress.s1.out
1122 OLD_FILES+=usr/tests/usr.bin/calendar/regress.s2.out
1123 OLD_FILES+=usr/tests/usr.bin/calendar/regress.s3.out
1124 OLD_FILES+=usr/tests/usr.bin/calendar/regress.s4.out
1125 OLD_FILES+=usr/tests/usr.bin/calendar/regress.sh
1126 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-1.out
1127 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-2.out
1128 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-3.out
1129 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-4.out
1130 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-5.out
1131 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-6.out
1132 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-7.out
1133 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-1.out
1134 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-2.out
1135 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-3.out
1136 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-4.out
1137 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-5.out
1138 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-6.out
1139 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-7.out
1140 OLD_DIRS+=usr/tests/usr.bin/calendar
1141 .endif
1142
1143 .if ${MK_CASPER} == no
1144 OLD_LIBS+=lib/libcasper.so.1
1145 OLD_LIBS+=lib/casper/libcap_dns.so.2
1146 OLD_LIBS+=lib/casper/libcap_fileargs.so.1
1147 OLD_LIBS+=lib/casper/libcap_grp.so.1
1148 OLD_LIBS+=lib/casper/libcap_net.so.1
1149 OLD_LIBS+=lib/casper/libcap_pwd.so.1
1150 OLD_LIBS+=lib/casper/libcap_sysctl.so.1
1151 OLD_LIBS+=lib/casper/libcap_sysctl.so.2
1152 OLD_LIBS+=lib/casper/libcap_syslog.so.1
1153 .endif
1154
1155 .if ${MK_CCD} == no
1156 OLD_FILES+=etc/rc.d/ccd
1157 OLD_FILES+=rescue/ccdconfig
1158 OLD_FILES+=sbin/ccdconfig
1159 OLD_FILES+=usr/share/man/man4/ccd.4.gz
1160 OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz
1161 .endif
1162
1163 .if ${MK_CDDL} == no
1164 OLD_LIBS+=lib/libavl.so.2
1165 OLD_LIBS+=lib/libctf.so.2
1166 OLD_LIBS+=lib/libdtrace.so.2
1167 OLD_LIBS+=lib/libnvpair.so.2
1168 OLD_LIBS+=lib/libumem.so.2
1169 OLD_LIBS+=lib/libuutil.so.2
1170 OLD_FILES+=usr/bin/ctfconvert
1171 OLD_FILES+=usr/bin/ctfdump
1172 OLD_FILES+=usr/bin/ctfmerge
1173 OLD_FILES+=usr/lib/dtrace/drti.o
1174 OLD_FILES+=usr/lib/dtrace/errno.d
1175 OLD_FILES+=usr/lib/dtrace/io.d
1176 OLD_FILES+=usr/lib/dtrace/ip.d
1177 OLD_FILES+=usr/lib/dtrace/psinfo.d
1178 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
1179 OLD_FILES+=usr/lib/dtrace/regs_x86.d
1180 .endif
1181 OLD_FILES+=usr/lib/dtrace/signal.d
1182 OLD_FILES+=usr/lib/dtrace/tcp.d
1183 OLD_FILES+=usr/lib/dtrace/udp.d
1184 OLD_FILES+=usr/lib/dtrace/unistd.d
1185 OLD_FILES+=usr/lib/libavl.a
1186 OLD_FILES+=usr/lib/libavl.so
1187 OLD_FILES+=usr/lib/libavl_p.a
1188 OLD_FILES+=usr/lib/libctf.a
1189 OLD_FILES+=usr/lib/libctf.so
1190 OLD_FILES+=usr/lib/libctf_p.a
1191 OLD_FILES+=usr/lib/libdtrace.a
1192 OLD_FILES+=usr/lib/libdtrace.so
1193 OLD_FILES+=usr/lib/libdtrace_p.a
1194 OLD_FILES+=usr/lib/libnvpair.a
1195 OLD_FILES+=usr/lib/libnvpair.so
1196 OLD_FILES+=usr/lib/libnvpair_p.a
1197 OLD_FILES+=usr/lib/libumem.a
1198 OLD_FILES+=usr/lib/libumem.so
1199 OLD_FILES+=usr/lib/libumem_p.a
1200 OLD_FILES+=usr/lib/libuutil.a
1201 OLD_FILES+=usr/lib/libuutil.so
1202 OLD_FILES+=usr/lib/libuutil_p.a
1203 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1204 OLD_FILES+=usr/lib32/dtrace/drti.o
1205 OLD_FILES+=usr/lib32/libavl.a
1206 OLD_FILES+=usr/lib32/libavl.so
1207 OLD_LIBS+=usr/lib32/libavl.so.2
1208 OLD_FILES+=usr/lib32/libavl_p.a
1209 OLD_FILES+=usr/lib32/libctf.a
1210 OLD_FILES+=usr/lib32/libctf.so
1211 OLD_LIBS+=usr/lib32/libctf.so.2
1212 OLD_FILES+=usr/lib32/libctf_p.a
1213 OLD_FILES+=usr/lib32/libdtrace.a
1214 OLD_FILES+=usr/lib32/libdtrace.so
1215 OLD_LIBS+=usr/lib32/libdtrace.so.2
1216 OLD_FILES+=usr/lib32/libdtrace_p.a
1217 OLD_FILES+=usr/lib32/libnvpair.a
1218 OLD_FILES+=usr/lib32/libnvpair.so
1219 OLD_LIBS+=usr/lib32/libnvpair.so.2
1220 OLD_FILES+=usr/lib32/libnvpair_p.a
1221 OLD_FILES+=usr/lib32/libumem.a
1222 OLD_FILES+=usr/lib32/libumem.so
1223 OLD_LIBS+=usr/lib32/libumem.so.2
1224 OLD_FILES+=usr/lib32/libumem_p.a
1225 OLD_FILES+=usr/lib32/libuutil.a
1226 OLD_FILES+=usr/lib32/libuutil.so
1227 OLD_LIBS+=usr/lib32/libuutil.so.2
1228 OLD_FILES+=usr/lib32/libuutil_p.a
1229 .endif
1230 OLD_LIBS+=lib/libdtrace.so.2
1231 OLD_FILES+=usr/sbin/dtrace
1232 OLD_FILES+=usr/sbin/lockstat
1233 OLD_FILES+=usr/sbin/plockstat
1234 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
1235 OLD_FILES+=usr/share/man/man1/dtruss.1.gz
1236 OLD_FILES+=usr/share/man/man1/lockstat.1.gz
1237 OLD_FILES+=usr/share/man/man1/plockstat.1.gz
1238 OLD_FILES+=usr/share/dtrace/disklatency
1239 OLD_FILES+=usr/share/dtrace/disklatencycmd
1240 OLD_FILES+=usr/share/dtrace/hotopen
1241 OLD_FILES+=usr/share/dtrace/nfsclienttime
1242 OLD_FILES+=usr/share/dtrace/toolkit/execsnoop
1243 OLD_FILES+=usr/share/dtrace/toolkit/hotkernel
1244 OLD_FILES+=usr/share/dtrace/toolkit/hotuser
1245 OLD_FILES+=usr/share/dtrace/toolkit/opensnoop
1246 OLD_FILES+=usr/share/dtrace/toolkit/procsystime
1247 OLD_FILES+=usr/share/dtrace/tcpconn
1248 OLD_FILES+=usr/share/dtrace/tcpstate
1249 OLD_FILES+=usr/share/dtrace/tcptrack
1250 OLD_FILES+=usr/share/dtrace/udptrack
1251 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
1252 OLD_DIRS+=usr/lib/dtrace
1253 OLD_DIRS+=usr/lib32/dtrace
1254 OLD_DIRS+=usr/share/dtrace/toolkit
1255 OLD_DIRS+=usr/share/dtrace
1256 .endif
1257
1258 .if ${MK_ZFS} == no
1259 OLD_FILES+=boot/gptzfsboot
1260 OLD_FILES+=boot/zfsboot
1261 OLD_FILES+=boot/zfsloader
1262 OLD_FILES+=etc/rc.d/zfs
1263 OLD_FILES+=etc/rc.d/zfsd
1264 OLD_FILES+=etc/rc.d/zfsbe
1265 OLD_FILES+=etc/rc.d/zvol
1266 OLD_FILES+=etc/devd/zfs.conf
1267 OLD_FILES+=etc/periodic/daily/404.status-zfs
1268 OLD_FILES+=etc/periodic/daily/800.scrub-zfs
1269 OLD_FILES+=etc/zfs/exports
1270 OLD_DIRS+=etc/zfs
1271 OLD_LIBS+=lib/libzfs.so.2
1272 OLD_LIBS+=lib/libzfs.so.3
1273 OLD_LIBS+=lib/libzfs_core.so.2
1274 OLD_LIBS+=lib/libzpool.so.2
1275 OLD_FILES+=rescue/zdb
1276 OLD_FILES+=rescue/zfs
1277 OLD_FILES+=rescue/zpool
1278 OLD_FILES+=sbin/bectl
1279 OLD_FILES+=sbin/zfs
1280 OLD_FILES+=sbin/zpool
1281 OLD_FILES+=sbin/zfsbootcfg
1282 OLD_FILES+=usr/bin/zinject
1283 OLD_FILES+=usr/bin/zstreamdump
1284 OLD_FILES+=usr/bin/ztest
1285 OLD_FILES+=usr/lib/libbe.a
1286 OLD_FILES+=usr/lib/libbe_p.a
1287 OLD_FILES+=usr/lib/libbe.so
1288 OLD_LIBS+=lib/libbe.so.1
1289 OLD_FILES+=usr/lib/libzfs.a
1290 OLD_LIBS+=usr/lib/libzfs.so
1291 OLD_FILES+=usr/lib/libzfs_core.a
1292 OLD_LIBS+=usr/lib/libzfs_core.so
1293 OLD_LIBS+=usr/lib/libzfs_core_p.a
1294 OLD_FILES+=usr/lib/libzfs_p.a
1295 OLD_FILES+=usr/lib/libzpool.a
1296 OLD_FILES+=usr/lib/libzpool.so
1297 OLD_LIBS+=usr/lib/libzpool.so.2
1298 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1299 OLD_FILES+=usr/lib32/libzfs.a
1300 OLD_FILES+=usr/lib32/libzfs.so
1301 OLD_LIBS+=usr/lib32/libzfs.so.2
1302 OLD_LIBS+=usr/lib32/libzfs.so.3
1303 OLD_FILES+=usr/lib32/libzfs_core.a
1304 OLD_FILES+=usr/lib32/libzfs_core.so
1305 OLD_LIBS+=usr/lib32/libzfs_core.so.2
1306 OLD_FILES+=usr/lib32/libzfs_core_p.a
1307 OLD_FILES+=usr/lib32/libzfs_p.a
1308 OLD_FILES+=usr/lib32/libzpool.a
1309 OLD_FILES+=usr/lib32/libzpool.so
1310 OLD_LIBS+=usr/lib32/libzpool.so.2
1311 .endif
1312 OLD_FILES+=usr/sbin/zfsd
1313 OLD_FILES+=usr/sbin/zhack
1314 OLD_FILES+=usr/sbin/zdb
1315 OLD_FILES+=usr/share/man/man3/libbe.3.gz
1316 OLD_FILES+=usr/share/man/man7/zpool-features.7.gz
1317 OLD_FILES+=usr/share/man/man8/bectl.8.gz
1318 OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz
1319 OLD_FILES+=usr/share/man/man8/zdb.8.gz
1320 OLD_FILES+=usr/share/man/man8/zfs-program.8.gz
1321 OLD_FILES+=usr/share/man/man8/zfs.8.gz
1322 OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
1323 OLD_FILES+=usr/share/man/man8/zfsbootcfg.8.gz
1324 OLD_FILES+=usr/share/man/man8/zfsd.8.gz
1325 OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
1326 OLD_FILES+=usr/share/man/man8/zpool.8.gz
1327 .endif
1328
1329 .if ${MK_CLANG} == no
1330 OLD_FILES+=usr/bin/clang
1331 OLD_FILES+=usr/bin/clang++
1332 OLD_FILES+=usr/bin/clang-cpp
1333 OLD_FILES+=usr/bin/clang-tblgen
1334 OLD_FILES+=usr/bin/llvm-ar
1335 OLD_FILES+=usr/bin/llvm-nm
1336 OLD_FILES+=usr/bin/llvm-objdump
1337 OLD_FILES+=usr/bin/llvm-ranlib
1338 OLD_FILES+=usr/bin/llvm-symbolizer
1339 OLD_FILES+=usr/bin/llvm-tblgen
1340 OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/algorithm
1341 OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/complex
1342 OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/new
1343 OLD_DIRS+=usr/lib/clang/9.0.1/include/cuda_wrappers
1344 OLD_FILES+=usr/lib/clang/9.0.1/include/openmp_wrappers/__clang_openmp_math.h
1345 OLD_FILES+=usr/lib/clang/9.0.1/include/openmp_wrappers/__clang_openmp_math_declares.h
1346 OLD_FILES+=usr/lib/clang/9.0.1/include/openmp_wrappers/cmath
1347 OLD_FILES+=usr/lib/clang/9.0.1/include/openmp_wrappers/math.h
1348 OLD_DIRS+=usr/lib/clang/9.0.1/include/openmp_wrappers
1349 OLD_FILES+=usr/lib/clang/9.0.1/include/ppc_wrappers/emmintrin.h
1350 OLD_FILES+=usr/lib/clang/9.0.1/include/ppc_wrappers/mm_malloc.h
1351 OLD_FILES+=usr/lib/clang/9.0.1/include/ppc_wrappers/mmintrin.h
1352 OLD_FILES+=usr/lib/clang/9.0.1/include/ppc_wrappers/xmmintrin.h
1353 OLD_DIRS+=usr/lib/clang/9.0.1/include/ppc_wrappers
1354 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/allocator_interface.h
1355 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/asan_interface.h
1356 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/common_interface_defs.h
1357 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/coverage_interface.h
1358 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/dfsan_interface.h
1359 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/hwasan_interface.h
1360 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/linux_syscall_hooks.h
1361 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/lsan_interface.h
1362 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/msan_interface.h
1363 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/netbsd_syscall_hooks.h
1364 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/scudo_interface.h
1365 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/tsan_interface.h
1366 OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/tsan_interface_atomic.h
1367 OLD_DIRS+=usr/lib/clang/9.0.1/include/sanitizer
1368 OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_builtin_vars.h
1369 OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_cmath.h
1370 OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_complex_builtins.h
1371 OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_device_functions.h
1372 OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_intrinsics.h
1373 OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_libdevice_declares.h
1374 OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_math_forward_declares.h
1375 OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_runtime_wrapper.h
1376 OLD_FILES+=usr/lib/clang/9.0.1/include/__stddef_max_align_t.h
1377 OLD_FILES+=usr/lib/clang/9.0.1/include/__wmmintrin_aes.h
1378 OLD_FILES+=usr/lib/clang/9.0.1/include/__wmmintrin_pclmul.h
1379 OLD_FILES+=usr/lib/clang/9.0.1/include/adxintrin.h
1380 OLD_FILES+=usr/lib/clang/9.0.1/include/altivec.h
1381 OLD_FILES+=usr/lib/clang/9.0.1/include/ammintrin.h
1382 OLD_FILES+=usr/lib/clang/9.0.1/include/arm64intr.h
1383 OLD_FILES+=usr/lib/clang/9.0.1/include/arm_acle.h
1384 OLD_FILES+=usr/lib/clang/9.0.1/include/arm_fp16.h
1385 OLD_FILES+=usr/lib/clang/9.0.1/include/arm_neon.h
1386 OLD_FILES+=usr/lib/clang/9.0.1/include/armintr.h
1387 OLD_FILES+=usr/lib/clang/9.0.1/include/avx2intrin.h
1388 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512bf16intrin.h
1389 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512bitalgintrin.h
1390 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512bwintrin.h
1391 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512cdintrin.h
1392 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512dqintrin.h
1393 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512erintrin.h
1394 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512fintrin.h
1395 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512ifmaintrin.h
1396 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512ifmavlintrin.h
1397 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512pfintrin.h
1398 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vbmi2intrin.h
1399 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vbmiintrin.h
1400 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vbmivlintrin.h
1401 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlbf16intrin.h
1402 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlbitalgintrin.h
1403 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlbwintrin.h
1404 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlcdintrin.h
1405 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vldqintrin.h
1406 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlintrin.h
1407 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlvbmi2intrin.h
1408 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlvnniintrin.h
1409 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlvp2intersectintrin.h
1410 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vnniintrin.h
1411 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vp2intersectintrin.h
1412 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vpopcntdqintrin.h
1413 OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vpopcntdqvlintrin.h
1414 OLD_FILES+=usr/lib/clang/9.0.1/include/avxintrin.h
1415 OLD_FILES+=usr/lib/clang/9.0.1/include/bmi2intrin.h
1416 OLD_FILES+=usr/lib/clang/9.0.1/include/bmiintrin.h
1417 OLD_FILES+=usr/lib/clang/9.0.1/include/cetintrin.h
1418 OLD_FILES+=usr/lib/clang/9.0.1/include/cldemoteintrin.h
1419 OLD_FILES+=usr/lib/clang/9.0.1/include/clflushoptintrin.h
1420 OLD_FILES+=usr/lib/clang/9.0.1/include/clwbintrin.h
1421 OLD_FILES+=usr/lib/clang/9.0.1/include/clzerointrin.h
1422 OLD_FILES+=usr/lib/clang/9.0.1/include/cpuid.h
1423 OLD_FILES+=usr/lib/clang/9.0.1/include/emmintrin.h
1424 OLD_FILES+=usr/lib/clang/9.0.1/include/enqcmdintrin.h
1425 OLD_FILES+=usr/lib/clang/9.0.1/include/f16cintrin.h
1426 OLD_FILES+=usr/lib/clang/9.0.1/include/float.h
1427 OLD_FILES+=usr/lib/clang/9.0.1/include/fma4intrin.h
1428 OLD_FILES+=usr/lib/clang/9.0.1/include/fmaintrin.h
1429 OLD_FILES+=usr/lib/clang/9.0.1/include/fxsrintrin.h
1430 OLD_FILES+=usr/lib/clang/9.0.1/include/gfniintrin.h
1431 OLD_FILES+=usr/lib/clang/9.0.1/include/htmintrin.h
1432 OLD_FILES+=usr/lib/clang/9.0.1/include/htmxlintrin.h
1433 OLD_FILES+=usr/lib/clang/9.0.1/include/ia32intrin.h
1434 OLD_FILES+=usr/lib/clang/9.0.1/include/immintrin.h
1435 OLD_FILES+=usr/lib/clang/9.0.1/include/intrin.h
1436 OLD_FILES+=usr/lib/clang/9.0.1/include/inttypes.h
1437 OLD_FILES+=usr/lib/clang/9.0.1/include/invpcidintrin.h
1438 OLD_FILES+=usr/lib/clang/9.0.1/include/iso646.h
1439 OLD_FILES+=usr/lib/clang/9.0.1/include/limits.h
1440 OLD_FILES+=usr/lib/clang/9.0.1/include/lwpintrin.h
1441 OLD_FILES+=usr/lib/clang/9.0.1/include/lzcntintrin.h
1442 OLD_FILES+=usr/lib/clang/9.0.1/include/mm3dnow.h
1443 OLD_FILES+=usr/lib/clang/9.0.1/include/mm_malloc.h
1444 OLD_FILES+=usr/lib/clang/9.0.1/include/mmintrin.h
1445 OLD_FILES+=usr/lib/clang/9.0.1/include/module.modulemap
1446 OLD_FILES+=usr/lib/clang/9.0.1/include/movdirintrin.h
1447 OLD_FILES+=usr/lib/clang/9.0.1/include/msa.h
1448 OLD_FILES+=usr/lib/clang/9.0.1/include/mwaitxintrin.h
1449 OLD_FILES+=usr/lib/clang/9.0.1/include/nmmintrin.h
1450 OLD_FILES+=usr/lib/clang/9.0.1/include/opencl-c-base.h
1451 OLD_FILES+=usr/lib/clang/9.0.1/include/opencl-c.h
1452 OLD_FILES+=usr/lib/clang/9.0.1/include/pconfigintrin.h
1453 OLD_FILES+=usr/lib/clang/9.0.1/include/pkuintrin.h
1454 OLD_FILES+=usr/lib/clang/9.0.1/include/pmmintrin.h
1455 OLD_FILES+=usr/lib/clang/9.0.1/include/popcntintrin.h
1456 OLD_FILES+=usr/lib/clang/9.0.1/include/prfchwintrin.h
1457 OLD_FILES+=usr/lib/clang/9.0.1/include/ptwriteintrin.h
1458 OLD_FILES+=usr/lib/clang/9.0.1/include/rdseedintrin.h
1459 OLD_FILES+=usr/lib/clang/9.0.1/include/rtmintrin.h
1460 OLD_FILES+=usr/lib/clang/9.0.1/include/s390intrin.h
1461 OLD_FILES+=usr/lib/clang/9.0.1/include/sgxintrin.h
1462 OLD_FILES+=usr/lib/clang/9.0.1/include/shaintrin.h
1463 OLD_FILES+=usr/lib/clang/9.0.1/include/smmintrin.h
1464 OLD_FILES+=usr/lib/clang/9.0.1/include/stdalign.h
1465 OLD_FILES+=usr/lib/clang/9.0.1/include/stdarg.h
1466 OLD_FILES+=usr/lib/clang/9.0.1/include/stdatomic.h
1467 OLD_FILES+=usr/lib/clang/9.0.1/include/stdbool.h
1468 OLD_FILES+=usr/lib/clang/9.0.1/include/stddef.h
1469 OLD_FILES+=usr/lib/clang/9.0.1/include/stdint.h
1470 OLD_FILES+=usr/lib/clang/9.0.1/include/stdnoreturn.h
1471 OLD_FILES+=usr/lib/clang/9.0.1/include/tbmintrin.h
1472 OLD_FILES+=usr/lib/clang/9.0.1/include/tgmath.h
1473 OLD_FILES+=usr/lib/clang/9.0.1/include/tmmintrin.h
1474 OLD_FILES+=usr/lib/clang/9.0.1/include/unwind.h
1475 OLD_FILES+=usr/lib/clang/9.0.1/include/vadefs.h
1476 OLD_FILES+=usr/lib/clang/9.0.1/include/vaesintrin.h
1477 OLD_FILES+=usr/lib/clang/9.0.1/include/varargs.h
1478 OLD_FILES+=usr/lib/clang/9.0.1/include/vecintrin.h
1479 OLD_FILES+=usr/lib/clang/9.0.1/include/vpclmulqdqintrin.h
1480 OLD_FILES+=usr/lib/clang/9.0.1/include/waitpkgintrin.h
1481 OLD_FILES+=usr/lib/clang/9.0.1/include/wbnoinvdintrin.h
1482 OLD_FILES+=usr/lib/clang/9.0.1/include/wmmintrin.h
1483 OLD_FILES+=usr/lib/clang/9.0.1/include/x86intrin.h
1484 OLD_FILES+=usr/lib/clang/9.0.1/include/xmmintrin.h
1485 OLD_FILES+=usr/lib/clang/9.0.1/include/xopintrin.h
1486 OLD_FILES+=usr/lib/clang/9.0.1/include/xsavecintrin.h
1487 OLD_FILES+=usr/lib/clang/9.0.1/include/xsaveintrin.h
1488 OLD_FILES+=usr/lib/clang/9.0.1/include/xsaveoptintrin.h
1489 OLD_FILES+=usr/lib/clang/9.0.1/include/xsavesintrin.h
1490 OLD_FILES+=usr/lib/clang/9.0.1/include/xtestintrin.h
1491 OLD_DIRS+=usr/lib/clang/9.0.1/include
1492 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-aarch64.a
1493 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-aarch64.so
1494 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-arm.a
1495 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-arm.so
1496 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-armhf.a
1497 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-armhf.so
1498 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-i386.a
1499 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-i386.so
1500 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-aarch64.a
1501 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-arm.a
1502 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-armhf.a
1503 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a
1504 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
1505 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-x86_64.a
1506 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-x86_64.so
1507 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-aarch64.a
1508 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-arm.a
1509 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-armhf.a
1510 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
1511 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
1512 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-aarch64.a
1513 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-arm.a
1514 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-armhf.a
1515 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-i386.a
1516 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-x86_64.a
1517 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-aarch64.a
1518 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-arm.a
1519 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-armhf.a
1520 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-i386.a
1521 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-x86_64.a
1522 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.dd-aarch64.a
1523 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.dd-x86_64.a
1524 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.fuzzer-aarch64.a
1525 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.fuzzer-x86_64.a
1526 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a
1527 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a
1528 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.msan-aarch64.a
1529 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.msan-x86_64.a
1530 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.msan_cxx-aarch64.a
1531 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a
1532 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-aarch64.a
1533 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-arm.a
1534 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-armhf.a
1535 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-i386.a
1536 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-powerpc.a
1537 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-powerpc64.a
1538 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-x86_64.a
1539 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.safestack-aarch64.a
1540 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.safestack-i386.a
1541 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a
1542 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-aarch64.a
1543 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-arm.a
1544 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-armhf.a
1545 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-i386.a
1546 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-x86_64.a
1547 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-aarch64.a
1548 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-arm.a
1549 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-armhf.a
1550 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-i386.a
1551 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a
1552 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.tsan-aarch64.a
1553 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a
1554 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a
1555 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
1556 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a
1557 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-arm.a
1558 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a
1559 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
1560 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
1561 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a
1562 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-arm.a
1563 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a
1564 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
1565 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
1566 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a
1567 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a
1568 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a
1569 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
1570 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
1571 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-aarch64.a
1572 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-arm.a
1573 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-armhf.a
1574 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-basic-aarch64.a
1575 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-basic-arm.a
1576 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-basic-armhf.a
1577 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-basic-x86_64.a
1578 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-fdr-aarch64.a
1579 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-fdr-arm.a
1580 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-fdr-armhf.a
1581 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-fdr-x86_64.a
1582 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-profiling-aarch64.a
1583 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-profiling-arm.a
1584 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-profiling-armhf.a
1585 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-profiling-x86_64.a
1586 OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-x86_64.a
1587 OLD_DIRS+=usr/lib/clang/9.0.1/lib/freebsd
1588 OLD_DIRS+=usr/lib/clang/9.0.1/lib
1589 OLD_DIRS+=usr/lib/clang/9.0.1
1590 OLD_DIRS+=usr/lib/clang
1591 OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
1592 OLD_DIRS+=usr/share/doc/llvm/clang
1593 OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
1594 OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
1595 OLD_DIRS+=usr/share/doc/llvm
1596 OLD_FILES+=usr/share/man/man1/clang.1.gz
1597 OLD_FILES+=usr/share/man/man1/clang++.1.gz
1598 OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
1599 OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
1600 OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
1601 OLD_FILES+=usr/share/man/man1/llvm-symbolizer.1.gz
1602 OLD_FILES+=usr/share/man/man1/llvm-tblgen.1.gz
1603 .endif
1604
1605 .if ${MK_CLANG_EXTRAS} == no
1606 OLD_FILES+=usr/bin/bugpoint
1607 OLD_FILES+=usr/bin/clang-format
1608 OLD_FILES+=usr/bin/llc
1609 OLD_FILES+=usr/bin/lli
1610 OLD_FILES+=usr/bin/llvm-as
1611 OLD_FILES+=usr/bin/llvm-bcanalyzer
1612 OLD_FILES+=usr/bin/llvm-cxxdump
1613 OLD_FILES+=usr/bin/llvm-cxxfilt
1614 OLD_FILES+=usr/bin/llvm-diff
1615 OLD_FILES+=usr/bin/llvm-dis
1616 OLD_FILES+=usr/bin/llvm-dwarfdump
1617 OLD_FILES+=usr/bin/llvm-extract
1618 OLD_FILES+=usr/bin/llvm-link
1619 OLD_FILES+=usr/bin/llvm-lto
1620 OLD_FILES+=usr/bin/llvm-lto2
1621 OLD_FILES+=usr/bin/llvm-mc
1622 OLD_FILES+=usr/bin/llvm-mca
1623 OLD_FILES+=usr/bin/llvm-modextract
1624 OLD_FILES+=usr/bin/llvm-objcopy
1625 OLD_FILES+=usr/bin/llvm-pdbutil
1626 OLD_FILES+=usr/bin/llvm-rtdyld
1627 OLD_FILES+=usr/bin/llvm-xray
1628 OLD_FILES+=usr/bin/opt
1629 OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
1630 OLD_FILES+=usr/share/man/man1/llc.1.gz
1631 OLD_FILES+=usr/share/man/man1/lli.1.gz
1632 OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
1633 OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
1634 OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
1635 OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
1636 OLD_FILES+=usr/share/man/man1/llvm-dwarfdump.1
1637 OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
1638 OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
1639 OLD_FILES+=usr/share/man/man1/llvm-pdbutil.1.gz
1640 OLD_FILES+=usr/share/man/man1/opt.1.gz
1641 .endif
1642
1643 .if ${MK_CPP} == no
1644 OLD_FILES+=usr/bin/cpp
1645 OLD_FILES+=usr/share/man/man1/cpp.1.gz
1646 .endif
1647
1648 .if ${MK_CUSE} == no
1649 OLD_FILES+=usr/include/fs/cuse/cuse_defs.h
1650 OLD_FILES+=usr/include/fs/cuse/cuse_ioctl.h
1651 OLD_FILES+=usr/include/cuse.h
1652 OLD_FILES+=usr/lib/libcuse.a
1653 OLD_LIBS+=usr/lib/libcuse.so.1
1654 OLD_FILES+=usr/lib/libcuse_p.a
1655 OLD_FILES+=usr/share/man/man3/cuse.3.gz
1656 OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number.3.gz
1657 OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number_by_id.3.gz
1658 OLD_FILES+=usr/share/man/man3/cuse_copy_in.3.gz
1659 OLD_FILES+=usr/share/man/man3/cuse_copy_out.3.gz
1660 OLD_FILES+=usr/share/man/man3/cuse_dev_create.3.gz
1661 OLD_FILES+=usr/share/man/man3/cuse_dev_destroy.3.gz
1662 OLD_FILES+=usr/share/man/man3/cuse_dev_get_current.3.gz
1663 OLD_FILES+=usr/share/man/man3/cuse_dev_get_per_file_handle.3.gz
1664 OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv0.3.gz
1665 OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv1.3.gz
1666 OLD_FILES+=usr/share/man/man3/cuse_dev_set_per_file_handle.3.gz
1667 OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv0.3.gz
1668 OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv1.3.gz
1669 OLD_FILES+=usr/share/man/man3/cuse_free_unit_number.3.gz
1670 OLD_FILES+=usr/share/man/man3/cuse_free_unit_number_by_id.3.gz
1671 OLD_FILES+=usr/share/man/man3/cuse_get_local.3.gz
1672 OLD_FILES+=usr/share/man/man3/cuse_got_peer_signal.3.gz
1673 OLD_FILES+=usr/share/man/man3/cuse_init.3.gz
1674 OLD_FILES+=usr/share/man/man3/cuse_is_vmalloc_addr.3.gz
1675 OLD_FILES+=usr/share/man/man3/cuse_poll_wakeup.3.gz
1676 OLD_FILES+=usr/share/man/man3/cuse_set_local.3.gz
1677 OLD_FILES+=usr/share/man/man3/cuse_uninit.3.gz
1678 OLD_FILES+=usr/share/man/man3/cuse_vmalloc.3.gz
1679 OLD_FILES+=usr/share/man/man3/cuse_vmfree.3.gz
1680 OLD_FILES+=usr/share/man/man3/cuse_vmoffset.3.gz
1681 OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz
1682 OLD_DIRS+=usr/include/fs/cuse
1683 .endif
1684
1685 # devd(8) not listed here on purpose
1686 .if ${MK_CXX} == no
1687 OLD_FILES+=usr/bin/CC
1688 OLD_FILES+=usr/bin/c++
1689 OLD_FILES+=usr/bin/g++
1690 OLD_FILES+=usr/libexec/cc1plus
1691 .endif
1692
1693 .if ${MK_DEBUG_FILES} == no
1694 .if exists(${DESTDIR}/usr/lib/debug)
1695 DEBUG_DIRS!=find ${DESTDIR}/usr/lib/debug -mindepth 1 \
1696     -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \
1697     | sed -e 's,^${DESTDIR}/,,'; echo
1698 DEBUG_FILES!=find ${DESTDIR}/usr/lib/debug \
1699     \! -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \! -name "lib*.so*" \
1700     | sed -e 's,^${DESTDIR}/,,'; echo
1701 DEBUG_LIBS!=find ${DESTDIR}/usr/lib/debug \! -type d -name "lib*.so*" \
1702     | sed -e 's,^${DESTDIR}/,,'; echo
1703 OLD_DIRS+=${DEBUG_DIRS}
1704 OLD_FILES+=${DEBUG_FILES}
1705 OLD_LIBS+=${DEBUG_LIBS}
1706 .endif
1707 .endif
1708
1709 .if ${MK_DIALOG} == no
1710 OLD_FILES+=usr/bin/dialog
1711 OLD_FILES+=usr/bin/dpv
1712 OLD_FILES+=usr/lib/libdialog.a
1713 OLD_FILES+=usr/lib/libdialog.so
1714 OLD_FILES+=usr/lib/libdialog.so.8
1715 OLD_FILES+=usr/lib/libdialog_p.a
1716 OLD_FILES+=usr/lib/libdpv.a
1717 OLD_FILES+=usr/lib/libdpv.so
1718 OLD_FILES+=usr/lib/libdpv.so.1
1719 OLD_FILES+=usr/lib/libdpv_p.a
1720 OLD_FILES+=usr/sbin/bsdconfig
1721 OLD_FILES+=usr/share/man/man1/dialog.1.gz
1722 OLD_FILES+=usr/share/man/man1/dpv.1.gz
1723 OLD_FILES+=usr/share/man/man3/dialog.3.gz
1724 OLD_FILES+=usr/share/man/man3/dpv.3.gz
1725 OLD_FILES+=usr/share/man/man8/bsdconfig.8.gz
1726 OLD_DIRS+=usr/share/bsdconfig
1727 OLD_DIRS+=usr/share/bsdconfig/media
1728 OLD_DIRS+=usr/share/bsdconfig/networking
1729 OLD_DIRS+=usr/share/bsdconfig/packages
1730 OLD_DIRS+=usr/share/bsdconfig/password
1731 OLD_DIRS+=usr/share/bsdconfig/startup
1732 OLD_DIRS+=usr/share/bsdconfig/timezone
1733 OLD_DIRS+=usr/share/bsdconfig/usermgmt
1734 .endif
1735
1736 .if ${MK_EFI} == no
1737 OLD_FILES+=usr/sbin/efibootmgr
1738 OLD_FILES+=usr/sbin/efidp
1739 OLD_FILES+=usr/sbin/efivar
1740 OLD_FILES+=usr/sbin/uefisign
1741 OLD_FILES+=usr/share/examples/uefisign/uefikeys
1742 .endif
1743
1744 .if ${MK_FMTREE} == no
1745 OLD_FILES+=usr/sbin/fmtree
1746 OLD_FILES+=usr/share/man/man8/fmtree.8.gz
1747 .endif
1748
1749 .if ${MK_FTP} == no
1750 OLD_FILES+=etc/ftpusers
1751 OLD_FILES+=etc/newsyslog.conf.d/ftp.conf
1752 OLD_FILES+=etc/pam.d/ftp
1753 OLD_FILES+=etc/pam.d/ftpd
1754 OLD_FILES+=etc/rc.d/ftpd
1755 OLD_FILES+=etc/syslog.d/ftp.conf
1756 OLD_FILES+=usr/bin/ftp
1757 OLD_FILES+=usr/bin/gate-ftp
1758 OLD_FILES+=usr/bin/pftp
1759 OLD_FILES+=usr/libexec/ftpd
1760 OLD_FILES+=usr/share/man/man1/ftp.1.gz
1761 OLD_FILES+=usr/share/man/man1/gate-ftp.1.gz
1762 OLD_FILES+=usr/share/man/man1/pftp.1.gz
1763 OLD_FILES+=usr/share/man/man5/ftpchroot.5.gz
1764 OLD_FILES+=usr/share/man/man8/ftpd.8.gz
1765 .endif
1766
1767 .if ${MK_GNUCXX} == no
1768 .if !defined(WITH_PORT_BASE_GCC)
1769 OLD_FILES+=usr/bin/g++
1770 .endif
1771 OLD_FILES+=usr/include/c++/4.2/algorithm
1772 OLD_FILES+=usr/include/c++/4.2/backward/algo.h
1773 OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
1774 OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
1775 OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
1776 OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
1777 OLD_FILES+=usr/include/c++/4.2/backward/complex.h
1778 OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
1779 OLD_FILES+=usr/include/c++/4.2/backward/deque.h
1780 OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
1781 OLD_FILES+=usr/include/c++/4.2/backward/function.h
1782 OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
1783 OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
1784 OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
1785 OLD_FILES+=usr/include/c++/4.2/backward/heap.h
1786 OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
1787 OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
1788 OLD_FILES+=usr/include/c++/4.2/backward/istream.h
1789 OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
1790 OLD_FILES+=usr/include/c++/4.2/backward/list.h
1791 OLD_FILES+=usr/include/c++/4.2/backward/map.h
1792 OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
1793 OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
1794 OLD_FILES+=usr/include/c++/4.2/backward/new.h
1795 OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
1796 OLD_FILES+=usr/include/c++/4.2/backward/pair.h
1797 OLD_FILES+=usr/include/c++/4.2/backward/queue.h
1798 OLD_FILES+=usr/include/c++/4.2/backward/rope.h
1799 OLD_FILES+=usr/include/c++/4.2/backward/set.h
1800 OLD_FILES+=usr/include/c++/4.2/backward/slist.h
1801 OLD_FILES+=usr/include/c++/4.2/backward/stack.h
1802 OLD_FILES+=usr/include/c++/4.2/backward/stream.h
1803 OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
1804 OLD_FILES+=usr/include/c++/4.2/backward/strstream
1805 OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
1806 OLD_FILES+=usr/include/c++/4.2/backward/tree.h
1807 OLD_FILES+=usr/include/c++/4.2/backward/vector.h
1808 OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
1809 OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
1810 OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
1811 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
1812 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
1813 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
1814 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
1815 OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
1816 OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
1817 OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
1818 OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
1819 OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
1820 OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
1821 OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
1822 OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
1823 OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
1824 OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
1825 OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
1826 OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
1827 OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
1828 OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
1829 OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
1830 OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
1831 OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
1832 OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
1833 OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
1834 OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
1835 OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
1836 OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
1837 OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
1838 OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
1839 OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
1840 OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
1841 OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
1842 OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
1843 OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
1844 OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
1845 OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
1846 OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
1847 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
1848 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
1849 OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
1850 OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
1851 OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
1852 OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
1853 OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
1854 OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
1855 OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
1856 OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
1857 OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
1858 OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
1859 OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
1860 OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
1861 OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
1862 OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
1863 OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
1864 OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
1865 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
1866 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
1867 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
1868 OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
1869 OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
1870 OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
1871 OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
1872 OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
1873 OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
1874 OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
1875 OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
1876 OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
1877 OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
1878 OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
1879 OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
1880 OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
1881 OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
1882 OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
1883 OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
1884 OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
1885 OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
1886 OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
1887 OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
1888 OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
1889 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
1890 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
1891 OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
1892 OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
1893 OLD_FILES+=usr/include/c++/4.2/bitset
1894 OLD_FILES+=usr/include/c++/4.2/cassert
1895 OLD_FILES+=usr/include/c++/4.2/cctype
1896 OLD_FILES+=usr/include/c++/4.2/cerrno
1897 OLD_FILES+=usr/include/c++/4.2/cfloat
1898 OLD_FILES+=usr/include/c++/4.2/ciso646
1899 OLD_FILES+=usr/include/c++/4.2/climits
1900 OLD_FILES+=usr/include/c++/4.2/clocale
1901 OLD_FILES+=usr/include/c++/4.2/cmath
1902 OLD_FILES+=usr/include/c++/4.2/complex
1903 OLD_FILES+=usr/include/c++/4.2/csetjmp
1904 OLD_FILES+=usr/include/c++/4.2/csignal
1905 OLD_FILES+=usr/include/c++/4.2/cstdarg
1906 OLD_FILES+=usr/include/c++/4.2/cstddef
1907 OLD_FILES+=usr/include/c++/4.2/cstdio
1908 OLD_FILES+=usr/include/c++/4.2/cstdlib
1909 OLD_FILES+=usr/include/c++/4.2/cstring
1910 OLD_FILES+=usr/include/c++/4.2/ctime
1911 OLD_FILES+=usr/include/c++/4.2/cwchar
1912 OLD_FILES+=usr/include/c++/4.2/cwctype
1913 OLD_FILES+=usr/include/c++/4.2/cxxabi.h
1914 OLD_FILES+=usr/include/c++/4.2/debug/bitset
1915 OLD_FILES+=usr/include/c++/4.2/debug/debug.h
1916 OLD_FILES+=usr/include/c++/4.2/debug/deque
1917 OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
1918 OLD_FILES+=usr/include/c++/4.2/debug/functions.h
1919 OLD_FILES+=usr/include/c++/4.2/debug/hash_map
1920 OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
1921 OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
1922 OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
1923 OLD_FILES+=usr/include/c++/4.2/debug/hash_set
1924 OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
1925 OLD_FILES+=usr/include/c++/4.2/debug/list
1926 OLD_FILES+=usr/include/c++/4.2/debug/macros.h
1927 OLD_FILES+=usr/include/c++/4.2/debug/map
1928 OLD_FILES+=usr/include/c++/4.2/debug/map.h
1929 OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
1930 OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
1931 OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
1932 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
1933 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
1934 OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
1935 OLD_FILES+=usr/include/c++/4.2/debug/set
1936 OLD_FILES+=usr/include/c++/4.2/debug/set.h
1937 OLD_FILES+=usr/include/c++/4.2/debug/string
1938 OLD_FILES+=usr/include/c++/4.2/debug/vector
1939 OLD_FILES+=usr/include/c++/4.2/deque
1940 OLD_FILES+=usr/include/c++/4.2/exception
1941 OLD_FILES+=usr/include/c++/4.2/exception_defines.h
1942 OLD_FILES+=usr/include/c++/4.2/ext/algorithm
1943 OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
1944 OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
1945 OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
1946 OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
1947 OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
1948 OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
1949 OLD_FILES+=usr/include/c++/4.2/ext/functional
1950 OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
1951 OLD_FILES+=usr/include/c++/4.2/ext/hash_map
1952 OLD_FILES+=usr/include/c++/4.2/ext/hash_set
1953 OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
1954 OLD_FILES+=usr/include/c++/4.2/ext/iterator
1955 OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
1956 OLD_FILES+=usr/include/c++/4.2/ext/memory
1957 OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
1958 OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
1959 OLD_FILES+=usr/include/c++/4.2/ext/numeric
1960 OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
1961 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
1962 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
1963 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
1964 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
1965 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
1966 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
1967 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
1968 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
1969 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
1970 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
1971 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
1972 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
1973 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
1974 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
1975 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
1976 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
1977 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
1978 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
1979 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
1980 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
1981 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
1982 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
1983 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
1984 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
1985 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
1986 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
1987 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
1988 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
1989 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
1990 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
1991 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
1992 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
1993 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
1994 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
1995 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
1996 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
1997 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
1998 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
1999 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
2000 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
2001 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
2002 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
2003 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
2004 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
2005 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
2006 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
2007 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
2008 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
2009 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
2010 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
2011 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
2012 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
2013 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
2014 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
2015 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
2016 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
2017 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
2018 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
2019 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
2020 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
2021 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
2022 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
2023 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
2024 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
2025 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
2026 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
2027 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
2028 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
2029 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
2030 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
2031 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
2032 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
2033 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
2034 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
2035 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
2036 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
2037 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
2038 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
2039 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
2040 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
2041 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
2042 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
2043 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
2044 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
2045 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
2046 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
2047 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
2048 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
2049 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
2050 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
2051 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
2052 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
2053 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
2054 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
2055 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
2056 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
2057 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
2058 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
2059 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
2060 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
2061 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
2062 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
2063 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
2064 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
2065 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
2066 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
2067 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
2068 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
2069 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
2070 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
2071 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
2072 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
2073 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
2074 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
2075 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
2076 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
2077 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
2078 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
2079 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
2080 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
2081 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
2082 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
2083 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
2084 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
2085 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
2086 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
2087 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
2088 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
2089 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
2090 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
2091 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
2092 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
2093 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
2094 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
2095 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
2096 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
2097 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
2098 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
2099 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
2100 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
2101 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
2102 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
2103 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
2104 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
2105 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
2106 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
2107 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
2108 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
2109 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
2110 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
2111 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
2112 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
2113 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
2114 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
2115 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
2116 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
2117 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
2118 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
2119 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
2120 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
2121 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
2122 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
2123 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
2124 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
2125 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
2126 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
2127 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
2128 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
2129 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
2130 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
2131 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
2132 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
2133 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
2134 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
2135 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
2136 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
2137 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
2138 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
2139 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
2140 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
2141 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
2142 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
2143 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
2144 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
2145 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
2146 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
2147 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
2148 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
2149 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
2150 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
2151 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
2152 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
2153 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
2154 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
2155 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
2156 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
2157 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
2158 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
2159 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
2160 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
2161 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
2162 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
2163 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
2164 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
2165 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
2166 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
2167 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
2168 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
2169 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
2170 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
2171 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
2172 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
2173 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
2174 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
2175 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
2176 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
2177 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
2178 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
2179 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
2180 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
2181 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
2182 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
2183 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
2184 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
2185 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
2186 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
2187 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
2188 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
2189 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
2190 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
2191 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
2192 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
2193 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
2194 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
2195 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
2196 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
2197 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
2198 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
2199 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
2200 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
2201 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
2202 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
2203 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
2204 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
2205 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
2206 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
2207 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
2208 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
2209 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
2210 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
2211 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
2212 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
2213 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
2214 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
2215 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
2216 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
2217 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
2218 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
2219 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
2220 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
2221 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
2222 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
2223 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
2224 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
2225 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
2226 OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
2227 OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
2228 OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
2229 OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
2230 OLD_FILES+=usr/include/c++/4.2/ext/rope
2231 OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
2232 OLD_FILES+=usr/include/c++/4.2/ext/slist
2233 OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
2234 OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
2235 OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
2236 OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
2237 OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
2238 OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
2239 OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
2240 OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
2241 OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
2242 OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
2243 OLD_FILES+=usr/include/c++/4.2/fstream
2244 OLD_FILES+=usr/include/c++/4.2/functional
2245 OLD_FILES+=usr/include/c++/4.2/iomanip
2246 OLD_FILES+=usr/include/c++/4.2/ios
2247 OLD_FILES+=usr/include/c++/4.2/iosfwd
2248 OLD_FILES+=usr/include/c++/4.2/iostream
2249 OLD_FILES+=usr/include/c++/4.2/istream
2250 OLD_FILES+=usr/include/c++/4.2/iterator
2251 OLD_FILES+=usr/include/c++/4.2/limits
2252 OLD_FILES+=usr/include/c++/4.2/list
2253 OLD_FILES+=usr/include/c++/4.2/locale
2254 OLD_FILES+=usr/include/c++/4.2/map
2255 OLD_FILES+=usr/include/c++/4.2/memory
2256 OLD_FILES+=usr/include/c++/4.2/new
2257 OLD_FILES+=usr/include/c++/4.2/numeric
2258 OLD_FILES+=usr/include/c++/4.2/ostream
2259 OLD_FILES+=usr/include/c++/4.2/queue
2260 OLD_FILES+=usr/include/c++/4.2/set
2261 OLD_FILES+=usr/include/c++/4.2/sstream
2262 OLD_FILES+=usr/include/c++/4.2/stack
2263 OLD_FILES+=usr/include/c++/4.2/stdexcept
2264 OLD_FILES+=usr/include/c++/4.2/streambuf
2265 OLD_FILES+=usr/include/c++/4.2/string
2266 OLD_FILES+=usr/include/c++/4.2/tr1/array
2267 OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
2268 OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
2269 OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
2270 OLD_FILES+=usr/include/c++/4.2/tr1/cctype
2271 OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
2272 OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
2273 OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
2274 OLD_FILES+=usr/include/c++/4.2/tr1/climits
2275 OLD_FILES+=usr/include/c++/4.2/tr1/cmath
2276 OLD_FILES+=usr/include/c++/4.2/tr1/common.h
2277 OLD_FILES+=usr/include/c++/4.2/tr1/complex
2278 OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
2279 OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
2280 OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
2281 OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
2282 OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
2283 OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
2284 OLD_FILES+=usr/include/c++/4.2/tr1/ctime
2285 OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
2286 OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
2287 OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
2288 OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
2289 OLD_FILES+=usr/include/c++/4.2/tr1/float.h
2290 OLD_FILES+=usr/include/c++/4.2/tr1/functional
2291 OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
2292 OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
2293 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
2294 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
2295 OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
2296 OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
2297 OLD_FILES+=usr/include/c++/4.2/tr1/math.h
2298 OLD_FILES+=usr/include/c++/4.2/tr1/memory
2299 OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
2300 OLD_FILES+=usr/include/c++/4.2/tr1/random
2301 OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
2302 OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
2303 OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
2304 OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
2305 OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
2306 OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
2307 OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
2308 OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
2309 OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
2310 OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
2311 OLD_FILES+=usr/include/c++/4.2/tr1/tuple
2312 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
2313 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
2314 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
2315 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
2316 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
2317 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
2318 OLD_FILES+=usr/include/c++/4.2/tr1/utility
2319 OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
2320 OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
2321 OLD_FILES+=usr/include/c++/4.2/typeinfo
2322 OLD_FILES+=usr/include/c++/4.2/utility
2323 OLD_FILES+=usr/include/c++/4.2/valarray
2324 OLD_FILES+=usr/include/c++/4.2/vector
2325 OLD_FILES+=usr/lib/libstdc++.a
2326 OLD_FILES+=usr/lib/libstdc++.so
2327 OLD_LIBS+=usr/lib/libstdc++.so.6
2328 OLD_FILES+=usr/lib/libstdc++_p.a
2329 OLD_FILES+=usr/lib/libsupc++.a
2330 OLD_FILES+=usr/lib/libsupc++.so
2331 OLD_LIBS+=usr/lib/libsupc++.so.1
2332 OLD_FILES+=usr/lib/libsupc++_p.a
2333 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2334 OLD_FILES+=usr/lib32/libstdc++.a
2335 OLD_FILES+=usr/lib32/libstdc++.so
2336 OLD_LIBS+=usr/lib32/libstdc++.so.6
2337 OLD_FILES+=usr/lib32/libstdc++_p.a
2338 OLD_FILES+=usr/lib32/libsupc++.a
2339 OLD_FILES+=usr/lib32/libsupc++.so
2340 OLD_LIBS+=usr/lib32/libsupc++.so.1
2341 OLD_FILES+=usr/lib32/libsupc++_p.a
2342 .endif
2343 OLD_FILES+=usr/libexec/cc1plus
2344 .endif
2345
2346 .if ${MK_DICT} == no
2347 OLD_FILES+=usr/share/dict/README
2348 OLD_FILES+=usr/share/dict/freebsd
2349 OLD_FILES+=usr/share/dict/propernames
2350 OLD_FILES+=usr/share/dict/web2
2351 OLD_FILES+=usr/share/dict/web2a
2352 OLD_FILES+=usr/share/dict/words
2353 OLD_DIRS+=usr/share/dict
2354 .endif
2355
2356 .if ${MK_DMAGENT} == no
2357 OLD_FILES+=etc/dma/dma.conf
2358 OLD_DIRS+=etc/dma
2359 OLD_FILES+=usr/libexec/dma
2360 OLD_FILES+=usr/libexec/dma-mbox-create
2361 OLD_FILES+=usr/share/man/man8/dma.8.gz
2362 OLD_FILES+=usr/share/examples/dma/mailer.conf
2363 .endif
2364
2365 .if ${MK_EE} == no
2366 OLD_FILES+=usr/bin/edit
2367 OLD_FILES+=usr/bin/ee
2368 OLD_FILES+=usr/bin/ree
2369 OLD_FILES+=usr/share/man/man1/edit.1.gz
2370 OLD_FILES+=usr/share/man/man1/ee.1.gz
2371 OLD_FILES+=usr/share/man/man1/ree.1.gz
2372 OLD_FILES+=usr/share/nls/C/ee.cat
2373 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
2374 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
2375 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
2376 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
2377 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
2378 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
2379 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
2380 .endif
2381
2382 .if ${MK_EXAMPLES} == no
2383 OLD_FILES+=usr/share/examples/BSD_daemon/FreeBSD.pfa
2384 OLD_FILES+=usr/share/examples/BSD_daemon/README
2385 OLD_FILES+=usr/share/examples/BSD_daemon/beastie.eps
2386 OLD_FILES+=usr/share/examples/BSD_daemon/beastie.fig
2387 OLD_FILES+=usr/share/examples/BSD_daemon/eps.patch
2388 OLD_FILES+=usr/share/examples/BSD_daemon/poster.sh
2389 OLD_FILES+=usr/share/examples/FreeBSD_version/FreeBSD_version.c
2390 OLD_FILES+=usr/share/examples/FreeBSD_version/Makefile
2391 OLD_FILES+=usr/share/examples/FreeBSD_version/README
2392 OLD_FILES+=usr/share/examples/IPv6/USAGE
2393 OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
2394 OLD_FILES+=usr/share/examples/bootforth/README
2395 OLD_FILES+=usr/share/examples/bootforth/boot.4th
2396 OLD_FILES+=usr/share/examples/bootforth/frames.4th
2397 OLD_FILES+=usr/share/examples/bootforth/loader.rc
2398 OLD_FILES+=usr/share/examples/bootforth/menu.4th
2399 OLD_FILES+=usr/share/examples/bootforth/menuconf.4th
2400 OLD_FILES+=usr/share/examples/bootforth/screen.4th
2401 OLD_FILES+=usr/share/examples/bsdconfig/add_some_packages.sh
2402 OLD_FILES+=usr/share/examples/bsdconfig/browse_packages_http.sh
2403 OLD_FILES+=usr/share/examples/bsdconfig/bsdconfigrc
2404 OLD_FILES+=usr/share/examples/csh/dot.cshrc
2405 OLD_FILES+=usr/share/examples/diskless/ME
2406 OLD_FILES+=usr/share/examples/diskless/README.BOOTP
2407 OLD_FILES+=usr/share/examples/diskless/README.TEMPLATING
2408 OLD_FILES+=usr/share/examples/diskless/clone_root
2409 OLD_FILES+=usr/share/examples/dma/mailer.conf
2410 OLD_FILES+=usr/share/examples/drivers/README
2411 OLD_FILES+=usr/share/examples/drivers/make_device_driver.sh
2412 OLD_FILES+=usr/share/examples/drivers/make_pseudo_driver.sh
2413 OLD_FILES+=usr/share/examples/dwatch/profile_template
2414 OLD_FILES+=usr/share/examples/etc/README.examples
2415 OLD_FILES+=usr/share/examples/etc/bsd-style-copyright
2416 OLD_FILES+=usr/share/examples/etc/group
2417 OLD_FILES+=usr/share/examples/etc/login.access
2418 OLD_FILES+=usr/share/examples/etc/make.conf
2419 OLD_FILES+=usr/share/examples/etc/rc.bsdextended
2420 OLD_FILES+=usr/share/examples/etc/rc.firewall
2421 OLD_FILES+=usr/share/examples/etc/rc.sendmail
2422 OLD_FILES+=usr/share/examples/etc/termcap.small
2423 OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
2424 OLD_FILES+=usr/share/examples/find_interface/Makefile
2425 OLD_FILES+=usr/share/examples/find_interface/README
2426 OLD_FILES+=usr/share/examples/find_interface/find_interface.c
2427 OLD_FILES+=usr/share/examples/hast/ucarp.sh
2428 OLD_FILES+=usr/share/examples/hast/ucarp_down.sh
2429 OLD_FILES+=usr/share/examples/hast/ucarp_up.sh
2430 OLD_FILES+=usr/share/examples/hast/vip-down.sh
2431 OLD_FILES+=usr/share/examples/hast/vip-up.sh
2432 OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
2433 OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
2434 OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
2435 OLD_FILES+=usr/share/examples/indent/indent.pro
2436 OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2437 OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2438 OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2439 OLD_FILES+=usr/share/examples/ipfilter/README
2440 OLD_FILES+=usr/share/examples/ipfilter/example.1
2441 OLD_FILES+=usr/share/examples/ipfilter/example.10
2442 OLD_FILES+=usr/share/examples/ipfilter/example.11
2443 OLD_FILES+=usr/share/examples/ipfilter/example.12
2444 OLD_FILES+=usr/share/examples/ipfilter/example.13
2445 OLD_FILES+=usr/share/examples/ipfilter/example.14
2446 OLD_FILES+=usr/share/examples/ipfilter/example.2
2447 OLD_FILES+=usr/share/examples/ipfilter/example.3
2448 OLD_FILES+=usr/share/examples/ipfilter/example.4
2449 OLD_FILES+=usr/share/examples/ipfilter/example.5
2450 OLD_FILES+=usr/share/examples/ipfilter/example.6
2451 OLD_FILES+=usr/share/examples/ipfilter/example.7
2452 OLD_FILES+=usr/share/examples/ipfilter/example.8
2453 OLD_FILES+=usr/share/examples/ipfilter/example.9
2454 OLD_FILES+=usr/share/examples/ipfilter/example.sr
2455 OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2456 OLD_FILES+=usr/share/examples/ipfilter/firewall
2457 OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2458 OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2459 OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2460 OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2461 OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2462 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2463 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2464 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2465 OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2466 OLD_FILES+=usr/share/examples/ipfilter/mkfilters
2467 OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2468 OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2469 OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2470 OLD_FILES+=usr/share/examples/ipfilter/server
2471 OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2472 OLD_FILES+=usr/share/examples/ipfw/change_rules.sh
2473 OLD_FILES+=usr/share/examples/jails/README
2474 OLD_FILES+=usr/share/examples/jails/VIMAGE
2475 OLD_FILES+=usr/share/examples/jails/jail.xxx.conf
2476 OLD_FILES+=usr/share/examples/jails/jib
2477 OLD_FILES+=usr/share/examples/jails/jng
2478 OLD_FILES+=usr/share/examples/jails/rc.conf.jails
2479 OLD_FILES+=usr/share/examples/jails/rcjail.xxx.conf
2480 OLD_FILES+=usr/share/examples/kld/Makefile
2481 OLD_FILES+=usr/share/examples/kld/cdev/Makefile
2482 OLD_FILES+=usr/share/examples/kld/cdev/README
2483 OLD_FILES+=usr/share/examples/kld/cdev/module/Makefile
2484 OLD_FILES+=usr/share/examples/kld/cdev/module/cdev.c
2485 OLD_FILES+=usr/share/examples/kld/cdev/module/cdev.h
2486 OLD_FILES+=usr/share/examples/kld/cdev/module/cdevmod.c
2487 OLD_FILES+=usr/share/examples/kld/cdev/test/Makefile
2488 OLD_FILES+=usr/share/examples/kld/cdev/test/testcdev.c
2489 OLD_FILES+=usr/share/examples/kld/dyn_sysctl/Makefile
2490 OLD_FILES+=usr/share/examples/kld/dyn_sysctl/README
2491 OLD_FILES+=usr/share/examples/kld/dyn_sysctl/dyn_sysctl.c
2492 OLD_FILES+=usr/share/examples/kld/firmware/Makefile
2493 OLD_FILES+=usr/share/examples/kld/firmware/README
2494 OLD_FILES+=usr/share/examples/kld/firmware/fwconsumer/Makefile
2495 OLD_FILES+=usr/share/examples/kld/firmware/fwconsumer/fw_consumer.c
2496 OLD_FILES+=usr/share/examples/kld/firmware/fwimage/Makefile
2497 OLD_FILES+=usr/share/examples/kld/firmware/fwimage/firmware.img.uu
2498 OLD_FILES+=usr/share/examples/kld/khelp/Makefile
2499 OLD_FILES+=usr/share/examples/kld/khelp/README
2500 OLD_FILES+=usr/share/examples/kld/khelp/h_example.c
2501 OLD_FILES+=usr/share/examples/kld/syscall/Makefile
2502 OLD_FILES+=usr/share/examples/kld/syscall/module/Makefile
2503 OLD_FILES+=usr/share/examples/kld/syscall/module/syscall.c
2504 OLD_FILES+=usr/share/examples/kld/syscall/test/Makefile
2505 OLD_FILES+=usr/share/examples/kld/syscall/test/call.c
2506 OLD_FILES+=usr/share/examples/libusb20/Makefile
2507 OLD_FILES+=usr/share/examples/libusb20/README
2508 OLD_FILES+=usr/share/examples/libusb20/bulk.c
2509 OLD_FILES+=usr/share/examples/libusb20/control.c
2510 OLD_FILES+=usr/share/examples/libusb20/util.c
2511 OLD_FILES+=usr/share/examples/libusb20/util.h
2512 OLD_FILES+=usr/share/examples/libvgl/Makefile
2513 OLD_FILES+=usr/share/examples/libvgl/demo.c
2514 OLD_FILES+=usr/share/examples/mdoc/POSIX-copyright
2515 OLD_FILES+=usr/share/examples/mdoc/deshallify.sh
2516 OLD_FILES+=usr/share/examples/mdoc/example.1
2517 OLD_FILES+=usr/share/examples/mdoc/example.3
2518 OLD_FILES+=usr/share/examples/mdoc/example.4
2519 OLD_FILES+=usr/share/examples/mdoc/example.9
2520 OLD_FILES+=usr/share/examples/netgraph/ether.bridge
2521 OLD_FILES+=usr/share/examples/netgraph/frame_relay
2522 OLD_FILES+=usr/share/examples/netgraph/ngctl
2523 OLD_FILES+=usr/share/examples/netgraph/raw
2524 OLD_FILES+=usr/share/examples/netgraph/udp.tunnel
2525 OLD_FILES+=usr/share/examples/netgraph/virtual.chain
2526 OLD_FILES+=usr/share/examples/netgraph/virtual.lan
2527 OLD_FILES+=usr/share/examples/perfmon/Makefile
2528 OLD_FILES+=usr/share/examples/perfmon/README
2529 OLD_FILES+=usr/share/examples/perfmon/perfmon.c
2530 OLD_FILES+=usr/share/examples/pf/ackpri
2531 OLD_FILES+=usr/share/examples/pf/faq-example1
2532 OLD_FILES+=usr/share/examples/pf/faq-example2
2533 OLD_FILES+=usr/share/examples/pf/faq-example3
2534 OLD_FILES+=usr/share/examples/pf/pf.conf
2535 OLD_FILES+=usr/share/examples/pf/queue1
2536 OLD_FILES+=usr/share/examples/pf/queue2
2537 OLD_FILES+=usr/share/examples/pf/queue3
2538 OLD_FILES+=usr/share/examples/pf/queue4
2539 OLD_FILES+=usr/share/examples/pf/spamd
2540 OLD_FILES+=usr/share/examples/ppi/Makefile
2541 OLD_FILES+=usr/share/examples/ppi/ppilcd.c
2542 OLD_FILES+=usr/share/examples/ppp/chap-auth
2543 OLD_FILES+=usr/share/examples/ppp/login-auth
2544 OLD_FILES+=usr/share/examples/ppp/ppp.conf.sample
2545 OLD_FILES+=usr/share/examples/ppp/ppp.conf.span-isp
2546 OLD_FILES+=usr/share/examples/ppp/ppp.conf.span-isp.working
2547 OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.sample
2548 OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.span-isp
2549 OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.span-isp.working
2550 OLD_FILES+=usr/share/examples/ppp/ppp.linkup.sample
2551 OLD_FILES+=usr/share/examples/ppp/ppp.linkup.span-isp
2552 OLD_FILES+=usr/share/examples/ppp/ppp.linkup.span-isp.working
2553 OLD_FILES+=usr/share/examples/ppp/ppp.secret.sample
2554 OLD_FILES+=usr/share/examples/ppp/ppp.secret.span-isp
2555 OLD_FILES+=usr/share/examples/ppp/ppp.secret.span-isp.working
2556 OLD_FILES+=usr/share/examples/printing/diablo-if-net
2557 OLD_FILES+=usr/share/examples/printing/hpdf
2558 OLD_FILES+=usr/share/examples/printing/hpif
2559 OLD_FILES+=usr/share/examples/printing/hpof
2560 OLD_FILES+=usr/share/examples/printing/hprf
2561 OLD_FILES+=usr/share/examples/printing/hpvf
2562 OLD_FILES+=usr/share/examples/printing/if-simple
2563 OLD_FILES+=usr/share/examples/printing/if-simpleX
2564 OLD_FILES+=usr/share/examples/printing/ifhp
2565 OLD_FILES+=usr/share/examples/printing/make-ps-header
2566 OLD_FILES+=usr/share/examples/printing/netprint
2567 OLD_FILES+=usr/share/examples/printing/psdf
2568 OLD_FILES+=usr/share/examples/printing/psdfX
2569 OLD_FILES+=usr/share/examples/printing/psif
2570 OLD_FILES+=usr/share/examples/printing/pstf
2571 OLD_FILES+=usr/share/examples/printing/pstfX
2572 OLD_FILES+=usr/share/examples/scsi_target/Makefile
2573 OLD_FILES+=usr/share/examples/scsi_target/scsi_cmds.c
2574 OLD_FILES+=usr/share/examples/scsi_target/scsi_target.8
2575 OLD_FILES+=usr/share/examples/scsi_target/scsi_target.c
2576 OLD_FILES+=usr/share/examples/scsi_target/scsi_target.h
2577 OLD_FILES+=usr/share/examples/ses/Makefile
2578 OLD_FILES+=usr/share/examples/ses/Makefile.inc
2579 OLD_FILES+=usr/share/examples/ses/getencstat/Makefile
2580 OLD_FILES+=usr/share/examples/ses/getencstat/getencstat.0
2581 OLD_FILES+=usr/share/examples/ses/sesd/Makefile
2582 OLD_FILES+=usr/share/examples/ses/sesd/sesd.0
2583 OLD_FILES+=usr/share/examples/ses/setencstat/Makefile
2584 OLD_FILES+=usr/share/examples/ses/setencstat/setencstat.0
2585 OLD_FILES+=usr/share/examples/ses/setobjstat/Makefile
2586 OLD_FILES+=usr/share/examples/ses/setobjstat/setobjstat.0
2587 OLD_FILES+=usr/share/examples/ses/srcs/chpmon.c
2588 OLD_FILES+=usr/share/examples/ses/srcs/eltsub.c
2589 OLD_FILES+=usr/share/examples/ses/srcs/eltsub.h
2590 OLD_FILES+=usr/share/examples/ses/srcs/getencstat.c
2591 OLD_FILES+=usr/share/examples/ses/srcs/getnobj.c
2592 OLD_FILES+=usr/share/examples/ses/srcs/getobjmap.c
2593 OLD_FILES+=usr/share/examples/ses/srcs/getobjstat.c
2594 OLD_FILES+=usr/share/examples/ses/srcs/inienc.c
2595 OLD_FILES+=usr/share/examples/ses/srcs/sesd.c
2596 OLD_FILES+=usr/share/examples/ses/srcs/setencstat.c
2597 OLD_FILES+=usr/share/examples/ses/srcs/setobjstat.c
2598 OLD_FILES+=usr/share/examples/smbfs/dot.nsmbrc
2599 OLD_FILES+=usr/share/examples/smbfs/print/lj6l
2600 OLD_FILES+=usr/share/examples/smbfs/print/ljspool
2601 OLD_FILES+=usr/share/examples/smbfs/print/printcap.sample
2602 OLD_FILES+=usr/share/examples/smbfs/print/tolj
2603 OLD_FILES+=usr/share/examples/sunrpc/Makefile
2604 OLD_FILES+=usr/share/examples/sunrpc/dir/Makefile
2605 OLD_FILES+=usr/share/examples/sunrpc/dir/dir.x
2606 OLD_FILES+=usr/share/examples/sunrpc/dir/dir_proc.c
2607 OLD_FILES+=usr/share/examples/sunrpc/dir/rls.c
2608 OLD_FILES+=usr/share/examples/sunrpc/msg/Makefile
2609 OLD_FILES+=usr/share/examples/sunrpc/msg/msg.x
2610 OLD_FILES+=usr/share/examples/sunrpc/msg/msg_proc.c
2611 OLD_FILES+=usr/share/examples/sunrpc/msg/printmsg.c
2612 OLD_FILES+=usr/share/examples/sunrpc/msg/rprintmsg.c
2613 OLD_FILES+=usr/share/examples/sunrpc/sort/Makefile
2614 OLD_FILES+=usr/share/examples/sunrpc/sort/rsort.c
2615 OLD_FILES+=usr/share/examples/sunrpc/sort/sort.x
2616 OLD_FILES+=usr/share/examples/sunrpc/sort/sort_proc.c
2617 OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
2618 OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
2619 OLD_FILES+=usr/share/examples/uefisign/uefikeys
2620 OLD_FILES+=usr/share/examples/ypldap/ypldap.conf
2621 OLD_DIRS+=usr/share/examples
2622 OLD_DIRS+=usr/share/examples/BSD_daemon
2623 OLD_DIRS+=usr/share/examples/FreeBSD_version
2624 OLD_DIRS+=usr/share/examples/IPv6
2625 OLD_DIRS+=usr/share/examples/bhyve
2626 OLD_DIRS+=usr/share/examples/bootforth
2627 OLD_DIRS+=usr/share/examples/bsdconfig
2628 OLD_DIRS+=usr/share/examples/csh
2629 OLD_DIRS+=usr/share/examples/diskless
2630 OLD_DIRS+=usr/share/examples/dma
2631 OLD_DIRS+=usr/share/examples/drivers
2632 OLD_DIRS+=usr/share/examples/dwatch
2633 OLD_DIRS+=usr/share/examples/etc
2634 OLD_DIRS+=usr/share/examples/etc/defaults
2635 OLD_DIRS+=usr/share/examples/find_interface
2636 OLD_DIRS+=usr/share/examples/hast
2637 OLD_DIRS+=usr/share/examples/ibcs2
2638 OLD_DIRS+=usr/share/examples/hostapd
2639 OLD_DIRS+=usr/share/examples/indent
2640 OLD_DIRS+=usr/share/examples/ipfilter
2641 OLD_DIRS+=usr/share/examples/ipfw
2642 OLD_DIRS+=usr/share/examples/jails
2643 OLD_DIRS+=usr/share/examples/kld
2644 OLD_DIRS+=usr/share/examples/kld/cdev
2645 OLD_DIRS+=usr/share/examples/kld/cdev/module
2646 OLD_DIRS+=usr/share/examples/kld/cdev/test
2647 OLD_DIRS+=usr/share/examples/kld/dyn_sysctl
2648 OLD_DIRS+=usr/share/examples/kld/firmware
2649 OLD_DIRS+=usr/share/examples/kld/firmware/fwconsumer
2650 OLD_DIRS+=usr/share/examples/kld/firmware/fwimage
2651 OLD_DIRS+=usr/share/examples/kld/khelp
2652 OLD_DIRS+=usr/share/examples/kld/syscall
2653 OLD_DIRS+=usr/share/examples/kld/syscall/module
2654 OLD_DIRS+=usr/share/examples/kld/syscall/test
2655 OLD_DIRS+=usr/share/examples/libusb20
2656 OLD_DIRS+=usr/share/examples/libvgl
2657 OLD_DIRS+=usr/share/examples/mdoc
2658 OLD_DIRS+=usr/share/examples/netgraph
2659 OLD_DIRS+=usr/share/examples/perfmon
2660 OLD_DIRS+=usr/share/examples/pf
2661 OLD_DIRS+=usr/share/examples/ppi
2662 OLD_DIRS+=usr/share/examples/ppp
2663 OLD_DIRS+=usr/share/examples/printing
2664 OLD_DIRS+=usr/share/examples/scsi_target
2665 OLD_DIRS+=usr/share/examples/ses
2666 OLD_DIRS+=usr/share/examples/ses/getencstat
2667 OLD_DIRS+=usr/share/examples/ses/sesd
2668 OLD_DIRS+=usr/share/examples/ses/setencstat
2669 OLD_DIRS+=usr/share/examples/ses/setobjstat
2670 OLD_DIRS+=usr/share/examples/ses/srcs
2671 OLD_DIRS+=usr/share/examples/smbfs
2672 OLD_DIRS+=usr/share/examples/smbfs/print
2673 OLD_DIRS+=usr/share/examples/sunrpc
2674 OLD_DIRS+=usr/share/examples/sunrpc/dir
2675 OLD_DIRS+=usr/share/examples/sunrpc/msg
2676 OLD_DIRS+=usr/share/examples/sunrpc/sort
2677 OLD_DIRS+=usr/share/examples/tcsh
2678 OLD_DIRS+=usr/share/examples/uefisign
2679 OLD_DIRS+=usr/share/examples/ypldap
2680 .endif
2681
2682 .if ${MK_FINGER} == no
2683 OLD_FILES+=usr/bin/finger
2684 OLD_FILES+=usr/share/man/man1/finger.1.gz
2685 OLD_FILES+=usr/share/man/man5/finger.conf.5.gz
2686 OLD_FILES+=usr/libexec/fingerd
2687 OLD_FILES+=usr/share/man/man8/fingerd.8.gz
2688 .endif
2689
2690 .if ${MK_FLOPPY} == no
2691 OLD_FILES+=usr/sbin/fdcontrol
2692 OLD_FILES+=usr/sbin/fdformat
2693 OLD_FILES+=usr/sbin/fdread
2694 OLD_FILES+=usr/sbin/fdwrite
2695 OLD_FILES+=usr/share/man/man1/fdformat.1.gz
2696 OLD_FILES+=usr/share/man/man1/fdread.1.gz
2697 OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
2698 OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
2699 .endif
2700
2701 .if ${MK_FORTH} == no
2702 OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
2703 OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
2704 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
2705 OLD_FILES+=usr/share/man/man8/color.4th.8.gz
2706 OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
2707 OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
2708 OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
2709 OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
2710 OLD_FILES+=usr/share/man/man8/version.4th.8.gz
2711 .endif
2712
2713 .if ${MK_FREEBSD_UPDATE} == no
2714 OLD_FILES+=etc/freebsd-update.conf
2715 OLD_FILES+=usr/sbin/freebsd-update
2716 OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
2717 OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz
2718 OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
2719 .endif
2720
2721 .if ${MK_GAMES} == no
2722 OLD_FILES+=usr/bin/caesar
2723 OLD_FILES+=usr/bin/factor
2724 OLD_FILES+=usr/bin/fortune
2725 OLD_FILES+=usr/bin/grdc
2726 OLD_FILES+=usr/bin/morse
2727 OLD_FILES+=usr/bin/number
2728 OLD_FILES+=usr/bin/pom
2729 OLD_FILES+=usr/bin/primes
2730 OLD_FILES+=usr/bin/random
2731 OLD_FILES+=usr/bin/rot13
2732 OLD_FILES+=usr/bin/strfile
2733 OLD_FILES+=usr/bin/unstr
2734 OLD_FILES+=usr/share/games/fortune/fortunes
2735 OLD_FILES+=usr/share/games/fortune/fortunes.dat
2736 OLD_FILES+=usr/share/games/fortune/freebsd-tips
2737 OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
2738 OLD_FILES+=usr/share/games/fortune/gerrold.limerick
2739 OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
2740 OLD_FILES+=usr/share/games/fortune/limerick
2741 OLD_FILES+=usr/share/games/fortune/limerick.dat
2742 OLD_FILES+=usr/share/games/fortune/murphy
2743 OLD_FILES+=usr/share/games/fortune/murphy-o
2744 OLD_FILES+=usr/share/games/fortune/murphy-o.dat
2745 OLD_FILES+=usr/share/games/fortune/murphy.dat
2746 OLD_FILES+=usr/share/games/fortune/startrek
2747 OLD_FILES+=usr/share/games/fortune/startrek.dat
2748 OLD_FILES+=usr/share/games/fortune/zippy
2749 OLD_FILES+=usr/share/games/fortune/zippy.dat
2750 OLD_DIRS+=usr/share/games/fortune
2751 OLD_DIRS+=usr/share/games
2752 OLD_FILES+=usr/share/man/man6/caesar.6.gz
2753 OLD_FILES+=usr/share/man/man6/factor.6.gz
2754 OLD_FILES+=usr/share/man/man6/fortune.6.gz
2755 OLD_FILES+=usr/share/man/man6/grdc.6.gz
2756 OLD_FILES+=usr/share/man/man6/morse.6.gz
2757 OLD_FILES+=usr/share/man/man6/number.6.gz
2758 OLD_FILES+=usr/share/man/man6/pom.6.gz
2759 OLD_FILES+=usr/share/man/man6/primes.6.gz
2760 OLD_FILES+=usr/share/man/man6/random.6.gz
2761 OLD_FILES+=usr/share/man/man6/rot13.6.gz
2762 OLD_FILES+=usr/share/man/man8/strfile.8.gz
2763 OLD_FILES+=usr/share/man/man8/unstr.8.gz
2764 .endif
2765
2766 .if ${MK_GCC} == no
2767 .if !defined(WITH_PORT_BASE_GCC)
2768 OLD_FILES+=usr/bin/g++
2769 OLD_FILES+=usr/bin/gcc
2770 .endif
2771 OLD_FILES+=usr/bin/gcpp
2772 OLD_FILES+=usr/bin/gperf
2773 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
2774 OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_aes.h
2775 OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_pclmul.h
2776 OLD_FILES+=usr/include/gcc/4.2/ammintrin.h
2777 OLD_FILES+=usr/include/gcc/4.2/emmintrin.h
2778 OLD_FILES+=usr/include/gcc/4.2/mm3dnow.h
2779 OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h
2780 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
2781 OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h
2782 OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h
2783 OLD_FILES+=usr/include/gcc/4.2/wmmintrin.h
2784 OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h
2785 .elif ${TARGET_ARCH} == "arm"
2786 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
2787 .elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
2788 OLD_FILES+=usr/include/gcc/4.2/altivec.h
2789 OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
2790 OLD_FILES+=usr/include/gcc/4.2/spe.h
2791 .endif
2792 .if ${MK_OPENMP} == no
2793 OLD_FILES+=usr/include/omp.h
2794 .endif
2795 OLD_FILES+=usr/lib/libgcov.a
2796 OLD_FILES+=usr/lib/libgomp.a
2797 .if ${MK_OPENMP} == no
2798 OLD_FILES+=usr/lib/libgomp.so
2799 .endif
2800 OLD_LIBS+=usr/lib/libgomp.so.1
2801 OLD_FILES+=usr/lib/libgomp_p.a
2802 OLD_FILES+=usr/lib32/libgcov.a
2803 OLD_FILES+=usr/lib32/libgomp.a
2804 .if ${MK_OPENMP} == no
2805 OLD_FILES+=usr/lib32/libgomp.so
2806 .endif
2807 OLD_LIBS+=usr/lib32/libgomp.so.1
2808 OLD_FILES+=usr/lib32/libgomp_p.a
2809 OLD_FILES+=usr/libexec/cc1
2810 OLD_FILES+=usr/libexec/cc1plus
2811 .if !defined(WITH_PORT_BASE_GCC)
2812 OLD_FILES+=usr/share/man/man1/g++.1.gz
2813 OLD_FILES+=usr/share/man/man1/gcc.1.gz
2814 .endif
2815 OLD_FILES+=usr/share/man/man1/gcpp.1.gz
2816 OLD_FILES+=usr/share/man/man1/gperf.1.gz
2817 OLD_FILES+=usr/share/man/man1/gperf.7.gz
2818 .endif
2819
2820 .if (${MK_GCOV} == no || ${MK_GCC} == no) && ${MK_LLVM_COV} == no && \
2821     !defined(WITH_PORT_BASE_GCC)
2822 OLD_FILES+=usr/bin/gcov
2823 OLD_FILES+=usr/share/man/man1/gcov.1.gz
2824 .endif
2825
2826 .if ${MK_LLVM_COV} == no
2827 OLD_FILES+=usr/bin/llvm-cov
2828 OLD_FILES+=usr/bin/llvm-profdata
2829 OLD_FILES+=usr/share/man/man1/llvm-cov.1.gz
2830 .endif
2831
2832 .if ${MK_GDB} == no || ${MK_GDB_LIBEXEC} == yes
2833 OLD_FILES+=usr/bin/gdb
2834 OLD_FILES+=usr/bin/gdbserver
2835 OLD_FILES+=usr/bin/kgdb
2836 OLD_FILES+=usr/share/man/man1/gdb.1.gz
2837 OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
2838 OLD_FILES+=usr/share/man/man1/kgdb.1.gz
2839 .endif
2840
2841 .if ${MK_GDB} == no || ${MK_GDB_LIBEXEC} == no
2842 OLD_FILES+=usr/libexec/gdb
2843 OLD_FILES+=usr/libexec/kgdb
2844 .endif
2845
2846 .if ${MK_GOOGLETEST} == no
2847 OLD_FILES+=usr/include/gmock/gmock-actions.h
2848 OLD_FILES+=usr/include/gmock/gmock-cardinalities.h
2849 OLD_FILES+=usr/include/gmock/gmock-generated-actions.h
2850 OLD_FILES+=usr/include/gmock/gmock-generated-function-mockers.h
2851 OLD_FILES+=usr/include/gmock/gmock-generated-matchers.h
2852 OLD_FILES+=usr/include/gmock/gmock-generated-nice-strict.h
2853 OLD_FILES+=usr/include/gmock/gmock-matchers.h
2854 OLD_FILES+=usr/include/gmock/gmock-more-actions.h
2855 OLD_FILES+=usr/include/gmock/gmock-more-matchers.h
2856 OLD_FILES+=usr/include/gmock/gmock-spec-builders.h
2857 OLD_FILES+=usr/include/gmock/gmock.h
2858 OLD_FILES+=usr/include/gmock/internal/custom/gmock-generated-actions.h
2859 OLD_FILES+=usr/include/gmock/internal/custom/gmock-matchers.h
2860 OLD_FILES+=usr/include/gmock/internal/custom/gmock-port.h
2861 OLD_FILES+=usr/include/gmock/internal/gmock-generated-internal-utils.h
2862 OLD_FILES+=usr/include/gmock/internal/gmock-internal-utils.h
2863 OLD_FILES+=usr/include/gmock/internal/gmock-port.h
2864 OLD_DIRS+=usr/include/gmock
2865 OLD_FILES+=usr/include/gtest/gtest_pred_impl.h
2866 OLD_FILES+=usr/include/gtest/gtest_prod.h
2867 OLD_FILES+=usr/include/gtest/gtest-death-test.h
2868 OLD_FILES+=usr/include/gtest/gtest-message.h
2869 OLD_FILES+=usr/include/gtest/gtest-param-test.h
2870 OLD_FILES+=usr/include/gtest/gtest-printers.h
2871 OLD_FILES+=usr/include/gtest/gtest-spi.h
2872 OLD_FILES+=usr/include/gtest/gtest-test-part.h
2873 OLD_FILES+=usr/include/gtest/gtest-typed-test.h
2874 OLD_FILES+=usr/include/gtest/gtest.h
2875 OLD_FILES+=usr/include/gtest/internal/custom/gtest-port.h
2876 OLD_FILES+=usr/include/gtest/internal/custom/gtest-printers.h
2877 OLD_FILES+=usr/include/gtest/internal/custom/gtest.h
2878 OLD_FILES+=usr/include/gtest/internal/gtest-death-test-internal.h
2879 OLD_FILES+=usr/include/gtest/internal/gtest-filepath.h
2880 OLD_FILES+=usr/include/gtest/internal/gtest-internal.h
2881 OLD_FILES+=usr/include/gtest/internal/gtest-linked_ptr.h
2882 OLD_FILES+=usr/include/gtest/internal/gtest-param-util-generated.h
2883 OLD_FILES+=usr/include/gtest/internal/gtest-param-util.h
2884 OLD_FILES+=usr/include/gtest/internal/gtest-port-arch.h
2885 OLD_FILES+=usr/include/gtest/internal/gtest-port.h
2886 OLD_FILES+=usr/include/gtest/internal/gtest-string.h
2887 OLD_FILES+=usr/include/gtest/internal/gtest-tuple.h
2888 OLD_FILES+=usr/include/gtest/internal/gtest-type-util.h
2889 OLD_DIRS+=usr/include/gtest
2890 OLD_FILES+=usr/lib/libprivategmock_main.a
2891 OLD_FILES+=usr/lib/libprivategmock_main.so
2892 OLD_LIBS+=usr/lib/libprivategmock_main.so.0
2893 OLD_FILES+=usr/lib/libprivategmock_main_p.a
2894 OLD_FILES+=usr/lib/libprivategmock.a
2895 OLD_FILES+=usr/lib/libprivategmock.so
2896 OLD_LIBS+=usr/lib/libprivategmock.so.0
2897 OLD_FILES+=usr/lib/libprivategmock_p.a
2898 OLD_FILES+=usr/lib/libprivategtest_main.a
2899 OLD_FILES+=usr/lib/libprivategtest_main.so
2900 OLD_LIBS+=usr/lib/libprivategtest_main.so.0
2901 OLD_FILES+=usr/lib/libprivategtest_main_p.a
2902 OLD_FILES+=usr/lib/libprivategtest.a
2903 OLD_FILES+=usr/lib/libprivategtest.so
2904 OLD_LIBS+=usr/lib/libprivategtest.so.0
2905 OLD_FILES+=usr/lib/libprivategtest_p.a
2906 OLD_FILES+=usr/tests/lib/googletest/gmock/gmock_stress_test
2907 OLD_FILES+=usr/tests/lib/googletest/gmock/Kyuafile
2908 OLD_DIRS+=usr/tests/lib/googletest/gmock
2909 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_ex_test
2910 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_link_test
2911 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_test
2912 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-actions_test
2913 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-cardinalities_test
2914 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-ex_test
2915 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-generated-actions_test
2916 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-generated-function-mockers_test
2917 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-generated-internal-utils_test
2918 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-generated-matchers_test
2919 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-internal-utils_test
2920 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers_test
2921 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-more-actions_test
2922 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-nice-strict_test
2923 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-port_test
2924 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-spec-builders_test
2925 OLD_FILES+=usr/tests/lib/googletest/gmock_main/Kyuafile
2926 OLD_DIRS+=usr/tests/lib/googletest/gmock_main
2927 OLD_FILES+=usr/tests/lib/googletest/gtest/googletest-param-test-test
2928 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_all_test
2929 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_environment_test
2930 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_no_test_unittest
2931 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_premature_exit_test
2932 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_repeat_test
2933 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_stress_test
2934 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_throw_on_failure_ex_test
2935 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest-death-test_ex_catch_test
2936 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest-death-test_ex_nocatch_test
2937 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest-unittest-api_test
2938 OLD_FILES+=usr/tests/lib/googletest/gtest/Kyuafile
2939 OLD_DIRS+=usr/tests/lib/googletest/gtest
2940 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-death-test-test
2941 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-filepath-test
2942 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-linked-ptr-test
2943 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-listener-test
2944 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-message-test
2945 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-options-test
2946 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-port-test
2947 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-printers-test
2948 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-test-part-test
2949 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_help_test_
2950 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_main_unittest
2951 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_pred_impl_unittest
2952 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_prod_test
2953 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_sole_header_test
2954 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_unittest
2955 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_xml_outfile1_test_
2956 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_xml_outfile2_test_
2957 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest-typed-test_test
2958 OLD_FILES+=usr/tests/lib/googletest/gtest_main/Kyuafile
2959 OLD_DIRS+=usr/tests/lib/googletest/gtest_main
2960 OLD_FILES+=usr/tests/lib/googletest/Kyuafile
2961 OLD_DIRS+=usr/tests/lib/googletest/
2962 OLD_FILES+=usr/tests/share/examples/tests/googletest/Kyuafile
2963 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample1_unittest
2964 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample10_unittest
2965 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample2_unittest
2966 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample3_unittest
2967 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample4_unittest
2968 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample5_unittest
2969 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample6_unittest
2970 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample7_unittest
2971 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample8_unittest
2972 OLD_DIRS+=usr/tests/share/examples/tests/googletest
2973 .endif
2974
2975 .if ${MK_GPIO} == no
2976 OLD_FILES+=usr/include/libgpio.h
2977 OLD_FILES+=usr/lib/libgpio.a
2978 OLD_FILES+=usr/lib/libgpio.so
2979 OLD_LIBS+=usr/lib/libgpio.so.0
2980 OLD_FILES+=usr/lib/libgpio_p.a
2981 OLD_FILES+=usr/lib32/libgpio.a
2982 OLD_FILES+=usr/lib32/libgpio.so
2983 OLD_LIBS+=usr/lib32/libgpio.so.0
2984 OLD_FILES+=usr/lib32/libgpio_p.a
2985 OLD_FILES+=usr/sbin/gpioctl
2986 OLD_FILES+=usr/share/man/man3/gpio.3.gz
2987 OLD_FILES+=usr/share/man/man3/gpio_close.3.gz
2988 OLD_FILES+=usr/share/man/man3/gpio_open.3.gz
2989 OLD_FILES+=usr/share/man/man3/gpio_open_device.3.gz
2990 OLD_FILES+=usr/share/man/man3/gpio_pin_config.3.gz
2991 OLD_FILES+=usr/share/man/man3/gpio_pin_get.3.gz
2992 OLD_FILES+=usr/share/man/man3/gpio_pin_high.3.gz
2993 OLD_FILES+=usr/share/man/man3/gpio_pin_input.3.gz
2994 OLD_FILES+=usr/share/man/man3/gpio_pin_invin.3.gz
2995 OLD_FILES+=usr/share/man/man3/gpio_pin_invout.3.gz
2996 OLD_FILES+=usr/share/man/man3/gpio_pin_list.3.gz
2997 OLD_FILES+=usr/share/man/man3/gpio_pin_low.3.gz
2998 OLD_FILES+=usr/share/man/man3/gpio_pin_opendrain.3.gz
2999 OLD_FILES+=usr/share/man/man3/gpio_pin_output.3.gz
3000 OLD_FILES+=usr/share/man/man3/gpio_pin_pulldown.3.gz
3001 OLD_FILES+=usr/share/man/man3/gpio_pin_pullup.3.gz
3002 OLD_FILES+=usr/share/man/man3/gpio_pin_pulsate.3.gz
3003 OLD_FILES+=usr/share/man/man3/gpio_pin_pushpull.3.gz
3004 OLD_FILES+=usr/share/man/man3/gpio_pin_set.3.gz
3005 OLD_FILES+=usr/share/man/man3/gpio_pin_set_flags.3.gz
3006 OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz
3007 OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
3008 .endif
3009
3010 .if ${MK_GNU_DIFF} == no
3011 OLD_FILES+=usr/bin/diff3
3012 OLD_FILES+=usr/share/man/man1/diff3.1.gz
3013 .endif
3014
3015 .if ${MK_GNU_GREP} == no
3016 OLD_FILES+=usr/bin/gnugrep
3017 OLD_FILES+=usr/share/man/man1/gnugrep.1.gz
3018 .if ${MK_BSD_GREP} == no
3019 OLD_FILES+=usr/bin/bzgrep
3020 OLD_FILES+=usr/bin/bzegrep
3021 OLD_FILES+=usr/bin/bzfgrep
3022 OLD_FILES+=usr/bin/egrep
3023 OLD_FILES+=usr/bin/fgrep
3024 OLD_FILES+=usr/bin/grep
3025 OLD_FILES+=usr/bin/zegrep
3026 OLD_FILES+=usr/bin/zfgrep
3027 OLD_FILES+=usr/bin/zgrep
3028 OLD_FILES+=usr/share/man/man1/bzegrep.1.gz
3029 OLD_FILES+=usr/share/man/man1/bzfgrep.1.gz
3030 OLD_FILES+=usr/share/man/man1/bzgrep.1.gz
3031 OLD_FILES+=usr/share/man/man1/egrep.1.gz
3032 OLD_FILES+=usr/share/man/man1/fgrep.1.gz
3033 OLD_FILES+=usr/share/man/man1/grep.1.gz
3034 OLD_FILES+=usr/share/man/man1/zegrep.1.gz
3035 OLD_FILES+=usr/share/man/man1/zfgrep.1.gz
3036 OLD_FILES+=usr/share/man/man1/zgrep.1.gz
3037 .endif
3038 .endif
3039
3040 .if ${MK_GSSAPI} == no
3041 OLD_FILES+=usr/include/gssapi/gssapi.h
3042 OLD_DIRS+=usr/include/gssapi
3043 OLD_FILES+=usr/include/gssapi.h
3044 OLD_FILES+=usr/lib/libgssapi.a
3045 OLD_FILES+=usr/lib/libgssapi.so
3046 OLD_LIBS+=usr/lib/libgssapi.so.10
3047 OLD_FILES+=usr/lib/libgssapi_p.a
3048 OLD_FILES+=usr/lib/librpcsec_gss.a
3049 OLD_FILES+=usr/lib/librpcsec_gss.so
3050 OLD_LIBS+=usr/lib/librpcsec_gss.so.1
3051 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3052 OLD_FILES+=usr/lib32/libgssapi.a
3053 OLD_FILES+=usr/lib32/libgssapi.so
3054 OLD_LIBS+=usr/lib32/libgssapi.so.10
3055 OLD_FILES+=usr/lib32/libgssapi_p.a
3056 OLD_FILES+=usr/lib32/librpcsec_gss.a
3057 OLD_FILES+=usr/lib32/librpcsec_gss.so
3058 OLD_LIBS+=usr/lib32/librpcsec_gss.so.1
3059 .endif
3060 OLD_FILES+=usr/sbin/gssd
3061 OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
3062 OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
3063 OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
3064 OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
3065 OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
3066 OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
3067 OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
3068 OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
3069 OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
3070 OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
3071 OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
3072 OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
3073 OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
3074 OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
3075 OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
3076 OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
3077 OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
3078 OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
3079 OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
3080 OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
3081 OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
3082 OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
3083 OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
3084 OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
3085 OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
3086 OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
3087 OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
3088 OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
3089 OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
3090 OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
3091 OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
3092 OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
3093 OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
3094 OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
3095 OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
3096 OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
3097 OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
3098 OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
3099 OLD_FILES+=usr/share/man/man3/gssapi.3.gz
3100 OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
3101 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
3102 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
3103 OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
3104 OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
3105 OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
3106 OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
3107 OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
3108 OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
3109 OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
3110 OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
3111 OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
3112 OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
3113 OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
3114 OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
3115 OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
3116 OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
3117 OLD_FILES+=usr/share/man/man5/mech.5.gz
3118 OLD_FILES+=usr/share/man/man5/qop.5.gz
3119 OLD_FILES+=usr/share/man/man8/gssd.8.gz
3120 .endif
3121
3122 .if ${MK_HAST} == no
3123 OLD_FILES+=etc/rc.d/hastd
3124 OLD_FILES+=sbin/hastctl
3125 OLD_FILES+=sbin/hastd
3126 OLD_FILES+=usr/share/examples/hast/ucarp.sh
3127 OLD_FILES+=usr/share/examples/hast/ucarp_down.sh
3128 OLD_FILES+=usr/share/examples/hast/ucarp_up.sh
3129 OLD_FILES+=usr/share/examples/hast/vip-down.sh
3130 OLD_FILES+=usr/share/examples/hast/vip-up.sh
3131 OLD_FILES+=usr/share/man/man5/hast.conf.5.gz
3132 OLD_FILES+=usr/share/man/man8/hastctl.8.gz
3133 OLD_FILES+=usr/share/man/man8/hastd.8.gz
3134 OLD_DIRS+=usr/share/examples/hast
3135 # bsnmp
3136 OLD_FILES+=usr/lib/snmp_hast.so
3137 OLD_LIBS+=usr/lib/snmp_hast.so.6
3138 OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz
3139 OLD_FILES+=usr/share/snmp/defs/hast_tree.def
3140 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt
3141 .endif
3142
3143 .if ${MK_HESIOD} == no
3144 OLD_FILES+=usr/bin/hesinfo
3145 OLD_FILES+=usr/include/hesiod.h
3146 OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
3147 OLD_FILES+=usr/share/man/man3/hesiod.3.gz
3148 OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
3149 .endif
3150
3151 .if ${MK_HTML} == no
3152 OLD_FILES+=usr/share/doc/ncurses/hackguide.html
3153 OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html
3154 OLD_DIRS+=usr/share/doc/ncurses
3155 OLD_FILES+=usr/share/doc/ntp/accopt.html
3156 OLD_FILES+=usr/share/doc/ntp/assoc.html
3157 OLD_FILES+=usr/share/doc/ntp/audio.html
3158 OLD_FILES+=usr/share/doc/ntp/authopt.html
3159 OLD_FILES+=usr/share/doc/ntp/build.html
3160 OLD_FILES+=usr/share/doc/ntp/clockopt.html
3161 OLD_FILES+=usr/share/doc/ntp/config.html
3162 OLD_FILES+=usr/share/doc/ntp/confopt.html
3163 OLD_FILES+=usr/share/doc/ntp/copyright.html
3164 OLD_FILES+=usr/share/doc/ntp/debug.html
3165 OLD_FILES+=usr/share/doc/ntp/driver1.html
3166 OLD_FILES+=usr/share/doc/ntp/driver10.html
3167 OLD_FILES+=usr/share/doc/ntp/driver11.html
3168 OLD_FILES+=usr/share/doc/ntp/driver12.html
3169 OLD_FILES+=usr/share/doc/ntp/driver16.html
3170 OLD_FILES+=usr/share/doc/ntp/driver18.html
3171 OLD_FILES+=usr/share/doc/ntp/driver19.html
3172 OLD_FILES+=usr/share/doc/ntp/driver2.html
3173 OLD_FILES+=usr/share/doc/ntp/driver20.html
3174 OLD_FILES+=usr/share/doc/ntp/driver22.html
3175 OLD_FILES+=usr/share/doc/ntp/driver26.html
3176 OLD_FILES+=usr/share/doc/ntp/driver27.html
3177 OLD_FILES+=usr/share/doc/ntp/driver28.html
3178 OLD_FILES+=usr/share/doc/ntp/driver29.html
3179 OLD_FILES+=usr/share/doc/ntp/driver3.html
3180 OLD_FILES+=usr/share/doc/ntp/driver30.html
3181 OLD_FILES+=usr/share/doc/ntp/driver32.html
3182 OLD_FILES+=usr/share/doc/ntp/driver33.html
3183 OLD_FILES+=usr/share/doc/ntp/driver34.html
3184 OLD_FILES+=usr/share/doc/ntp/driver35.html
3185 OLD_FILES+=usr/share/doc/ntp/driver36.html
3186 OLD_FILES+=usr/share/doc/ntp/driver37.html
3187 OLD_FILES+=usr/share/doc/ntp/driver4.html
3188 OLD_FILES+=usr/share/doc/ntp/driver5.html
3189 OLD_FILES+=usr/share/doc/ntp/driver6.html
3190 OLD_FILES+=usr/share/doc/ntp/driver7.html
3191 OLD_FILES+=usr/share/doc/ntp/driver8.html
3192 OLD_FILES+=usr/share/doc/ntp/driver9.html
3193 OLD_FILES+=usr/share/doc/ntp/extern.html
3194 OLD_FILES+=usr/share/doc/ntp/hints.html
3195 OLD_FILES+=usr/share/doc/ntp/howto.html
3196 OLD_FILES+=usr/share/doc/ntp/index.html
3197 OLD_FILES+=usr/share/doc/ntp/kern.html
3198 OLD_FILES+=usr/share/doc/ntp/ldisc.html
3199 OLD_FILES+=usr/share/doc/ntp/measure.html
3200 OLD_FILES+=usr/share/doc/ntp/miscopt.html
3201 OLD_FILES+=usr/share/doc/ntp/monopt.html
3202 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
3203 OLD_FILES+=usr/share/doc/ntp/notes.html
3204 OLD_FILES+=usr/share/doc/ntp/ntpd.html
3205 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
3206 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
3207 OLD_FILES+=usr/share/doc/ntp/ntpq.html
3208 OLD_FILES+=usr/share/doc/ntp/ntptime.html
3209 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
3210 OLD_FILES+=usr/share/doc/ntp/parsedata.html
3211 OLD_FILES+=usr/share/doc/ntp/parsenew.html
3212 OLD_FILES+=usr/share/doc/ntp/patches.html
3213 OLD_FILES+=usr/share/doc/ntp/porting.html
3214 OLD_FILES+=usr/share/doc/ntp/pps.html
3215 OLD_FILES+=usr/share/doc/ntp/prefer.html
3216 OLD_FILES+=usr/share/doc/ntp/quick.html
3217 OLD_FILES+=usr/share/doc/ntp/rdebug.html
3218 OLD_FILES+=usr/share/doc/ntp/refclock.html
3219 OLD_FILES+=usr/share/doc/ntp/release.html
3220 OLD_FILES+=usr/share/doc/ntp/tickadj.html
3221 .endif
3222
3223 .if ${MK_ICONV} == no
3224 OLD_FILES+=usr/bin/iconv
3225 OLD_FILES+=usr/bin/mkcsmapper
3226 OLD_FILES+=usr/bin/mkesdb
3227 OLD_FILES+=usr/include/_libiconv_compat.h
3228 OLD_FILES+=usr/include/iconv.h
3229 OLD_FILES+=usr/share/man/man1/iconv.1.gz
3230 OLD_FILES+=usr/share/man/man1/mkcsmapper.1.gz
3231 OLD_FILES+=usr/share/man/man1/mkesdb.1.gz
3232 OLD_FILES+=usr/share/man/man3/__iconv.3.gz
3233 OLD_FILES+=usr/share/man/man3/__iconv_free_list.3.gz
3234 OLD_FILES+=usr/share/man/man3/__iconv_get_list.3.gz
3235 OLD_FILES+=usr/share/man/man3/iconv.3.gz
3236 OLD_FILES+=usr/share/man/man3/iconv_canonicalize.3.gz
3237 OLD_FILES+=usr/share/man/man3/iconv_close.3.gz
3238 OLD_FILES+=usr/share/man/man3/iconv_open.3.gz
3239 OLD_FILES+=usr/share/man/man3/iconv_open_into.3.gz
3240 OLD_FILES+=usr/share/man/man3/iconvctl.3.gz
3241 OLD_FILES+=usr/share/man/man3/iconvlist.3.gz
3242 OLD_DIRS+=usr/share/i18n
3243 OLD_DIRS+=usr/share/i18n/esdb
3244 OLD_DIRS+=usr/share/i18n/esdb/ISO-2022
3245 OLD_DIRS+=usr/share/i18n/esdb/BIG5
3246 OLD_DIRS+=usr/share/i18n/esdb/MISC
3247 OLD_DIRS+=usr/share/i18n/esdb/TCVN
3248 OLD_DIRS+=usr/share/i18n/esdb/EBCDIC
3249 OLD_DIRS+=usr/share/i18n/esdb/ISO-8859
3250 OLD_DIRS+=usr/share/i18n/esdb/GEORGIAN
3251 OLD_DIRS+=usr/share/i18n/esdb/AST
3252 OLD_DIRS+=usr/share/i18n/esdb/KAZAKH
3253 OLD_DIRS+=usr/share/i18n/esdb/APPLE
3254 OLD_DIRS+=usr/share/i18n/esdb/EUC
3255 OLD_DIRS+=usr/share/i18n/esdb/CP
3256 OLD_DIRS+=usr/share/i18n/esdb/DEC
3257 OLD_DIRS+=usr/share/i18n/esdb/UTF
3258 OLD_DIRS+=usr/share/i18n/esdb/GB
3259 OLD_DIRS+=usr/share/i18n/esdb/ISO646
3260 OLD_DIRS+=usr/share/i18n/esdb/KOI
3261 OLD_DIRS+=usr/share/i18n/csmapper
3262 OLD_DIRS+=usr/share/i18n/csmapper/KAZAKH
3263 OLD_DIRS+=usr/share/i18n/csmapper/CNS
3264 OLD_DIRS+=usr/share/i18n/csmapper/BIG5
3265 OLD_DIRS+=usr/share/i18n/csmapper/JIS
3266 OLD_DIRS+=usr/share/i18n/csmapper/KOI
3267 OLD_DIRS+=usr/share/i18n/csmapper/TCVN
3268 OLD_DIRS+=usr/share/i18n/csmapper/MISC
3269 OLD_DIRS+=usr/share/i18n/csmapper/EBCDIC
3270 OLD_DIRS+=usr/share/i18n/csmapper/ISO646
3271 OLD_DIRS+=usr/share/i18n/csmapper/CP
3272 OLD_DIRS+=usr/share/i18n/csmapper/GEORGIAN
3273 OLD_DIRS+=usr/share/i18n/csmapper/ISO-8859
3274 OLD_DIRS+=usr/share/i18n/csmapper/AST
3275 OLD_DIRS+=usr/share/i18n/csmapper/APPLE
3276 OLD_DIRS+=usr/share/i18n/csmapper/KS
3277 OLD_DIRS+=usr/share/i18n/csmapper/GB
3278 .endif
3279
3280 .if ${MK_INET6} == no
3281 OLD_FILES+=sbin/ping6
3282 OLD_FILES+=sbin/rtsol
3283 OLD_FILES+=usr/sbin/ip6addrctl
3284 OLD_FILES+=usr/sbin/mld6query
3285 OLD_FILES+=usr/sbin/ndp
3286 OLD_FILES+=usr/sbin/rip6query
3287 OLD_FILES+=usr/sbin/route6d
3288 OLD_FILES+=usr/sbin/rrenumd
3289 OLD_FILES+=usr/sbin/rtadvctl
3290 OLD_FILES+=usr/sbin/rtadvd
3291 OLD_FILES+=usr/sbin/rtsold
3292 OLD_FILES+=usr/sbin/traceroute6
3293 OLD_FILES+=usr/share/doc/IPv6/IMPLEMENTATION
3294 OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
3295 OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
3296 OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
3297 OLD_FILES+=usr/share/man/man8/mld6query.8.gz
3298 OLD_FILES+=usr/share/man/man8/ndp.8.gz
3299 OLD_FILES+=usr/share/man/man8/ping6.8.gz
3300 OLD_FILES+=usr/share/man/man8/rip6query.8.gz
3301 OLD_FILES+=usr/share/man/man8/route6d.8.gz
3302 OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
3303 OLD_FILES+=usr/share/man/man8/rtadvctl.8.gz
3304 OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
3305 OLD_FILES+=usr/share/man/man8/rtsol.8.gz
3306 OLD_FILES+=usr/share/man/man8/rtsold.8.gz
3307 OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
3308 .endif
3309
3310 .if ${MK_INET6_SUPPORT} == no
3311 OLD_FILES+=rescue/ping6
3312 OLD_FILES+=rescue/rtsol
3313 .endif
3314
3315 .if ${MK_INETD} == no
3316 OLD_FILES+=etc/inetd.conf
3317 OLD_FILES+=etc/rc.d/inetd
3318 OLD_FILES+=usr/sbin/inetd
3319 OLD_FILES+=usr/share/man/man5/inetd.conf.5.gz
3320 OLD_FILES+=usr/share/man/man8/inetd.8.gz
3321 .endif
3322
3323 .if ${MK_IPFILTER} == no
3324 OLD_FILES+=etc/periodic/security/510.ipfdenied
3325 OLD_FILES+=etc/periodic/security/610.ipf6denied
3326 OLD_FILES+=etc/rc.d/ipfilter
3327 OLD_FILES+=etc/rc.d/ipfs
3328 OLD_FILES+=etc/rc.d/ipmon
3329 OLD_FILES+=etc/rc.d/ipnat
3330 OLD_FILES+=etc/rc.d/ippool
3331 OLD_FILES+=rescue/ipf
3332 OLD_FILES+=sbin/ipf
3333 OLD_FILES+=sbin/ipfs
3334 OLD_FILES+=sbin/ipfstat
3335 OLD_FILES+=sbin/ipftest
3336 OLD_FILES+=sbin/ipmon
3337 OLD_FILES+=sbin/ipnat
3338 OLD_FILES+=sbin/ippool
3339 OLD_FILES+=sbin/ipresend
3340 OLD_FILES+=usr/include/netinet/ip_auth.h
3341 OLD_FILES+=usr/include/netinet/ip_compat.h
3342 OLD_FILES+=usr/include/netinet/ip_fil.h
3343 OLD_FILES+=usr/include/netinet/ip_frag.h
3344 OLD_FILES+=usr/include/netinet/ip_htable.h
3345 OLD_FILES+=usr/include/netinet/ip_lookup.h
3346 OLD_FILES+=usr/include/netinet/ip_nat.h
3347 OLD_FILES+=usr/include/netinet/ip_pool.h
3348 OLD_FILES+=usr/include/netinet/ip_proxy.h
3349 OLD_FILES+=usr/include/netinet/ip_rules.h
3350 OLD_FILES+=usr/include/netinet/ip_scan.h
3351 OLD_FILES+=usr/include/netinet/ip_state.h
3352 OLD_FILES+=usr/include/netinet/ip_sync.h
3353 OLD_FILES+=usr/include/netinet/ipl.h
3354 OLD_FILES+=usr/share/examples/ipfilter/README
3355 OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
3356 OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
3357 OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
3358 OLD_FILES+=usr/share/examples/ipfilter/example.1
3359 OLD_FILES+=usr/share/examples/ipfilter/example.2
3360 OLD_FILES+=usr/share/examples/ipfilter/example.3
3361 OLD_FILES+=usr/share/examples/ipfilter/example.4
3362 OLD_FILES+=usr/share/examples/ipfilter/example.5
3363 OLD_FILES+=usr/share/examples/ipfilter/example.6
3364 OLD_FILES+=usr/share/examples/ipfilter/example.7
3365 OLD_FILES+=usr/share/examples/ipfilter/example.8
3366 OLD_FILES+=usr/share/examples/ipfilter/example.9
3367 OLD_FILES+=usr/share/examples/ipfilter/example.10
3368 OLD_FILES+=usr/share/examples/ipfilter/example.11
3369 OLD_FILES+=usr/share/examples/ipfilter/example.12
3370 OLD_FILES+=usr/share/examples/ipfilter/example.13
3371 OLD_FILES+=usr/share/examples/ipfilter/example.sr
3372 OLD_FILES+=usr/share/examples/ipfilter/firewall
3373 OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
3374 OLD_FILES+=usr/share/examples/ipfilter/ftppxy
3375 OLD_FILES+=usr/share/examples/ipfilter/nat-setup
3376 OLD_FILES+=usr/share/examples/ipfilter/nat.eg
3377 OLD_FILES+=usr/share/examples/ipfilter/server
3378 OLD_FILES+=usr/share/examples/ipfilter/tcpstate
3379 OLD_FILES+=usr/share/examples/ipfilter/example.14
3380 OLD_FILES+=usr/share/examples/ipfilter/firewall.1
3381 OLD_FILES+=usr/share/examples/ipfilter/firewall.2
3382 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
3383 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
3384 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
3385 OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
3386 OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
3387 OLD_FILES+=usr/share/examples/ipfilter/examples.txt
3388 OLD_FILES+=usr/share/examples/ipfilter/rules.txt
3389 OLD_FILES+=usr/share/examples/ipfilter/mkfilters
3390 OLD_DIRS+=usr/share/examples/ipfilter
3391 OLD_FILES+=usr/share/man/man1/ipftest.1.gz
3392 OLD_FILES+=usr/share/man/man1/ipresend.1.gz
3393 OLD_FILES+=usr/share/man/man4/ipf.4.gz
3394 OLD_FILES+=usr/share/man/man4/ipl.4.gz
3395 OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
3396 OLD_FILES+=usr/share/man/man4/ipnat.4.gz
3397 OLD_FILES+=usr/share/man/man5/ipf.5.gz
3398 OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
3399 OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
3400 OLD_FILES+=usr/share/man/man5/ipfilter.5.gz
3401 OLD_FILES+=usr/share/man/man8/ipmon.5.gz
3402 OLD_FILES+=usr/share/man/man5/ipmon.conf.5.gz
3403 OLD_FILES+=usr/share/man/man5/ipnat.5.gz
3404 OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
3405 OLD_FILES+=usr/share/man/man5/ippool.5.gz
3406 OLD_FILES+=usr/share/man/man8/ipf.8.gz
3407 OLD_FILES+=usr/share/man/man8/ipfs.8.gz
3408 OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
3409 OLD_FILES+=usr/share/man/man8/ipmon.8.gz
3410 OLD_FILES+=usr/share/man/man8/ipnat.8.gz
3411 OLD_FILES+=usr/share/man/man8/ippool.8.gz
3412 .endif
3413
3414 .if ${MK_IPFW} == no
3415 OLD_FILES+=etc/rc.d/ipfw
3416 OLD_FILES+=etc/periodic/security/500.ipfwdenied
3417 OLD_FILES+=etc/periodic/security/550.ipfwlimit
3418 OLD_FILES+=sbin/ipfw
3419 OLD_FILES+=sbin/natd
3420 OLD_FILES+=usr/sbin/ipfwpcap
3421 OLD_FILES+=usr/share/man/man8/ipfw.8.gz
3422 OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
3423 OLD_FILES+=usr/share/man/man8/natd.8.gz
3424 .endif
3425
3426 .if ${MK_ISCSI} == no
3427 OLD_FILES+=etc/rc.d/iscsictl
3428 OLD_FILES+=etc/rc.d/iscsid
3429 OLD_FILES+=rescue/iscsictl
3430 OLD_FILES+=rescue/iscsid
3431 OLD_FILES+=sbin/iscontrol
3432 OLD_FILES+=usr/bin/iscsictl
3433 OLD_FILES+=usr/sbin/iscsid
3434 OLD_FILES+=usr/share/man/man4/iscsi.4.gz
3435 OLD_FILES+=usr/share/man/man4/iscsi_initiator.4.gz
3436 OLD_FILES+=usr/share/man/man5/iscsi.conf.5.gz
3437 OLD_FILES+=usr/share/man/man8/iscontrol.8.gz
3438 OLD_FILES+=usr/share/man/man8/iscsictl.8.gz
3439 OLD_FILES+=usr/share/man/man8/iscsid.8.gz
3440 .endif
3441
3442 .if ${MK_JAIL} == no
3443 OLD_FILES+=etc/rc.d/jail
3444 OLD_FILES+=usr/sbin/jail
3445 OLD_FILES+=usr/sbin/jexec
3446 OLD_FILES+=usr/sbin/jls
3447 OLD_FILES+=usr/share/man/man5/jail.conf.5.gz
3448 OLD_FILES+=usr/share/man/man8/jail.8.gz
3449 OLD_FILES+=usr/share/man/man8/jexec.8.gz
3450 OLD_FILES+=usr/share/man/man8/jls.8.gz
3451 .endif
3452
3453 .if ${MK_KDUMP} == no
3454 OLD_FILES+=usr/bin/kdump
3455 OLD_FILES+=usr/bin/truss
3456 OLD_FILES+=usr/share/man/man1/kdump.1.gz
3457 OLD_FILES+=usr/share/man/man1/truss.1.gz
3458 .endif
3459
3460 .if ${MK_KERBEROS} == no
3461 OLD_FILES+=etc/rc.d/ipropd_master
3462 OLD_FILES+=etc/rc.d/ipropd_slave
3463 OLD_FILES+=usr/bin/asn1_compile
3464 OLD_FILES+=usr/bin/compile_et
3465 OLD_FILES+=usr/bin/hxtool
3466 OLD_FILES+=usr/bin/kadmin
3467 OLD_FILES+=usr/bin/kcc
3468 OLD_FILES+=usr/bin/kdestroy
3469 OLD_FILES+=usr/bin/kf
3470 OLD_FILES+=usr/bin/kgetcred
3471 OLD_FILES+=usr/bin/kinit
3472 OLD_FILES+=usr/bin/klist
3473 OLD_FILES+=usr/bin/kpasswd
3474 OLD_FILES+=usr/bin/krb5-config
3475 OLD_FILES+=usr/bin/ksu
3476 OLD_FILES+=usr/bin/kswitch
3477 OLD_FILES+=usr/bin/make-roken
3478 OLD_FILES+=usr/bin/slc
3479 OLD_FILES+=usr/bin/string2key
3480 OLD_FILES+=usr/bin/verify_krb5_conf
3481 OLD_FILES+=usr/include/asn1-common.h
3482 OLD_FILES+=usr/include/asn1_err.h
3483 OLD_FILES+=usr/include/base64.h
3484 OLD_FILES+=usr/include/cms_asn1.h
3485 OLD_FILES+=usr/include/crmf_asn1.h
3486 OLD_FILES+=usr/include/der-private.h
3487 OLD_FILES+=usr/include/der-protos.h
3488 OLD_FILES+=usr/include/der.h
3489 OLD_FILES+=usr/include/digest_asn1.h
3490 OLD_FILES+=usr/include/getarg.h
3491 OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
3492 OLD_FILES+=usr/include/hdb-protos.h
3493 OLD_FILES+=usr/include/hdb.h
3494 OLD_FILES+=usr/include/hdb_asn1.h
3495 OLD_FILES+=usr/include/hdb_err.h
3496 OLD_FILES+=usr/include/heim_asn1.h
3497 OLD_FILES+=usr/include/heim_err.h
3498 OLD_FILES+=usr/include/heim_threads.h
3499 OLD_FILES+=usr/include/heimbase.h
3500 OLD_FILES+=usr/include/heimntlm-protos.h
3501 OLD_FILES+=usr/include/heimntlm.h
3502 OLD_FILES+=usr/include/hex.h
3503 OLD_FILES+=usr/include/hx509-private.h
3504 OLD_FILES+=usr/include/hx509-protos.h
3505 OLD_FILES+=usr/include/hx509.h
3506 OLD_FILES+=usr/include/hx509_err.h
3507 OLD_FILES+=usr/include/k524_err.h
3508 OLD_FILES+=usr/include/kadm5/admin.h
3509 OLD_FILES+=usr/include/kadm5/kadm5-private.h
3510 OLD_FILES+=usr/include/kadm5/kadm5-protos.h
3511 OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h
3512 OLD_FILES+=usr/include/kadm5/kadm5_err.h
3513 OLD_FILES+=usr/include/kadm5/private.h
3514 OLD_DIRS+=usr/include/kadm5
3515 OLD_FILES+=usr/include/kafs.h
3516 OLD_FILES+=usr/include/kdc-protos.h
3517 OLD_FILES+=usr/include/kdc.h
3518 OLD_FILES+=usr/include/krb5-private.h
3519 OLD_FILES+=usr/include/krb5-protos.h
3520 OLD_FILES+=usr/include/krb5-types.h
3521 OLD_FILES+=usr/include/krb5.h
3522 OLD_FILES+=usr/include/krb5/ccache_plugin.h
3523 OLD_FILES+=usr/include/krb5/locate_plugin.h
3524 OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h
3525 OLD_FILES+=usr/include/krb5/windc_plugin.h
3526 OLD_DIRS+=usr/include/krb5
3527 OLD_FILES+=usr/include/krb5_asn1.h
3528 OLD_FILES+=usr/include/krb5_ccapi.h
3529 OLD_FILES+=usr/include/krb5_err.h
3530 OLD_FILES+=usr/include/kx509_asn1.h
3531 OLD_FILES+=usr/include/ntlm_err.h
3532 OLD_FILES+=usr/include/ocsp_asn1.h
3533 OLD_FILES+=usr/include/parse_bytes.h
3534 OLD_FILES+=usr/include/parse_time.h
3535 OLD_FILES+=usr/include/parse_units.h
3536 OLD_FILES+=usr/include/pkcs10_asn1.h
3537 OLD_FILES+=usr/include/pkcs12_asn1.h
3538 OLD_FILES+=usr/include/pkcs8_asn1.h
3539 OLD_FILES+=usr/include/pkcs9_asn1.h
3540 OLD_FILES+=usr/include/pkinit_asn1.h
3541 OLD_FILES+=usr/include/resolve.h
3542 OLD_FILES+=usr/include/rfc2459_asn1.h
3543 OLD_FILES+=usr/include/roken-common.h
3544 OLD_FILES+=usr/include/rtbl.h
3545 OLD_FILES+=usr/include/wind.h
3546 OLD_FILES+=usr/include/wind_err.h
3547 OLD_FILES+=usr/include/xdbm.h
3548 OLD_FILES+=usr/lib/libasn1.a
3549 OLD_FILES+=usr/lib/libasn1.so
3550 OLD_LIBS+=usr/lib/libasn1.so.11
3551 OLD_FILES+=usr/lib/libasn1_p.a
3552 OLD_FILES+=usr/lib/libcom_err.a
3553 OLD_FILES+=usr/lib/libcom_err.so
3554 OLD_LIBS+=usr/lib/libcom_err.so.5
3555 OLD_FILES+=usr/lib/libcom_err_p.a
3556 OLD_FILES+=usr/lib/libgssapi_krb5.a
3557 OLD_FILES+=usr/lib/libgssapi_krb5.so
3558 OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
3559 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
3560 OLD_FILES+=usr/lib/libgssapi_ntlm.a
3561 OLD_FILES+=usr/lib/libgssapi_ntlm.so
3562 OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
3563 OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
3564 OLD_FILES+=usr/lib/libgssapi_spnego.a
3565 OLD_FILES+=usr/lib/libgssapi_spnego.so
3566 OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
3567 OLD_FILES+=usr/lib/libgssapi_spnego_p.a
3568 OLD_FILES+=usr/lib/libhdb.a
3569 OLD_FILES+=usr/lib/libhdb.so
3570 OLD_LIBS+=usr/lib/libhdb.so.11
3571 OLD_FILES+=usr/lib/libhdb_p.a
3572 OLD_FILES+=usr/lib/libheimbase.a
3573 OLD_FILES+=usr/lib/libheimbase.so
3574 OLD_LIBS+=usr/lib/libheimbase.so.11
3575 OLD_FILES+=usr/lib/libheimbase_p.a
3576 OLD_FILES+=usr/lib/libheimntlm.a
3577 OLD_FILES+=usr/lib/libheimntlm.so
3578 OLD_LIBS+=usr/lib/libheimntlm.so.11
3579 OLD_FILES+=usr/lib/libheimntlm_p.a
3580 OLD_FILES+=usr/lib/libheimsqlite.a
3581 OLD_FILES+=usr/lib/libheimsqlite.so
3582 OLD_LIBS+=usr/lib/libheimsqlite.so.11
3583 OLD_FILES+=usr/lib/libheimsqlite_p.a
3584 OLD_FILES+=usr/lib/libhx509.a
3585 OLD_FILES+=usr/lib/libhx509.so
3586 OLD_LIBS+=usr/lib/libhx509.so.11
3587 OLD_FILES+=usr/lib/libhx509_p.a
3588 OLD_FILES+=usr/lib/libkadm5clnt.a
3589 OLD_FILES+=usr/lib/libkadm5clnt.so
3590 OLD_LIBS+=usr/lib/libkadm5clnt.so.11
3591 OLD_FILES+=usr/lib/libkadm5clnt_p.a
3592 OLD_FILES+=usr/lib/libkadm5srv.a
3593 OLD_FILES+=usr/lib/libkadm5srv.so
3594 OLD_LIBS+=usr/lib/libkadm5srv.so.11
3595 OLD_FILES+=usr/lib/libkadm5srv_p.a
3596 OLD_FILES+=usr/lib/libkafs5.a
3597 OLD_FILES+=usr/lib/libkafs5.so
3598 OLD_LIBS+=usr/lib/libkafs5.so.11
3599 OLD_FILES+=usr/lib/libkafs5_p.a
3600 OLD_FILES+=usr/lib/libkdc.a
3601 OLD_FILES+=usr/lib/libkdc.so
3602 OLD_LIBS+=usr/lib/libkdc.so.11
3603 OLD_FILES+=usr/lib/libkdc_p.a
3604 OLD_FILES+=usr/lib/libkrb5.a
3605 OLD_FILES+=usr/lib/libkrb5.so
3606 OLD_LIBS+=usr/lib/libkrb5.so.11
3607 OLD_FILES+=usr/lib/libkrb5_p.a
3608 OLD_FILES+=usr/lib/libroken.a
3609 OLD_FILES+=usr/lib/libroken.so
3610 OLD_LIBS+=usr/lib/libroken.so.11
3611 OLD_FILES+=usr/lib/libroken_p.a
3612 OLD_FILES+=usr/lib/libwind.a
3613 OLD_FILES+=usr/lib/libwind.so
3614 OLD_LIBS+=usr/lib/libwind.so.11
3615 OLD_FILES+=usr/lib/libwind_p.a
3616 OLD_FILES+=usr/lib/pam_krb5.so
3617 OLD_LIBS+=usr/lib/pam_krb5.so.6
3618 OLD_FILES+=usr/lib/pam_ksu.so
3619 OLD_LIBS+=usr/lib/pam_ksu.so.6
3620 OLD_FILES+=usr/lib/private/libheimipcc.a
3621 OLD_FILES+=usr/lib/private/libheimipcc.so
3622 OLD_LIBS+=usr/lib/private/libheimipcc.so.11
3623 OLD_FILES+=usr/lib/private/libheimipcc_p.a
3624 OLD_FILES+=usr/lib/private/libheimipcs.a
3625 OLD_FILES+=usr/lib/private/libheimipcs.so
3626 OLD_LIBS+=usr/lib/private/libheimipcs.so.11
3627 OLD_FILES+=usr/lib/private/libheimipcs_p.a
3628 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3629 OLD_FILES+=usr/lib32/libasn1.a
3630 OLD_FILES+=usr/lib32/libasn1.so
3631 OLD_LIBS+=usr/lib32/libasn1.so.11
3632 OLD_FILES+=usr/lib32/libasn1_p.a
3633 OLD_FILES+=usr/lib32/libgssapi_krb5.a
3634 OLD_FILES+=usr/lib32/libgssapi_krb5.so
3635 OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10
3636 OLD_FILES+=usr/lib32/libgssapi_krb5_p.a
3637 OLD_FILES+=usr/lib32/libgssapi_ntlm.a
3638 OLD_FILES+=usr/lib32/libgssapi_ntlm.so
3639 OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10
3640 OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a
3641 OLD_FILES+=usr/lib32/libgssapi_spnego.a
3642 OLD_FILES+=usr/lib32/libgssapi_spnego.so
3643 OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10
3644 OLD_FILES+=usr/lib32/libgssapi_spnego_p.a
3645 OLD_FILES+=usr/lib32/libhdb.a
3646 OLD_FILES+=usr/lib32/libhdb.so
3647 OLD_LIBS+=usr/lib32/libhdb.so.11
3648 OLD_FILES+=usr/lib32/libhdb_p.a
3649 OLD_FILES+=usr/lib32/libheimbase.a
3650 OLD_FILES+=usr/lib32/libheimbase.so
3651 OLD_LIBS+=usr/lib32/libheimbase.so.11
3652 OLD_FILES+=usr/lib32/libheimbase_p.a
3653 OLD_FILES+=usr/lib32/libheimntlm.a
3654 OLD_FILES+=usr/lib32/libheimntlm.so
3655 OLD_LIBS+=usr/lib32/libheimntlm.so.11
3656 OLD_FILES+=usr/lib32/libheimntlm_p.a
3657 OLD_FILES+=usr/lib32/libheimsqlite.a
3658 OLD_FILES+=usr/lib32/libheimsqlite.so
3659 OLD_LIBS+=usr/lib32/libheimsqlite.so.11
3660 OLD_FILES+=usr/lib32/libheimsqlite_p.a
3661 OLD_FILES+=usr/lib32/libhx509.a
3662 OLD_FILES+=usr/lib32/libhx509.so
3663 OLD_LIBS+=usr/lib32/libhx509.so.11
3664 OLD_FILES+=usr/lib32/libhx509_p.a
3665 OLD_FILES+=usr/lib32/libkadm5clnt.a
3666 OLD_FILES+=usr/lib32/libkadm5clnt.so
3667 OLD_LIBS+=usr/lib32/libkadm5clnt.so.11
3668 OLD_FILES+=usr/lib32/libkadm5clnt_p.a
3669 OLD_FILES+=usr/lib32/libkadm5srv.a
3670 OLD_FILES+=usr/lib32/libkadm5srv.so
3671 OLD_LIBS+=usr/lib32/libkadm5srv.so.11
3672 OLD_FILES+=usr/lib32/libkadm5srv_p.a
3673 OLD_FILES+=usr/lib32/libkafs5.a
3674 OLD_FILES+=usr/lib32/libkafs5.so
3675 OLD_LIBS+=usr/lib32/libkafs5.so.11
3676 OLD_FILES+=usr/lib32/libkafs5_p.a
3677 OLD_FILES+=usr/lib32/libkdc.a
3678 OLD_FILES+=usr/lib32/libkdc.so
3679 OLD_LIBS+=usr/lib32/libkdc.so.11
3680 OLD_FILES+=usr/lib32/libkdc_p.a
3681 OLD_FILES+=usr/lib32/libkrb5.a
3682 OLD_FILES+=usr/lib32/libkrb5.so
3683 OLD_LIBS+=usr/lib32/libkrb5.so.11
3684 OLD_FILES+=usr/lib32/libkrb5_p.a
3685 OLD_FILES+=usr/lib32/libroken.a
3686 OLD_FILES+=usr/lib32/libroken.so
3687 OLD_LIBS+=usr/lib32/libroken.so.11
3688 OLD_FILES+=usr/lib32/libroken_p.a
3689 OLD_FILES+=usr/lib32/libwind.a
3690 OLD_FILES+=usr/lib32/libwind.so
3691 OLD_LIBS+=usr/lib32/libwind.so.11
3692 OLD_FILES+=usr/lib32/libwind_p.a
3693 OLD_FILES+=usr/lib32/pam_krb5.so
3694 OLD_LIBS+=usr/lib32/pam_krb5.so.6
3695 OLD_FILES+=usr/lib32/pam_ksu.so
3696 OLD_LIBS+=usr/lib32/pam_ksu.so.6
3697 OLD_FILES+=usr/lib32/private/libheimipcc.a
3698 OLD_FILES+=usr/lib32/private/libheimipcc.so
3699 OLD_LIBS+=usr/lib32/private/libheimipcc.so.11
3700 OLD_FILES+=usr/lib32/private/libheimipcc_p.a
3701 OLD_FILES+=usr/lib32/private/libheimipcs.a
3702 OLD_FILES+=usr/lib32/private/libheimipcs.so
3703 OLD_LIBS+=usr/lib32/private/libheimipcs.so.11
3704 OLD_FILES+=usr/lib32/private/libheimipcs_p.a
3705 .endif
3706 OLD_FILES+=usr/libexec/digest-service
3707 OLD_FILES+=usr/libexec/hprop
3708 OLD_FILES+=usr/libexec/hpropd
3709 OLD_FILES+=usr/libexec/ipropd-master
3710 OLD_FILES+=usr/libexec/ipropd-slave
3711 OLD_FILES+=usr/libexec/kadmind
3712 OLD_FILES+=usr/libexec/kcm
3713 OLD_FILES+=usr/libexec/kdc
3714 OLD_FILES+=usr/libexec/kdigest
3715 OLD_FILES+=usr/libexec/kfd
3716 OLD_FILES+=usr/libexec/kimpersonate
3717 OLD_FILES+=usr/libexec/kpasswdd
3718 OLD_FILES+=usr/sbin/kstash
3719 OLD_FILES+=usr/sbin/ktutil
3720 OLD_FILES+=usr/sbin/iprop-log
3721 OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
3722 OLD_FILES+=usr/share/man/man1/kf.1.gz
3723 OLD_FILES+=usr/share/man/man1/kinit.1.gz
3724 OLD_FILES+=usr/share/man/man1/klist.1.gz
3725 OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
3726 OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
3727 OLD_FILES+=usr/share/man/man1/kswitch.1.gz
3728 OLD_FILES+=usr/share/man/man3/HDB.3.gz
3729 OLD_FILES+=usr/share/man/man3/hdb__del.3.gz
3730 OLD_FILES+=usr/share/man/man3/hdb__get.3.gz
3731 OLD_FILES+=usr/share/man/man3/hdb__put.3.gz
3732 OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz
3733 OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz
3734 OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz
3735 OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz
3736 OLD_FILES+=usr/share/man/man3/hdb_close.3.gz
3737 OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz
3738 OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz
3739 OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz
3740 OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz
3741 OLD_FILES+=usr/share/man/man3/hdb_free.3.gz
3742 OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz
3743 OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz
3744 OLD_FILES+=usr/share/man/man3/hdb_name.3.gz
3745 OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz
3746 OLD_FILES+=usr/share/man/man3/hdb_open.3.gz
3747 OLD_FILES+=usr/share/man/man3/hdb_password.3.gz
3748 OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz
3749 OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz
3750 OLD_FILES+=usr/share/man/man3/hdb_store.3.gz
3751 OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz
3752 OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz
3753 OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz
3754 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz
3755 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz
3756 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz
3757 OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz
3758 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz
3759 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz
3760 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz
3761 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz
3762 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz
3763 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz
3764 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz
3765 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz
3766 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz
3767 OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz
3768 OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz
3769 OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz
3770 OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz
3771 OLD_FILES+=usr/share/man/man3/hx509.3.gz
3772 OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz
3773 OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz
3774 OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz
3775 OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz
3776 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz
3777 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz
3778 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz
3779 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz
3780 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz
3781 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz
3782 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz
3783 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz
3784 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz
3785 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz
3786 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz
3787 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz
3788 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz
3789 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz
3790 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz
3791 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz
3792 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz
3793 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz
3794 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz
3795 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz
3796 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz
3797 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz
3798 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz
3799 OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz
3800 OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz
3801 OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz
3802 OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz
3803 OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz
3804 OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz
3805 OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz
3806 OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz
3807 OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz
3808 OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz
3809 OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz
3810 OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz
3811 OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz
3812 OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz
3813 OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz
3814 OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz
3815 OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz
3816 OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz
3817 OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz
3818 OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz
3819 OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz
3820 OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz
3821 OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz
3822 OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz
3823 OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz
3824 OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz
3825 OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz
3826 OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz
3827 OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz
3828 OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz
3829 OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz
3830 OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz
3831 OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz
3832 OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz
3833 OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz
3834 OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz
3835 OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz
3836 OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz
3837 OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz
3838 OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz
3839 OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz
3840 OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz
3841 OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz
3842 OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz
3843 OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz
3844 OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz
3845 OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz
3846 OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz
3847 OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz
3848 OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz
3849 OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz
3850 OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz
3851 OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz
3852 OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz
3853 OLD_FILES+=usr/share/man/man3/hx509_env.3.gz
3854 OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz
3855 OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz
3856 OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz
3857 OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz
3858 OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz
3859 OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz
3860 OLD_FILES+=usr/share/man/man3/hx509_err.3.gz
3861 OLD_FILES+=usr/share/man/man3/hx509_error.3.gz
3862 OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz
3863 OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz
3864 OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz
3865 OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz
3866 OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz
3867 OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz
3868 OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz
3869 OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz
3870 OLD_FILES+=usr/share/man/man3/hx509_name.3.gz
3871 OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz
3872 OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz
3873 OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz
3874 OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz
3875 OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz
3876 OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz
3877 OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz
3878 OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz
3879 OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz
3880 OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz
3881 OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz
3882 OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz
3883 OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz
3884 OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz
3885 OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz
3886 OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz
3887 OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz
3888 OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz
3889 OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz
3890 OLD_FILES+=usr/share/man/man3/hx509_print.3.gz
3891 OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz
3892 OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz
3893 OLD_FILES+=usr/share/man/man3/hx509_query.3.gz
3894 OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz
3895 OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz
3896 OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz
3897 OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz
3898 OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz
3899 OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz
3900 OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz
3901 OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz
3902 OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz
3903 OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz
3904 OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz
3905 OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz
3906 OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz
3907 OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz
3908 OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz
3909 OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz
3910 OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz
3911 OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz
3912 OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz
3913 OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz
3914 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz
3915 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz
3916 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz
3917 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz
3918 OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz
3919 OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz
3920 OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz
3921 OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz
3922 OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz
3923 OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz
3924 OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz
3925 OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz
3926 OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz
3927 OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz
3928 OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz
3929 OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz
3930 OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz
3931 OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz
3932 OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
3933 OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
3934 OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
3935 OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
3936 OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
3937 OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz
3938 OLD_FILES+=usr/share/man/man3/kafs.3.gz
3939 OLD_FILES+=usr/share/man/man3/kafs5.3.gz
3940 OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
3941 OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
3942 OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
3943 OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
3944 OLD_FILES+=usr/share/man/man3/krb5.3.gz
3945 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
3946 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz
3947 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
3948 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
3949 OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
3950 OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz
3951 OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
3952 OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz
3953 OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz
3954 OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz
3955 OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz
3956 OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
3957 OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
3958 OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
3959 OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
3960 OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
3961 OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
3962 OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz
3963 OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
3964 OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
3965 OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
3966 OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz
3967 OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
3968 OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
3969 OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
3970 OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
3971 OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
3972 OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
3973 OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
3974 OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz
3975 OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
3976 OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
3977 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
3978 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
3979 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
3980 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
3981 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
3982 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
3983 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
3984 OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
3985 OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
3986 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
3987 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
3988 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
3989 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
3990 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
3991 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
3992 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
3993 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
3994 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
3995 OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
3996 OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
3997 OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
3998 OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
3999 OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
4000 OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
4001 OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
4002 OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
4003 OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
4004 OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
4005 OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
4006 OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
4007 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
4008 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
4009 OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz
4010 OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
4011 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz
4012 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz
4013 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz
4014 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz
4015 OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz
4016 OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
4017 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
4018 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz
4019 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz
4020 OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
4021 OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
4022 OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
4023 OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
4024 OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
4025 OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz
4026 OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz
4027 OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz
4028 OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz
4029 OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz
4030 OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz
4031 OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
4032 OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
4033 OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz
4034 OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
4035 OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
4036 OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
4037 OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
4038 OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz
4039 OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz
4040 OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz
4041 OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
4042 OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
4043 OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
4044 OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
4045 OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
4046 OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz
4047 OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
4048 OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
4049 OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz
4050 OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz
4051 OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz
4052 OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
4053 OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz
4054 OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz
4055 OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
4056 OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz
4057 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz
4058 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz
4059 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz
4060 OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz
4061 OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz
4062 OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
4063 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
4064 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
4065 OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
4066 OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz
4067 OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz
4068 OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz
4069 OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
4070 OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
4071 OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz
4072 OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz
4073 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz
4074 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
4075 OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz
4076 OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz
4077 OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
4078 OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz
4079 OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz
4080 OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
4081 OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz
4082 OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz
4083 OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz
4084 OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz
4085 OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz
4086 OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz
4087 OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz
4088 OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz
4089 OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz
4090 OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz
4091 OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
4092 OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
4093 OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz
4094 OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz
4095 OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz
4096 OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
4097 OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz
4098 OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz
4099 OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz
4100 OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
4101 OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz
4102 OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
4103 OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz
4104 OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz
4105 OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
4106 OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz
4107 OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz
4108 OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
4109 OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz
4110 OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz
4111 OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz
4112 OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz
4113 OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz
4114 OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
4115 OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz
4116 OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
4117 OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz
4118 OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
4119 OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz
4120 OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
4121 OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
4122 OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
4123 OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
4124 OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
4125 OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz
4126 OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz
4127 OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
4128 OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz
4129 OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
4130 OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
4131 OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
4132 OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz
4133 OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz
4134 OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz
4135 OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz
4136 OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz
4137 OLD_FILES+=usr/share/man/man3/krb5_error.3.gz
4138 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
4139 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz
4140 OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
4141 OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz
4142 OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
4143 OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
4144 OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
4145 OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz
4146 OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
4147 OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz
4148 OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz
4149 OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz
4150 OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
4151 OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
4152 OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz
4153 OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
4154 OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz
4155 OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz
4156 OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
4157 OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
4158 OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz
4159 OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz
4160 OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz
4161 OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
4162 OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz
4163 OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz
4164 OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
4165 OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
4166 OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz
4167 OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz
4168 OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
4169 OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
4170 OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz
4171 OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz
4172 OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
4173 OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
4174 OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
4175 OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz
4176 OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz
4177 OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz
4178 OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
4179 OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
4180 OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz
4181 OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
4182 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz
4183 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz
4184 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz
4185 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
4186 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz
4187 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz
4188 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz
4189 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz
4190 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz
4191 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz
4192 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz
4193 OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz
4194 OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
4195 OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
4196 OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
4197 OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
4198 OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz
4199 OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz
4200 OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz
4201 OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
4202 OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
4203 OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
4204 OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz
4205 OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
4206 OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz
4207 OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz
4208 OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz
4209 OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz
4210 OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz
4211 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz
4212 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz
4213 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz
4214 OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz
4215 OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz
4216 OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
4217 OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz
4218 OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz
4219 OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
4220 OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz
4221 OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz
4222 OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz
4223 OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz
4224 OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
4225 OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz
4226 OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz
4227 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz
4228 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz
4229 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz
4230 OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
4231 OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
4232 OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
4233 OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
4234 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
4235 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
4236 OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
4237 OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
4238 OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
4239 OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
4240 OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
4241 OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
4242 OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz
4243 OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
4244 OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz
4245 OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
4246 OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
4247 OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
4248 OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz
4249 OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
4250 OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
4251 OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz
4252 OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
4253 OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
4254 OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
4255 OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
4256 OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
4257 OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
4258 OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
4259 OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
4260 OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
4261 OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
4262 OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
4263 OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
4264 OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
4265 OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
4266 OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
4267 OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
4268 OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz
4269 OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz
4270 OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz
4271 OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
4272 OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
4273 OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
4274 OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
4275 OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz
4276 OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz
4277 OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz
4278 OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
4279 OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
4280 OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
4281 OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
4282 OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
4283 OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
4284 OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz
4285 OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
4286 OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
4287 OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz
4288 OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz
4289 OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
4290 OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz
4291 OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
4292 OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
4293 OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz
4294 OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
4295 OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
4296 OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz
4297 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz
4298 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz
4299 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz
4300 OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz
4301 OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz
4302 OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
4303 OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
4304 OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz
4305 OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz
4306 OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz
4307 OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz
4308 OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz
4309 OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz
4310 OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz
4311 OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz
4312 OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz
4313 OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz
4314 OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz
4315 OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz
4316 OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz
4317 OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz
4318 OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz
4319 OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz
4320 OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz
4321 OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz
4322 OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz
4323 OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
4324 OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz
4325 OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz
4326 OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz
4327 OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz
4328 OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz
4329 OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz
4330 OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz
4331 OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz
4332 OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz
4333 OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
4334 OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz
4335 OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz
4336 OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
4337 OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
4338 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
4339 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
4340 OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
4341 OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
4342 OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz
4343 OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz
4344 OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz
4345 OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz
4346 OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz
4347 OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz
4348 OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz
4349 OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz
4350 OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz
4351 OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz
4352 OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz
4353 OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz
4354 OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz
4355 OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz
4356 OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz
4357 OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz
4358 OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz
4359 OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz
4360 OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz
4361 OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz
4362 OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz
4363 OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz
4364 OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz
4365 OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz
4366 OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz
4367 OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz
4368 OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz
4369 OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz
4370 OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz
4371 OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz
4372 OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz
4373 OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz
4374 OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz
4375 OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz
4376 OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz
4377 OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz
4378 OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
4379 OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz
4380 OLD_FILES+=usr/share/man/man3/krb5_support.3.gz
4381 OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
4382 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz
4383 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz
4384 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz
4385 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz
4386 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz
4387 OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
4388 OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
4389 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
4390 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
4391 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
4392 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
4393 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
4394 OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
4395 OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz
4396 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
4397 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz
4398 OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
4399 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
4400 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
4401 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
4402 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
4403 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
4404 OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
4405 OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
4406 OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
4407 OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
4408 OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
4409 OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz
4410 OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
4411 OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
4412 OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
4413 OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz
4414 OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz
4415 OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz
4416 OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz
4417 OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz
4418 OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
4419 OLD_FILES+=usr/share/man/man8/hprop.8.gz
4420 OLD_FILES+=usr/share/man/man8/hpropd.8.gz
4421 OLD_FILES+=usr/share/man/man8/iprop-log.8.gz
4422 OLD_FILES+=usr/share/man/man8/iprop.8.gz
4423 OLD_FILES+=usr/share/man/man8/kadmin.8.gz
4424 OLD_FILES+=usr/share/man/man8/kadmind.8.gz
4425 OLD_FILES+=usr/share/man/man8/kcm.8.gz
4426 OLD_FILES+=usr/share/man/man8/kdc.8.gz
4427 OLD_FILES+=usr/share/man/man8/kdigest.8.gz
4428 OLD_FILES+=usr/share/man/man8/kerberos.8.gz
4429 OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz
4430 OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
4431 OLD_FILES+=usr/share/man/man8/kstash.8.gz
4432 OLD_FILES+=usr/share/man/man8/ktutil.8.gz
4433 OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
4434 OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
4435 OLD_FILES+=usr/share/man/man8/string2key.8.gz
4436 OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
4437 .endif
4438
4439 .if ${MK_KERBEROS_SUPPORT} == no
4440 OLD_FILES+=usr/bin/compile_et
4441 OLD_FILES+=usr/include/com_err.h
4442 OLD_FILES+=usr/include/com_right.h
4443 OLD_FILES+=usr/lib/libcom_err.a
4444 OLD_FILES+=usr/lib/libcom_err.so
4445 OLD_LIBS+=usr/lib/libcom_err.so.5
4446 OLD_FILES+=usr/lib/libcom_err_p.a
4447 OLD_FILES+=usr/lib32/libcom_err.a
4448 OLD_FILES+=usr/lib32/libcom_err.so
4449 OLD_LIBS+=usr/lib32/libcom_err.so.5
4450 OLD_FILES+=usr/lib32/libcom_err_p.a
4451 OLD_FILES+=usr/share/man/man1/compile_et.1.gz
4452 OLD_FILES+=usr/share/man/man3/com_err.3.gz
4453 .endif
4454
4455 .if ${MK_LDNS} == no
4456 OLD_FILES+=usr/lib/private/libldns.a
4457 OLD_FILES+=usr/lib/private/libldns.so
4458 OLD_LIBS+=usr/lib/private/libldns.so.5
4459 OLD_FILES+=usr/lib/private/libldns_p.a
4460 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
4461 OLD_FILES+=usr/lib32/private/libldns.a
4462 OLD_FILES+=usr/lib32/private/libldns.so
4463 OLD_LIBS+=usr/lib32/private/libldns.so.5
4464 OLD_FILES+=usr/lib32/private/libldns_p.a
4465 .endif
4466 .endif
4467
4468 .if ${MK_LDNS_UTILS} == no
4469 OLD_FILES+=usr/bin/drill
4470 OLD_FILES+=usr/share/man/man1/drill.1.gz
4471 OLD_FILES+=usr/bin/host
4472 OLD_FILES+=usr/share/man/man1/host.1.gz
4473 .endif
4474
4475 .if ${MK_LEGACY_CONSOLE} == no
4476 OLD_FILES+=etc/rc.d/moused
4477 OLD_FILES+=etc/rc.d/syscons
4478 OLD_FILES+=usr/sbin/kbdcontrol
4479 OLD_FILES+=usr/sbin/kbdmap
4480 OLD_FILES+=usr/sbin/moused
4481 OLD_FILES+=usr/sbin/vidcontrol
4482 OLD_FILES+=usr/sbin/vidfont
4483 OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz
4484 OLD_FILES+=usr/share/man/man1/kbdmap.1.gz
4485 OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz
4486 OLD_FILES+=usr/share/man/man1/vidfont.1.gz
4487 OLD_FILES+=usr/share/man/man5/kbdmap.5.gz
4488 OLD_FILES+=usr/share/man/man5/keymap.5.gz
4489 OLD_FILES+=usr/share/man/man8/moused.8.gz
4490 .endif
4491
4492 .if ${MK_LIB32} == no
4493 OLD_FILES+=etc/mtree/BSD.lib32.dist
4494 OLD_FILES+=libexec/ld-elf32.so.1
4495 .  if exists(${DESTDIR}/usr/lib32)
4496 LIB32_DIRS!=find ${DESTDIR}/usr/lib32 -type d \
4497     | sed -e 's,^${DESTDIR}/,,'; echo
4498 LIB32_FILES!=find ${DESTDIR}/usr/lib32 \! -type d \
4499     \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4500 LIB32_LIBS!=find ${DESTDIR}/usr/lib32 \! -type d \
4501     -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4502 OLD_DIRS+=${LIB32_DIRS}
4503 OLD_FILES+=${LIB32_FILES}
4504 OLD_LIBS+=${LIB32_LIBS}
4505 .  endif
4506 .  if ${MK_DEBUG_FILES} == no
4507 .    if exists(${DESTDIR}/usr/lib/debug/usr/lib32)
4508 DEBUG_LIB32_DIRS!=find ${DESTDIR}/usr/lib/debug/usr/lib32 -type d \
4509     | sed -e 's,^${DESTDIR}/,,'; echo
4510 DEBUG_LIB32_FILES!=find ${DESTDIR}/usr/lib/debug/usr/lib32 \! -type d \
4511     \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4512 DEBUG_LIB32_LIBS!=find ${DESTDIR}/usr/lib/debug/usr/lib32 \! -type d \
4513     -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4514 OLD_DIRS+=${DEBUG_LIB32_DIRS}
4515 OLD_FILES+=${DEBUG_LIB32_FILES}
4516 OLD_LIBS+=${DEBUG_LIB32_LIBS}
4517 .    endif
4518 .  endif
4519 .endif
4520
4521 .if ${MK_LIBCPLUSPLUS} == no
4522 OLD_LIBS+=lib/libcxxrt.so.1
4523 OLD_FILES+=usr/lib/libc++.a
4524 OLD_FILES+=usr/lib/libc++_p.a
4525 OLD_FILES+=usr/lib/libc++experimental.a
4526 OLD_FILES+=usr/lib/libc++fs.a
4527 OLD_FILES+=usr/lib/libc++.so
4528 OLD_LIBS+=usr/lib/libc++.so.1
4529 OLD_FILES+=usr/lib/libcxxrt.a
4530 OLD_FILES+=usr/lib/libcxxrt.so
4531 OLD_FILES+=usr/lib/libcxxrt_p.a
4532 OLD_FILES+=usr/include/c++/v1/__bit_reference
4533 OLD_FILES+=usr/include/c++/v1/__bsd_locale_defaults.h
4534 OLD_FILES+=usr/include/c++/v1/__bsd_locale_fallbacks.h
4535 OLD_FILES+=usr/include/c++/v1/__config
4536 OLD_FILES+=usr/include/c++/v1/__debug
4537 OLD_FILES+=usr/include/c++/v1/__errc
4538 OLD_FILES+=usr/include/c++/v1/__functional_03
4539 OLD_FILES+=usr/include/c++/v1/__functional_base
4540 OLD_FILES+=usr/include/c++/v1/__functional_base_03
4541 OLD_FILES+=usr/include/c++/v1/__hash_table
4542 OLD_FILES+=usr/include/c++/v1/__libcpp_version
4543 OLD_FILES+=usr/include/c++/v1/__locale
4544 OLD_FILES+=usr/include/c++/v1/__mutex_base
4545 OLD_FILES+=usr/include/c++/v1/__node_handle
4546 OLD_FILES+=usr/include/c++/v1/__nullptr
4547 OLD_FILES+=usr/include/c++/v1/__split_buffer
4548 OLD_FILES+=usr/include/c++/v1/__sso_allocator
4549 OLD_FILES+=usr/include/c++/v1/__std_stream
4550 OLD_FILES+=usr/include/c++/v1/__string
4551 OLD_FILES+=usr/include/c++/v1/__threading_support
4552 OLD_FILES+=usr/include/c++/v1/__tree
4553 OLD_FILES+=usr/include/c++/v1/__tuple
4554 OLD_FILES+=usr/include/c++/v1/__undef_macros
4555 OLD_FILES+=usr/include/c++/v1/algorithm
4556 OLD_FILES+=usr/include/c++/v1/any
4557 OLD_FILES+=usr/include/c++/v1/array
4558 OLD_FILES+=usr/include/c++/v1/atomic
4559 OLD_FILES+=usr/include/c++/v1/bit
4560 OLD_FILES+=usr/include/c++/v1/bitset
4561 OLD_FILES+=usr/include/c++/v1/cassert
4562 OLD_FILES+=usr/include/c++/v1/ccomplex
4563 OLD_FILES+=usr/include/c++/v1/cctype
4564 OLD_FILES+=usr/include/c++/v1/cerrno
4565 OLD_FILES+=usr/include/c++/v1/cfenv
4566 OLD_FILES+=usr/include/c++/v1/cfloat
4567 OLD_FILES+=usr/include/c++/v1/charconv
4568 OLD_FILES+=usr/include/c++/v1/chrono
4569 OLD_FILES+=usr/include/c++/v1/cinttypes
4570 OLD_FILES+=usr/include/c++/v1/ciso646
4571 OLD_FILES+=usr/include/c++/v1/climits
4572 OLD_FILES+=usr/include/c++/v1/clocale
4573 OLD_FILES+=usr/include/c++/v1/cmath
4574 OLD_FILES+=usr/include/c++/v1/codecvt
4575 OLD_FILES+=usr/include/c++/v1/compare
4576 OLD_FILES+=usr/include/c++/v1/complex
4577 OLD_FILES+=usr/include/c++/v1/complex.h
4578 OLD_FILES+=usr/include/c++/v1/condition_variable
4579 OLD_FILES+=usr/include/c++/v1/csetjmp
4580 OLD_FILES+=usr/include/c++/v1/csignal
4581 OLD_FILES+=usr/include/c++/v1/cstdarg
4582 OLD_FILES+=usr/include/c++/v1/cstdbool
4583 OLD_FILES+=usr/include/c++/v1/cstddef
4584 OLD_FILES+=usr/include/c++/v1/cstdint
4585 OLD_FILES+=usr/include/c++/v1/cstdio
4586 OLD_FILES+=usr/include/c++/v1/cstdlib
4587 OLD_FILES+=usr/include/c++/v1/cstring
4588 OLD_FILES+=usr/include/c++/v1/ctgmath
4589 OLD_FILES+=usr/include/c++/v1/ctime
4590 OLD_FILES+=usr/include/c++/v1/ctype.h
4591 OLD_FILES+=usr/include/c++/v1/cwchar
4592 OLD_FILES+=usr/include/c++/v1/cwctype
4593 OLD_FILES+=usr/include/c++/v1/cxxabi.h
4594 OLD_FILES+=usr/include/c++/v1/deque
4595 OLD_FILES+=usr/include/c++/v1/errno.h
4596 OLD_FILES+=usr/include/c++/v1/exception
4597 OLD_FILES+=usr/include/c++/v1/experimental/__config
4598 OLD_FILES+=usr/include/c++/v1/experimental/__memory
4599 OLD_FILES+=usr/include/c++/v1/experimental/algorithm
4600 OLD_FILES+=usr/include/c++/v1/experimental/any
4601 OLD_FILES+=usr/include/c++/v1/experimental/chrono
4602 OLD_FILES+=usr/include/c++/v1/experimental/coroutine
4603 OLD_FILES+=usr/include/c++/v1/experimental/deque
4604 OLD_FILES+=usr/include/c++/v1/experimental/dynarray
4605 OLD_FILES+=usr/include/c++/v1/experimental/filesystem
4606 OLD_FILES+=usr/include/c++/v1/experimental/forward_list
4607 OLD_FILES+=usr/include/c++/v1/experimental/functional
4608 OLD_FILES+=usr/include/c++/v1/experimental/iterator
4609 OLD_FILES+=usr/include/c++/v1/experimental/list
4610 OLD_FILES+=usr/include/c++/v1/experimental/map
4611 OLD_FILES+=usr/include/c++/v1/experimental/memory_resource
4612 OLD_FILES+=usr/include/c++/v1/experimental/numeric
4613 OLD_FILES+=usr/include/c++/v1/experimental/optional
4614 OLD_FILES+=usr/include/c++/v1/experimental/propagate_const
4615 OLD_FILES+=usr/include/c++/v1/experimental/ratio
4616 OLD_FILES+=usr/include/c++/v1/experimental/regex
4617 OLD_FILES+=usr/include/c++/v1/experimental/set
4618 OLD_FILES+=usr/include/c++/v1/experimental/simd
4619 OLD_FILES+=usr/include/c++/v1/experimental/string
4620 OLD_FILES+=usr/include/c++/v1/experimental/string_view
4621 OLD_FILES+=usr/include/c++/v1/experimental/system_error
4622 OLD_FILES+=usr/include/c++/v1/experimental/tuple
4623 OLD_FILES+=usr/include/c++/v1/experimental/type_traits
4624 OLD_FILES+=usr/include/c++/v1/experimental/unordered_map
4625 OLD_FILES+=usr/include/c++/v1/experimental/unordered_set
4626 OLD_FILES+=usr/include/c++/v1/experimental/utility
4627 OLD_FILES+=usr/include/c++/v1/experimental/vector
4628 OLD_FILES+=usr/include/c++/v1/ext/__hash
4629 OLD_FILES+=usr/include/c++/v1/ext/hash_map
4630 OLD_FILES+=usr/include/c++/v1/ext/hash_set
4631 OLD_FILES+=usr/include/c++/v1/filesystem
4632 OLD_FILES+=usr/include/c++/v1/float.h
4633 OLD_FILES+=usr/include/c++/v1/forward_list
4634 OLD_FILES+=usr/include/c++/v1/fstream
4635 OLD_FILES+=usr/include/c++/v1/functional
4636 OLD_FILES+=usr/include/c++/v1/future
4637 OLD_FILES+=usr/include/c++/v1/initializer_list
4638 OLD_FILES+=usr/include/c++/v1/inttypes.h
4639 OLD_FILES+=usr/include/c++/v1/iomanip
4640 OLD_FILES+=usr/include/c++/v1/ios
4641 OLD_FILES+=usr/include/c++/v1/iosfwd
4642 OLD_FILES+=usr/include/c++/v1/iostream
4643 OLD_FILES+=usr/include/c++/v1/istream
4644 OLD_FILES+=usr/include/c++/v1/iterator
4645 OLD_FILES+=usr/include/c++/v1/limits
4646 OLD_FILES+=usr/include/c++/v1/limits.h
4647 OLD_FILES+=usr/include/c++/v1/list
4648 OLD_FILES+=usr/include/c++/v1/locale
4649 OLD_FILES+=usr/include/c++/v1/locale.h
4650 OLD_FILES+=usr/include/c++/v1/map
4651 OLD_FILES+=usr/include/c++/v1/math.h
4652 OLD_FILES+=usr/include/c++/v1/memory
4653 OLD_FILES+=usr/include/c++/v1/mutex
4654 OLD_FILES+=usr/include/c++/v1/new
4655 OLD_FILES+=usr/include/c++/v1/numeric
4656 OLD_FILES+=usr/include/c++/v1/numeric
4657 OLD_FILES+=usr/include/c++/v1/optional
4658 OLD_FILES+=usr/include/c++/v1/ostream
4659 OLD_FILES+=usr/include/c++/v1/queue
4660 OLD_FILES+=usr/include/c++/v1/random
4661 OLD_FILES+=usr/include/c++/v1/ratio
4662 OLD_FILES+=usr/include/c++/v1/regex
4663 OLD_FILES+=usr/include/c++/v1/scoped_allocator
4664 OLD_FILES+=usr/include/c++/v1/set
4665 OLD_FILES+=usr/include/c++/v1/setjmp.h
4666 OLD_FILES+=usr/include/c++/v1/shared_mutex
4667 OLD_FILES+=usr/include/c++/v1/span
4668 OLD_FILES+=usr/include/c++/v1/sstream
4669 OLD_FILES+=usr/include/c++/v1/stack
4670 OLD_FILES+=usr/include/c++/v1/stdbool.h
4671 OLD_FILES+=usr/include/c++/v1/stddef.h
4672 OLD_FILES+=usr/include/c++/v1/stdexcept
4673 OLD_FILES+=usr/include/c++/v1/stdint.h
4674 OLD_FILES+=usr/include/c++/v1/stdio.h
4675 OLD_FILES+=usr/include/c++/v1/stdlib.h
4676 OLD_FILES+=usr/include/c++/v1/streambuf
4677 OLD_FILES+=usr/include/c++/v1/string
4678 OLD_FILES+=usr/include/c++/v1/string.h
4679 OLD_FILES+=usr/include/c++/v1/string_view
4680 OLD_FILES+=usr/include/c++/v1/strstream
4681 OLD_FILES+=usr/include/c++/v1/system_error
4682 OLD_FILES+=usr/include/c++/v1/tgmath.h
4683 OLD_FILES+=usr/include/c++/v1/thread
4684 OLD_FILES+=usr/include/c++/v1/version
4685 OLD_FILES+=usr/include/c++/v1/tr1/__bit_reference
4686 OLD_FILES+=usr/include/c++/v1/tr1/__bsd_locale_defaults.h
4687 OLD_FILES+=usr/include/c++/v1/tr1/__bsd_locale_fallbacks.h
4688 OLD_FILES+=usr/include/c++/v1/tr1/__config
4689 OLD_FILES+=usr/include/c++/v1/tr1/__debug
4690 OLD_FILES+=usr/include/c++/v1/tr1/__functional_03
4691 OLD_FILES+=usr/include/c++/v1/tr1/__functional_base
4692 OLD_FILES+=usr/include/c++/v1/tr1/__functional_base_03
4693 OLD_FILES+=usr/include/c++/v1/tr1/__hash_table
4694 OLD_FILES+=usr/include/c++/v1/tr1/__libcpp_version
4695 OLD_FILES+=usr/include/c++/v1/tr1/__locale
4696 OLD_FILES+=usr/include/c++/v1/tr1/__mutex_base
4697 OLD_FILES+=usr/include/c++/v1/tr1/__nullptr
4698 OLD_FILES+=usr/include/c++/v1/tr1/__split_buffer
4699 OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator
4700 OLD_FILES+=usr/include/c++/v1/tr1/__std_stream
4701 OLD_FILES+=usr/include/c++/v1/tr1/__string
4702 OLD_FILES+=usr/include/c++/v1/tr1/__threading_support
4703 OLD_FILES+=usr/include/c++/v1/tr1/__tree
4704 OLD_FILES+=usr/include/c++/v1/tr1/__tuple
4705 OLD_FILES+=usr/include/c++/v1/tr1/__undef_macros
4706 OLD_FILES+=usr/include/c++/v1/tr1/algorithm
4707 OLD_FILES+=usr/include/c++/v1/tr1/any
4708 OLD_FILES+=usr/include/c++/v1/tr1/array
4709 OLD_FILES+=usr/include/c++/v1/tr1/atomic
4710 OLD_FILES+=usr/include/c++/v1/tr1/bitset
4711 OLD_FILES+=usr/include/c++/v1/tr1/cassert
4712 OLD_FILES+=usr/include/c++/v1/tr1/ccomplex
4713 OLD_FILES+=usr/include/c++/v1/tr1/cctype
4714 OLD_FILES+=usr/include/c++/v1/tr1/cerrno
4715 OLD_FILES+=usr/include/c++/v1/tr1/cfenv
4716 OLD_FILES+=usr/include/c++/v1/tr1/cfloat
4717 OLD_FILES+=usr/include/c++/v1/tr1/chrono
4718 OLD_FILES+=usr/include/c++/v1/tr1/cinttypes
4719 OLD_FILES+=usr/include/c++/v1/tr1/ciso646
4720 OLD_FILES+=usr/include/c++/v1/tr1/climits
4721 OLD_FILES+=usr/include/c++/v1/tr1/clocale
4722 OLD_FILES+=usr/include/c++/v1/tr1/cmath
4723 OLD_FILES+=usr/include/c++/v1/tr1/codecvt
4724 OLD_FILES+=usr/include/c++/v1/tr1/complex
4725 OLD_FILES+=usr/include/c++/v1/tr1/complex.h
4726 OLD_FILES+=usr/include/c++/v1/tr1/condition_variable
4727 OLD_FILES+=usr/include/c++/v1/tr1/csetjmp
4728 OLD_FILES+=usr/include/c++/v1/tr1/csignal
4729 OLD_FILES+=usr/include/c++/v1/tr1/cstdarg
4730 OLD_FILES+=usr/include/c++/v1/tr1/cstdbool
4731 OLD_FILES+=usr/include/c++/v1/tr1/cstddef
4732 OLD_FILES+=usr/include/c++/v1/tr1/cstdint
4733 OLD_FILES+=usr/include/c++/v1/tr1/cstdio
4734 OLD_FILES+=usr/include/c++/v1/tr1/cstdlib
4735 OLD_FILES+=usr/include/c++/v1/tr1/cstring
4736 OLD_FILES+=usr/include/c++/v1/tr1/ctgmath
4737 OLD_FILES+=usr/include/c++/v1/tr1/ctime
4738 OLD_FILES+=usr/include/c++/v1/tr1/ctype.h
4739 OLD_FILES+=usr/include/c++/v1/tr1/cwchar
4740 OLD_FILES+=usr/include/c++/v1/tr1/cwctype
4741 OLD_FILES+=usr/include/c++/v1/tr1/deque
4742 OLD_FILES+=usr/include/c++/v1/tr1/errno.h
4743 OLD_FILES+=usr/include/c++/v1/tr1/exception
4744 OLD_FILES+=usr/include/c++/v1/tr1/float.h
4745 OLD_FILES+=usr/include/c++/v1/tr1/forward_list
4746 OLD_FILES+=usr/include/c++/v1/tr1/fstream
4747 OLD_FILES+=usr/include/c++/v1/tr1/functional
4748 OLD_FILES+=usr/include/c++/v1/tr1/future
4749 OLD_FILES+=usr/include/c++/v1/tr1/initializer_list
4750 OLD_FILES+=usr/include/c++/v1/tr1/inttypes.h
4751 OLD_FILES+=usr/include/c++/v1/tr1/iomanip
4752 OLD_FILES+=usr/include/c++/v1/tr1/ios
4753 OLD_FILES+=usr/include/c++/v1/tr1/iosfwd
4754 OLD_FILES+=usr/include/c++/v1/tr1/iostream
4755 OLD_FILES+=usr/include/c++/v1/tr1/istream
4756 OLD_FILES+=usr/include/c++/v1/tr1/iterator
4757 OLD_FILES+=usr/include/c++/v1/tr1/limits
4758 OLD_FILES+=usr/include/c++/v1/tr1/limits.h
4759 OLD_FILES+=usr/include/c++/v1/tr1/list
4760 OLD_FILES+=usr/include/c++/v1/tr1/locale
4761 OLD_FILES+=usr/include/c++/v1/tr1/locale.h
4762 OLD_FILES+=usr/include/c++/v1/tr1/map
4763 OLD_FILES+=usr/include/c++/v1/tr1/math.h
4764 OLD_FILES+=usr/include/c++/v1/tr1/memory
4765 OLD_FILES+=usr/include/c++/v1/tr1/mutex
4766 OLD_FILES+=usr/include/c++/v1/tr1/new
4767 OLD_FILES+=usr/include/c++/v1/tr1/numeric
4768 OLD_FILES+=usr/include/c++/v1/tr1/numeric
4769 OLD_FILES+=usr/include/c++/v1/tr1/optional
4770 OLD_FILES+=usr/include/c++/v1/tr1/ostream
4771 OLD_FILES+=usr/include/c++/v1/tr1/queue
4772 OLD_FILES+=usr/include/c++/v1/tr1/random
4773 OLD_FILES+=usr/include/c++/v1/tr1/ratio
4774 OLD_FILES+=usr/include/c++/v1/tr1/regex
4775 OLD_FILES+=usr/include/c++/v1/tr1/scoped_allocator
4776 OLD_FILES+=usr/include/c++/v1/tr1/set
4777 OLD_FILES+=usr/include/c++/v1/tr1/setjmp.h
4778 OLD_FILES+=usr/include/c++/v1/tr1/shared_mutex
4779 OLD_FILES+=usr/include/c++/v1/tr1/sstream
4780 OLD_FILES+=usr/include/c++/v1/tr1/stack
4781 OLD_FILES+=usr/include/c++/v1/tr1/stdbool.h
4782 OLD_FILES+=usr/include/c++/v1/tr1/stddef.h
4783 OLD_FILES+=usr/include/c++/v1/tr1/stdexcept
4784 OLD_FILES+=usr/include/c++/v1/tr1/stdint.h
4785 OLD_FILES+=usr/include/c++/v1/tr1/stdio.h
4786 OLD_FILES+=usr/include/c++/v1/tr1/stdlib.h
4787 OLD_FILES+=usr/include/c++/v1/tr1/streambuf
4788 OLD_FILES+=usr/include/c++/v1/tr1/string
4789 OLD_FILES+=usr/include/c++/v1/tr1/string.h
4790 OLD_FILES+=usr/include/c++/v1/tr1/string_view
4791 OLD_FILES+=usr/include/c++/v1/tr1/strstream
4792 OLD_FILES+=usr/include/c++/v1/tr1/system_error
4793 OLD_FILES+=usr/include/c++/v1/tr1/tgmath.h
4794 OLD_FILES+=usr/include/c++/v1/tr1/thread
4795 OLD_FILES+=usr/include/c++/v1/tr1/tuple
4796 OLD_FILES+=usr/include/c++/v1/tr1/type_traits
4797 OLD_FILES+=usr/include/c++/v1/tr1/typeindex
4798 OLD_FILES+=usr/include/c++/v1/tr1/typeinfo
4799 OLD_FILES+=usr/include/c++/v1/tr1/unordered_map
4800 OLD_FILES+=usr/include/c++/v1/tr1/unordered_set
4801 OLD_FILES+=usr/include/c++/v1/tr1/utility
4802 OLD_FILES+=usr/include/c++/v1/tr1/valarray
4803 OLD_FILES+=usr/include/c++/v1/tr1/variant
4804 OLD_FILES+=usr/include/c++/v1/tr1/vector
4805 OLD_FILES+=usr/include/c++/v1/tr1/wchar.h
4806 OLD_FILES+=usr/include/c++/v1/tr1/wctype.h
4807 OLD_FILES+=usr/include/c++/v1/tuple
4808 OLD_FILES+=usr/include/c++/v1/type_traits
4809 OLD_FILES+=usr/include/c++/v1/typeindex
4810 OLD_FILES+=usr/include/c++/v1/typeinfo
4811 OLD_FILES+=usr/include/c++/v1/unordered_map
4812 OLD_FILES+=usr/include/c++/v1/unordered_set
4813 OLD_FILES+=usr/include/c++/v1/unwind-arm.h
4814 OLD_FILES+=usr/include/c++/v1/unwind-itanium.h
4815 OLD_FILES+=usr/include/c++/v1/unwind.h
4816 OLD_FILES+=usr/include/c++/v1/utility
4817 OLD_FILES+=usr/include/c++/v1/valarray
4818 OLD_FILES+=usr/include/c++/v1/variant
4819 OLD_FILES+=usr/include/c++/v1/vector
4820 OLD_FILES+=usr/include/c++/v1/wchar.h
4821 OLD_FILES+=usr/include/c++/v1/wctype.h
4822 OLD_FILES+=usr/lib32/libc++.a
4823 OLD_FILES+=usr/lib32/libc++.so
4824 OLD_LIBS+=usr/lib32/libc++.so.1
4825 OLD_FILES+=usr/lib32/libc++_p.a
4826 OLD_FILES+=usr/lib32/libc++experimental.a
4827 OLD_FILES+=usr/lib32/libc++fs.a
4828 OLD_FILES+=usr/lib32/libcxxrt.a
4829 OLD_FILES+=usr/lib32/libcxxrt.so
4830 OLD_LIBS+=usr/lib32/libcxxrt.so.1
4831 OLD_FILES+=usr/lib32/libcxxrt_p.a
4832 OLD_DIRS+=usr/include/c++/v1/tr1
4833 OLD_DIRS+=usr/include/c++/v1/experimental
4834 OLD_DIRS+=usr/include/c++/v1/ext
4835 OLD_DIRS+=usr/include/c++/v1
4836 .endif
4837
4838 .if ${MK_LIBTHR} == no
4839 OLD_LIBS+=lib/libthr.so.3
4840 OLD_FILES+=usr/lib/libthr.a
4841 OLD_FILES+=usr/lib/libthr_p.a
4842 OLD_FILES+=usr/share/man/man3/libthr.3.gz
4843 .endif
4844
4845 .if ${MK_LLD} == no
4846 OLD_FILES+=usr/bin/ld.lld
4847 .endif
4848
4849 .if ${MK_LLDB} == no
4850 OLD_FILES+=usr/bin/lldb
4851 OLD_FILES+=usr/share/man/man1/lldb.1.gz
4852 .endif
4853
4854 .if ${MK_LOCALES} == no
4855 OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-15
4856 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE
4857 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE
4858 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MESSAGES
4859 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MONETARY
4860 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_NUMERIC
4861 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_TIME
4862 OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-1
4863 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE
4864 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE
4865 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MESSAGES
4866 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MONETARY
4867 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_NUMERIC
4868 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_TIME
4869 OLD_DIRS+=usr/share/locale/af_ZA.UTF-8
4870 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_COLLATE
4871 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_CTYPE
4872 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MESSAGES
4873 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MONETARY
4874 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_NUMERIC
4875 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_TIME
4876 OLD_DIRS+=usr/share/locale/am_ET.UTF-8
4877 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_COLLATE
4878 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_CTYPE
4879 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MESSAGES
4880 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MONETARY
4881 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_NUMERIC
4882 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_TIME
4883 OLD_DIRS+=usr/share/locale/ar_AE.UTF-8
4884 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_COLLATE
4885 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_CTYPE
4886 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MESSAGES
4887 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MONETARY
4888 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_NUMERIC
4889 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_TIME
4890 OLD_DIRS+=usr/share/locale/ar_EG.UTF-8
4891 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_COLLATE
4892 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_CTYPE
4893 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MESSAGES
4894 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MONETARY
4895 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_NUMERIC
4896 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_TIME
4897 OLD_DIRS+=usr/share/locale/ar_JO.UTF-8
4898 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_COLLATE
4899 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_CTYPE
4900 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MESSAGES
4901 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MONETARY
4902 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_NUMERIC
4903 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_TIME
4904 OLD_DIRS+=usr/share/locale/ar_MA.UTF-8
4905 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_COLLATE
4906 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_CTYPE
4907 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MESSAGES
4908 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MONETARY
4909 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_NUMERIC
4910 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_TIME
4911 OLD_DIRS+=usr/share/locale/ar_QA.UTF-8
4912 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_COLLATE
4913 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_CTYPE
4914 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MESSAGES
4915 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MONETARY
4916 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_NUMERIC
4917 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_TIME
4918 OLD_DIRS+=usr/share/locale/ar_SA.UTF-8
4919 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_COLLATE
4920 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_CTYPE
4921 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MESSAGES
4922 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MONETARY
4923 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_NUMERIC
4924 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_TIME
4925 OLD_DIRS+=usr/share/locale/be_BY.CP1131
4926 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_COLLATE
4927 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_CTYPE
4928 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MESSAGES
4929 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MONETARY
4930 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_NUMERIC
4931 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_TIME
4932 OLD_DIRS+=usr/share/locale/be_BY.CP1251
4933 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_COLLATE
4934 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_CTYPE
4935 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MESSAGES
4936 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MONETARY
4937 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_NUMERIC
4938 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_TIME
4939 OLD_DIRS+=usr/share/locale/be_BY.ISO8859-5
4940 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_COLLATE
4941 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_CTYPE
4942 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MESSAGES
4943 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MONETARY
4944 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_NUMERIC
4945 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_TIME
4946 OLD_DIRS+=usr/share/locale/be_BY.UTF-8
4947 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_COLLATE
4948 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_CTYPE
4949 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MESSAGES
4950 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MONETARY
4951 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_NUMERIC
4952 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_TIME
4953 OLD_DIRS+=usr/share/locale/bg_BG.CP1251
4954 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_COLLATE
4955 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_CTYPE
4956 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MESSAGES
4957 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MONETARY
4958 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_NUMERIC
4959 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_TIME
4960 OLD_DIRS+=usr/share/locale/bg_BG.UTF-8
4961 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_COLLATE
4962 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_CTYPE
4963 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MESSAGES
4964 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MONETARY
4965 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_NUMERIC
4966 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_TIME
4967 OLD_DIRS+=usr/share/locale/ca_AD.ISO8859-1
4968 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_COLLATE
4969 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_CTYPE
4970 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MESSAGES
4971 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MONETARY
4972 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_NUMERIC
4973 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_TIME
4974 OLD_DIRS+=usr/share/locale/ca_AD.ISO8859-15
4975 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_COLLATE
4976 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_CTYPE
4977 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MESSAGES
4978 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MONETARY
4979 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_NUMERIC
4980 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_TIME
4981 OLD_DIRS+=usr/share/locale/ca_AD.UTF-8
4982 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_COLLATE
4983 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_CTYPE
4984 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MESSAGES
4985 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MONETARY
4986 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_NUMERIC
4987 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_TIME
4988 OLD_DIRS+=usr/share/locale/ca_ES.ISO8859-1
4989 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_COLLATE
4990 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_CTYPE
4991 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MESSAGES
4992 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MONETARY
4993 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_NUMERIC
4994 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_TIME
4995 OLD_DIRS+=usr/share/locale/ca_ES.ISO8859-15
4996 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_COLLATE
4997 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_CTYPE
4998 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MESSAGES
4999 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MONETARY
5000 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_NUMERIC
5001 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_TIME
5002 OLD_DIRS+=usr/share/locale/ca_ES.UTF-8
5003 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_COLLATE
5004 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_CTYPE
5005 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MESSAGES
5006 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MONETARY
5007 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_NUMERIC
5008 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_TIME
5009 OLD_DIRS+=usr/share/locale/ca_FR.ISO8859-1
5010 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_COLLATE
5011 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_CTYPE
5012 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MESSAGES
5013 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MONETARY
5014 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_NUMERIC
5015 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_TIME
5016 OLD_DIRS+=usr/share/locale/ca_FR.ISO8859-15
5017 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_COLLATE
5018 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_CTYPE
5019 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MESSAGES
5020 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MONETARY
5021 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_NUMERIC
5022 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_TIME
5023 OLD_DIRS+=usr/share/locale/ca_FR.UTF-8
5024 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_COLLATE
5025 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_CTYPE
5026 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MESSAGES
5027 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MONETARY
5028 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_NUMERIC
5029 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_TIME
5030 OLD_DIRS+=usr/share/locale/ca_IT.ISO8859-1
5031 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_COLLATE
5032 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE
5033 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MESSAGES
5034 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MONETARY
5035 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_NUMERIC
5036 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_TIME
5037 OLD_DIRS+=usr/share/locale/ca_IT.ISO8859-15
5038 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_COLLATE
5039 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_CTYPE
5040 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MESSAGES
5041 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MONETARY
5042 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_NUMERIC
5043 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_TIME
5044 OLD_DIRS+=usr/share/locale/ca_IT.UTF-8
5045 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_COLLATE
5046 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_CTYPE
5047 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MESSAGES
5048 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MONETARY
5049 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_NUMERIC
5050 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_TIME
5051 OLD_DIRS+=usr/share/locale/cs_CZ.ISO8859-2
5052 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE
5053 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_CTYPE
5054 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MESSAGES
5055 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MONETARY
5056 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_NUMERIC
5057 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_TIME
5058 OLD_DIRS+=usr/share/locale/cs_CZ.UTF-8
5059 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_COLLATE
5060 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_CTYPE
5061 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MESSAGES
5062 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MONETARY
5063 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_NUMERIC
5064 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_TIME
5065 OLD_DIRS+=usr/share/locale/da_DK.ISO8859-1
5066 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_COLLATE
5067 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_CTYPE
5068 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MESSAGES
5069 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MONETARY
5070 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_NUMERIC
5071 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_TIME
5072 OLD_DIRS+=usr/share/locale/da_DK.ISO8859-15
5073 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_COLLATE
5074 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_CTYPE
5075 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MESSAGES
5076 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MONETARY
5077 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_NUMERIC
5078 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_TIME
5079 OLD_DIRS+=usr/share/locale/da_DK.UTF-8
5080 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_COLLATE
5081 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_CTYPE
5082 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MESSAGES
5083 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MONETARY
5084 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_NUMERIC
5085 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_TIME
5086 OLD_DIRS+=usr/share/locale/de_AT.ISO8859-1
5087 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_COLLATE
5088 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_CTYPE
5089 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MESSAGES
5090 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MONETARY
5091 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_NUMERIC
5092 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_TIME
5093 OLD_DIRS+=usr/share/locale/de_AT.ISO8859-15
5094 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_COLLATE
5095 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_CTYPE
5096 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MESSAGES
5097 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MONETARY
5098 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_NUMERIC
5099 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_TIME
5100 OLD_DIRS+=usr/share/locale/de_AT.UTF-8
5101 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_COLLATE
5102 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_CTYPE
5103 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MESSAGES
5104 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MONETARY
5105 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_NUMERIC
5106 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_TIME
5107 OLD_DIRS+=usr/share/locale/de_CH.ISO8859-1
5108 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_COLLATE
5109 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_CTYPE
5110 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MESSAGES
5111 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MONETARY
5112 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_NUMERIC
5113 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_TIME
5114 OLD_DIRS+=usr/share/locale/de_CH.ISO8859-15
5115 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_COLLATE
5116 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_CTYPE
5117 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MESSAGES
5118 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MONETARY
5119 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_NUMERIC
5120 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_TIME
5121 OLD_DIRS+=usr/share/locale/de_CH.UTF-8
5122 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_COLLATE
5123 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_CTYPE
5124 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MESSAGES
5125 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MONETARY
5126 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_NUMERIC
5127 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_TIME
5128 OLD_DIRS+=usr/share/locale/de_DE.ISO8859-1
5129 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_COLLATE
5130 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_CTYPE
5131 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MESSAGES
5132 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MONETARY
5133 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_NUMERIC
5134 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_TIME
5135 OLD_DIRS+=usr/share/locale/de_DE.ISO8859-15
5136 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_COLLATE
5137 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_CTYPE
5138 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MESSAGES
5139 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MONETARY
5140 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_NUMERIC
5141 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_TIME
5142 OLD_DIRS+=usr/share/locale/de_DE.UTF-8
5143 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_COLLATE
5144 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_CTYPE
5145 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MESSAGES
5146 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MONETARY
5147 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_NUMERIC
5148 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_TIME
5149 OLD_DIRS+=usr/share/locale/el_GR.ISO8859-7
5150 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_COLLATE
5151 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_CTYPE
5152 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MESSAGES
5153 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MONETARY
5154 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_NUMERIC
5155 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_TIME
5156 OLD_DIRS+=usr/share/locale/el_GR.UTF-8
5157 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_COLLATE
5158 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_CTYPE
5159 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MESSAGES
5160 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MONETARY
5161 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_NUMERIC
5162 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_TIME
5163 OLD_DIRS+=usr/share/locale/en_AU.ISO8859-1
5164 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_COLLATE
5165 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_CTYPE
5166 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MESSAGES
5167 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MONETARY
5168 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_NUMERIC
5169 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_TIME
5170 OLD_DIRS+=usr/share/locale/en_AU.ISO8859-15
5171 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_COLLATE
5172 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_CTYPE
5173 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MESSAGES
5174 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MONETARY
5175 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_NUMERIC
5176 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_TIME
5177 OLD_DIRS+=usr/share/locale/en_AU.US-ASCII
5178 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_COLLATE
5179 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_CTYPE
5180 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MESSAGES
5181 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MONETARY
5182 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_NUMERIC
5183 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_TIME
5184 OLD_DIRS+=usr/share/locale/en_AU.UTF-8
5185 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_COLLATE
5186 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_CTYPE
5187 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MESSAGES
5188 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MONETARY
5189 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_NUMERIC
5190 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_TIME
5191 OLD_DIRS+=usr/share/locale/en_CA.ISO8859-1
5192 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_COLLATE
5193 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_CTYPE
5194 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES
5195 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MONETARY
5196 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_NUMERIC
5197 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_TIME
5198 OLD_DIRS+=usr/share/locale/en_CA.ISO8859-15
5199 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_COLLATE
5200 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_CTYPE
5201 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MESSAGES
5202 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MONETARY
5203 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_NUMERIC
5204 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_TIME
5205 OLD_DIRS+=usr/share/locale/en_CA.US-ASCII
5206 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_COLLATE
5207 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_CTYPE
5208 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MESSAGES
5209 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MONETARY
5210 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_NUMERIC
5211 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_TIME
5212 OLD_DIRS+=usr/share/locale/en_CA.UTF-8
5213 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_COLLATE
5214 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_CTYPE
5215 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MESSAGES
5216 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MONETARY
5217 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_NUMERIC
5218 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_TIME
5219 OLD_DIRS+=usr/share/locale/en_GB.ISO8859-1
5220 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_COLLATE
5221 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_CTYPE
5222 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MESSAGES
5223 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MONETARY
5224 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_NUMERIC
5225 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_TIME
5226 OLD_DIRS+=usr/share/locale/en_GB.ISO8859-15
5227 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_COLLATE
5228 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_CTYPE
5229 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MESSAGES
5230 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MONETARY
5231 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_NUMERIC
5232 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_TIME
5233 OLD_DIRS+=usr/share/locale/en_GB.US-ASCII
5234 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_COLLATE
5235 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_CTYPE
5236 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MESSAGES
5237 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MONETARY
5238 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_NUMERIC
5239 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_TIME
5240 OLD_DIRS+=usr/share/locale/en_GB.UTF-8
5241 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_COLLATE
5242 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_CTYPE
5243 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MESSAGES
5244 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MONETARY
5245 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_NUMERIC
5246 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_TIME
5247 OLD_DIRS+=usr/share/locale/en_HK.ISO8859-1
5248 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_COLLATE
5249 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_CTYPE
5250 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MESSAGES
5251 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MONETARY
5252 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_NUMERIC
5253 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_TIME
5254 OLD_DIRS+=usr/share/locale/en_HK.UTF-8
5255 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_COLLATE
5256 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_CTYPE
5257 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MESSAGES
5258 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MONETARY
5259 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_NUMERIC
5260 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_TIME
5261 OLD_DIRS+=usr/share/locale/en_IE.ISO8859-1
5262 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_COLLATE
5263 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_CTYPE
5264 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MESSAGES
5265 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MONETARY
5266 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_NUMERIC
5267 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_TIME
5268 OLD_DIRS+=usr/share/locale/en_IE.ISO8859-15
5269 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_COLLATE
5270 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_CTYPE
5271 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MESSAGES
5272 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MONETARY
5273 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_NUMERIC
5274 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_TIME
5275 OLD_DIRS+=usr/share/locale/en_IE.UTF-8
5276 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_COLLATE
5277 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_CTYPE
5278 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MESSAGES
5279 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MONETARY
5280 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_NUMERIC
5281 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_TIME
5282 OLD_DIRS+=usr/share/locale/en_NZ.ISO8859-1
5283 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_COLLATE
5284 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_CTYPE
5285 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MESSAGES
5286 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MONETARY
5287 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_NUMERIC
5288 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_TIME
5289 OLD_DIRS+=usr/share/locale/en_NZ.ISO8859-15
5290 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_COLLATE
5291 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_CTYPE
5292 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MESSAGES
5293 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MONETARY
5294 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_NUMERIC
5295 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_TIME
5296 OLD_DIRS+=usr/share/locale/en_NZ.US-ASCII
5297 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_COLLATE
5298 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_CTYPE
5299 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MESSAGES
5300 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MONETARY
5301 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_NUMERIC
5302 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_TIME
5303 OLD_DIRS+=usr/share/locale/en_NZ.UTF-8
5304 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_COLLATE
5305 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_CTYPE
5306 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MESSAGES
5307 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MONETARY
5308 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_NUMERIC
5309 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_TIME
5310 OLD_DIRS+=usr/share/locale/en_PH.UTF-8
5311 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_COLLATE
5312 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_CTYPE
5313 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MESSAGES
5314 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MONETARY
5315 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_NUMERIC
5316 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_TIME
5317 OLD_DIRS+=usr/share/locale/en_SG.ISO8859-1
5318 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_COLLATE
5319 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_CTYPE
5320 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MESSAGES
5321 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MONETARY
5322 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_NUMERIC
5323 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_TIME
5324 OLD_DIRS+=usr/share/locale/en_SG.UTF-8
5325 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_COLLATE
5326 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_CTYPE
5327 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MESSAGES
5328 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MONETARY
5329 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_NUMERIC
5330 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_TIME
5331 OLD_DIRS+=usr/share/locale/en_US.ISO8859-1
5332 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_COLLATE
5333 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_CTYPE
5334 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MESSAGES
5335 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MONETARY
5336 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_NUMERIC
5337 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_TIME
5338 OLD_DIRS+=usr/share/locale/en_US.ISO8859-15
5339 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_COLLATE
5340 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_CTYPE
5341 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MESSAGES
5342 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MONETARY
5343 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_NUMERIC
5344 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_TIME
5345 OLD_DIRS+=usr/share/locale/en_US.US-ASCII
5346 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_COLLATE
5347 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_CTYPE
5348 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MESSAGES
5349 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MONETARY
5350 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_NUMERIC
5351 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_TIME
5352 OLD_DIRS+=usr/share/locale/en_US.UTF-8
5353 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_COLLATE
5354 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_CTYPE
5355 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MESSAGES
5356 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MONETARY
5357 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_NUMERIC
5358 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_TIME
5359 OLD_DIRS+=usr/share/locale/en_ZA.ISO8859-1
5360 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_COLLATE
5361 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_CTYPE
5362 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MESSAGES
5363 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MONETARY
5364 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_NUMERIC
5365 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_TIME
5366 OLD_DIRS+=usr/share/locale/en_ZA.ISO8859-15
5367 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_COLLATE
5368 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_CTYPE
5369 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_MESSAGES
5370 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_MONETARY
5371 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_NUMERIC
5372 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_TIME
5373 OLD_DIRS+=usr/share/locale/en_ZA.US-ASCII
5374 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_COLLATE
5375 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_CTYPE
5376 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MESSAGES
5377 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MONETARY
5378 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_NUMERIC
5379 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_TIME
5380 OLD_DIRS+=usr/share/locale/en_ZA.UTF-8
5381 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_COLLATE
5382 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_CTYPE
5383 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MESSAGES
5384 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MONETARY
5385 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_NUMERIC
5386 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_TIME
5387 OLD_DIRS+=usr/share/locale/es_AR.ISO8859-1
5388 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_COLLATE
5389 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_CTYPE
5390 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MESSAGES
5391 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MONETARY
5392 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_NUMERIC
5393 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_TIME
5394 OLD_DIRS+=usr/share/locale/es_AR.UTF-8
5395 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_COLLATE
5396 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_CTYPE
5397 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MESSAGES
5398 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MONETARY
5399 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_NUMERIC
5400 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_TIME
5401 OLD_DIRS+=usr/share/locale/es_CR.UTF-8
5402 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_COLLATE
5403 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_CTYPE
5404 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MESSAGES
5405 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MONETARY
5406 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_NUMERIC
5407 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_TIME
5408 OLD_DIRS+=usr/share/locale/es_ES.ISO8859-1
5409 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_COLLATE
5410 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_CTYPE
5411 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MESSAGES
5412 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MONETARY
5413 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_NUMERIC
5414 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_TIME
5415 OLD_DIRS+=usr/share/locale/es_ES.ISO8859-15
5416 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_COLLATE
5417 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_CTYPE
5418 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MESSAGES
5419 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MONETARY
5420 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_NUMERIC
5421 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_TIME
5422 OLD_DIRS+=usr/share/locale/es_ES.UTF-8
5423 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_COLLATE
5424 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_CTYPE
5425 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MESSAGES
5426 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MONETARY
5427 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_NUMERIC
5428 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_TIME
5429 OLD_DIRS+=usr/share/locale/es_MX.ISO8859-1
5430 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_COLLATE
5431 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_CTYPE
5432 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MESSAGES
5433 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MONETARY
5434 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_NUMERIC
5435 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_TIME
5436 OLD_DIRS+=usr/share/locale/es_MX.UTF-8
5437 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_COLLATE
5438 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_CTYPE
5439 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MESSAGES
5440 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MONETARY
5441 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_NUMERIC
5442 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_TIME
5443 OLD_DIRS+=usr/share/locale/et_EE.ISO8859-1
5444 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_COLLATE
5445 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_CTYPE
5446 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MESSAGES
5447 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MONETARY
5448 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_NUMERIC
5449 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_TIME
5450 OLD_DIRS+=usr/share/locale/et_EE.ISO8859-15
5451 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_COLLATE
5452 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_CTYPE
5453 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MESSAGES
5454 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MONETARY
5455 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_NUMERIC
5456 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_TIME
5457 OLD_DIRS+=usr/share/locale/et_EE.UTF-8
5458 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_COLLATE
5459 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_CTYPE
5460 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MESSAGES
5461 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MONETARY
5462 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_NUMERIC
5463 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_TIME
5464 OLD_DIRS+=usr/share/locale/eu_ES.ISO8859-1
5465 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_COLLATE
5466 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_CTYPE
5467 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MESSAGES
5468 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MONETARY
5469 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_NUMERIC
5470 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_TIME
5471 OLD_DIRS+=usr/share/locale/eu_ES.ISO8859-15
5472 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_COLLATE
5473 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_CTYPE
5474 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MESSAGES
5475 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MONETARY
5476 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_NUMERIC
5477 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_TIME
5478 OLD_DIRS+=usr/share/locale/eu_ES.UTF-8
5479 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_COLLATE
5480 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_CTYPE
5481 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MESSAGES
5482 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MONETARY
5483 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_NUMERIC
5484 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_TIME
5485 OLD_DIRS+=usr/share/locale/fi_FI.ISO8859-1
5486 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_COLLATE
5487 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_CTYPE
5488 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MESSAGES
5489 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MONETARY
5490 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_NUMERIC
5491 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_TIME
5492 OLD_DIRS+=usr/share/locale/fi_FI.ISO8859-15
5493 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_COLLATE
5494 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_CTYPE
5495 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MESSAGES
5496 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MONETARY
5497 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_NUMERIC
5498 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_TIME
5499 OLD_DIRS+=usr/share/locale/fi_FI.UTF-8
5500 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_COLLATE
5501 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_CTYPE
5502 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MESSAGES
5503 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MONETARY
5504 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_NUMERIC
5505 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_TIME
5506 OLD_DIRS+=usr/share/locale/fr_BE.ISO8859-1
5507 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_COLLATE
5508 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_CTYPE
5509 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MESSAGES
5510 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MONETARY
5511 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_NUMERIC
5512 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_TIME
5513 OLD_DIRS+=usr/share/locale/fr_BE.ISO8859-15
5514 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_COLLATE
5515 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_CTYPE
5516 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MESSAGES
5517 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MONETARY
5518 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_NUMERIC
5519 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_TIME
5520 OLD_DIRS+=usr/share/locale/fr_BE.UTF-8
5521 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_COLLATE
5522 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_CTYPE
5523 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MESSAGES
5524 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MONETARY
5525 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_NUMERIC
5526 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_TIME
5527 OLD_DIRS+=usr/share/locale/fr_CA.ISO8859-1
5528 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_COLLATE
5529 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_CTYPE
5530 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MESSAGES
5531 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MONETARY
5532 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_NUMERIC
5533 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_TIME
5534 OLD_DIRS+=usr/share/locale/fr_CA.ISO8859-15
5535 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_COLLATE
5536 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_CTYPE
5537 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MESSAGES
5538 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MONETARY
5539 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_NUMERIC
5540 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_TIME
5541 OLD_DIRS+=usr/share/locale/fr_CA.UTF-8
5542 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_COLLATE
5543 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_CTYPE
5544 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MESSAGES
5545 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MONETARY
5546 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_NUMERIC
5547 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_TIME
5548 OLD_DIRS+=usr/share/locale/fr_CH.ISO8859-1
5549 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_COLLATE
5550 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_CTYPE
5551 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MESSAGES
5552 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MONETARY
5553 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_NUMERIC
5554 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_TIME
5555 OLD_DIRS+=usr/share/locale/fr_CH.ISO8859-15
5556 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_COLLATE
5557 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_CTYPE
5558 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MESSAGES
5559 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MONETARY
5560 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_NUMERIC
5561 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_TIME
5562 OLD_DIRS+=usr/share/locale/fr_CH.UTF-8
5563 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_COLLATE
5564 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_CTYPE
5565 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MESSAGES
5566 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MONETARY
5567 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_NUMERIC
5568 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_TIME
5569 OLD_DIRS+=usr/share/locale/fr_FR.ISO8859-1
5570 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_COLLATE
5571 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_CTYPE
5572 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MESSAGES
5573 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MONETARY
5574 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_NUMERIC
5575 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_TIME
5576 OLD_DIRS+=usr/share/locale/fr_FR.ISO8859-15
5577 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_COLLATE
5578 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_CTYPE
5579 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MESSAGES
5580 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MONETARY
5581 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_NUMERIC
5582 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_TIME
5583 OLD_DIRS+=usr/share/locale/fr_FR.UTF-8
5584 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_COLLATE
5585 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_CTYPE
5586 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MESSAGES
5587 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MONETARY
5588 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_NUMERIC
5589 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_TIME
5590 OLD_DIRS+=usr/share/locale/he_IL.UTF-8
5591 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_COLLATE
5592 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_CTYPE
5593 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MESSAGES
5594 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MONETARY
5595 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_NUMERIC
5596 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_TIME
5597 OLD_DIRS+=usr/share/locale/hi_IN.ISCII-DEV
5598 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE
5599 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_CTYPE
5600 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MESSAGES
5601 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MONETARY
5602 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_NUMERIC
5603 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_TIME
5604 OLD_DIRS+=usr/share/locale/hi_IN.UTF-8
5605 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_COLLATE
5606 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_CTYPE
5607 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MESSAGES
5608 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MONETARY
5609 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_NUMERIC
5610 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_TIME
5611 OLD_DIRS+=usr/share/locale/hr_HR.ISO8859-2
5612 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE
5613 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_CTYPE
5614 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES
5615 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MONETARY
5616 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_NUMERIC
5617 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_TIME
5618 OLD_DIRS+=usr/share/locale/hr_HR.UTF-8
5619 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_COLLATE
5620 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_CTYPE
5621 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MESSAGES
5622 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MONETARY
5623 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_NUMERIC
5624 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_TIME
5625 OLD_DIRS+=usr/share/locale/hu_HU.ISO8859-2
5626 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_COLLATE
5627 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_CTYPE
5628 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MESSAGES
5629 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MONETARY
5630 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_NUMERIC
5631 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_TIME
5632 OLD_DIRS+=usr/share/locale/hu_HU.UTF-8
5633 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_COLLATE
5634 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_CTYPE
5635 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MESSAGES
5636 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MONETARY
5637 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_NUMERIC
5638 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_TIME
5639 OLD_DIRS+=usr/share/locale/hy_AM.ARMSCII-8
5640 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_COLLATE
5641 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_CTYPE
5642 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MESSAGES
5643 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MONETARY
5644 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_NUMERIC
5645 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_TIME
5646 OLD_DIRS+=usr/share/locale/hy_AM.UTF-8
5647 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_COLLATE
5648 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_CTYPE
5649 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MESSAGES
5650 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MONETARY
5651 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_NUMERIC
5652 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_TIME
5653 OLD_DIRS+=usr/share/locale/is_IS.ISO8859-1
5654 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_COLLATE
5655 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_CTYPE
5656 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MESSAGES
5657 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MONETARY
5658 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_NUMERIC
5659 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_TIME
5660 OLD_DIRS+=usr/share/locale/is_IS.ISO8859-15
5661 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_COLLATE
5662 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_CTYPE
5663 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MESSAGES
5664 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MONETARY
5665 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_NUMERIC
5666 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_TIME
5667 OLD_DIRS+=usr/share/locale/is_IS.UTF-8
5668 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_COLLATE
5669 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_CTYPE
5670 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MESSAGES
5671 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MONETARY
5672 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_NUMERIC
5673 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_TIME
5674 OLD_DIRS+=usr/share/locale/it_CH.ISO8859-1
5675 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_COLLATE
5676 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_CTYPE
5677 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MESSAGES
5678 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MONETARY
5679 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_NUMERIC
5680 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_TIME
5681 OLD_DIRS+=usr/share/locale/it_CH.ISO8859-15
5682 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_COLLATE
5683 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_CTYPE
5684 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MESSAGES
5685 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MONETARY
5686 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_NUMERIC
5687 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_TIME
5688 OLD_DIRS+=usr/share/locale/it_CH.UTF-8
5689 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_COLLATE
5690 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_CTYPE
5691 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MESSAGES
5692 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MONETARY
5693 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_NUMERIC
5694 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_TIME
5695 OLD_DIRS+=usr/share/locale/it_IT.ISO8859-1
5696 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_COLLATE
5697 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_CTYPE
5698 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MESSAGES
5699 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MONETARY
5700 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_NUMERIC
5701 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_TIME
5702 OLD_DIRS+=usr/share/locale/it_IT.ISO8859-15
5703 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_COLLATE
5704 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_CTYPE
5705 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MESSAGES
5706 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MONETARY
5707 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_NUMERIC
5708 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_TIME
5709 OLD_DIRS+=usr/share/locale/it_IT.UTF-8
5710 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_COLLATE
5711 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_CTYPE
5712 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MESSAGES
5713 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MONETARY
5714 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_NUMERIC
5715 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_TIME
5716 OLD_DIRS+=usr/share/locale/ja_JP.eucJP
5717 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_COLLATE
5718 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_CTYPE
5719 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MESSAGES
5720 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MONETARY
5721 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_NUMERIC
5722 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_TIME
5723 OLD_DIRS+=usr/share/locale/ja_JP.SJIS
5724 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_COLLATE
5725 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_CTYPE
5726 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MESSAGES
5727 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MONETARY
5728 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_NUMERIC
5729 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_TIME
5730 OLD_DIRS+=usr/share/locale/ja_JP.UTF-8
5731 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_COLLATE
5732 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_CTYPE
5733 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MESSAGES
5734 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MONETARY
5735 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_NUMERIC
5736 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_TIME
5737 OLD_DIRS+=usr/share/locale/kk_KZ.UTF-8
5738 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_COLLATE
5739 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_CTYPE
5740 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MESSAGES
5741 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MONETARY
5742 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_NUMERIC
5743 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_TIME
5744 OLD_DIRS+=usr/share/locale/ko_KR.CP949
5745 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_COLLATE
5746 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_CTYPE
5747 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MESSAGES
5748 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MONETARY
5749 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_NUMERIC
5750 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_TIME
5751 OLD_DIRS+=usr/share/locale/ko_KR.eucKR
5752 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_COLLATE
5753 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_CTYPE
5754 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MESSAGES
5755 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MONETARY
5756 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_NUMERIC
5757 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_TIME
5758 OLD_DIRS+=usr/share/locale/ko_KR.UTF-8
5759 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_COLLATE
5760 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_CTYPE
5761 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MESSAGES
5762 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MONETARY
5763 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_NUMERIC
5764 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_TIME
5765 OLD_DIRS+=usr/share/locale/lt_LT.ISO8859-13
5766 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_COLLATE
5767 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_CTYPE
5768 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MESSAGES
5769 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MONETARY
5770 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_NUMERIC
5771 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_TIME
5772 OLD_DIRS+=usr/share/locale/lt_LT.UTF-8
5773 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_COLLATE
5774 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_CTYPE
5775 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MESSAGES
5776 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MONETARY
5777 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_NUMERIC
5778 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_TIME
5779 OLD_DIRS+=usr/share/locale/lv_LV.ISO8859-13
5780 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_COLLATE
5781 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_CTYPE
5782 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MESSAGES
5783 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MONETARY
5784 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_NUMERIC
5785 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_TIME
5786 OLD_DIRS+=usr/share/locale/lv_LV.UTF-8
5787 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_COLLATE
5788 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_CTYPE
5789 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MESSAGES
5790 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MONETARY
5791 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_NUMERIC
5792 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_TIME
5793 OLD_DIRS+=usr/share/locale/mn_MN.UTF-8
5794 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_COLLATE
5795 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_CTYPE
5796 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MESSAGES
5797 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MONETARY
5798 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_NUMERIC
5799 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_TIME
5800 OLD_DIRS+=usr/share/locale/nb_NO.ISO8859-1
5801 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_COLLATE
5802 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_CTYPE
5803 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MESSAGES
5804 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MONETARY
5805 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_NUMERIC
5806 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_TIME
5807 OLD_DIRS+=usr/share/locale/nb_NO.ISO8859-15
5808 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_COLLATE
5809 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_CTYPE
5810 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MESSAGES
5811 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MONETARY
5812 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_NUMERIC
5813 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_TIME
5814 OLD_DIRS+=usr/share/locale/nb_NO.UTF-8
5815 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_COLLATE
5816 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_CTYPE
5817 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MESSAGES
5818 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MONETARY
5819 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_NUMERIC
5820 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_TIME
5821 OLD_DIRS+=usr/share/locale/nl_BE.ISO8859-1
5822 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_COLLATE
5823 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_CTYPE
5824 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES
5825 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MONETARY
5826 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_NUMERIC
5827 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_TIME
5828 OLD_DIRS+=usr/share/locale/nl_BE.ISO8859-15
5829 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_COLLATE
5830 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_CTYPE
5831 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MESSAGES
5832 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MONETARY
5833 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_NUMERIC
5834 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_TIME
5835 OLD_DIRS+=usr/share/locale/nl_BE.UTF-8
5836 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_COLLATE
5837 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_CTYPE
5838 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MESSAGES
5839 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MONETARY
5840 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_NUMERIC
5841 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_TIME
5842 OLD_DIRS+=usr/share/locale/nl_NL.ISO8859-1
5843 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_COLLATE
5844 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_CTYPE
5845 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MESSAGES
5846 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MONETARY
5847 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_NUMERIC
5848 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_TIME
5849 OLD_DIRS+=usr/share/locale/nl_NL.ISO8859-15
5850 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_COLLATE
5851 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_CTYPE
5852 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MESSAGES
5853 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MONETARY
5854 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_NUMERIC
5855 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_TIME
5856 OLD_DIRS+=usr/share/locale/nl_NL.UTF-8
5857 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_COLLATE
5858 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_CTYPE
5859 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MESSAGES
5860 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MONETARY
5861 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_NUMERIC
5862 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_TIME
5863 OLD_DIRS+=usr/share/locale/nn_NO.ISO8859-1
5864 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_COLLATE
5865 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_CTYPE
5866 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES
5867 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MONETARY
5868 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_NUMERIC
5869 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_TIME
5870 OLD_DIRS+=usr/share/locale/nn_NO.ISO8859-15
5871 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_COLLATE
5872 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_CTYPE
5873 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MESSAGES
5874 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MONETARY
5875 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_NUMERIC
5876 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_TIME
5877 OLD_DIRS+=usr/share/locale/nn_NO.UTF-8
5878 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_COLLATE
5879 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_CTYPE
5880 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MESSAGES
5881 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MONETARY
5882 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_NUMERIC
5883 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_TIME
5884 OLD_DIRS+=usr/share/locale/pl_PL.ISO8859-2
5885 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE
5886 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_CTYPE
5887 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MESSAGES
5888 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MONETARY
5889 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_NUMERIC
5890 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_TIME
5891 OLD_DIRS+=usr/share/locale/pl_PL.UTF-8
5892 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_COLLATE
5893 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_CTYPE
5894 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MESSAGES
5895 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MONETARY
5896 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_NUMERIC
5897 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_TIME
5898 OLD_DIRS+=usr/share/locale/pt_BR.ISO8859-1
5899 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_COLLATE
5900 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_CTYPE
5901 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES
5902 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MONETARY
5903 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_NUMERIC
5904 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_TIME
5905 OLD_DIRS+=usr/share/locale/pt_BR.UTF-8
5906 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_COLLATE
5907 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_CTYPE
5908 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MESSAGES
5909 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MONETARY
5910 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_NUMERIC
5911 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_TIME
5912 OLD_DIRS+=usr/share/locale/pt_PT.ISO8859-1
5913 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_COLLATE
5914 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_CTYPE
5915 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MESSAGES
5916 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MONETARY
5917 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_NUMERIC
5918 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_TIME
5919 OLD_DIRS+=usr/share/locale/pt_PT.ISO8859-15
5920 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_COLLATE
5921 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_CTYPE
5922 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MESSAGES
5923 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MONETARY
5924 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_NUMERIC
5925 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_TIME
5926 OLD_DIRS+=usr/share/locale/pt_PT.UTF-8
5927 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_COLLATE
5928 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_CTYPE
5929 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MESSAGES
5930 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MONETARY
5931 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_NUMERIC
5932 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_TIME
5933 OLD_DIRS+=usr/share/locale/ro_RO.ISO8859-2
5934 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_COLLATE
5935 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_CTYPE
5936 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MESSAGES
5937 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MONETARY
5938 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_NUMERIC
5939 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_TIME
5940 OLD_DIRS+=usr/share/locale/ro_RO.UTF-8
5941 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_COLLATE
5942 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_CTYPE
5943 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MESSAGES
5944 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MONETARY
5945 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_NUMERIC
5946 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_TIME
5947 OLD_DIRS+=usr/share/locale/ru_RU.CP1251
5948 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_COLLATE
5949 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_CTYPE
5950 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MESSAGES
5951 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MONETARY
5952 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_NUMERIC
5953 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_TIME
5954 OLD_DIRS+=usr/share/locale/ru_RU.CP866
5955 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_COLLATE
5956 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_CTYPE
5957 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MESSAGES
5958 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MONETARY
5959 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_NUMERIC
5960 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_TIME
5961 OLD_DIRS+=usr/share/locale/ru_RU.ISO8859-5
5962 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE
5963 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_CTYPE
5964 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MESSAGES
5965 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MONETARY
5966 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_NUMERIC
5967 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_TIME
5968 OLD_DIRS+=usr/share/locale/ru_RU.KOI8-R
5969 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_COLLATE
5970 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_CTYPE
5971 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES
5972 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MONETARY
5973 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_NUMERIC
5974 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_TIME
5975 OLD_DIRS+=usr/share/locale/ru_RU.UTF-8
5976 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_COLLATE
5977 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_CTYPE
5978 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MESSAGES
5979 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MONETARY
5980 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_NUMERIC
5981 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_TIME
5982 OLD_DIRS+=usr/share/locale/se_FI.UTF-8
5983 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_COLLATE
5984 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_CTYPE
5985 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MESSAGES
5986 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MONETARY
5987 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_NUMERIC
5988 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_TIME
5989 OLD_DIRS+=usr/share/locale/se_NO.UTF-8
5990 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_COLLATE
5991 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_CTYPE
5992 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MESSAGES
5993 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MONETARY
5994 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_NUMERIC
5995 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_TIME
5996 OLD_DIRS+=usr/share/locale/sk_SK.ISO8859-2
5997 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_COLLATE
5998 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_CTYPE
5999 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES
6000 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MONETARY
6001 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_NUMERIC
6002 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_TIME
6003 OLD_DIRS+=usr/share/locale/sk_SK.UTF-8
6004 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_COLLATE
6005 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_CTYPE
6006 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MESSAGES
6007 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MONETARY
6008 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_NUMERIC
6009 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_TIME
6010 OLD_DIRS+=usr/share/locale/sl_SI.ISO8859-2
6011 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_COLLATE
6012 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_CTYPE
6013 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MESSAGES
6014 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MONETARY
6015 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_NUMERIC
6016 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_TIME
6017 OLD_DIRS+=usr/share/locale/sl_SI.UTF-8
6018 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_COLLATE
6019 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_CTYPE
6020 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MESSAGES
6021 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MONETARY
6022 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_NUMERIC
6023 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_TIME
6024 OLD_DIRS+=usr/share/locale/sr_RS.ISO8859-5
6025 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_COLLATE
6026 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_CTYPE
6027 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_MESSAGES
6028 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_MONETARY
6029 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_NUMERIC
6030 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_TIME
6031 OLD_DIRS+=usr/share/locale/sr_RS.UTF-8
6032 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_COLLATE
6033 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_CTYPE
6034 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_MESSAGES
6035 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_MONETARY
6036 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_NUMERIC
6037 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_TIME
6038 OLD_DIRS+=usr/share/locale/sr_RS.ISO8859-2
6039 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_COLLATE
6040 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_CTYPE
6041 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_MESSAGES
6042 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_MONETARY
6043 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_NUMERIC
6044 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_TIME
6045 OLD_DIRS+=usr/share/locale/sr_RS.UTF-8@latin
6046 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_COLLATE
6047 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_CTYPE
6048 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_MESSAGES
6049 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_MONETARY
6050 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_NUMERIC
6051 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_TIME
6052 OLD_DIRS+=usr/share/locale/sv_FI.ISO8859-1
6053 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_COLLATE
6054 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_CTYPE
6055 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MESSAGES
6056 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MONETARY
6057 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_NUMERIC
6058 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_TIME
6059 OLD_DIRS+=usr/share/locale/sv_FI.ISO8859-15
6060 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_COLLATE
6061 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_CTYPE
6062 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MESSAGES
6063 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MONETARY
6064 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_NUMERIC
6065 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_TIME
6066 OLD_DIRS+=usr/share/locale/sv_FI.UTF-8
6067 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_COLLATE
6068 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_CTYPE
6069 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MESSAGES
6070 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MONETARY
6071 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_NUMERIC
6072 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_TIME
6073 OLD_DIRS+=usr/share/locale/sv_SE.ISO8859-1
6074 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE
6075 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_CTYPE
6076 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MESSAGES
6077 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MONETARY
6078 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_NUMERIC
6079 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_TIME
6080 OLD_DIRS+=usr/share/locale/sv_SE.ISO8859-15
6081 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE
6082 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_CTYPE
6083 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MESSAGES
6084 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MONETARY
6085 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_NUMERIC
6086 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_TIME
6087 OLD_DIRS+=usr/share/locale/sv_SE.UTF-8
6088 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_COLLATE
6089 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_CTYPE
6090 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MESSAGES
6091 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MONETARY
6092 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_NUMERIC
6093 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_TIME
6094 OLD_DIRS+=usr/share/locale/tr_TR.ISO8859-9
6095 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_COLLATE
6096 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_CTYPE
6097 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MESSAGES
6098 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MONETARY
6099 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_NUMERIC
6100 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_TIME
6101 OLD_DIRS+=usr/share/locale/tr_TR.UTF-8
6102 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_COLLATE
6103 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_CTYPE
6104 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MESSAGES
6105 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MONETARY
6106 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_NUMERIC
6107 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_TIME
6108 OLD_DIRS+=usr/share/locale/uk_UA.CP1251
6109 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_COLLATE
6110 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_CTYPE
6111 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MESSAGES
6112 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MONETARY
6113 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_NUMERIC
6114 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_TIME
6115 OLD_DIRS+=usr/share/locale/uk_UA.ISO8859-5
6116 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE
6117 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_CTYPE
6118 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MESSAGES
6119 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MONETARY
6120 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_NUMERIC
6121 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_TIME
6122 OLD_DIRS+=usr/share/locale/uk_UA.KOI8-U
6123 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_COLLATE
6124 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_CTYPE
6125 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MESSAGES
6126 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MONETARY
6127 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_NUMERIC
6128 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_TIME
6129 OLD_DIRS+=usr/share/locale/uk_UA.UTF-8
6130 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_COLLATE
6131 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_CTYPE
6132 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MESSAGES
6133 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MONETARY
6134 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_NUMERIC
6135 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_TIME
6136 OLD_DIRS+=usr/share/locale/zh_CN.eucCN
6137 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_COLLATE
6138 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_CTYPE
6139 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MESSAGES
6140 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MONETARY
6141 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_NUMERIC
6142 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_TIME
6143 OLD_DIRS+=usr/share/locale/zh_CN.GB18030
6144 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_COLLATE
6145 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_CTYPE
6146 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MESSAGES
6147 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MONETARY
6148 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_NUMERIC
6149 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_TIME
6150 OLD_DIRS+=usr/share/locale/zh_CN.GB2312
6151 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_COLLATE
6152 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_CTYPE
6153 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MESSAGES
6154 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MONETARY
6155 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_NUMERIC
6156 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_TIME
6157 OLD_DIRS+=usr/share/locale/zh_CN.GBK
6158 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_COLLATE
6159 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_CTYPE
6160 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MESSAGES
6161 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MONETARY
6162 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_NUMERIC
6163 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_TIME
6164 OLD_DIRS+=usr/share/locale/zh_CN.UTF-8
6165 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_COLLATE
6166 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_CTYPE
6167 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MESSAGES
6168 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MONETARY
6169 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_NUMERIC
6170 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_TIME
6171 OLD_DIRS+=usr/share/locale/zh_HK.UTF-8
6172 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_COLLATE
6173 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_CTYPE
6174 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MESSAGES
6175 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MONETARY
6176 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_NUMERIC
6177 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_TIME
6178 OLD_DIRS+=usr/share/locale/zh_TW.Big5
6179 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE
6180 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE
6181 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES
6182 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY
6183 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
6184 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME
6185 OLD_DIRS+=usr/share/locale/zh_TW.UTF-8
6186 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_COLLATE
6187 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_CTYPE
6188 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MESSAGES
6189 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MONETARY
6190 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_NUMERIC
6191 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_TIME
6192 .endif
6193
6194 .if ${MK_LOCATE} == no
6195 OLD_FILES+=etc/locate.rc
6196 OLD_FILES+=etc/periodic/weekly/310.locate
6197 OLD_FILES+=usr/bin/locate
6198 OLD_FILES+=usr/libexec/locate.bigram
6199 OLD_FILES+=usr/libexec/locate.code
6200 OLD_FILES+=usr/libexec/locate.concatdb
6201 OLD_FILES+=usr/libexec/locate.mklocatedb
6202 OLD_FILES+=usr/libexec/locate.updatedb
6203 OLD_FILES+=usr/share/man/man1/locate.1.gz
6204 OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
6205 OLD_FILES+=usr/share/man/man8/updatedb.8.gz
6206 .endif
6207
6208 .if ${MK_LPR} == no
6209 OLD_FILES+=etc/hosts.lpd
6210 OLD_FILES+=etc/printcap
6211 OLD_FILES+=etc/newsyslog.conf.d/lpr.conf
6212 OLD_FILES+=etc/rc.d/lpd
6213 OLD_FILES+=etc/syslog.d/lpr.conf
6214 OLD_FILES+=usr/bin/lp
6215 OLD_FILES+=usr/bin/lpq
6216 OLD_FILES+=usr/bin/lpr
6217 OLD_FILES+=usr/bin/lprm
6218 OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
6219 OLD_FILES+=usr/libexec/lpr/ru/koi2alt
6220 OLD_FILES+=usr/libexec/lpr/ru/koi2855
6221 OLD_DIRS+=usr/libexec/lpr/ru
6222 OLD_FILES+=usr/libexec/lpr/lpf
6223 OLD_DIRS+=usr/libexec/lpr
6224 OLD_FILES+=usr/sbin/chkprintcap
6225 OLD_FILES+=usr/sbin/lpc
6226 OLD_FILES+=usr/sbin/lpd
6227 OLD_FILES+=usr/sbin/lptest
6228 OLD_FILES+=usr/sbin/pac
6229 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
6230 OLD_DIRS+=usr/share/doc/smm/07.lpd
6231 OLD_FILES+=usr/share/examples/etc/hosts.lpd
6232 OLD_FILES+=usr/share/examples/etc/printcap
6233 OLD_FILES+=usr/share/man/man1/lp.1.gz
6234 OLD_FILES+=usr/share/man/man1/lpq.1.gz
6235 OLD_FILES+=usr/share/man/man1/lpr.1.gz
6236 OLD_FILES+=usr/share/man/man1/lprm.1.gz
6237 OLD_FILES+=usr/share/man/man1/lptest.1.gz
6238 OLD_FILES+=usr/share/man/man5/printcap.5.gz
6239 OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
6240 OLD_FILES+=usr/share/man/man8/lpc.8.gz
6241 OLD_FILES+=usr/share/man/man8/lpd.8.gz
6242 OLD_FILES+=usr/share/man/man8/pac.8.gz
6243 .endif
6244
6245 .if ${MK_MAIL} == no
6246 OLD_FILES+=etc/aliases
6247 OLD_FILES+=etc/mail.rc
6248 OLD_FILES+=etc/mail/aliases
6249 OLD_FILES+=etc/mail/mailer.conf
6250 OLD_FILES+=etc/periodic/daily/130.clean-msgs
6251 OLD_FILES+=etc/rc.d/othermta
6252 OLD_FILES+=usr/bin/Mail
6253 OLD_FILES+=usr/bin/biff
6254 OLD_FILES+=usr/bin/from
6255 OLD_FILES+=usr/bin/mail
6256 OLD_FILES+=usr/bin/mailx
6257 OLD_FILES+=usr/bin/msgs
6258 OLD_FILES+=usr/libexec/comsat
6259 OLD_FILES+=usr/share/examples/etc/mail.rc
6260 OLD_FILES+=usr/share/man/man1/Mail.1.gz
6261 OLD_FILES+=usr/share/man/man1/biff.1.gz
6262 OLD_FILES+=usr/share/man/man1/from.1.gz
6263 OLD_FILES+=usr/share/man/man1/mail.1.gz
6264 OLD_FILES+=usr/share/man/man1/mailx.1.gz
6265 OLD_FILES+=usr/share/man/man1/msgs.1.gz
6266 OLD_FILES+=usr/share/man/man8/comsat.8.gz
6267 OLD_FILES+=usr/share/misc/mail.help
6268 OLD_FILES+=usr/share/misc/mail.tildehelp
6269 .endif
6270
6271 .if ${MK_MAILWRAPPER} == no
6272 OLD_FILES+=etc/mail/mailer.conf
6273 # Don't remove, for no mailwrapper case:
6274 # /usr/sbin/sendmail -> /usr/sbin/mailwrapper
6275 # /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail
6276 #OLD_FILES+=usr/sbin/mailwrapper
6277 OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
6278 .endif
6279
6280 .if ${MK_MAKE} == no
6281 OLD_FILES+=usr/bin/make
6282 OLD_FILES+=usr/share/man/man1/make.1.gz
6283 OLD_FILES+=usr/share/mk/atf.test.mk
6284 OLD_FILES+=usr/share/mk/bsd.README
6285 OLD_FILES+=usr/share/mk/bsd.arch.inc.mk
6286 OLD_FILES+=usr/share/mk/bsd.compiler.mk
6287 OLD_FILES+=usr/share/mk/bsd.cpu.mk
6288 OLD_FILES+=usr/share/mk/bsd.crunchgen.mk
6289 OLD_FILES+=usr/share/mk/bsd.dep.mk
6290 OLD_FILES+=usr/share/mk/bsd.doc.mk
6291 OLD_FILES+=usr/share/mk/bsd.dtb.mk
6292 OLD_FILES+=usr/share/mk/bsd.endian.mk
6293 OLD_FILES+=usr/share/mk/bsd.files.mk
6294 OLD_FILES+=usr/share/mk/bsd.incs.mk
6295 OLD_FILES+=usr/share/mk/bsd.info.mk
6296 OLD_FILES+=usr/share/mk/bsd.init.mk
6297 OLD_FILES+=usr/share/mk/bsd.kmod.mk
6298 OLD_FILES+=usr/share/mk/bsd.lib.mk
6299 OLD_FILES+=usr/share/mk/bsd.libnames.mk
6300 OLD_FILES+=usr/share/mk/bsd.links.mk
6301 OLD_FILES+=usr/share/mk/bsd.man.mk
6302 OLD_FILES+=usr/share/mk/bsd.mkopt.mk
6303 OLD_FILES+=usr/share/mk/bsd.nls.mk
6304 OLD_FILES+=usr/share/mk/bsd.obj.mk
6305 OLD_FILES+=usr/share/mk/bsd.opts.mk
6306 OLD_FILES+=usr/share/mk/bsd.own.mk
6307 OLD_FILES+=usr/share/mk/bsd.port.mk
6308 OLD_FILES+=usr/share/mk/bsd.port.options.mk
6309 OLD_FILES+=usr/share/mk/bsd.port.post.mk
6310 OLD_FILES+=usr/share/mk/bsd.port.pre.mk
6311 OLD_FILES+=usr/share/mk/bsd.port.subdir.mk
6312 OLD_FILES+=usr/share/mk/bsd.prog.mk
6313 OLD_FILES+=usr/share/mk/bsd.progs.mk
6314 OLD_FILES+=usr/share/mk/bsd.snmpmod.mk
6315 OLD_FILES+=usr/share/mk/bsd.subdir.mk
6316 OLD_FILES+=usr/share/mk/bsd.symver.mk
6317 OLD_FILES+=usr/share/mk/bsd.sys.mk
6318 OLD_FILES+=usr/share/mk/bsd.test.mk
6319 OLD_FILES+=usr/share/mk/plain.test.mk
6320 OLD_FILES+=usr/share/mk/suite.test.mk
6321 OLD_FILES+=usr/share/mk/sys.mk
6322 OLD_FILES+=usr/share/mk/tap.test.mk
6323 OLD_FILES+=usr/share/mk/version_gen.awk
6324 OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile
6325 OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile
6326 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile
6327 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test
6328 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1
6329 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2
6330 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3
6331 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4
6332 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5
6333 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6
6334 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.7
6335 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.1
6336 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.2
6337 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.3
6338 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.4
6339 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.5
6340 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.6
6341 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.7
6342 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.1
6343 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.2
6344 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.3
6345 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.4
6346 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.5
6347 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.6
6348 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.7
6349 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/legacy_test
6350 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/libtest.a
6351 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Kyuafile
6352 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Makefile.test
6353 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.1
6354 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.2
6355 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.3
6356 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.4
6357 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.5
6358 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.6
6359 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.7
6360 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.1
6361 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.2
6362 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.3
6363 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.4
6364 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.5
6365 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.6
6366 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.7
6367 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.1
6368 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.2
6369 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.3
6370 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.4
6371 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.5
6372 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.6
6373 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.7
6374 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/legacy_test
6375 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/libtest.a
6376 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Kyuafile
6377 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Makefile.test
6378 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.1
6379 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.2
6380 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.3
6381 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.4
6382 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.5
6383 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.6
6384 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.7
6385 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.1
6386 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.2
6387 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.3
6388 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.4
6389 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.5
6390 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.6
6391 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.7
6392 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.1
6393 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.2
6394 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.3
6395 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.4
6396 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.5
6397 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.6
6398 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.7
6399 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/legacy_test
6400 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/libtest.a
6401 OLD_FILES+=usr/tests/usr.bin/bmake/basic/Kyuafile
6402 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/Kyuafile
6403 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.status.1
6404 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stderr.1
6405 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stdout.1
6406 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/legacy_test
6407 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Kyuafile
6408 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Makefile.test
6409 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.status.1
6410 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stderr.1
6411 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stdout.1
6412 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/legacy_test
6413 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Kyuafile
6414 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Makefile.test
6415 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.status.1
6416 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stderr.1
6417 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stdout.1
6418 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/legacy_test
6419 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/Kyuafile
6420 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.status.1
6421 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stderr.1
6422 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stdout.1
6423 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/legacy_test
6424 OLD_FILES+=usr/tests/usr.bin/bmake/common.sh
6425 OLD_FILES+=usr/tests/usr.bin/bmake/execution/Kyuafile
6426 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Kyuafile
6427 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Makefile.test
6428 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.status.1
6429 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stderr.1
6430 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stdout.1
6431 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/legacy_test
6432 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Kyuafile
6433 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Makefile.test
6434 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.status.1
6435 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stderr.1
6436 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stdout.1
6437 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/legacy_test
6438 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Kyuafile
6439 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Makefile.test
6440 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.status.1
6441 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stderr.1
6442 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stdout.1
6443 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/legacy_test
6444 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Kyuafile
6445 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Makefile.test
6446 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.status.1
6447 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stderr.1
6448 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stdout.1
6449 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/legacy_test
6450 OLD_FILES+=usr/tests/usr.bin/bmake/shell/Kyuafile
6451 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Kyuafile
6452 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Makefile.test
6453 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.1
6454 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.2
6455 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.1
6456 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.2
6457 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.1
6458 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.2
6459 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/legacy_test
6460 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/sh
6461 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Kyuafile
6462 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Makefile.test
6463 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.1
6464 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.2
6465 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.1
6466 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.2
6467 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.1
6468 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.2
6469 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/legacy_test
6470 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/sh
6471 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Kyuafile
6472 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Makefile.test
6473 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.1
6474 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.2
6475 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.1
6476 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.2
6477 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.1
6478 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.2
6479 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/legacy_test
6480 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/sh
6481 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Kyuafile
6482 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Makefile.test
6483 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.1
6484 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.2
6485 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.1
6486 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.2
6487 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.1
6488 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.2
6489 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/legacy_test
6490 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/shell
6491 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Kyuafile
6492 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Makefile.test
6493 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.1
6494 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.2
6495 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.1
6496 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.2
6497 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.1
6498 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.2
6499 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/legacy_test
6500 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/shell
6501 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Kyuafile
6502 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Makefile.test
6503 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.1
6504 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.2
6505 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.1
6506 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.2
6507 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.1
6508 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.2
6509 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/legacy_test
6510 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/Kyuafile
6511 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Kyuafile
6512 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Makefile.test
6513 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/TEST1.a
6514 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.status.1
6515 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stderr.1
6516 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stdout.1
6517 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/legacy_test
6518 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Kyuafile
6519 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Makefile.test
6520 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST1.a
6521 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST2.a
6522 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.status.1
6523 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stderr.1
6524 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stdout.1
6525 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/legacy_test
6526 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Kyuafile
6527 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Makefile.test
6528 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST1.a
6529 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST2.a
6530 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.status.1
6531 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stderr.1
6532 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stdout.1
6533 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/legacy_test
6534 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/Kyuafile
6535 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Kyuafile
6536 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Makefile.test
6537 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.status.1
6538 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stderr.1
6539 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stdout.1
6540 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/legacy_test
6541 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Kyuafile
6542 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Makefile.test
6543 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.1
6544 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.2
6545 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.3
6546 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.4
6547 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.5
6548 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.1
6549 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.2
6550 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.3
6551 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.4
6552 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.5
6553 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.1
6554 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.2
6555 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.3
6556 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.4
6557 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.5
6558 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/legacy_test
6559 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Kyuafile
6560 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Makefile.test
6561 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.1
6562 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.2
6563 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.1
6564 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.2
6565 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.1
6566 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.2
6567 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/legacy_test
6568 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Kyuafile
6569 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Makefile.test
6570 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.1
6571 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.2
6572 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.1
6573 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.2
6574 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.1
6575 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.2
6576 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/legacy_test
6577 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/Kyuafile
6578 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Kyuafile
6579 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Makefile.test
6580 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.status.1
6581 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stderr.1
6582 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stdout.1
6583 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/legacy_test
6584 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/Kyuafile
6585 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/Kyuafile
6586 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/Kyuafile
6587 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/sys.mk
6588 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/Kyuafile
6589 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/cleanup
6590 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.status.1
6591 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stderr.1
6592 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stdout.1
6593 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/legacy_test
6594 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/Kyuafile
6595 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/Kyuafile
6596 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/Kyuafile
6597 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/sys.mk
6598 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/Kyuafile
6599 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/cleanup
6600 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.status.1
6601 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stderr.1
6602 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stdout.1
6603 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/legacy_test
6604 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/Kyuafile
6605 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/Kyuafile
6606 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/Kyuafile
6607 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/sys.mk
6608 OLD_FILES+=usr/tests/usr.bin/bmake/test-new.mk
6609 OLD_FILES+=usr/tests/usr.bin/bmake/variables/Kyuafile
6610 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Kyuafile
6611 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Makefile.test
6612 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.status.1
6613 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stderr.1
6614 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stdout.1
6615 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/legacy_test
6616 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Kyuafile
6617 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Makefile.test
6618 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.1
6619 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.2
6620 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.3
6621 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.1
6622 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.2
6623 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.3
6624 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.1
6625 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.2
6626 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.3
6627 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/legacy_test
6628 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Kyuafile
6629 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Makefile.test
6630 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.1
6631 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.2
6632 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.1
6633 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.2
6634 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.1
6635 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.2
6636 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/legacy_test
6637 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Kyuafile
6638 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Makefile.test
6639 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.status.1
6640 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stderr.1
6641 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stdout.1
6642 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test
6643 .endif
6644
6645 .if ${MK_MAN} == no
6646 MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type f | sed -e 's,^${DESTDIR}/,,'; echo
6647 OLD_FILES+=${MAN_FILES}
6648 MAN_DIRS!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type d | sed -e 's,^${DESTDIR}/,,'; echo
6649 OLD_DIRS+=${MAN_DIRS}
6650 .endif
6651
6652 .if ${MK_MAN_UTILS} == no
6653 OLD_FILES+=etc/periodic/weekly/320.whatis
6654 OLD_FILES+=usr/bin/apropos
6655 OLD_FILES+=usr/bin/makewhatis
6656 OLD_FILES+=usr/bin/man
6657 OLD_FILES+=usr/bin/manpath
6658 OLD_FILES+=usr/bin/whatis
6659 OLD_FILES+=usr/libexec/makewhatis.local
6660 OLD_FILES+=usr/sbin/manctl
6661 OLD_FILES+=usr/share/man/man1/apropos.1.gz
6662 OLD_FILES+=usr/share/man/man1/makewhatis.1.gz
6663 OLD_FILES+=usr/share/man/man1/man.1.gz
6664 OLD_FILES+=usr/share/man/man1/manpath.1.gz
6665 OLD_FILES+=usr/share/man/man1/whatis.1.gz
6666 OLD_FILES+=usr/share/man/man5/man.conf.5.gz
6667 OLD_FILES+=usr/share/man/man8/makewhatis.local.8.gz
6668 OLD_FILES+=usr/share/man/man8/manctl.8.gz
6669 OLD_FILES+=usr/share/man/whatis
6670 OLD_FILES+=usr/share/openssl/man/whatis
6671 .endif
6672
6673 .if ${MK_NDIS} == no
6674 OLD_FILES+=usr/sbin/ndiscvt
6675 OLD_FILES+=usr/sbin/ndisgen
6676 OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
6677 OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
6678 OLD_FILES+=usr/share/misc/windrv_stub.c
6679 .endif
6680
6681 .if ${MK_NETCAT} == no
6682 OLD_FILES+=rescue/nc
6683 OLD_FILES+=usr/bin/nc
6684 OLD_FILES+=usr/share/man/man1/nc.1.gz
6685 .endif
6686
6687 .if ${MK_NETGRAPH} == no
6688 OLD_FILES+=usr/include/netgraph.h
6689 OLD_FILES+=usr/lib/libnetgraph.a
6690 OLD_FILES+=usr/lib/libnetgraph.so
6691 OLD_LIBS+=usr/lib/libnetgraph.so.4
6692 OLD_FILES+=usr/lib/libnetgraph_p.a
6693 OLD_FILES+=usr/lib32/libnetgraph.a
6694 OLD_FILES+=usr/lib32/libnetgraph.so
6695 OLD_LIBS+=usr/lib32/libnetgraph.so.4
6696 OLD_FILES+=usr/lib32/libnetgraph_p.a
6697 OLD_FILES+=usr/libexec/pppoed
6698 OLD_FILES+=usr/sbin/flowctl
6699 OLD_FILES+=usr/sbin/lmcconfig
6700 OLD_FILES+=usr/sbin/ngctl
6701 OLD_FILES+=usr/sbin/nghook
6702 OLD_FILES+=usr/share/man/man3/NgAllocRecvAsciiMsg.3.gz
6703 OLD_FILES+=usr/share/man/man3/NgAllocRecvData.3.gz
6704 OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz
6705 OLD_FILES+=usr/share/man/man3/NgMkSockNode.3.gz
6706 OLD_FILES+=usr/share/man/man3/NgNameNode.3.gz
6707 OLD_FILES+=usr/share/man/man3/NgRecvAsciiMsg.3.gz
6708 OLD_FILES+=usr/share/man/man3/NgRecvData.3.gz
6709 OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz
6710 OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz
6711 OLD_FILES+=usr/share/man/man3/NgSendData.3.gz
6712 OLD_FILES+=usr/share/man/man3/NgSendMsg.3.gz
6713 OLD_FILES+=usr/share/man/man3/NgSendReplyMsg.3.gz
6714 OLD_FILES+=usr/share/man/man3/NgSetDebug.3.gz
6715 OLD_FILES+=usr/share/man/man3/NgSetErrLog.3.gz
6716 OLD_FILES+=usr/share/man/man3/netgraph.3.gz
6717 OLD_FILES+=usr/share/man/man8/flowctl.8.gz
6718 OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz
6719 OLD_FILES+=usr/share/man/man8/ngctl.8.gz
6720 OLD_FILES+=usr/share/man/man8/nghook.8.gz
6721 OLD_FILES+=usr/share/man/man8/pppoed.8.gz
6722 .endif
6723
6724 .if ${MK_IPFW} == no || ${MK_NETGRAPH} == no
6725 OLD_FILES+=etc/rc.d/ipfw_netflow
6726 .endif
6727
6728 .if ${MK_NETGRAPH_SUPPORT} == no
6729 OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
6730 OLD_FILES+=usr/lib/snmp_netgraph.so
6731 OLD_LIBS+=usr/lib/snmp_netgraph.so.6
6732 OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
6733 OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
6734 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
6735 .endif
6736
6737 .if ${MK_NIS} == no
6738 OLD_FILES+=etc/rc.d/ypbind
6739 OLD_FILES+=etc/rc.d/ypldap
6740 OLD_FILES+=etc/rc.d/yppasswdd
6741 OLD_FILES+=etc/rc.d/ypserv
6742 OLD_FILES+=etc/rc.d/ypset
6743 OLD_FILES+=etc/rc.d/ypupdated
6744 OLD_FILES+=etc/rc.d/ypxfrd
6745 OLD_FILES+=usr/bin/ypcat
6746 OLD_FILES+=usr/bin/ypchfn
6747 OLD_FILES+=usr/bin/ypchpass
6748 OLD_FILES+=usr/bin/ypchsh
6749 OLD_FILES+=usr/bin/ypmatch
6750 OLD_FILES+=usr/bin/yppasswd
6751 OLD_FILES+=usr/bin/ypwhich
6752 OLD_FILES+=usr/include/ypclnt.h
6753 OLD_FILES+=usr/lib/libypclnt.a
6754 OLD_FILES+=usr/lib/libypclnt.so
6755 OLD_LIBS+=usr/lib/libypclnt.so.4
6756 OLD_FILES+=usr/lib/libypclnt_p.a
6757 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6758 OLD_FILES+=usr/lib32/libypclnt.a
6759 OLD_FILES+=usr/lib32/libypclnt.so
6760 OLD_LIBS+=usr/lib32/libypclnt.so.4
6761 OLD_FILES+=usr/lib32/libypclnt_p.a
6762 .endif
6763 OLD_FILES+=usr/libexec/mknetid
6764 OLD_FILES+=usr/libexec/yppwupdate
6765 OLD_FILES+=usr/libexec/ypxfr
6766 OLD_FILES+=usr/sbin/rpc.yppasswdd
6767 OLD_FILES+=usr/sbin/rpc.ypupdated
6768 OLD_FILES+=usr/sbin/rpc.ypxfrd
6769 OLD_FILES+=usr/sbin/yp_mkdb
6770 OLD_FILES+=usr/sbin/ypbind
6771 OLD_FILES+=usr/sbin/ypinit
6772 OLD_FILES+=usr/sbin/ypldap
6773 OLD_FILES+=usr/sbin/yppoll
6774 OLD_FILES+=usr/sbin/yppush
6775 OLD_FILES+=usr/sbin/ypserv
6776 OLD_FILES+=usr/sbin/ypset
6777 OLD_FILES+=usr/share/man/man1/ypcat.1.gz
6778 OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
6779 OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
6780 OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
6781 OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
6782 OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
6783 OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
6784 OLD_FILES+=usr/share/man/man5/netid.5.gz
6785 OLD_FILES+=usr/share/man/man5/ypldap.conf.5.gz
6786 OLD_FILES+=usr/share/man/man8/mknetid.8.gz
6787 OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
6788 OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
6789 OLD_FILES+=usr/share/man/man8/NIS.8.gz
6790 OLD_FILES+=usr/share/man/man8/YP.8.gz
6791 OLD_FILES+=usr/share/man/man8/yp.8.gz
6792 OLD_FILES+=usr/share/man/man8/nis.8.gz
6793 OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
6794 OLD_FILES+=usr/share/man/man8/ypbind.8.gz
6795 OLD_FILES+=usr/share/man/man8/ypinit.8.gz
6796 OLD_FILES+=usr/share/man/man8/ypldap.8.gz
6797 OLD_FILES+=usr/share/man/man8/yppoll.8.gz
6798 OLD_FILES+=usr/share/man/man8/yppush.8.gz
6799 OLD_FILES+=usr/share/man/man8/ypserv.8.gz
6800 OLD_FILES+=usr/share/man/man8/ypset.8.gz
6801 OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
6802 OLD_FILES+=var/yp/Makefile
6803 OLD_FILES+=var/yp/Makefile.dist
6804 OLD_DIRS+=var/yp
6805 .endif
6806
6807 .if ${MK_NLS} == no
6808 OLD_DIRS+=usr/share/nls/
6809 OLD_DIRS+=usr/share/nls/C
6810 OLD_FILES+=usr/share/nls/C/ee.cat
6811 OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-1
6812 OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-15
6813 OLD_DIRS+=usr/share/nls/af_ZA.UTF-8
6814 OLD_DIRS+=usr/share/nls/am_ET.UTF-8
6815 OLD_DIRS+=usr/share/nls/be_BY.CP1131
6816 OLD_DIRS+=usr/share/nls/be_BY.CP1251
6817 OLD_DIRS+=usr/share/nls/be_BY.ISO8859-5
6818 OLD_DIRS+=usr/share/nls/be_BY.UTF-8
6819 OLD_FILES+=usr/share/nls/be_BY.UTF-8/libc.cat
6820 OLD_DIRS+=usr/share/nls/bg_BG.CP1251
6821 OLD_DIRS+=usr/share/nls/bg_BG.UTF-8
6822 OLD_DIRS+=usr/share/nls/ca_ES.ISO8859-1
6823 OLD_FILES+=usr/share/nls/ca_ES.ISO8859-1/libc.cat
6824 OLD_DIRS+=usr/share/nls/ca_ES.ISO8859-15
6825 OLD_DIRS+=usr/share/nls/ca_ES.UTF-8
6826 OLD_DIRS+=usr/share/nls/cs_CZ.ISO8859-2
6827 OLD_DIRS+=usr/share/nls/cs_CZ.UTF-8
6828 OLD_DIRS+=usr/share/nls/da_DK.ISO8859-1
6829 OLD_DIRS+=usr/share/nls/da_DK.ISO8859-15
6830 OLD_DIRS+=usr/share/nls/da_DK.UTF-8
6831 OLD_DIRS+=usr/share/nls/de_AT.ISO8859-1
6832 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/ee.cat
6833 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
6834 OLD_DIRS+=usr/share/nls/de_AT.ISO8859-15
6835 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/ee.cat
6836 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
6837 OLD_DIRS+=usr/share/nls/de_AT.UTF-8
6838 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
6839 OLD_DIRS+=usr/share/nls/de_CH.ISO8859-1
6840 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/ee.cat
6841 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
6842 OLD_DIRS+=usr/share/nls/de_CH.ISO8859-15
6843 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/ee.cat
6844 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
6845 OLD_DIRS+=usr/share/nls/de_CH.UTF-8
6846 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
6847 OLD_DIRS+=usr/share/nls/de_DE.ISO8859-1
6848 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
6849 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/libc.cat
6850 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
6851 OLD_DIRS+=usr/share/nls/de_DE.ISO8859-15
6852 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/ee.cat
6853 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
6854 OLD_DIRS+=usr/share/nls/de_DE.UTF-8
6855 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
6856 OLD_DIRS+=usr/share/nls/el_GR.ISO8859-7
6857 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/libc.cat
6858 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
6859 OLD_DIRS+=usr/share/nls/el_GR.UTF-8
6860 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
6861 OLD_DIRS+=usr/share/nls/en_AU.ISO8859-1
6862 OLD_DIRS+=usr/share/nls/en_AU.ISO8859-15
6863 OLD_DIRS+=usr/share/nls/en_AU.US-ASCII
6864 OLD_DIRS+=usr/share/nls/en_AU.UTF-8
6865 OLD_DIRS+=usr/share/nls/en_CA.ISO8859-1
6866 OLD_FILES+=usr/share/nls/en_US.ISO8859-1/ee.cat
6867 OLD_DIRS+=usr/share/nls/en_CA.ISO8859-15
6868 OLD_DIRS+=usr/share/nls/en_CA.US-ASCII
6869 OLD_DIRS+=usr/share/nls/en_CA.UTF-8
6870 OLD_DIRS+=usr/share/nls/en_GB.ISO8859-1
6871 OLD_DIRS+=usr/share/nls/en_GB.ISO8859-15
6872 OLD_DIRS+=usr/share/nls/en_GB.US-ASCII
6873 OLD_DIRS+=usr/share/nls/en_GB.UTF-8
6874 OLD_DIRS+=usr/share/nls/en_IE.UTF-8
6875 OLD_DIRS+=usr/share/nls/en_NZ.ISO8859-1
6876 OLD_DIRS+=usr/share/nls/en_NZ.ISO8859-15
6877 OLD_DIRS+=usr/share/nls/en_NZ.US-ASCII
6878 OLD_DIRS+=usr/share/nls/en_NZ.UTF-8
6879 OLD_DIRS+=usr/share/nls/en_US.ISO8859-1
6880 OLD_DIRS+=usr/share/nls/en_US.ISO8859-15
6881 OLD_FILES+=usr/share/nls/en_US.ISO8859-15/ee.cat
6882 OLD_DIRS+=usr/share/nls/en_US.UTF-8
6883 OLD_DIRS+=usr/share/nls/es_ES.UTF-8
6884 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/grep.cat
6885 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/libc.cat
6886 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
6887 OLD_DIRS+=usr/share/nls/es_ES.ISO8859-1
6888 OLD_DIRS+=usr/share/nls/es_ES.ISO8859-15
6889 OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
6890 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
6891 OLD_DIRS+=usr/share/nls/et_EE.ISO8859-15
6892 OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
6893 OLD_DIRS+=usr/share/nls/et_EE.UTF-8
6894 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
6895 OLD_DIRS+=usr/share/nls/fi_FI.ISO8859-1
6896 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/libc.cat
6897 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
6898 OLD_DIRS+=usr/share/nls/fi_FI.ISO8859-15
6899 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
6900 OLD_DIRS+=usr/share/nls/fi_FI.UTF-8
6901 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
6902 OLD_DIRS+=usr/share/nls/fr_BE.ISO8859-1
6903 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/ee.cat
6904 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
6905 OLD_DIRS+=usr/share/nls/fr_BE.ISO8859-15
6906 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/ee.cat
6907 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
6908 OLD_DIRS+=usr/share/nls/fr_BE.UTF-8
6909 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
6910 OLD_DIRS+=usr/share/nls/fr_CA.ISO8859-1
6911 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/ee.cat
6912 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
6913 OLD_DIRS+=usr/share/nls/fr_CA.ISO8859-15
6914 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/ee.cat
6915 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
6916 OLD_DIRS+=usr/share/nls/fr_CA.UTF-8
6917 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
6918 OLD_DIRS+=usr/share/nls/fr_CH.ISO8859-1
6919 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/ee.cat
6920 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
6921 OLD_DIRS+=usr/share/nls/fr_CH.ISO8859-15
6922 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/ee.cat
6923 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
6924 OLD_DIRS+=usr/share/nls/fr_CH.UTF-8
6925 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
6926 OLD_DIRS+=usr/share/nls/fr_FR.ISO8859-1
6927 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
6928 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/libc.cat
6929 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
6930 OLD_DIRS+=usr/share/nls/fr_FR.ISO8859-15
6931 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/ee.cat
6932 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
6933 OLD_DIRS+=usr/share/nls/fr_FR.UTF-8
6934 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
6935 OLD_DIRS+=usr/share/nls/gl_ES.ISO8859-1
6936 OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/grep.cat
6937 OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/libc.cat
6938 OLD_DIRS+=usr/share/nls/he_IL.UTF-8
6939 OLD_DIRS+=usr/share/nls/hi_IN.ISCII-DEV
6940 OLD_DIRS+=usr/share/nls/hr_HR.ISO8859-2
6941 OLD_DIRS+=usr/share/nls/hu_HU.ISO8859-2
6942 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
6943 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/grep.cat
6944 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/libc.cat
6945 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/sort.cat
6946 OLD_DIRS+=usr/share/nls/hr_HR.UTF-8
6947 OLD_DIRS+=usr/share/nls/hu_HU.UTF-8
6948 OLD_DIRS+=usr/share/nls/hy_AM.ARMSCII-8
6949 OLD_DIRS+=usr/share/nls/hy_AM.UTF-8
6950 OLD_DIRS+=usr/share/nls/is_IS.ISO8859-1
6951 OLD_DIRS+=usr/share/nls/is_IS.ISO8859-15
6952 OLD_DIRS+=usr/share/nls/is_IS.UTF-8
6953 OLD_DIRS+=usr/share/nls/it_CH.ISO8859-1
6954 OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
6955 OLD_DIRS+=usr/share/nls/it_CH.ISO8859-15
6956 OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
6957 OLD_DIRS+=usr/share/nls/it_CH.UTF-8
6958 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
6959 OLD_DIRS+=usr/share/nls/it_IT.ISO8859-1
6960 OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
6961 OLD_DIRS+=usr/share/nls/it_IT.ISO8859-15
6962 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/libc.cat
6963 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
6964 OLD_DIRS+=usr/share/nls/it_IT.UTF-8
6965 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
6966 OLD_DIRS+=usr/share/nls/ja_JP.SJIS
6967 OLD_FILES+=usr/share/nls/ja_JP.SJIS/grep.cat
6968 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
6969 OLD_DIRS+=usr/share/nls/ja_JP.UTF-8
6970 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/grep.cat
6971 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/libc.cat
6972 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
6973 OLD_DIRS+=usr/share/nls/ja_JP.eucJP
6974 OLD_FILES+=usr/share/nls/ja_JP.eucJP/grep.cat
6975 OLD_FILES+=usr/share/nls/ja_JP.eucJP/libc.cat
6976 OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
6977 OLD_DIRS+=usr/share/nls/kk_KZ.PT154
6978 OLD_DIRS+=usr/share/nls/kk_KZ.UTF-8
6979 OLD_DIRS+=usr/share/nls/ko_KR.CP949
6980 OLD_DIRS+=usr/share/nls/ko_KR.UTF-8
6981 OLD_FILES+=usr/share/nls/ko_KR.UTF-8/libc.cat
6982 OLD_DIRS+=usr/share/nls/ko_KR.eucKR
6983 OLD_FILES+=usr/share/nls/ko_KR.eucKR/libc.cat
6984 OLD_DIRS+=usr/share/nls/lv_LV.UTF-8
6985 OLD_DIRS+=usr/share/nls/lt_LT.ISO8859-13
6986 OLD_DIRS+=usr/share/nls/lt_LT.UTF-8
6987 OLD_DIRS+=usr/share/nls/lv_LV.ISO8859-13
6988 OLD_DIRS+=usr/share/nls/mn_MN.UTF-8
6989 OLD_FILES+=usr/share/nls/mn_MN.UTF-8/libc.cat
6990 OLD_DIRS+=usr/share/nls/nl_BE.ISO8859-1
6991 OLD_DIRS+=usr/share/nls/nl_BE.ISO8859-15
6992 OLD_DIRS+=usr/share/nls/nl_BE.UTF-8
6993 OLD_DIRS+=usr/share/nls/no_NO.ISO8859-1
6994 OLD_FILES+=usr/share/nls/nl_NL.ISO8859-1/libc.cat
6995 OLD_DIRS+=usr/share/nls/nl_NL.ISO8859-15
6996 OLD_DIRS+=usr/share/nls/nl_NL.ISO8859-1
6997 OLD_FILES+=usr/share/nls/no_NO.ISO8859-1/libc.cat
6998 OLD_DIRS+=usr/share/nls/no_NO.ISO8859-15
6999 OLD_DIRS+=usr/share/nls/nl_NL.UTF-8
7000 OLD_DIRS+=usr/share/nls/no_NO.UTF-8
7001 OLD_DIRS+=usr/share/nls/pl_PL.ISO8859-2
7002 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
7003 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/libc.cat
7004 OLD_DIRS+=usr/share/nls/pl_PL.UTF-8
7005 OLD_DIRS+=usr/share/nls/pt_BR.ISO8859-1
7006 OLD_DIRS+=usr/share/nls/pt_BR.UTF-8
7007 OLD_DIRS+=usr/share/nls/pt_PT.ISO8859-1
7008 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
7009 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/grep.cat
7010 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/libc.cat
7011 OLD_FILES+=usr/share/nls/pt_PT.ISO8859-1/ee.cat
7012 OLD_DIRS+=usr/share/nls/pt_PT.ISO8859-15
7013 OLD_DIRS+=usr/share/nls/pt_PT.UTF-8
7014 OLD_DIRS+=usr/share/nls/ro_RO.ISO8859-2
7015 OLD_DIRS+=usr/share/nls/ro_RO.UTF-8
7016 OLD_DIRS+=usr/share/nls/ru_RU.CP1251
7017 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
7018 OLD_DIRS+=usr/share/nls/ru_RU.CP866
7019 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
7020 OLD_DIRS+=usr/share/nls/ru_RU.ISO8859-5
7021 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
7022 OLD_DIRS+=usr/share/nls/ru_RU.KOI8-R
7023 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
7024 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/grep.cat
7025 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/libc.cat
7026 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
7027 OLD_DIRS+=usr/share/nls/ru_RU.UTF-8
7028 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
7029 OLD_DIRS+=usr/share/nls/sk_SK.ISO8859-2
7030 OLD_FILES+=usr/share/nls/sk_SK.ISO8859-2/libc.cat
7031 OLD_DIRS+=usr/share/nls/sk_SK.UTF-8
7032 OLD_DIRS+=usr/share/nls/sl_SI.ISO8859-2
7033 OLD_DIRS+=usr/share/nls/sl_SI.UTF-8
7034 OLD_DIRS+=usr/share/nls/sr_YU.ISO8859-2
7035 OLD_DIRS+=usr/share/nls/sr_YU.ISO8859-5
7036 OLD_DIRS+=usr/share/nls/sr_YU.UTF-8
7037 OLD_DIRS+=usr/share/nls/sv_SE.ISO8859-1
7038 OLD_FILES+=usr/share/nls/sv_SE.ISO8859-1/libc.cat
7039 OLD_DIRS+=usr/share/nls/sv_SE.ISO8859-15
7040 OLD_DIRS+=usr/share/nls/sv_SE.UTF-8
7041 OLD_DIRS+=usr/share/nls/tr_TR.ISO8859-9
7042 OLD_DIRS+=usr/share/nls/tr_TR.UTF-8
7043 OLD_DIRS+=usr/share/nls/uk_UA.ISO8859-5
7044 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
7045 OLD_DIRS+=usr/share/nls/uk_UA.KOI8-U
7046 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
7047 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
7048 OLD_DIRS+=usr/share/nls/uk_UA.UTF-8
7049 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/grep.cat
7050 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/libc.cat
7051 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
7052 OLD_DIRS+=usr/share/nls/zh_CN.GB18030
7053 OLD_FILES+=usr/share/nls/zh_CN.GB18030/libc.cat
7054 OLD_DIRS+=usr/share/nls/zh_CN.GBK
7055 OLD_DIRS+=usr/share/nls/zh_CN.GB2312
7056 OLD_FILES+=usr/share/nls/zh_CN.GB2312/libc.cat
7057 OLD_DIRS+=usr/share/nls/zh_CN.UTF-8
7058 OLD_FILES+=usr/share/nls/zh_CN.UTF-8/grep.cat
7059 OLD_FILES+=usr/share/nls/zh_CN.UTF-8/libc.cat
7060 OLD_DIRS+=usr/share/nls/zh_CN.eucCN
7061 OLD_DIRS+=usr/share/nls/zh_HK.UTF-8
7062 OLD_DIRS+=usr/share/nls/zh_TW.UTF-8
7063 OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0
7064 .endif
7065
7066 .if ${MK_NLS_CATALOGS} == no
7067 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
7068 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
7069 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
7070 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
7071 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
7072 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
7073 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
7074 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
7075 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
7076 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
7077 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
7078 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
7079 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
7080 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
7081 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
7082 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
7083 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
7084 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
7085 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
7086 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
7087 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
7088 .endif
7089
7090 .if ${MK_NS_CACHING} == no
7091 OLD_FILES+=etc/nscd.conf
7092 OLD_FILES+=etc/rc.d/nscd
7093 OLD_FILES+=usr/sbin/nscd
7094 OLD_FILES+=usr/share/examples/etc/nscd.conf
7095 OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz
7096 OLD_FILES+=usr/share/man/man8/nscd.8.gz
7097 .endif
7098
7099 .if ${MK_NTP} == no
7100 OLD_FILES+=etc/ntp/leap-seconds
7101 OLD_DIRS+=etc/ntp
7102 OLD_FILES+=etc/ntp.conf
7103 OLD_FILES+=etc/periodic/daily/480.status-ntpd
7104 OLD_FILES+=etc/periodic/daily/480.leapfile-ntpd
7105 OLD_FILES+=etc/rc.d/ntpd
7106 OLD_FILES+=usr/bin/ntpq
7107 OLD_FILES+=usr/sbin/ntp-keygen
7108 OLD_FILES+=usr/sbin/ntpd
7109 OLD_FILES+=usr/sbin/ntpdate
7110 OLD_FILES+=usr/sbin/ntpdc
7111 OLD_FILES+=usr/sbin/ntptime
7112 OLD_FILES+=usr/sbin/sntp
7113 OLD_FILES+=usr/share/doc/ntp/access.html
7114 OLD_FILES+=usr/share/doc/ntp/accopt.html
7115 OLD_FILES+=usr/share/doc/ntp/assoc.html
7116 OLD_FILES+=usr/share/doc/ntp/audio.html
7117 OLD_FILES+=usr/share/doc/ntp/authentic.html
7118 OLD_FILES+=usr/share/doc/ntp/authopt.html
7119 OLD_FILES+=usr/share/doc/ntp/autokey.html
7120 OLD_FILES+=usr/share/doc/ntp/bugs.html
7121 OLD_FILES+=usr/share/doc/ntp/build.html
7122 OLD_FILES+=usr/share/doc/ntp/clock.html
7123 OLD_FILES+=usr/share/doc/ntp/clockopt.html
7124 OLD_FILES+=usr/share/doc/ntp/cluster.html
7125 OLD_FILES+=usr/share/doc/ntp/comdex.html
7126 OLD_FILES+=usr/share/doc/ntp/config.html
7127 OLD_FILES+=usr/share/doc/ntp/confopt.html
7128 OLD_FILES+=usr/share/doc/ntp/copyright.html
7129 OLD_FILES+=usr/share/doc/ntp/debug.html
7130 OLD_FILES+=usr/share/doc/ntp/decode.html
7131 OLD_FILES+=usr/share/doc/ntp/discipline.html
7132 OLD_FILES+=usr/share/doc/ntp/discover.html
7133 OLD_FILES+=usr/share/doc/ntp/driver1.html
7134 OLD_FILES+=usr/share/doc/ntp/driver10.html
7135 OLD_FILES+=usr/share/doc/ntp/driver11.html
7136 OLD_FILES+=usr/share/doc/ntp/driver12.html
7137 OLD_FILES+=usr/share/doc/ntp/driver16.html
7138 OLD_FILES+=usr/share/doc/ntp/driver18.html
7139 OLD_FILES+=usr/share/doc/ntp/driver19.html
7140 OLD_FILES+=usr/share/doc/ntp/driver2.html
7141 OLD_FILES+=usr/share/doc/ntp/driver20.html
7142 OLD_FILES+=usr/share/doc/ntp/driver22.html
7143 OLD_FILES+=usr/share/doc/ntp/driver26.html
7144 OLD_FILES+=usr/share/doc/ntp/driver27.html
7145 OLD_FILES+=usr/share/doc/ntp/driver28.html
7146 OLD_FILES+=usr/share/doc/ntp/driver29.html
7147 OLD_FILES+=usr/share/doc/ntp/driver3.html
7148 OLD_FILES+=usr/share/doc/ntp/driver30.html
7149 OLD_FILES+=usr/share/doc/ntp/driver32.html
7150 OLD_FILES+=usr/share/doc/ntp/driver33.html
7151 OLD_FILES+=usr/share/doc/ntp/driver34.html
7152 OLD_FILES+=usr/share/doc/ntp/driver35.html
7153 OLD_FILES+=usr/share/doc/ntp/driver36.html
7154 OLD_FILES+=usr/share/doc/ntp/driver37.html
7155 OLD_FILES+=usr/share/doc/ntp/driver4.html
7156 OLD_FILES+=usr/share/doc/ntp/driver5.html
7157 OLD_FILES+=usr/share/doc/ntp/driver6.html
7158 OLD_FILES+=usr/share/doc/ntp/driver7.html
7159 OLD_FILES+=usr/share/doc/ntp/driver8.html
7160 OLD_FILES+=usr/share/doc/ntp/driver9.html
7161 OLD_FILES+=usr/share/doc/ntp/drivers/driver1.html
7162 OLD_FILES+=usr/share/doc/ntp/drivers/driver10.html
7163 OLD_FILES+=usr/share/doc/ntp/drivers/driver11.html
7164 OLD_FILES+=usr/share/doc/ntp/drivers/driver12.html
7165 OLD_FILES+=usr/share/doc/ntp/drivers/driver16.html
7166 OLD_FILES+=usr/share/doc/ntp/drivers/driver18.html
7167 OLD_FILES+=usr/share/doc/ntp/drivers/driver19.html
7168 OLD_FILES+=usr/share/doc/ntp/drivers/driver20.html
7169 OLD_FILES+=usr/share/doc/ntp/drivers/driver22.html
7170 OLD_FILES+=usr/share/doc/ntp/drivers/driver26.html
7171 OLD_FILES+=usr/share/doc/ntp/drivers/driver27.html
7172 OLD_FILES+=usr/share/doc/ntp/drivers/driver28.html
7173 OLD_FILES+=usr/share/doc/ntp/drivers/driver29.html
7174 OLD_FILES+=usr/share/doc/ntp/drivers/driver3.html
7175 OLD_FILES+=usr/share/doc/ntp/drivers/driver30.html
7176 OLD_FILES+=usr/share/doc/ntp/drivers/driver31.html
7177 OLD_FILES+=usr/share/doc/ntp/drivers/driver32.html
7178 OLD_FILES+=usr/share/doc/ntp/drivers/driver33.html
7179 OLD_FILES+=usr/share/doc/ntp/drivers/driver34.html
7180 OLD_FILES+=usr/share/doc/ntp/drivers/driver35.html
7181 OLD_FILES+=usr/share/doc/ntp/drivers/driver36.html
7182 OLD_FILES+=usr/share/doc/ntp/drivers/driver37.html
7183 OLD_FILES+=usr/share/doc/ntp/drivers/driver38.html
7184 OLD_FILES+=usr/share/doc/ntp/drivers/driver39.html
7185 OLD_FILES+=usr/share/doc/ntp/drivers/driver4.html
7186 OLD_FILES+=usr/share/doc/ntp/drivers/driver40.html
7187 OLD_FILES+=usr/share/doc/ntp/drivers/driver42.html
7188 OLD_FILES+=usr/share/doc/ntp/drivers/driver43.html
7189 OLD_FILES+=usr/share/doc/ntp/drivers/driver44.html
7190 OLD_FILES+=usr/share/doc/ntp/drivers/driver45.html
7191 OLD_FILES+=usr/share/doc/ntp/drivers/driver46.html
7192 OLD_FILES+=usr/share/doc/ntp/drivers/driver5.html
7193 OLD_FILES+=usr/share/doc/ntp/drivers/driver6.html
7194 OLD_FILES+=usr/share/doc/ntp/drivers/driver7.html
7195 OLD_FILES+=usr/share/doc/ntp/drivers/driver8.html
7196 OLD_FILES+=usr/share/doc/ntp/drivers/driver9.html
7197 OLD_FILES+=usr/share/doc/ntp/drivers/icons/home.gif
7198 OLD_FILES+=usr/share/doc/ntp/drivers/icons/mail2.gif
7199 OLD_FILES+=usr/share/doc/ntp/drivers/mx4200data.html
7200 OLD_FILES+=usr/share/doc/ntp/drivers/oncore-shmem.html
7201 OLD_FILES+=usr/share/doc/ntp/drivers/scripts/footer.txt
7202 OLD_FILES+=usr/share/doc/ntp/drivers/scripts/style.css
7203 OLD_FILES+=usr/share/doc/ntp/drivers/tf582_4.html
7204 OLD_FILES+=usr/share/doc/ntp/extern.html
7205 OLD_FILES+=usr/share/doc/ntp/filter.html
7206 OLD_FILES+=usr/share/doc/ntp/hints.html
7207 OLD_FILES+=usr/share/doc/ntp/hints/a-ux
7208 OLD_FILES+=usr/share/doc/ntp/hints/aix
7209 OLD_FILES+=usr/share/doc/ntp/hints/bsdi
7210 OLD_FILES+=usr/share/doc/ntp/hints/changes
7211 OLD_FILES+=usr/share/doc/ntp/hints/decosf1
7212 OLD_FILES+=usr/share/doc/ntp/hints/decosf2
7213 OLD_FILES+=usr/share/doc/ntp/hints/freebsd
7214 OLD_FILES+=usr/share/doc/ntp/hints/hpux
7215 OLD_FILES+=usr/share/doc/ntp/hints/linux
7216 OLD_FILES+=usr/share/doc/ntp/hints/mpeix
7217 OLD_FILES+=usr/share/doc/ntp/hints/notes-xntp-v3
7218 OLD_FILES+=usr/share/doc/ntp/hints/parse
7219 OLD_FILES+=usr/share/doc/ntp/hints/refclocks
7220 OLD_FILES+=usr/share/doc/ntp/hints/rs6000
7221 OLD_FILES+=usr/share/doc/ntp/hints/sco.html
7222 OLD_FILES+=usr/share/doc/ntp/hints/sgi
7223 OLD_FILES+=usr/share/doc/ntp/hints/solaris-dosynctodr.html
7224 OLD_FILES+=usr/share/doc/ntp/hints/solaris.html
7225 OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.4023118
7226 OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.4095849
7227 OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.S99ntpd
7228 OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.patchfreq
7229 OLD_FILES+=usr/share/doc/ntp/hints/sun4
7230 OLD_FILES+=usr/share/doc/ntp/hints/svr4-dell
7231 OLD_FILES+=usr/share/doc/ntp/hints/svr4_package
7232 OLD_FILES+=usr/share/doc/ntp/hints/todo
7233 OLD_FILES+=usr/share/doc/ntp/hints/vxworks.html
7234 OLD_FILES+=usr/share/doc/ntp/hints/winnt.html
7235 OLD_FILES+=usr/share/doc/ntp/history.html
7236 OLD_FILES+=usr/share/doc/ntp/howto.html
7237 OLD_FILES+=usr/share/doc/ntp/huffpuff.html
7238 OLD_FILES+=usr/share/doc/ntp/icons/home.gif
7239 OLD_FILES+=usr/share/doc/ntp/icons/mail2.gif
7240 OLD_FILES+=usr/share/doc/ntp/icons/sitemap.png
7241 OLD_FILES+=usr/share/doc/ntp/index.html
7242 OLD_FILES+=usr/share/doc/ntp/kern.html
7243 OLD_FILES+=usr/share/doc/ntp/kernpps.html
7244 OLD_FILES+=usr/share/doc/ntp/keygen.html
7245 OLD_FILES+=usr/share/doc/ntp/ldisc.html
7246 OLD_FILES+=usr/share/doc/ntp/leap.html
7247 OLD_FILES+=usr/share/doc/ntp/measure.html
7248 OLD_FILES+=usr/share/doc/ntp/miscopt.html
7249 OLD_FILES+=usr/share/doc/ntp/monopt.html
7250 OLD_FILES+=usr/share/doc/ntp/msyslog.html
7251 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
7252 OLD_FILES+=usr/share/doc/ntp/notes.html
7253 OLD_FILES+=usr/share/doc/ntp/ntp-keygen.html
7254 OLD_FILES+=usr/share/doc/ntp/ntp-wait.html
7255 OLD_FILES+=usr/share/doc/ntp/ntp.conf.html
7256 OLD_FILES+=usr/share/doc/ntp/ntp.keys.html
7257 OLD_FILES+=usr/share/doc/ntp/ntp_conf.html
7258 OLD_FILES+=usr/share/doc/ntp/ntpd.html
7259 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
7260 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
7261 OLD_FILES+=usr/share/doc/ntp/ntpdsim.html
7262 OLD_FILES+=usr/share/doc/ntp/ntpdsim_new.html
7263 OLD_FILES+=usr/share/doc/ntp/ntpq.html
7264 OLD_FILES+=usr/share/doc/ntp/ntpsnmpd.html
7265 OLD_FILES+=usr/share/doc/ntp/ntptime.html
7266 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
7267 OLD_FILES+=usr/share/doc/ntp/orphan.html
7268 OLD_FILES+=usr/share/doc/ntp/parsedata.html
7269 OLD_FILES+=usr/share/doc/ntp/parsenew.html
7270 OLD_FILES+=usr/share/doc/ntp/patches.html
7271 OLD_FILES+=usr/share/doc/ntp/pic/9400n.jpg
7272 OLD_FILES+=usr/share/doc/ntp/pic/alice11.gif
7273 OLD_FILES+=usr/share/doc/ntp/pic/alice13.gif
7274 OLD_FILES+=usr/share/doc/ntp/pic/alice15.gif
7275 OLD_FILES+=usr/share/doc/ntp/pic/alice23.gif
7276 OLD_FILES+=usr/share/doc/ntp/pic/alice31.gif
7277 OLD_FILES+=usr/share/doc/ntp/pic/alice32.gif
7278 OLD_FILES+=usr/share/doc/ntp/pic/alice35.gif
7279 OLD_FILES+=usr/share/doc/ntp/pic/alice38.gif
7280 OLD_FILES+=usr/share/doc/ntp/pic/alice44.gif
7281 OLD_FILES+=usr/share/doc/ntp/pic/alice47.gif
7282 OLD_FILES+=usr/share/doc/ntp/pic/alice51.gif
7283 OLD_FILES+=usr/share/doc/ntp/pic/alice61.gif
7284 OLD_FILES+=usr/share/doc/ntp/pic/barnstable.gif
7285 OLD_FILES+=usr/share/doc/ntp/pic/beaver.gif
7286 OLD_FILES+=usr/share/doc/ntp/pic/boom3.gif
7287 OLD_FILES+=usr/share/doc/ntp/pic/boom3a.gif
7288 OLD_FILES+=usr/share/doc/ntp/pic/boom4.gif
7289 OLD_FILES+=usr/share/doc/ntp/pic/broad.gif
7290 OLD_FILES+=usr/share/doc/ntp/pic/bustardfly.gif
7291 OLD_FILES+=usr/share/doc/ntp/pic/c51.jpg
7292 OLD_FILES+=usr/share/doc/ntp/pic/description.jpg
7293 OLD_FILES+=usr/share/doc/ntp/pic/discipline.gif
7294 OLD_FILES+=usr/share/doc/ntp/pic/dogsnake.gif
7295 OLD_FILES+=usr/share/doc/ntp/pic/driver29.gif
7296 OLD_FILES+=usr/share/doc/ntp/pic/driver43_1.gif
7297 OLD_FILES+=usr/share/doc/ntp/pic/driver43_2.jpg
7298 OLD_FILES+=usr/share/doc/ntp/pic/fg6021.gif
7299 OLD_FILES+=usr/share/doc/ntp/pic/fg6039.jpg
7300 OLD_FILES+=usr/share/doc/ntp/pic/fig_3_1.gif
7301 OLD_FILES+=usr/share/doc/ntp/pic/flatheads.gif
7302 OLD_FILES+=usr/share/doc/ntp/pic/flt1.gif
7303 OLD_FILES+=usr/share/doc/ntp/pic/flt2.gif
7304 OLD_FILES+=usr/share/doc/ntp/pic/flt3.gif
7305 OLD_FILES+=usr/share/doc/ntp/pic/flt4.gif
7306 OLD_FILES+=usr/share/doc/ntp/pic/flt5.gif
7307 OLD_FILES+=usr/share/doc/ntp/pic/flt6.gif
7308 OLD_FILES+=usr/share/doc/ntp/pic/flt7.gif
7309 OLD_FILES+=usr/share/doc/ntp/pic/flt8.gif
7310 OLD_FILES+=usr/share/doc/ntp/pic/flt9.gif
7311 OLD_FILES+=usr/share/doc/ntp/pic/freq1211.gif
7312 OLD_FILES+=usr/share/doc/ntp/pic/gadget.jpg
7313 OLD_FILES+=usr/share/doc/ntp/pic/gps167.jpg
7314 OLD_FILES+=usr/share/doc/ntp/pic/group.gif
7315 OLD_FILES+=usr/share/doc/ntp/pic/hornraba.gif
7316 OLD_FILES+=usr/share/doc/ntp/pic/igclock.gif
7317 OLD_FILES+=usr/share/doc/ntp/pic/neoclock4x.gif
7318 OLD_FILES+=usr/share/doc/ntp/pic/offset1211.gif
7319 OLD_FILES+=usr/share/doc/ntp/pic/oncore_evalbig.gif
7320 OLD_FILES+=usr/share/doc/ntp/pic/oncore_remoteant.jpg
7321 OLD_FILES+=usr/share/doc/ntp/pic/oncore_utplusbig.gif
7322 OLD_FILES+=usr/share/doc/ntp/pic/oz2.gif
7323 OLD_FILES+=usr/share/doc/ntp/pic/panda.gif
7324 OLD_FILES+=usr/share/doc/ntp/pic/pd_om006.gif
7325 OLD_FILES+=usr/share/doc/ntp/pic/pd_om011.gif
7326 OLD_FILES+=usr/share/doc/ntp/pic/peer.gif
7327 OLD_FILES+=usr/share/doc/ntp/pic/pogo.gif
7328 OLD_FILES+=usr/share/doc/ntp/pic/pogo1a.gif
7329 OLD_FILES+=usr/share/doc/ntp/pic/pogo3a.gif
7330 OLD_FILES+=usr/share/doc/ntp/pic/pogo4.gif
7331 OLD_FILES+=usr/share/doc/ntp/pic/pogo5.gif
7332 OLD_FILES+=usr/share/doc/ntp/pic/pogo6.gif
7333 OLD_FILES+=usr/share/doc/ntp/pic/pogo7.gif
7334 OLD_FILES+=usr/share/doc/ntp/pic/pogo8.gif
7335 OLD_FILES+=usr/share/doc/ntp/pic/pzf509.jpg
7336 OLD_FILES+=usr/share/doc/ntp/pic/pzf511.jpg
7337 OLD_FILES+=usr/share/doc/ntp/pic/rabbit.gif
7338 OLD_FILES+=usr/share/doc/ntp/pic/radio2.jpg
7339 OLD_FILES+=usr/share/doc/ntp/pic/sheepb.jpg
7340 OLD_FILES+=usr/share/doc/ntp/pic/stack1a.jpg
7341 OLD_FILES+=usr/share/doc/ntp/pic/stats.gif
7342 OLD_FILES+=usr/share/doc/ntp/pic/sx5.gif
7343 OLD_FILES+=usr/share/doc/ntp/pic/thunderbolt.jpg
7344 OLD_FILES+=usr/share/doc/ntp/pic/time1.gif
7345 OLD_FILES+=usr/share/doc/ntp/pic/tonea.gif
7346 OLD_FILES+=usr/share/doc/ntp/pic/tribeb.gif
7347 OLD_FILES+=usr/share/doc/ntp/pic/wingdorothy.gif
7348 OLD_FILES+=usr/share/doc/ntp/poll.html
7349 OLD_FILES+=usr/share/doc/ntp/porting.html
7350 OLD_FILES+=usr/share/doc/ntp/pps.html
7351 OLD_FILES+=usr/share/doc/ntp/prefer.html
7352 OLD_FILES+=usr/share/doc/ntp/quick.html
7353 OLD_FILES+=usr/share/doc/ntp/rate.html
7354 OLD_FILES+=usr/share/doc/ntp/rdebug.html
7355 OLD_FILES+=usr/share/doc/ntp/refclock.html
7356 OLD_FILES+=usr/share/doc/ntp/release.html
7357 OLD_FILES+=usr/share/doc/ntp/scripts/accopt.txt
7358 OLD_FILES+=usr/share/doc/ntp/scripts/audio.txt
7359 OLD_FILES+=usr/share/doc/ntp/scripts/authopt.txt
7360 OLD_FILES+=usr/share/doc/ntp/scripts/clockopt.txt
7361 OLD_FILES+=usr/share/doc/ntp/scripts/command.txt
7362 OLD_FILES+=usr/share/doc/ntp/scripts/config.txt
7363 OLD_FILES+=usr/share/doc/ntp/scripts/confopt.txt
7364 OLD_FILES+=usr/share/doc/ntp/scripts/external.txt
7365 OLD_FILES+=usr/share/doc/ntp/scripts/footer.txt
7366 OLD_FILES+=usr/share/doc/ntp/scripts/hand.txt
7367 OLD_FILES+=usr/share/doc/ntp/scripts/install.txt
7368 OLD_FILES+=usr/share/doc/ntp/scripts/manual.txt
7369 OLD_FILES+=usr/share/doc/ntp/scripts/misc.txt
7370 OLD_FILES+=usr/share/doc/ntp/scripts/miscopt.txt
7371 OLD_FILES+=usr/share/doc/ntp/scripts/monopt.txt
7372 OLD_FILES+=usr/share/doc/ntp/scripts/refclock.txt
7373 OLD_FILES+=usr/share/doc/ntp/scripts/special.txt
7374 OLD_FILES+=usr/share/doc/ntp/scripts/style.css
7375 OLD_FILES+=usr/share/doc/ntp/select.html
7376 OLD_FILES+=usr/share/doc/ntp/sitemap.html
7377 OLD_FILES+=usr/share/doc/ntp/sntp.html
7378 OLD_FILES+=usr/share/doc/ntp/stats.html
7379 OLD_FILES+=usr/share/doc/ntp/tickadj.html
7380 OLD_FILES+=usr/share/doc/ntp/warp.html
7381 OLD_FILES+=usr/share/doc/ntp/xleave.html
7382 OLD_DIRS+=usr/share/doc/ntp/drivers
7383 OLD_DIRS+=usr/share/doc/ntp/drivers/scripts
7384 OLD_DIRS+=usr/share/doc/ntp/drivers/icons
7385 OLD_DIRS+=usr/share/doc/ntp/hints
7386 OLD_DIRS+=usr/share/doc/ntp/icons
7387 OLD_DIRS+=usr/share/doc/ntp/pic
7388 OLD_DIRS+=usr/share/doc/ntp/scripts
7389 OLD_DIRS+=usr/share/doc/ntp
7390 OLD_FILES+=usr/share/examples/etc/ntp.conf
7391 OLD_FILES+=usr/share/man/man1/sntp.1.gz
7392 OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
7393 OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
7394 OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
7395 OLD_FILES+=usr/share/man/man8/ntpd.8.gz
7396 OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
7397 OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
7398 OLD_FILES+=usr/share/man/man8/ntpq.8.gz
7399 OLD_FILES+=usr/share/man/man8/ntptime.8.gz
7400 .endif
7401
7402 .if ${MK_OFED} == no
7403 OLD_FILES+=etc/newsyslog.conf.d/opensm.conf
7404 OLD_FILES+=etc/rc.d/opensm
7405 OLD_FILES+=usr/bin/ibstat
7406 OLD_FILES+=usr/bin/ibv_asyncwatch
7407 OLD_FILES+=usr/bin/ibv_devices
7408 OLD_FILES+=usr/bin/ibv_devinfo
7409 OLD_FILES+=usr/bin/ibv_rc_pingpong
7410 OLD_FILES+=usr/bin/ibv_srq_pingpong
7411 OLD_FILES+=usr/bin/ibv_uc_pingpong
7412 OLD_FILES+=usr/bin/ibv_ud_pingpong
7413 OLD_FILES+=usr/bin/mckey
7414 OLD_FILES+=usr/bin/rping
7415 OLD_FILES+=usr/bin/ucmatose
7416 OLD_FILES+=usr/bin/udaddy
7417 OLD_FILES+=usr/include/infiniband/marshall.h
7418 OLD_FILES+=usr/include/infiniband/kern-abi.h
7419 OLD_FILES+=usr/include/infiniband/umad_sm.h
7420 OLD_FILES+=usr/include/infiniband/umad.h
7421 OLD_FILES+=usr/include/infiniband/arch.h
7422 OLD_FILES+=usr/include/infiniband/verbs.h
7423 OLD_FILES+=usr/include/infiniband/ib.h
7424 OLD_FILES+=usr/include/infiniband/cm.h
7425 OLD_FILES+=usr/include/infiniband/opcode.h
7426 OLD_FILES+=usr/include/infiniband/ibnetdisc.h
7427 OLD_FILES+=usr/include/infiniband/driver.h
7428 OLD_FILES+=usr/include/infiniband/mad_osd.h
7429 OLD_FILES+=usr/include/infiniband/umad_types.h
7430 OLD_FILES+=usr/include/infiniband/umad_cm.h
7431 OLD_FILES+=usr/include/infiniband/cm_abi.h
7432 OLD_FILES+=usr/include/infiniband/sa-kern-abi.h
7433 OLD_FILES+=usr/include/infiniband/ibnetdisc_osd.h
7434 OLD_FILES+=usr/include/infiniband/opensm/osm_event_plugin.h
7435 OLD_FILES+=usr/include/infiniband/opensm/osm_console_io.h
7436 OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_cache.h
7437 OLD_FILES+=usr/include/infiniband/opensm/osm_port.h
7438 OLD_FILES+=usr/include/infiniband/opensm/osm_path.h
7439 OLD_FILES+=usr/include/infiniband/opensm/osm_mtree.h
7440 OLD_FILES+=usr/include/infiniband/opensm/osm_log.h
7441 OLD_FILES+=usr/include/infiniband/opensm/osm_mcm_port.h
7442 OLD_FILES+=usr/include/infiniband/opensm/osm_subnet.h
7443 OLD_FILES+=usr/include/infiniband/opensm/osm_pkey.h
7444 OLD_FILES+=usr/include/infiniband/opensm/osm_remote_sm.h
7445 OLD_FILES+=usr/include/infiniband/opensm/osm_qos_policy.h
7446 OLD_FILES+=usr/include/infiniband/opensm/osm_sm.h
7447 OLD_FILES+=usr/include/infiniband/opensm/osm_node.h
7448 OLD_FILES+=usr/include/infiniband/opensm/osm_mcast_mgr.h
7449 OLD_FILES+=usr/include/infiniband/opensm/osm_madw.h
7450 OLD_FILES+=usr/include/infiniband/opensm/osm_lid_mgr.h
7451 OLD_FILES+=usr/include/infiniband/opensm/osm_congestion_control.h
7452 OLD_FILES+=usr/include/infiniband/opensm/osm_port_profile.h
7453 OLD_FILES+=usr/include/infiniband/opensm/osm_perfmgr.h
7454 OLD_FILES+=usr/include/infiniband/opensm/osm_service.h
7455 OLD_FILES+=usr/include/infiniband/opensm/osm_base.h
7456 OLD_FILES+=usr/include/infiniband/opensm/osm_vl15intf.h
7457 OLD_FILES+=usr/include/infiniband/opensm/st.h
7458 OLD_FILES+=usr/include/infiniband/opensm/osm_attrib_req.h
7459 OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_mgr.h
7460 OLD_FILES+=usr/include/infiniband/opensm/osm_db.h
7461 OLD_FILES+=usr/include/infiniband/opensm/osm_sa_mad_ctrl.h
7462 OLD_FILES+=usr/include/infiniband/opensm/osm_db_pack.h
7463 OLD_FILES+=usr/include/infiniband/opensm/osm_opensm.h
7464 OLD_FILES+=usr/include/infiniband/opensm/osm_mesh.h
7465 OLD_FILES+=usr/include/infiniband/opensm/osm_mcast_tbl.h
7466 OLD_FILES+=usr/include/infiniband/opensm/osm_sm_mad_ctrl.h
7467 OLD_FILES+=usr/include/infiniband/opensm/osm_stats.h
7468 OLD_FILES+=usr/include/infiniband/opensm/osm_mad_pool.h
7469 OLD_FILES+=usr/include/infiniband/opensm/osm_switch.h
7470 OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_lash.h
7471 OLD_FILES+=usr/include/infiniband/opensm/osm_errors.h
7472 OLD_FILES+=usr/include/infiniband/opensm/osm_partition.h
7473 OLD_FILES+=usr/include/infiniband/opensm/osm_prefix_route.h
7474 OLD_FILES+=usr/include/infiniband/opensm/osm_helper.h
7475 OLD_FILES+=usr/include/infiniband/opensm/osm_version.h
7476 OLD_FILES+=usr/include/infiniband/opensm/osm_sa.h
7477 OLD_FILES+=usr/include/infiniband/opensm/osm_config.h
7478 OLD_FILES+=usr/include/infiniband/opensm/osm_multicast.h
7479 OLD_FILES+=usr/include/infiniband/opensm/osm_file_ids.h
7480 OLD_FILES+=usr/include/infiniband/opensm/osm_perfmgr_db.h
7481 OLD_FILES+=usr/include/infiniband/opensm/osm_console.h
7482 OLD_FILES+=usr/include/infiniband/opensm/osm_msgdef.h
7483 OLD_FILES+=usr/include/infiniband/opensm/osm_router.h
7484 OLD_FILES+=usr/include/infiniband/opensm/osm_guid.h
7485 OLD_FILES+=usr/include/infiniband/opensm/osm_inform.h
7486 OLD_DIRS+=usr/include/infiniband/opensm
7487 OLD_FILES+=usr/include/infiniband/iba/ib_types.h
7488 OLD_FILES+=usr/include/infiniband/iba/ib_cm_types.h
7489 OLD_DIRS+=usr/include/infiniband/iba
7490 OLD_FILES+=usr/include/infiniband/umad_str.h
7491 OLD_FILES+=usr/include/infiniband/udma_barrier.h
7492 OLD_FILES+=usr/include/infiniband/umad_sa.h
7493 OLD_FILES+=usr/include/infiniband/mad.h
7494 OLD_FILES+=usr/include/infiniband/sa.h
7495 OLD_FILES+=usr/include/infiniband/byteorder.h
7496 OLD_FILES+=usr/include/infiniband/types.h
7497 OLD_FILES+=usr/include/infiniband/byteswap.h
7498 OLD_FILES+=usr/include/infiniband/vendor/osm_pkt_randomizer.h
7499 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_rmpp_ctx.h
7500 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl_hca_guid.h
7501 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_txn.h
7502 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx.h
7503 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_svc.h
7504 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_test.h
7505 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_inout.h
7506 OLD_FILES+=usr/include/infiniband/vendor/osm_mtl_bind.h
7507 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_hca.h
7508 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_sa_api.h
7509 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_sender.h
7510 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor.h
7511 OLD_FILES+=usr/include/infiniband/vendor/osm_umadt.h
7512 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl_transaction_mgr.h
7513 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_defs.h
7514 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_dispatcher.h
7515 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_api.h
7516 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl.h
7517 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_transport.h
7518 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_al.h
7519 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_sar.h
7520 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_umadt.h
7521 OLD_FILES+=usr/include/infiniband/vendor/osm_ts_useraccess.h
7522 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_ts.h
7523 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_transport_anafa.h
7524 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_ibumad.h
7525 OLD_DIRS+=usr/include/infiniband/vendor
7526 OLD_FILES+=usr/include/infiniband/endian.h
7527 OLD_FILES+=usr/include/infiniband/complib/cl_byteswap.h
7528 OLD_FILES+=usr/include/infiniband/complib/cl_types.h
7529 OLD_FILES+=usr/include/infiniband/complib/cl_map.h
7530 OLD_FILES+=usr/include/infiniband/complib/cl_packon.h
7531 OLD_FILES+=usr/include/infiniband/complib/cl_timer.h
7532 OLD_FILES+=usr/include/infiniband/complib/cl_thread_osd.h
7533 OLD_FILES+=usr/include/infiniband/complib/cl_thread.h
7534 OLD_FILES+=usr/include/infiniband/complib/cl_event.h
7535 OLD_FILES+=usr/include/infiniband/complib/cl_byteswap_osd.h
7536 OLD_FILES+=usr/include/infiniband/complib/cl_passivelock.h
7537 OLD_FILES+=usr/include/infiniband/complib/cl_vector.h
7538 OLD_FILES+=usr/include/infiniband/complib/cl_nodenamemap.h
7539 OLD_FILES+=usr/include/infiniband/complib/cl_event_wheel.h
7540 OLD_FILES+=usr/include/infiniband/complib/cl_log.h
7541 OLD_FILES+=usr/include/infiniband/complib/cl_fleximap.h
7542 OLD_FILES+=usr/include/infiniband/complib/cl_qlist.h
7543 OLD_FILES+=usr/include/infiniband/complib/cl_timer_osd.h
7544 OLD_FILES+=usr/include/infiniband/complib/cl_pool.h
7545 OLD_FILES+=usr/include/infiniband/complib/cl_debug.h
7546 OLD_FILES+=usr/include/infiniband/complib/cl_types_osd.h
7547 OLD_FILES+=usr/include/infiniband/complib/cl_dispatcher.h
7548 OLD_FILES+=usr/include/infiniband/complib/cl_ptr_vector.h
7549 OLD_FILES+=usr/include/infiniband/complib/cl_atomic_osd.h
7550 OLD_FILES+=usr/include/infiniband/complib/cl_qmap.h
7551 OLD_FILES+=usr/include/infiniband/complib/cl_spinlock_osd.h
7552 OLD_FILES+=usr/include/infiniband/complib/cl_qcomppool.h
7553 OLD_FILES+=usr/include/infiniband/complib/cl_threadpool.h
7554 OLD_FILES+=usr/include/infiniband/complib/cl_list.h
7555 OLD_FILES+=usr/include/infiniband/complib/cl_debug_osd.h
7556 OLD_FILES+=usr/include/infiniband/complib/cl_packoff.h
7557 OLD_FILES+=usr/include/infiniband/complib/cl_qpool.h
7558 OLD_FILES+=usr/include/infiniband/complib/cl_spinlock.h
7559 OLD_FILES+=usr/include/infiniband/complib/cl_event_osd.h
7560 OLD_FILES+=usr/include/infiniband/complib/cl_atomic.h
7561 OLD_FILES+=usr/include/infiniband/complib/cl_math.h
7562 OLD_FILES+=usr/include/infiniband/complib/cl_comppool.h
7563 OLD_DIRS+=usr/include/infiniband/complib
7564 OLD_DIRS+=usr/include/infiniband
7565 OLD_FILES+=usr/lib/libcxgb4.a
7566 OLD_FILES+=usr/lib/libcxgb4.so
7567 OLD_LIBS+=usr/lib/libcxgb4.so.1
7568 OLD_FILES+=usr/lib/libibcm.a
7569 OLD_FILES+=usr/lib/libibcm.so
7570 OLD_LIBS+=usr/lib/libibcm.so.1
7571 OLD_FILES+=usr/lib/libibmad.a
7572 OLD_FILES+=usr/lib/libibmad.so
7573 OLD_LIBS+=usr/lib/libibmad.so.5
7574 OLD_FILES+=usr/lib/libibnetdisc.a
7575 OLD_FILES+=usr/lib/libibnetdisc.so
7576 OLD_LIBS+=usr/lib/libibnetdisc.so.5
7577 OLD_FILES+=usr/lib/libibumad.a
7578 OLD_FILES+=usr/lib/libibumad.so
7579 OLD_LIBS+=usr/lib/libibumad.so.1
7580 OLD_FILES+=usr/lib/libibverbs.a
7581 OLD_FILES+=usr/lib/libibverbs.so
7582 OLD_LIBS+=lib/libibverbs.so.1
7583 OLD_FILES+=usr/lib/libmlx4.a
7584 OLD_FILES+=usr/lib/libmlx4.so
7585 OLD_LIBS+=usr/lib/libmlx4.so.1
7586 OLD_FILES+=usr/lib/libmlx5.a
7587 OLD_FILES+=usr/lib/libmlx5.so
7588 OLD_LIBS+=lib/libmlx5.so.1
7589 OLD_FILES+=usr/lib/libopensm.a
7590 OLD_FILES+=usr/lib/libopensm.so
7591 OLD_LIBS+=usr/lib/libopensm.so.5
7592 OLD_FILES+=usr/lib/libosmcomp.a
7593 OLD_FILES+=usr/lib/libosmcomp.so
7594 OLD_LIBS+=usr/lib/libosmcomp.so.3
7595 OLD_FILES+=usr/lib/libosmvendor.a
7596 OLD_FILES+=usr/lib/libosmvendor.so
7597 OLD_LIBS+=usr/lib/libosmvendor.so.4
7598 OLD_FILES+=usr/lib/librdmacm.a
7599 OLD_FILES+=usr/lib/librdmacm.so
7600 OLD_LIBS+=usr/lib/librdmacm.so.1
7601 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
7602 OLD_FILES+=usr/lib32/libcxgb4.a
7603 OLD_FILES+=usr/lib32/libcxgb4.so
7604 OLD_LIBS+=usr/lib32/libcxgb4.so.1
7605 OLD_FILES+=usr/lib32/libibcm.a
7606 OLD_FILES+=usr/lib32/libibcm.so
7607 OLD_LIBS+=usr/lib32/libibcm.so.1
7608 OLD_FILES+=usr/lib32/libibmad.a
7609 OLD_FILES+=usr/lib32/libibmad.so
7610 OLD_LIBS+=usr/lib32/libibmad.so.5
7611 OLD_FILES+=usr/lib32/libibnetdisc.a
7612 OLD_FILES+=usr/lib32/libibnetdisc.so
7613 OLD_LIBS+=usr/lib32/libibnetdisc.so.5
7614 OLD_FILES+=usr/lib32/libibumad.a
7615 OLD_FILES+=usr/lib32/libibumad.so
7616 OLD_LIBS+=usr/lib32/libibumad.so.1
7617 OLD_FILES+=usr/lib32/libibverbs.a
7618 OLD_FILES+=usr/lib32/libibverbs.so
7619 OLD_LIBS+=usr/lib32/libibverbs.so.1
7620 OLD_FILES+=usr/lib32/libmlx4.a
7621 OLD_FILES+=usr/lib32/libmlx4.so
7622 OLD_LIBS+=usr/lib32/libmlx4.so.1
7623 OLD_FILES+=usr/lib32/libmlx5.a
7624 OLD_FILES+=usr/lib32/libmlx5.so
7625 OLD_LIBS+=usr/lib32/libmlx5.so.1
7626 OLD_FILES+=usr/lib32/libopensm.a
7627 OLD_FILES+=usr/lib32/libopensm.so
7628 OLD_LIBS+=usr/lib32/libopensm.so.5
7629 OLD_FILES+=usr/lib32/libosmcomp.a
7630 OLD_FILES+=usr/lib32/libosmcomp.so
7631 OLD_LIBS+=usr/lib32/libosmcomp.so.3
7632 OLD_FILES+=usr/lib32/libosmvendor.a
7633 OLD_FILES+=usr/lib32/libosmvendor.so
7634 OLD_LIBS+=usr/lib32/libosmvendor.so.4
7635 OLD_FILES+=usr/lib32/librdmacm.a
7636 OLD_FILES+=usr/lib32/librdmacm.so
7637 OLD_LIBS+=usr/lib32/librdmacm.so.1
7638 .endif
7639 OLD_FILES+=usr/share/man/man1/ibv_asyncwatch.1.gz
7640 OLD_FILES+=usr/share/man/man1/ibv_devices.1.gz
7641 OLD_FILES+=usr/share/man/man1/ibv_devinfo.1.gz
7642 OLD_FILES+=usr/share/man/man1/ibv_rc_pingpong.1.gz
7643 OLD_FILES+=usr/share/man/man1/ibv_srq_pingpong.1.gz
7644 OLD_FILES+=usr/share/man/man1/ibv_uc_pingpong.1.gz
7645 OLD_FILES+=usr/share/man/man1/ibv_ud_pingpong.1.gz
7646 OLD_FILES+=usr/share/man/man1/mckey.1.gz
7647 OLD_FILES+=usr/share/man/man1/rping.1.gz
7648 OLD_FILES+=usr/share/man/man1/ucmatose.1.gz
7649 OLD_FILES+=usr/share/man/man1/udaddy.1.gz
7650 OLD_FILES+=usr/share/man/man3/ibnd_debug.3.gz
7651 OLD_FILES+=usr/share/man/man3/ibnd_destroy_fabric.3.gz
7652 OLD_FILES+=usr/share/man/man3/ibnd_discover_fabric.3.gz
7653 OLD_FILES+=usr/share/man/man3/ibnd_find_node_dr.3.gz
7654 OLD_FILES+=usr/share/man/man3/ibnd_find_node_guid.3.gz
7655 OLD_FILES+=usr/share/man/man3/ibnd_iter_nodes.3.gz
7656 OLD_FILES+=usr/share/man/man3/ibnd_iter_nodes_type.3.gz
7657 OLD_FILES+=usr/share/man/man3/ibnd_show_progress.3.gz
7658 OLD_FILES+=usr/share/man/man3/ibv_alloc_mw.3.gz
7659 OLD_FILES+=usr/share/man/man3/ibv_alloc_pd.3.gz
7660 OLD_FILES+=usr/share/man/man3/ibv_attach_mcast.3.gz
7661 OLD_FILES+=usr/share/man/man3/ibv_bind_mw.3.gz
7662 OLD_FILES+=usr/share/man/man3/ibv_create_ah.3.gz
7663 OLD_FILES+=usr/share/man/man3/ibv_create_ah_from_wc.3.gz
7664 OLD_FILES+=usr/share/man/man3/ibv_create_comp_channel.3.gz
7665 OLD_FILES+=usr/share/man/man3/ibv_create_cq.3.gz
7666 OLD_FILES+=usr/share/man/man3/ibv_create_cq_ex.3.gz
7667 OLD_FILES+=usr/share/man/man3/ibv_create_flow.3.gz
7668 OLD_FILES+=usr/share/man/man3/ibv_create_qp.3.gz
7669 OLD_FILES+=usr/share/man/man3/ibv_create_qp_ex.3.gz
7670 OLD_FILES+=usr/share/man/man3/ibv_create_rwq_ind_table.3.gz
7671 OLD_FILES+=usr/share/man/man3/ibv_create_srq.3.gz
7672 OLD_FILES+=usr/share/man/man3/ibv_create_srq_ex.3.gz
7673 OLD_FILES+=usr/share/man/man3/ibv_create_wq.3.gz
7674 OLD_FILES+=usr/share/man/man3/ibv_event_type_str.3.gz
7675 OLD_FILES+=usr/share/man/man3/ibv_fork_init.3.gz
7676 OLD_FILES+=usr/share/man/man3/ibv_get_async_event.3.gz
7677 OLD_FILES+=usr/share/man/man3/ibv_get_cq_event.3.gz
7678 OLD_FILES+=usr/share/man/man3/ibv_get_device_guid.3.gz
7679 OLD_FILES+=usr/share/man/man3/ibv_get_device_list.3.gz
7680 OLD_FILES+=usr/share/man/man3/ibv_get_device_name.3.gz
7681 OLD_FILES+=usr/share/man/man3/ibv_get_srq_num.3.gz
7682 OLD_FILES+=usr/share/man/man3/ibv_inc_rkey.3.gz
7683 OLD_FILES+=usr/share/man/man3/ibv_modify_qp.3.gz
7684 OLD_FILES+=usr/share/man/man3/ibv_modify_srq.3.gz
7685 OLD_FILES+=usr/share/man/man3/ibv_modify_wq.3.gz
7686 OLD_FILES+=usr/share/man/man3/ibv_open_device.3.gz
7687 OLD_FILES+=usr/share/man/man3/ibv_open_qp.3.gz
7688 OLD_FILES+=usr/share/man/man3/ibv_open_xrcd.3.gz
7689 OLD_FILES+=usr/share/man/man3/ibv_poll_cq.3.gz
7690 OLD_FILES+=usr/share/man/man3/ibv_post_recv.3.gz
7691 OLD_FILES+=usr/share/man/man3/ibv_post_send.3.gz
7692 OLD_FILES+=usr/share/man/man3/ibv_post_srq_recv.3.gz
7693 OLD_FILES+=usr/share/man/man3/ibv_query_device.3.gz
7694 OLD_FILES+=usr/share/man/man3/ibv_query_device_ex.3.gz
7695 OLD_FILES+=usr/share/man/man3/ibv_query_gid.3.gz
7696 OLD_FILES+=usr/share/man/man3/ibv_query_pkey.3.gz
7697 OLD_FILES+=usr/share/man/man3/ibv_query_port.3.gz
7698 OLD_FILES+=usr/share/man/man3/ibv_query_qp.3.gz
7699 OLD_FILES+=usr/share/man/man3/ibv_query_rt_values_ex.3.gz
7700 OLD_FILES+=usr/share/man/man3/ibv_query_srq.3.gz
7701 OLD_FILES+=usr/share/man/man3/ibv_rate_to_mbps.3.gz
7702 OLD_FILES+=usr/share/man/man3/ibv_rate_to_mult.3.gz
7703 OLD_FILES+=usr/share/man/man3/ibv_reg_mr.3.gz
7704 OLD_FILES+=usr/share/man/man3/ibv_req_notify_cq.3.gz
7705 OLD_FILES+=usr/share/man/man3/ibv_rereg_mr.3.gz
7706 OLD_FILES+=usr/share/man/man3/ibv_resize_cq.3.gz
7707 OLD_FILES+=usr/share/man/man3/rdma_accept.3.gz
7708 OLD_FILES+=usr/share/man/man3/rdma_ack_cm_event.3.gz
7709 OLD_FILES+=usr/share/man/man3/rdma_bind_addr.3.gz
7710 OLD_FILES+=usr/share/man/man3/rdma_connect.3.gz
7711 OLD_FILES+=usr/share/man/man3/rdma_create_ep.3.gz
7712 OLD_FILES+=usr/share/man/man3/rdma_create_event_channel.3.gz
7713 OLD_FILES+=usr/share/man/man3/rdma_create_id.3.gz
7714 OLD_FILES+=usr/share/man/man3/rdma_create_qp.3.gz
7715 OLD_FILES+=usr/share/man/man3/rdma_create_srq.3.gz
7716 OLD_FILES+=usr/share/man/man3/rdma_dereg_mr.3.gz
7717 OLD_FILES+=usr/share/man/man3/rdma_destroy_ep.3.gz
7718 OLD_FILES+=usr/share/man/man3/rdma_destroy_event_channel.3.gz
7719 OLD_FILES+=usr/share/man/man3/rdma_destroy_id.3.gz
7720 OLD_FILES+=usr/share/man/man3/rdma_destroy_qp.3.gz
7721 OLD_FILES+=usr/share/man/man3/rdma_destroy_srq.3.gz
7722 OLD_FILES+=usr/share/man/man3/rdma_disconnect.3.gz
7723 OLD_FILES+=usr/share/man/man3/rdma_event_str.3.gz
7724 OLD_FILES+=usr/share/man/man3/rdma_free_devices.3.gz
7725 OLD_FILES+=usr/share/man/man3/rdma_get_cm_event.3.gz
7726 OLD_FILES+=usr/share/man/man3/rdma_get_devices.3.gz
7727 OLD_FILES+=usr/share/man/man3/rdma_get_dst_port.3.gz
7728 OLD_FILES+=usr/share/man/man3/rdma_get_local_addr.3.gz
7729 OLD_FILES+=usr/share/man/man3/rdma_get_peer_addr.3.gz
7730 OLD_FILES+=usr/share/man/man3/rdma_get_recv_comp.3.gz
7731 OLD_FILES+=usr/share/man/man3/rdma_get_request.3.gz
7732 OLD_FILES+=usr/share/man/man3/rdma_get_send_comp.3.gz
7733 OLD_FILES+=usr/share/man/man3/rdma_get_src_port.3.gz
7734 OLD_FILES+=usr/share/man/man3/rdma_getaddrinfo.3.gz
7735 OLD_FILES+=usr/share/man/man3/rdma_join_multicast.3.gz
7736 OLD_FILES+=usr/share/man/man3/rdma_leave_multicast.3.gz
7737 OLD_FILES+=usr/share/man/man3/rdma_listen.3.gz
7738 OLD_FILES+=usr/share/man/man3/rdma_migrate_id.3.gz
7739 OLD_FILES+=usr/share/man/man3/rdma_notify.3.gz
7740 OLD_FILES+=usr/share/man/man3/rdma_post_read.3.gz
7741 OLD_FILES+=usr/share/man/man3/rdma_post_readv.3.gz
7742 OLD_FILES+=usr/share/man/man3/rdma_post_recv.3.gz
7743 OLD_FILES+=usr/share/man/man3/rdma_post_recvv.3.gz
7744 OLD_FILES+=usr/share/man/man3/rdma_post_send.3.gz
7745 OLD_FILES+=usr/share/man/man3/rdma_post_sendv.3.gz
7746 OLD_FILES+=usr/share/man/man3/rdma_post_ud_send.3.gz
7747 OLD_FILES+=usr/share/man/man3/rdma_post_write.3.gz
7748 OLD_FILES+=usr/share/man/man3/rdma_post_writev.3.gz
7749 OLD_FILES+=usr/share/man/man3/rdma_reg_msgs.3.gz
7750 OLD_FILES+=usr/share/man/man3/rdma_reg_read.3.gz
7751 OLD_FILES+=usr/share/man/man3/rdma_reg_write.3.gz
7752 OLD_FILES+=usr/share/man/man3/rdma_reject.3.gz
7753 OLD_FILES+=usr/share/man/man3/rdma_resolve_addr.3.gz
7754 OLD_FILES+=usr/share/man/man3/rdma_resolve_route.3.gz
7755 OLD_FILES+=usr/share/man/man3/rdma_set_option.3.gz
7756 OLD_FILES+=usr/share/man/man4/mlx4ib.4.gz
7757 OLD_FILES+=usr/share/man/man4/mlx5ib.4.gz
7758 OLD_FILES+=usr/share/man/man8/ibstat.8.gz
7759 .endif
7760
7761 .if ${MK_OFED_EXTRA} == no
7762 OLD_FILES+=usr/bin/dump_fts
7763 OLD_FILES+=usr/bin/ibaddr
7764 OLD_FILES+=usr/bin/ibcacheedit
7765 OLD_FILES+=usr/bin/ibccconfig
7766 OLD_FILES+=usr/bin/ibccquery
7767 OLD_FILES+=usr/bin/iblinkinfo
7768 OLD_FILES+=usr/bin/ibmirror
7769 OLD_FILES+=usr/bin/ibnetdiscover
7770 OLD_FILES+=usr/bin/ibping
7771 OLD_FILES+=usr/bin/ibportstate
7772 OLD_FILES+=usr/bin/ibqueryerrors
7773 OLD_FILES+=usr/bin/ibroute
7774 OLD_FILES+=usr/bin/ibsysstat
7775 OLD_FILES+=usr/bin/ibtracert
7776 OLD_FILES+=usr/bin/opensm
7777 OLD_FILES+=usr/bin/perfquery
7778 OLD_FILES+=usr/bin/saquery
7779 OLD_FILES+=usr/bin/sminfo
7780 OLD_FILES+=usr/bin/smpdump
7781 OLD_FILES+=usr/bin/smpquery
7782 OLD_FILES+=usr/bin/vendstat
7783 OLD_FILES+=usr/share/man/man8/dump_fts.8.gz
7784 OLD_FILES+=usr/share/man/man8/ibaddr.8.gz
7785 OLD_FILES+=usr/share/man/man8/ibcacheedit.8.gz
7786 OLD_FILES+=usr/share/man/man8/ibccconfig.8.gz
7787 OLD_FILES+=usr/share/man/man8/ibccquery.8.gz
7788 OLD_FILES+=usr/share/man/man8/iblinkinfo.8.gz
7789 OLD_FILES+=usr/share/man/man8/ibnetdiscover.8.gz
7790 OLD_FILES+=usr/share/man/man8/ibping.8.gz
7791 OLD_FILES+=usr/share/man/man8/ibportstate.8.gz
7792 OLD_FILES+=usr/share/man/man8/ibqueryerrors.8.gz
7793 OLD_FILES+=usr/share/man/man8/ibroute.8.gz
7794 OLD_FILES+=usr/share/man/man8/ibsysstat.8.gz
7795 OLD_FILES+=usr/share/man/man8/ibtracert.8.gz
7796 OLD_FILES+=usr/share/man/man8/opensm.8.gz
7797 OLD_FILES+=usr/share/man/man8/perfquery.8.gz
7798 OLD_FILES+=usr/share/man/man8/saquery.8.gz
7799 OLD_FILES+=usr/share/man/man8/sminfo.8.gz
7800 OLD_FILES+=usr/share/man/man8/smpdump.8.gz
7801 OLD_FILES+=usr/share/man/man8/smpquery.8.gz
7802 OLD_FILES+=usr/share/man/man8/vendstat.8.gz
7803 .endif
7804
7805 .if ${MK_OPENMP} == no
7806 .if ${MK_GCC} == no
7807 OLD_FILES+=usr/include/omp.h
7808 OLD_LIBS+=usr/lib/libgomp.so
7809 OLD_LIBS+=usr/lib32/libgomp.so
7810 .endif
7811 OLD_LIBS+=usr/lib/libomp.so
7812 OLD_LIBS+=usr/lib32/libomp.so
7813 .endif
7814
7815 .if ${MK_OPENSSH} == no
7816 OLD_FILES+=etc/rc.d/sshd
7817 OLD_FILES+=etc/ssh/moduli
7818 OLD_FILES+=etc/ssh/ssh_config
7819 OLD_FILES+=etc/ssh/sshd_config
7820 OLD_DIRS+=etc/ssh
7821 OLD_FILES+=usr/bin/scp
7822 OLD_FILES+=usr/bin/sftp
7823 OLD_FILES+=usr/bin/slogin
7824 OLD_FILES+=usr/bin/ssh
7825 OLD_FILES+=usr/bin/ssh-add
7826 OLD_FILES+=usr/bin/ssh-agent
7827 OLD_FILES+=usr/bin/ssh-copy-id
7828 OLD_FILES+=usr/bin/ssh-keygen
7829 OLD_FILES+=usr/bin/ssh-keyscan
7830 OLD_FILES+=usr/lib/pam_ssh.so
7831 OLD_LIBS+=usr/lib/pam_ssh.so.6
7832 OLD_FILES+=usr/lib/private/libssh.a
7833 OLD_FILES+=usr/lib/private/libssh.so
7834 OLD_LIBS+=usr/lib/private/libssh.so.5
7835 OLD_FILES+=usr/lib/private/libssh_p.a
7836 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
7837 OLD_FILES+=usr/lib32/pam_ssh.so
7838 OLD_LIBS+=usr/lib32/pam_ssh.so.6
7839 OLD_FILES+=usr/lib32/private/libssh.a
7840 OLD_FILES+=usr/lib32/private/libssh.so
7841 OLD_LIBS+=usr/lib32/private/libssh.so.5
7842 OLD_FILES+=usr/lib32/private/libssh_p.a
7843 .endif
7844 OLD_FILES+=usr/libexec/sftp-server
7845 OLD_FILES+=usr/libexec/ssh-keysign
7846 OLD_FILES+=usr/libexec/ssh-pkcs11-helper
7847 OLD_FILES+=usr/sbin/sshd
7848 OLD_FILES+=usr/share/man/man1/scp.1.gz
7849 OLD_FILES+=usr/share/man/man1/sftp.1.gz
7850 OLD_FILES+=usr/share/man/man1/slogin.1.gz
7851 OLD_FILES+=usr/share/man/man1/ssh-add.1.gz
7852 OLD_FILES+=usr/share/man/man1/ssh-agent.1.gz
7853 OLD_FILES+=usr/share/man/man1/ssh-copy-id.1.gz
7854 OLD_FILES+=usr/share/man/man1/ssh-keygen.1.gz
7855 OLD_FILES+=usr/share/man/man1/ssh-keyscan.1.gz
7856 OLD_FILES+=usr/share/man/man1/ssh.1.gz
7857 OLD_FILES+=usr/share/man/man5/ssh_config.5.gz
7858 OLD_FILES+=usr/share/man/man5/sshd_config.5.gz
7859 OLD_FILES+=usr/share/man/man8/pam_ssh.8.gz
7860 OLD_FILES+=usr/share/man/man8/sftp-server.8.gz
7861 OLD_FILES+=usr/share/man/man8/ssh-keysign.8.gz
7862 OLD_FILES+=usr/share/man/man8/ssh-pkcs11-helper.8.gz
7863 OLD_FILES+=usr/share/man/man8/sshd.8.gz
7864 .endif
7865
7866 .if ${MK_OPENSSL} == no
7867 OLD_FILES+=etc/rc.d/keyserv
7868 .endif
7869
7870 .if ${MK_PF} == no
7871 OLD_FILES+=etc/newsyslog.conf.d/pf.conf
7872 OLD_FILES+=etc/periodic/security/520.pfdenied
7873 OLD_FILES+=etc/pf.os
7874 OLD_FILES+=etc/rc.d/ftp-proxy
7875 OLD_FILES+=sbin/pfctl
7876 OLD_FILES+=sbin/pflogd
7877 OLD_FILES+=usr/include/netpfil/pf/pf.h
7878 OLD_FILES+=usr/include/netpfil/pf/pf_altq.h
7879 OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h
7880 OLD_FILES+=usr/lib/snmp_pf.so
7881 OLD_LIBS+=usr/lib/snmp_pf.so.6
7882 OLD_FILES+=usr/libexec/tftp-proxy
7883 OLD_FILES+=usr/sbin/ftp-proxy
7884 OLD_FILES+=usr/share/examples/etc/pf.os
7885 OLD_FILES+=usr/share/examples/pf/ackpri
7886 OLD_FILES+=usr/share/examples/pf/faq-example1
7887 OLD_FILES+=usr/share/examples/pf/faq-example2
7888 OLD_FILES+=usr/share/examples/pf/faq-example3
7889 OLD_FILES+=usr/share/examples/pf/pf.conf
7890 OLD_FILES+=usr/share/examples/pf/queue1
7891 OLD_FILES+=usr/share/examples/pf/queue2
7892 OLD_FILES+=usr/share/examples/pf/queue3
7893 OLD_FILES+=usr/share/examples/pf/queue4
7894 OLD_FILES+=usr/share/examples/pf/spamd
7895 OLD_DIRS+=usr/share/examples/pf
7896 OLD_FILES+=usr/share/man/man4/pf.4.gz
7897 OLD_FILES+=usr/share/man/man4/pflog.4.gz
7898 OLD_FILES+=usr/share/man/man4/pfsync.4.gz
7899 OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
7900 OLD_FILES+=usr/share/man/man5/pf.os.5.gz
7901 OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
7902 OLD_FILES+=usr/share/man/man8/pfctl.8.gz
7903 OLD_FILES+=usr/share/man/man8/pflogd.8.gz
7904 OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
7905 OLD_FILES+=usr/share/snmp/defs/pf_tree.def
7906 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
7907 .endif
7908
7909 .if ${MK_PKGBOOTSTRAP} == no
7910 OLD_FILES+=usr/sbin/pkg
7911 OLD_FILES+=usr/share/man/man7/pkg.7.gz
7912 .endif
7913
7914 .if ${MK_PMC} == no
7915 OLD_FILES+=usr/bin/pmcstudy
7916 .if ${TARGET_ARCH} == "amd64"
7917 OLD_FILES+=usr/include/libipt/pt_last_ip.h
7918 OLD_FILES+=usr/include/libipt/intel-pt.h
7919 OLD_FILES+=usr/include/libipt/pt_time.h
7920 OLD_FILES+=usr/include/libipt/pt_cpu.h
7921 OLD_FILES+=usr/include/libipt/pt_compiler.h
7922 OLD_DIRS+=usr/include/libipt
7923 .endif
7924 .if ${TARGET_ARCH} == "aarch64"
7925 OLD_FILES+=usr/include/opencsd/c_api/opencsd_c_api.h
7926 OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_cust_impl.h
7927 OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_types.h
7928 OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_cust_fact.h
7929 OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_custom.h
7930 OLD_DIRS+=usr/include/opencsd/c_api
7931 OLD_FILES+=usr/include/opencsd/ocsd_if_types.h
7932 OLD_FILES+=usr/include/opencsd/ptm/trc_dcd_mngr_ptm.h
7933 OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_proc_ptm.h
7934 OLD_FILES+=usr/include/opencsd/ptm/trc_cmp_cfg_ptm.h
7935 OLD_FILES+=usr/include/opencsd/ptm/ptm_decoder.h
7936 OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_elem_ptm.h
7937 OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_decode_ptm.h
7938 OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_types_ptm.h
7939 OLD_DIRS+=usr/include/opencsd/ptm
7940 OLD_FILES+=usr/include/opencsd/trc_gen_elem_types.h
7941 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_proc_etmv4.h
7942 OLD_FILES+=usr/include/opencsd/etmv4/trc_etmv4_stack_elem.h
7943 OLD_FILES+=usr/include/opencsd/etmv4/etmv4_decoder.h
7944 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4i.h
7945 OLD_FILES+=usr/include/opencsd/etmv4/trc_dcd_mngr_etmv4i.h
7946 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_types_etmv4.h
7947 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4d.h
7948 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_decode_etmv4i.h
7949 OLD_FILES+=usr/include/opencsd/etmv4/trc_cmp_cfg_etmv4.h
7950 OLD_DIRS+=usr/include/opencsd/etmv4
7951 OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_decode_etmv3.h
7952 OLD_FILES+=usr/include/opencsd/etmv3/trc_cmp_cfg_etmv3.h
7953 OLD_FILES+=usr/include/opencsd/etmv3/etmv3_decoder.h
7954 OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_proc_etmv3.h
7955 OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_elem_etmv3.h
7956 OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_types_etmv3.h
7957 OLD_FILES+=usr/include/opencsd/etmv3/trc_dcd_mngr_etmv3.h
7958 OLD_DIRS+=usr/include/opencsd/etmv3
7959 OLD_FILES+=usr/include/opencsd/trc_pkt_types.h
7960 OLD_FILES+=usr/include/opencsd/stm/trc_pkt_proc_stm.h
7961 OLD_FILES+=usr/include/opencsd/stm/trc_pkt_types_stm.h
7962 OLD_FILES+=usr/include/opencsd/stm/stm_decoder.h
7963 OLD_FILES+=usr/include/opencsd/stm/trc_dcd_mngr_stm.h
7964 OLD_FILES+=usr/include/opencsd/stm/trc_cmp_cfg_stm.h
7965 OLD_FILES+=usr/include/opencsd/stm/trc_pkt_elem_stm.h
7966 OLD_FILES+=usr/include/opencsd/stm/trc_pkt_decode_stm.h
7967 OLD_DIRS+=usr/include/opencsd/stm
7968 OLD_DIRS+=usr/include/opencsd
7969 .endif
7970 OLD_FILES+=usr/include/pmc.h
7971 OLD_FILES+=usr/include/pmclog.h
7972 OLD_FILES+=usr/include/pmcformat.h
7973 OLD_FILES+=usr/include/libpmcstat.h
7974 .if ${TARGET_ARCH} == "amd64"
7975 OLD_FILES+=usr/lib/libipt.a
7976 OLD_FILES+=usr/lib/libipt.so
7977 OLD_LIBS+=lib/libipt.so.0
7978 OLD_FILES+=usr/lib/libipt_p.a
7979 .endif
7980 .if ${TARGET_ARCH} == "aarch64"
7981 OLD_FILES+=usr/lib/libopencsd.a
7982 OLD_FILES+=usr/lib/libopencsd.so
7983 OLD_LIBS+=lib/libopencsd.so.0
7984 OLD_FILES+=usr/lib/libopencsd_p.a
7985 .endif
7986 OLD_FILES+=usr/lib/libpmc.a
7987 OLD_FILES+=usr/lib/libpmc.so
7988 OLD_LIBS+=usr/lib/libpmc.so.5
7989 OLD_FILES+=usr/lib/libpmc_p.a
7990 OLD_FILES+=usr/lib32/libpmc.a
7991 OLD_FILES+=usr/lib32/libpmc.so
7992 OLD_LIBS+=usr/lib32/libpmc.so.5
7993 OLD_FILES+=usr/lib32/libpmc_p.a
7994 OLD_FILES+=usr/sbin/pmc
7995 OLD_FILES+=usr/sbin/pmcannotate
7996 OLD_FILES+=usr/sbin/pmccontrol
7997 OLD_FILES+=usr/sbin/pmcstat
7998 OLD_FILES+=usr/share/man/man3/pmc.3.gz
7999 OLD_FILES+=usr/share/man/man3/pmc.atom.3.gz
8000 OLD_FILES+=usr/share/man/man3/pmc.atomsilvermont.3.gz
8001 OLD_FILES+=usr/share/man/man3/pmc.core.3.gz
8002 OLD_FILES+=usr/share/man/man3/pmc.core2.3.gz
8003 OLD_FILES+=usr/share/man/man3/pmc.corei7.3.gz
8004 OLD_FILES+=usr/share/man/man3/pmc.corei7uc.3.gz
8005 OLD_FILES+=usr/share/man/man3/pmc.haswell.3.gz
8006 OLD_FILES+=usr/share/man/man3/pmc.haswelluc.3.gz
8007 OLD_FILES+=usr/share/man/man3/pmc.haswellxeon.3.gz
8008 OLD_FILES+=usr/share/man/man3/pmc.iaf.3.gz
8009 OLD_FILES+=usr/share/man/man3/pmc.ivybridge.3.gz
8010 OLD_FILES+=usr/share/man/man3/pmc.ivybridgexeon.3.gz
8011 OLD_FILES+=usr/share/man/man3/pmc.k7.3.gz
8012 OLD_FILES+=usr/share/man/man3/pmc.k8.3.gz
8013 OLD_FILES+=usr/share/man/man3/pmc.mips24k.3.gz
8014 OLD_FILES+=usr/share/man/man3/pmc.octeon.3.gz
8015 OLD_FILES+=usr/share/man/man3/pmc.p4.3.gz
8016 OLD_FILES+=usr/share/man/man3/pmc.p5.3.gz
8017 OLD_FILES+=usr/share/man/man3/pmc.p6.3.gz
8018 OLD_FILES+=usr/share/man/man3/pmc.sandybridge.3.gz
8019 OLD_FILES+=usr/share/man/man3/pmc.sandybridgeuc.3.gz
8020 OLD_FILES+=usr/share/man/man3/pmc.sandybridgexeon.3.gz
8021 OLD_FILES+=usr/share/man/man3/pmc.soft.3.gz
8022 OLD_FILES+=usr/share/man/man3/pmc.tsc.3.gz
8023 OLD_FILES+=usr/share/man/man3/pmc.ucf.3.gz
8024 OLD_FILES+=usr/share/man/man3/pmc.westmere.3.gz
8025 OLD_FILES+=usr/share/man/man3/pmc.westmereuc.3.gz
8026 OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz
8027 OLD_FILES+=usr/share/man/man3/pmc_allocate.3.gz
8028 OLD_FILES+=usr/share/man/man3/pmc_attach.3.gz
8029 OLD_FILES+=usr/share/man/man3/pmc_capabilities.3.gz
8030 OLD_FILES+=usr/share/man/man3/pmc_configure_logfile.3.gz
8031 OLD_FILES+=usr/share/man/man3/pmc_cpuinfo.3.gz
8032 OLD_FILES+=usr/share/man/man3/pmc_detach.3.gz
8033 OLD_FILES+=usr/share/man/man3/pmc_disable.3.gz
8034 OLD_FILES+=usr/share/man/man3/pmc_enable.3.gz
8035 OLD_FILES+=usr/share/man/man3/pmc_event_names_of_class.3.gz
8036 OLD_FILES+=usr/share/man/man3/pmc_flush_logfile.3.gz
8037 OLD_FILES+=usr/share/man/man3/pmc_get_driver_stats.3.gz
8038 OLD_FILES+=usr/share/man/man3/pmc_get_msr.3.gz
8039 OLD_FILES+=usr/share/man/man3/pmc_init.3.gz
8040 OLD_FILES+=usr/share/man/man3/pmc_name_of_capability.3.gz
8041 OLD_FILES+=usr/share/man/man3/pmc_name_of_class.3.gz
8042 OLD_FILES+=usr/share/man/man3/pmc_name_of_cputype.3.gz
8043 OLD_FILES+=usr/share/man/man3/pmc_name_of_disposition.3.gz
8044 OLD_FILES+=usr/share/man/man3/pmc_name_of_event.3.gz
8045 OLD_FILES+=usr/share/man/man3/pmc_name_of_mode.3.gz
8046 OLD_FILES+=usr/share/man/man3/pmc_name_of_state.3.gz
8047 OLD_FILES+=usr/share/man/man3/pmc_ncpu.3.gz
8048 OLD_FILES+=usr/share/man/man3/pmc_npmc.3.gz
8049 OLD_FILES+=usr/share/man/man3/pmc_pmcinfo.3.gz
8050 OLD_FILES+=usr/share/man/man3/pmc_read.3.gz
8051 OLD_FILES+=usr/share/man/man3/pmc_release.3.gz
8052 OLD_FILES+=usr/share/man/man3/pmc_rw.3.gz
8053 OLD_FILES+=usr/share/man/man3/pmc_set.3.gz
8054 OLD_FILES+=usr/share/man/man3/pmc_start.3.gz
8055 OLD_FILES+=usr/share/man/man3/pmc_stop.3.gz
8056 OLD_FILES+=usr/share/man/man3/pmc_width.3.gz
8057 OLD_FILES+=usr/share/man/man3/pmc_write.3.gz
8058 OLD_FILES+=usr/share/man/man3/pmc_writelog.3.gz
8059 OLD_FILES+=usr/share/man/man3/pmclog.3.gz
8060 OLD_FILES+=usr/share/man/man3/pmclog_close.3.gz
8061 OLD_FILES+=usr/share/man/man3/pmclog_feed.3.gz
8062 OLD_FILES+=usr/share/man/man3/pmclog_open.3.gz
8063 OLD_FILES+=usr/share/man/man3/pmclog_read.3.gz
8064 OLD_FILES+=usr/share/man/man8/pmcannotate.8.gz
8065 OLD_FILES+=usr/share/man/man8/pmccontrol.8.gz
8066 OLD_FILES+=usr/share/man/man8/pmcstat.8.gz
8067 OLD_FILES+=usr/share/man/man8/pmcstudy.8.gz
8068 .endif
8069
8070 .if ${MK_PORTSNAP} == no
8071 OLD_FILES+=etc/portsnap.conf
8072 OLD_FILES+=usr/libexec/make_index
8073 OLD_FILES+=usr/libexec/phttpget
8074 OLD_FILES+=usr/sbin/portsnap
8075 OLD_FILES+=usr/share/examples/etc/portsnap.conf
8076 OLD_FILES+=usr/share/man/man8/phttpget.8.gz
8077 OLD_FILES+=usr/share/man/man8/portsnap.8.gz
8078 .endif
8079
8080 .if ${MK_PPP} == no
8081 OLD_FILES+=etc/newsyslog.conf.d/ppp.conf
8082 OLD_FILES+=etc/ppp/ppp.conf
8083 OLD_FILES+=etc/syslog.d/ppp.conf
8084 OLD_DIRS+=etc/ppp
8085 OLD_FILES+=usr/sbin/ppp
8086 OLD_FILES+=usr/sbin/pppctl
8087 OLD_FILES+=usr/share/man/man8/ppp.8.gz
8088 OLD_FILES+=usr/share/man/man8/pppctl.8.gz
8089 .endif
8090
8091 .if ${MK_PROFILE} == no
8092 OLD_FILES+=usr/lib/lib80211_p.a
8093 OLD_FILES+=usr/lib/libBlocksRuntime_p.a
8094 OLD_FILES+=usr/lib/libalias_cuseeme_p.a
8095 OLD_FILES+=usr/lib/libalias_dummy_p.a
8096 OLD_FILES+=usr/lib/libalias_ftp_p.a
8097 OLD_FILES+=usr/lib/libalias_irc_p.a
8098 OLD_FILES+=usr/lib/libalias_nbt_p.a
8099 OLD_FILES+=usr/lib/libalias_p.a
8100 OLD_FILES+=usr/lib/libalias_pptp_p.a
8101 OLD_FILES+=usr/lib/libalias_skinny_p.a
8102 OLD_FILES+=usr/lib/libalias_smedia_p.a
8103 OLD_FILES+=usr/lib/libarchive_p.a
8104 OLD_FILES+=usr/lib/libasn1_p.a
8105 OLD_FILES+=usr/lib/libauditd_p.a
8106 OLD_FILES+=usr/lib/libavl_p.a
8107 OLD_FILES+=usr/lib/libbe_p.a
8108 OLD_FILES+=usr/lib/libbegemot_p.a
8109 OLD_FILES+=usr/lib/libblacklist_p.a
8110 OLD_FILES+=usr/lib/libbluetooth_p.a
8111 OLD_FILES+=usr/lib/libbsdxml_p.a
8112 OLD_FILES+=usr/lib/libbsm_p.a
8113 OLD_FILES+=usr/lib/libbsnmp_p.a
8114 OLD_FILES+=usr/lib/libbz2_p.a
8115 OLD_FILES+=usr/lib/libc++_p.a
8116 OLD_FILES+=usr/lib/libc_p.a
8117 OLD_FILES+=usr/lib/libcalendar_p.a
8118 OLD_FILES+=usr/lib/libcam_p.a
8119 OLD_FILES+=usr/lib/libcom_err_p.a
8120 OLD_FILES+=usr/lib/libcompat_p.a
8121 OLD_FILES+=usr/lib/libcompiler_rt_p.a
8122 OLD_FILES+=usr/lib/libcrypt_p.a
8123 OLD_FILES+=usr/lib/libcrypto_p.a
8124 OLD_FILES+=usr/lib/libctf_p.a
8125 OLD_FILES+=usr/lib/libcurses_p.a
8126 OLD_FILES+=usr/lib/libcursesw_p.a
8127 OLD_FILES+=usr/lib/libcuse_p.a
8128 OLD_FILES+=usr/lib/libcxxrt_p.a
8129 OLD_FILES+=usr/lib/libdevctl_p.a
8130 OLD_FILES+=usr/lib/libdevinfo_p.a
8131 OLD_FILES+=usr/lib/libdevstat_p.a
8132 OLD_FILES+=usr/lib/libdialog_p.a
8133 OLD_FILES+=usr/lib/libdl_p.a
8134 OLD_FILES+=usr/lib/libdpv_p.a
8135 OLD_FILES+=usr/lib/libdtrace_p.a
8136 OLD_FILES+=usr/lib/libdwarf_p.a
8137 OLD_FILES+=usr/lib/libedit_p.a
8138 OLD_FILES+=usr/lib/libefivar_p.a
8139 OLD_FILES+=usr/lib/libelf_p.a
8140 OLD_FILES+=usr/lib/libexecinfo_p.a
8141 OLD_FILES+=usr/lib/libfetch_p.a
8142 OLD_FILES+=usr/lib/libfigpar_p.a
8143 OLD_FILES+=usr/lib/libfl_p.a
8144 OLD_FILES+=usr/lib/libform_p.a
8145 OLD_FILES+=usr/lib/libformw_p.a
8146 OLD_FILES+=usr/lib/libgcc_eh_p.a
8147 OLD_FILES+=usr/lib/libgcc_p.a
8148 OLD_FILES+=usr/lib/libgeom_p.a
8149 OLD_FILES+=usr/lib/libgnuregex_p.a
8150 OLD_FILES+=usr/lib/libgpio_p.a
8151 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
8152 OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
8153 OLD_FILES+=usr/lib/libgssapi_p.a
8154 OLD_FILES+=usr/lib/libgssapi_spnego_p.a
8155 OLD_FILES+=usr/lib/libhdb_p.a
8156 OLD_FILES+=usr/lib/libheimbase_p.a
8157 OLD_FILES+=usr/lib/libheimntlm_p.a
8158 OLD_FILES+=usr/lib/libheimsqlite_p.a
8159 OLD_FILES+=usr/lib/libhistory_p.a
8160 OLD_FILES+=usr/lib/libhx509_p.a
8161 OLD_FILES+=usr/lib/libipsec_p.a
8162 OLD_FILES+=usr/lib/libipt_p.a
8163 OLD_FILES+=usr/lib/libjail_p.a
8164 OLD_FILES+=usr/lib/libkadm5clnt_p.a
8165 OLD_FILES+=usr/lib/libkadm5srv_p.a
8166 OLD_FILES+=usr/lib/libkafs5_p.a
8167 OLD_FILES+=usr/lib/libkdc_p.a
8168 OLD_FILES+=usr/lib/libkiconv_p.a
8169 OLD_FILES+=usr/lib/libkrb5_p.a
8170 OLD_FILES+=usr/lib/libkvm_p.a
8171 OLD_FILES+=usr/lib/libl_p.a
8172 OLD_FILES+=usr/lib/libln_p.a
8173 OLD_FILES+=usr/lib/liblzma_p.a
8174 OLD_FILES+=usr/lib/libm_p.a
8175 OLD_FILES+=usr/lib/libmagic_p.a
8176 OLD_FILES+=usr/lib/libmd_p.a
8177 OLD_FILES+=usr/lib/libmemstat_p.a
8178 OLD_FILES+=usr/lib/libmenu_p.a
8179 OLD_FILES+=usr/lib/libmenuw_p.a
8180 OLD_FILES+=usr/lib/libmilter_p.a
8181 OLD_FILES+=usr/lib/libmp_p.a
8182 OLD_FILES+=usr/lib/libmt_p.a
8183 OLD_FILES+=usr/lib/libncurses_p.a
8184 OLD_FILES+=usr/lib/libncursesw_p.a
8185 OLD_FILES+=usr/lib/libnetgraph_p.a
8186 OLD_FILES+=usr/lib/libngatm_p.a
8187 OLD_FILES+=usr/lib/libnv_p.a
8188 OLD_FILES+=usr/lib/libnvpair_p.a
8189 OLD_FILES+=usr/lib/libopencsd_p.a
8190 OLD_FILES+=usr/lib/libopie_p.a
8191 OLD_FILES+=usr/lib/libpanel_p.a
8192 OLD_FILES+=usr/lib/libpanelw_p.a
8193 OLD_FILES+=usr/lib/libpathconv_p.a
8194 OLD_FILES+=usr/lib/libpcap_p.a
8195 OLD_FILES+=usr/lib/libpjdlog_p.a
8196 OLD_FILES+=usr/lib/libpmc_p.a
8197 OLD_FILES+=usr/lib/libprivatebsdstat_p.a
8198 OLD_FILES+=usr/lib/libprivatedevdctl_p.a
8199 OLD_FILES+=usr/lib/libprivateevent_p.a
8200 OLD_FILES+=usr/lib/libprivateheimipcc_p.a
8201 OLD_FILES+=usr/lib/libprivateheimipcs_p.a
8202 OLD_FILES+=usr/lib/libprivateifconfig_p.a
8203 OLD_FILES+=usr/lib/libprivateldns_p.a
8204 OLD_FILES+=usr/lib/libprivatesqlite3_p.a
8205 OLD_FILES+=usr/lib/libprivatessh_p.a
8206 OLD_FILES+=usr/lib/libprivateucl_p.a
8207 OLD_FILES+=usr/lib/libprivateunbound_p.a
8208 OLD_FILES+=usr/lib/libprivatezstd_p.a
8209 OLD_FILES+=usr/lib/libproc_p.a
8210 OLD_FILES+=usr/lib/libprocstat_p.a
8211 OLD_FILES+=usr/lib/libpthread_p.a
8212 OLD_FILES+=usr/lib/libradius_p.a
8213 OLD_FILES+=usr/lib/libregex_p.a
8214 OLD_FILES+=usr/lib/libroken_p.a
8215 OLD_FILES+=usr/lib/librpcsvc_p.a
8216 OLD_FILES+=usr/lib/librss_p.a
8217 OLD_FILES+=usr/lib/librt_p.a
8218 OLD_FILES+=usr/lib/librtld_db_p.a
8219 OLD_FILES+=usr/lib/libsbuf_p.a
8220 OLD_FILES+=usr/lib/libsdp_p.a
8221 OLD_FILES+=usr/lib/libsmb_p.a
8222 OLD_FILES+=usr/lib/libssl_p.a
8223 OLD_FILES+=usr/lib/libstdbuf_p.a
8224 OLD_FILES+=usr/lib/libstdc++_p.a
8225 OLD_FILES+=usr/lib/libstdthreads_p.a
8226 OLD_FILES+=usr/lib/libsupc++_p.a
8227 OLD_FILES+=usr/lib/libsysdecode_p.a
8228 OLD_FILES+=usr/lib/libtacplus_p.a
8229 OLD_FILES+=usr/lib/libtermcap_p.a
8230 OLD_FILES+=usr/lib/libtermcapw_p.a
8231 OLD_FILES+=usr/lib/libtermlib_p.a
8232 OLD_FILES+=usr/lib/libtermlibw_p.a
8233 OLD_FILES+=usr/lib/libthr_p.a
8234 OLD_FILES+=usr/lib/libthread_db_p.a
8235 OLD_FILES+=usr/lib/libtinfo_p.a
8236 OLD_FILES+=usr/lib/libtinfow_p.a
8237 OLD_FILES+=usr/lib/libufs_p.a
8238 OLD_FILES+=usr/lib/libugidfw_p.a
8239 OLD_FILES+=usr/lib/libulog_p.a
8240 OLD_FILES+=usr/lib/libumem_p.a
8241 OLD_FILES+=usr/lib/libusb_p.a
8242 OLD_FILES+=usr/lib/libusbhid_p.a
8243 OLD_FILES+=usr/lib/libutempter_p.a
8244 OLD_FILES+=usr/lib/libutil_p.a
8245 OLD_FILES+=usr/lib/libuutil_p.a
8246 OLD_FILES+=usr/lib/libvgl_p.a
8247 OLD_FILES+=usr/lib/libvmmapi_p.a
8248 OLD_FILES+=usr/lib/libwind_p.a
8249 OLD_FILES+=usr/lib/libwrap_p.a
8250 OLD_FILES+=usr/lib/libxo_p.a
8251 OLD_FILES+=usr/lib/liby_p.a
8252 OLD_FILES+=usr/lib/libypclnt_p.a
8253 OLD_FILES+=usr/lib/libz_p.a
8254 OLD_FILES+=usr/lib/libzfs_core_p.a
8255 OLD_FILES+=usr/lib/libzfs_p.a
8256 OLD_FILES+=usr/lib/private/libldns_p.a
8257 OLD_FILES+=usr/lib/private/libssh_p.a
8258 .endif
8259
8260 .if ${MK_QUOTAS} == no
8261 OLD_FILES+=sbin/quotacheck
8262 OLD_FILES+=usr/bin/quota
8263 OLD_FILES+=usr/sbin/edquota
8264 OLD_FILES+=usr/sbin/quotaoff
8265 OLD_FILES+=usr/sbin/quotaon
8266 OLD_FILES+=usr/sbin/repquota
8267 OLD_FILES+=usr/share/man/man1/quota.1.gz
8268 OLD_FILES+=usr/share/man/man8/edquota.8.gz
8269 OLD_FILES+=usr/share/man/man8/quotacheck.8.gz
8270 OLD_FILES+=usr/share/man/man8/quotaoff.8.gz
8271 OLD_FILES+=usr/share/man/man8/quotaon.8.gz
8272 OLD_FILES+=usr/share/man/man8/repquota.8.gz
8273 .endif
8274
8275 .if ${MK_RADIUS_SUPPORT} == no
8276 OLD_FILES+=usr/lib/libradius.a
8277 OLD_FILES+=usr/lib/libradius.so
8278 OLD_LIBS+=usr/lib/libradius.so.4
8279 OLD_FILES+=usr/lib/libradius_p.a
8280 OLD_FILES+=usr/lib/pam_radius.so
8281 OLD_LIBS+=usr/lib/pam_radius.so.6
8282 OLD_FILES+=usr/lib32/libradius.a
8283 OLD_FILES+=usr/lib32/libradius.so
8284 OLD_LIBS+=usr/lib32/libradius.so.4
8285 OLD_FILES+=usr/lib32/libradius_p.a
8286 OLD_FILES+=usr/lib32/pam_radius.so
8287 OLD_LIBS+=usr/lib32/pam_radius.so.6
8288 OLD_FILES+=usr/include/radlib.h
8289 OLD_FILES+=usr/include/radlib_vs.h
8290 OLD_FILES+=usr/share/man/man3/libradius.3.gz
8291 OLD_FILES+=usr/share/man/man3/rad_acct_open.3.gz
8292 OLD_FILES+=usr/share/man/man3/rad_add_server.3.gz
8293 OLD_FILES+=usr/share/man/man3/rad_add_server_ex.3.gz
8294 OLD_FILES+=usr/share/man/man3/rad_auth_open.3.gz
8295 OLD_FILES+=usr/share/man/man3/rad_bind_to.3.gz
8296 OLD_FILES+=usr/share/man/man3/rad_close.3.gz
8297 OLD_FILES+=usr/share/man/man3/rad_config.3.gz
8298 OLD_FILES+=usr/share/man/man3/rad_continue_send_request.3.gz
8299 OLD_FILES+=usr/share/man/man3/rad_create_request.3.gz
8300 OLD_FILES+=usr/share/man/man3/rad_create_response.3.gz
8301 OLD_FILES+=usr/share/man/man3/rad_cvt_addr.3.gz
8302 OLD_FILES+=usr/share/man/man3/rad_cvt_int.3.gz
8303 OLD_FILES+=usr/share/man/man3/rad_cvt_string.3.gz
8304 OLD_FILES+=usr/share/man/man3/rad_demangle.3.gz
8305 OLD_FILES+=usr/share/man/man3/rad_demangle_mppe_key.3.gz
8306 OLD_FILES+=usr/share/man/man3/rad_get_attr.3.gz
8307 OLD_FILES+=usr/share/man/man3/rad_get_vendor_attr.3.gz
8308 OLD_FILES+=usr/share/man/man3/rad_init_send_request.3.gz
8309 OLD_FILES+=usr/share/man/man3/rad_put_addr.3.gz
8310 OLD_FILES+=usr/share/man/man3/rad_put_attr.3.gz
8311 OLD_FILES+=usr/share/man/man3/rad_put_int.3.gz
8312 OLD_FILES+=usr/share/man/man3/rad_put_message_authentic.3.gz
8313 OLD_FILES+=usr/share/man/man3/rad_put_string.3.gz
8314 OLD_FILES+=usr/share/man/man3/rad_put_vendor_addr.3.gz
8315 OLD_FILES+=usr/share/man/man3/rad_put_vendor_attr.3.gz
8316 OLD_FILES+=usr/share/man/man3/rad_put_vendor_int.3.gz
8317 OLD_FILES+=usr/share/man/man3/rad_put_vendor_string.3.gz
8318 OLD_FILES+=usr/share/man/man3/rad_receive_request.3.gz
8319 OLD_FILES+=usr/share/man/man3/rad_request_authenticator.3.gz
8320 OLD_FILES+=usr/share/man/man3/rad_send_request.3.gz
8321 OLD_FILES+=usr/share/man/man3/rad_send_response.3.gz
8322 OLD_FILES+=usr/share/man/man3/rad_server_open.3.gz
8323 OLD_FILES+=usr/share/man/man3/rad_server_secret.3.gz
8324 OLD_FILES+=usr/share/man/man3/rad_strerror.3.gz
8325 OLD_FILES+=usr/share/man/man5/radius.conf.5.gz
8326 OLD_FILES+=usr/share/man/man8/pam_radius.8.gz
8327 .endif
8328
8329 .if ${MK_RBOOTD} == no
8330 OLD_FILES+=usr/libexec/rbootd
8331 OLD_FILES+=usr/share/man/man8/rbootd.8.gz
8332 .endif
8333
8334 .if ${MK_RESCUE} == no
8335 . if exists(${DESTDIR}${TESTSBASE})
8336 RESCUE_DIRS!=find ${DESTDIR}/rescue -type d 2>/dev/null | sed -e 's,^${DESTDIR}/,,'; echo
8337 OLD_DIRS+=${RESCUE_DIRS}
8338 RESCUE_FILES!=find ${DESTDIR}/rescue \! -type d 2>/dev/null | sed -e 's,^${DESTDIR}/,,'; echo
8339 OLD_FILES+=${RESCUE_FILES}
8340 . endif
8341 .endif
8342
8343 .if ${MK_ROUTED} == no
8344 OLD_FILES+=etc/rc.d/routed
8345 OLD_FILES+=rescue/routed
8346 OLD_FILES+=rescue/rtquery
8347 OLD_FILES+=sbin/routed
8348 OLD_FILES+=sbin/rtquery
8349 OLD_FILES+=usr/share/man/man8/routed.8.gz
8350 OLD_FILES+=usr/share/man/man8/rtquery.8.gz
8351 .endif
8352
8353 .if ${MK_SENDMAIL} == no
8354 OLD_FILES+=etc/mtree/BSD.sendmail.dist
8355 OLD_FILES+=etc/newsyslog.conf.d/sendmail.conf
8356 OLD_FILES+=etc/periodic/daily/150.clean-hoststat
8357 OLD_FILES+=etc/periodic/daily/440.status-mailq
8358 OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
8359 OLD_FILES+=etc/periodic/daily/500.queuerun
8360 OLD_FILES+=etc/rc.d/sendmail
8361 OLD_FILES+=bin/rmail
8362 OLD_FILES+=usr/bin/vacation
8363 OLD_FILES+=usr/include/libmilter/mfapi.h
8364 OLD_FILES+=usr/include/libmilter/mfdef.h
8365 OLD_DIRS+=usr/include/libmilter
8366 OLD_FILES+=usr/lib/libmilter.a
8367 OLD_FILES+=usr/lib/libmilter.so
8368 OLD_LIBS+=usr/lib/libmilter.so.5
8369 OLD_FILES+=usr/lib/libmilter_p.a
8370 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
8371 OLD_FILES+=usr/lib32/libmilter.a
8372 OLD_FILES+=usr/lib32/libmilter.so
8373 OLD_LIBS+=usr/lib32/libmilter.so.5
8374 OLD_FILES+=usr/lib32/libmilter_p.a
8375 .endif
8376 OLD_FILES+=usr/libexec/mail.local
8377 OLD_FILES+=usr/libexec/sendmail/sendmail
8378 OLD_FILES+=usr/libexec/smrsh
8379 OLD_FILES+=usr/sbin/editmap
8380 OLD_FILES+=usr/sbin/mailstats
8381 OLD_FILES+=usr/sbin/makemap
8382 OLD_FILES+=usr/sbin/praliases
8383 OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
8384 OLD_DIRS+=usr/share/doc/smm/08.sendmailop
8385 OLD_FILES+=usr/share/man/man1/mailq.1.gz
8386 OLD_FILES+=usr/share/man/man1/newaliases.1.gz
8387 OLD_FILES+=usr/share/man/man1/vacation.1.gz
8388 OLD_FILES+=usr/share/man/man5/aliases.5.gz
8389 OLD_FILES+=usr/share/man/man8/editmap.8.gz
8390 OLD_FILES+=usr/share/man/man8/hoststat.8.gz
8391 OLD_FILES+=usr/share/man/man8/mail.local.8.gz
8392 OLD_FILES+=usr/share/man/man8/mailstats.8.gz
8393 OLD_FILES+=usr/share/man/man8/makemap.8.gz
8394 OLD_FILES+=usr/share/man/man8/praliases.8.gz
8395 OLD_FILES+=usr/share/man/man8/purgestat.8.gz
8396 OLD_FILES+=usr/share/man/man8/rmail.8.gz
8397 OLD_FILES+=usr/share/man/man8/sendmail.8.gz
8398 OLD_FILES+=usr/share/man/man8/smrsh.8.gz
8399 OLD_FILES+=usr/share/sendmail/cf/README
8400 OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
8401 OLD_FILES+=usr/share/sendmail/cf/cf/README
8402 OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
8403 OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
8404 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
8405 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
8406 OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
8407 OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
8408 OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
8409 OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
8410 OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
8411 OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
8412 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
8413 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
8414 OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
8415 OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
8416 OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
8417 OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
8418 OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
8419 OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
8420 OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
8421 OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
8422 OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
8423 OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
8424 OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
8425 OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
8426 OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
8427 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
8428 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
8429 OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
8430 OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
8431 OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
8432 OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
8433 OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
8434 OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
8435 OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
8436 OLD_DIRS+=usr/share/sendmail/cf/cf
8437 OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
8438 OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
8439 OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
8440 OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
8441 OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
8442 OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
8443 OLD_DIRS+=usr/share/sendmail/cf/domain
8444 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
8445 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
8446 OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
8447 OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
8448 OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
8449 OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
8450 OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
8451 OLD_FILES+=usr/share/sendmail/cf/feature/bcc.m4
8452 OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
8453 OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
8454 OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
8455 OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
8456 OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
8457 OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
8458 OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
8459 OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
8460 OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
8461 OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
8462 OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
8463 OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
8464 OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
8465 OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
8466 OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
8467 OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
8468 OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
8469 OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
8470 OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
8471 OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
8472 OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
8473 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
8474 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
8475 OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
8476 OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
8477 OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
8478 OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
8479 OLD_FILES+=usr/share/sendmail/cf/feature/nopercenthack.m4
8480 OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
8481 OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
8482 OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
8483 OLD_FILES+=usr/share/sendmail/cf/feature/prefixmod.m4
8484 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
8485 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
8486 OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
8487 OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
8488 OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
8489 OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
8490 OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
8491 OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
8492 OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
8493 OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
8494 OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
8495 OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
8496 OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
8497 OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
8498 OLD_FILES+=usr/share/sendmail/cf/feature/tls_session_features.m4
8499 OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
8500 OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
8501 OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
8502 OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
8503 OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
8504 OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
8505 OLD_DIRS+=usr/share/sendmail/cf/feature
8506 OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
8507 OLD_FILES+=usr/share/sendmail/cf/hack/xconnect.m4
8508 OLD_DIRS+=usr/share/sendmail/cf/hack
8509 OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
8510 OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
8511 OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
8512 OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
8513 OLD_DIRS+=usr/share/sendmail/cf/m4
8514 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
8515 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
8516 OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
8517 OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
8518 OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
8519 OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
8520 OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
8521 OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
8522 OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
8523 OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
8524 OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
8525 OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
8526 OLD_DIRS+=usr/share/sendmail/cf/mailer
8527 OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
8528 OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
8529 OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
8530 OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
8531 OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
8532 OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
8533 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
8534 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
8535 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
8536 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
8537 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
8538 OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
8539 OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
8540 OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
8541 OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
8542 OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
8543 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
8544 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
8545 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
8546 OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
8547 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
8548 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
8549 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
8550 OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
8551 OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
8552 OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
8553 OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
8554 OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
8555 OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
8556 OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
8557 OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
8558 OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
8559 OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
8560 OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
8561 OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
8562 OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
8563 OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
8564 OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
8565 OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
8566 OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
8567 OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
8568 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris11.m4
8569 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
8570 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
8571 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
8572 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
8573 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
8574 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
8575 OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
8576 OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
8577 OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
8578 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
8579 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
8580 OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
8581 OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
8582 OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
8583 OLD_DIRS+=usr/share/sendmail/cf/ostype
8584 OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
8585 OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
8586 OLD_DIRS+=usr/share/sendmail/cf/sh
8587 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
8588 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
8589 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
8590 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
8591 OLD_DIRS+=usr/share/sendmail/cf/siteconfig
8592 OLD_DIRS+=usr/share/sendmail/cf
8593 OLD_DIRS+=usr/share/sendmail
8594 OLD_DIRS+=var/spool/clientmqueue
8595 .endif
8596
8597 .if ${MK_SERVICESDB} == no
8598 OLD_FILES+=var/db/services.db
8599 .endif
8600
8601 .if ${MK_SHAREDOCS} == no
8602 OLD_FILES+=usr/share/doc/pjdfstest/README
8603 OLD_DIRS+=usr/share/doc/pjdfstest
8604 .endif
8605
8606 .if ${MK_SYSCONS} == no
8607 OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts
8608 OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt
8609 OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt
8610 OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt
8611 OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt
8612 OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt
8613 OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt
8614 OLD_FILES+=usr/share/syscons/fonts/cp437-8x14.fnt
8615 OLD_FILES+=usr/share/syscons/fonts/cp437-8x16.fnt
8616 OLD_FILES+=usr/share/syscons/fonts/cp437-8x8.fnt
8617 OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x16.fnt
8618 OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x8.fnt
8619 OLD_FILES+=usr/share/syscons/fonts/cp850-8x14.fnt
8620 OLD_FILES+=usr/share/syscons/fonts/cp850-8x16.fnt
8621 OLD_FILES+=usr/share/syscons/fonts/cp850-8x8.fnt
8622 OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x16.fnt
8623 OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x8.fnt
8624 OLD_FILES+=usr/share/syscons/fonts/cp865-8x14.fnt
8625 OLD_FILES+=usr/share/syscons/fonts/cp865-8x16.fnt
8626 OLD_FILES+=usr/share/syscons/fonts/cp865-8x8.fnt
8627 OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x16.fnt
8628 OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x8.fnt
8629 OLD_FILES+=usr/share/syscons/fonts/cp866-8x14.fnt
8630 OLD_FILES+=usr/share/syscons/fonts/cp866-8x16.fnt
8631 OLD_FILES+=usr/share/syscons/fonts/cp866-8x8.fnt
8632 OLD_FILES+=usr/share/syscons/fonts/cp866b-8x16.fnt
8633 OLD_FILES+=usr/share/syscons/fonts/cp866c-8x16.fnt
8634 OLD_FILES+=usr/share/syscons/fonts/cp866u-8x14.fnt
8635 OLD_FILES+=usr/share/syscons/fonts/cp866u-8x16.fnt
8636 OLD_FILES+=usr/share/syscons/fonts/cp866u-8x8.fnt
8637 OLD_FILES+=usr/share/syscons/fonts/haik8-8x14.fnt
8638 OLD_FILES+=usr/share/syscons/fonts/haik8-8x16.fnt
8639 OLD_FILES+=usr/share/syscons/fonts/haik8-8x8.fnt
8640 OLD_FILES+=usr/share/syscons/fonts/iso-8x14.fnt
8641 OLD_FILES+=usr/share/syscons/fonts/iso-8x16.fnt
8642 OLD_FILES+=usr/share/syscons/fonts/iso-8x8.fnt
8643 OLD_FILES+=usr/share/syscons/fonts/iso-thin-8x16.fnt
8644 OLD_FILES+=usr/share/syscons/fonts/iso02-8x14.fnt
8645 OLD_FILES+=usr/share/syscons/fonts/iso02-8x16.fnt
8646 OLD_FILES+=usr/share/syscons/fonts/iso02-8x8.fnt
8647 OLD_FILES+=usr/share/syscons/fonts/iso04-8x14.fnt
8648 OLD_FILES+=usr/share/syscons/fonts/iso04-8x16.fnt
8649 OLD_FILES+=usr/share/syscons/fonts/iso04-8x8.fnt
8650 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x14.fnt
8651 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x16.fnt
8652 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x8.fnt
8653 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-wide-8x16.fnt
8654 OLD_FILES+=usr/share/syscons/fonts/iso04-wide-8x16.fnt
8655 OLD_FILES+=usr/share/syscons/fonts/iso05-8x14.fnt
8656 OLD_FILES+=usr/share/syscons/fonts/iso05-8x16.fnt
8657 OLD_FILES+=usr/share/syscons/fonts/iso05-8x8.fnt
8658 OLD_FILES+=usr/share/syscons/fonts/iso07-8x14.fnt
8659 OLD_FILES+=usr/share/syscons/fonts/iso07-8x16.fnt
8660 OLD_FILES+=usr/share/syscons/fonts/iso07-8x8.fnt
8661 OLD_FILES+=usr/share/syscons/fonts/iso08-8x14.fnt
8662 OLD_FILES+=usr/share/syscons/fonts/iso08-8x16.fnt
8663 OLD_FILES+=usr/share/syscons/fonts/iso08-8x8.fnt
8664 OLD_FILES+=usr/share/syscons/fonts/iso09-8x16.fnt
8665 OLD_FILES+=usr/share/syscons/fonts/iso15-8x14.fnt
8666 OLD_FILES+=usr/share/syscons/fonts/iso15-8x16.fnt
8667 OLD_FILES+=usr/share/syscons/fonts/iso15-8x8.fnt
8668 OLD_FILES+=usr/share/syscons/fonts/iso15-thin-8x16.fnt
8669 OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x14.fnt
8670 OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x16.fnt
8671 OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x8.fnt
8672 OLD_FILES+=usr/share/syscons/fonts/koi8-rb-8x16.fnt
8673 OLD_FILES+=usr/share/syscons/fonts/koi8-rc-8x16.fnt
8674 OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x14.fnt
8675 OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x16.fnt
8676 OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x8.fnt
8677 OLD_FILES+=usr/share/syscons/fonts/swiss-1131-8x16.fnt
8678 OLD_FILES+=usr/share/syscons/fonts/swiss-1251-8x16.fnt
8679 OLD_FILES+=usr/share/syscons/fonts/swiss-8x14.fnt
8680 OLD_FILES+=usr/share/syscons/fonts/swiss-8x16.fnt
8681 OLD_FILES+=usr/share/syscons/fonts/swiss-8x8.fnt
8682 OLD_FILES+=usr/share/syscons/keymaps/INDEX.keymaps
8683 OLD_FILES+=usr/share/syscons/keymaps/be.iso.acc.kbd
8684 OLD_FILES+=usr/share/syscons/keymaps/be.iso.kbd
8685 OLD_FILES+=usr/share/syscons/keymaps/bg.bds.ctrlcaps.kbd
8686 OLD_FILES+=usr/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd
8687 OLD_FILES+=usr/share/syscons/keymaps/br275.cp850.kbd
8688 OLD_FILES+=usr/share/syscons/keymaps/br275.iso.acc.kbd
8689 OLD_FILES+=usr/share/syscons/keymaps/br275.iso.kbd
8690 OLD_FILES+=usr/share/syscons/keymaps/by.cp1131.kbd
8691 OLD_FILES+=usr/share/syscons/keymaps/by.cp1251.kbd
8692 OLD_FILES+=usr/share/syscons/keymaps/by.iso5.kbd
8693 OLD_FILES+=usr/share/syscons/keymaps/ce.iso2.kbd
8694 OLD_FILES+=usr/share/syscons/keymaps/colemak.iso15.acc.kbd
8695 OLD_FILES+=usr/share/syscons/keymaps/cs.latin2.qwertz.kbd
8696 OLD_FILES+=usr/share/syscons/keymaps/cz.iso2.kbd
8697 OLD_FILES+=usr/share/syscons/keymaps/danish.cp865.kbd
8698 OLD_FILES+=usr/share/syscons/keymaps/danish.iso.acc.kbd
8699 OLD_FILES+=usr/share/syscons/keymaps/danish.iso.kbd
8700 OLD_FILES+=usr/share/syscons/keymaps/danish.iso.macbook.kbd
8701 OLD_FILES+=usr/share/syscons/keymaps/dutch.iso.acc.kbd
8702 OLD_FILES+=usr/share/syscons/keymaps/eee_nordic.kbd
8703 OLD_FILES+=usr/share/syscons/keymaps/el.iso07.kbd
8704 OLD_FILES+=usr/share/syscons/keymaps/estonian.cp850.kbd
8705 OLD_FILES+=usr/share/syscons/keymaps/estonian.iso.kbd
8706 OLD_FILES+=usr/share/syscons/keymaps/estonian.iso15.kbd
8707 OLD_FILES+=usr/share/syscons/keymaps/finnish.cp850.kbd
8708 OLD_FILES+=usr/share/syscons/keymaps/finnish.iso.kbd
8709 OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.acc.kbd
8710 OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.kbd
8711 OLD_FILES+=usr/share/syscons/keymaps/fr.iso.acc.kbd
8712 OLD_FILES+=usr/share/syscons/keymaps/fr.iso.kbd
8713 OLD_FILES+=usr/share/syscons/keymaps/fr.macbook.acc.kbd
8714 OLD_FILES+=usr/share/syscons/keymaps/fr_CA.iso.acc.kbd
8715 OLD_FILES+=usr/share/syscons/keymaps/german.cp850.kbd
8716 OLD_FILES+=usr/share/syscons/keymaps/german.iso.acc.kbd
8717 OLD_FILES+=usr/share/syscons/keymaps/german.iso.kbd
8718 OLD_FILES+=usr/share/syscons/keymaps/gr.elot.acc.kbd
8719 OLD_FILES+=usr/share/syscons/keymaps/gr.us101.acc.kbd
8720 OLD_FILES+=usr/share/syscons/keymaps/hr.iso.kbd
8721 OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.101keys.kbd
8722 OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.102keys.kbd
8723 OLD_FILES+=usr/share/syscons/keymaps/hy.armscii-8.kbd
8724 OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.acc.kbd
8725 OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.kbd
8726 OLD_FILES+=usr/share/syscons/keymaps/it.iso.kbd
8727 OLD_FILES+=usr/share/syscons/keymaps/iw.iso8.kbd
8728 OLD_FILES+=usr/share/syscons/keymaps/jp.106.kbd
8729 OLD_FILES+=usr/share/syscons/keymaps/jp.106x.kbd
8730 OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.io.kbd
8731 OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.kst.kbd
8732 OLD_FILES+=usr/share/syscons/keymaps/latinamerican.iso.acc.kbd
8733 OLD_FILES+=usr/share/syscons/keymaps/latinamerican.kbd
8734 OLD_FILES+=usr/share/syscons/keymaps/lt.iso4.kbd
8735 OLD_FILES+=usr/share/syscons/keymaps/norwegian.dvorak.kbd
8736 OLD_FILES+=usr/share/syscons/keymaps/norwegian.iso.kbd
8737 OLD_FILES+=usr/share/syscons/keymaps/pl_PL.ISO8859-2.kbd
8738 OLD_FILES+=usr/share/syscons/keymaps/pl_PL.dvorak.kbd
8739 OLD_FILES+=usr/share/syscons/keymaps/pt.iso.acc.kbd
8740 OLD_FILES+=usr/share/syscons/keymaps/pt.iso.kbd
8741 OLD_FILES+=usr/share/syscons/keymaps/ru.cp866.kbd
8742 OLD_FILES+=usr/share/syscons/keymaps/ru.iso5.kbd
8743 OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.kbd
8744 OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.shift.kbd
8745 OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.win.kbd
8746 OLD_FILES+=usr/share/syscons/keymaps/si.iso.kbd
8747 OLD_FILES+=usr/share/syscons/keymaps/sk.iso2.kbd
8748 OLD_FILES+=usr/share/syscons/keymaps/spanish.dvorak.kbd
8749 OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.acc.kbd
8750 OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.kbd
8751 OLD_FILES+=usr/share/syscons/keymaps/spanish.iso15.acc.kbd
8752 OLD_FILES+=usr/share/syscons/keymaps/swedish.cp850.kbd
8753 OLD_FILES+=usr/share/syscons/keymaps/swedish.iso.kbd
8754 OLD_FILES+=usr/share/syscons/keymaps/swissfrench.cp850.kbd
8755 OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.acc.kbd
8756 OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.kbd
8757 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.cp850.kbd
8758 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.acc.kbd
8759 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.kbd
8760 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.macbook.acc.kbd
8761 OLD_FILES+=usr/share/syscons/keymaps/tr.iso9.q.kbd
8762 OLD_FILES+=usr/share/syscons/keymaps/ua.iso5.kbd
8763 OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.kbd
8764 OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd
8765 OLD_FILES+=usr/share/syscons/keymaps/uk.cp850-ctrl.kbd
8766 OLD_FILES+=usr/share/syscons/keymaps/uk.cp850.kbd
8767 OLD_FILES+=usr/share/syscons/keymaps/uk.dvorak.kbd
8768 OLD_FILES+=usr/share/syscons/keymaps/uk.iso-ctrl.kbd
8769 OLD_FILES+=usr/share/syscons/keymaps/uk.iso.kbd
8770 OLD_FILES+=usr/share/syscons/keymaps/us.dvorak.kbd
8771 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakl.kbd
8772 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakp.kbd
8773 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakr.kbd
8774 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakx.kbd
8775 OLD_FILES+=usr/share/syscons/keymaps/us.emacs.kbd
8776 OLD_FILES+=usr/share/syscons/keymaps/us.iso.acc.kbd
8777 OLD_FILES+=usr/share/syscons/keymaps/us.iso.kbd
8778 OLD_FILES+=usr/share/syscons/keymaps/us.pc-ctrl.kbd
8779 OLD_FILES+=usr/share/syscons/keymaps/us.unix.kbd
8780 OLD_FILES+=usr/share/syscons/scrnmaps/armscii8-2haik8.scm
8781 OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm
8782 OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-4_for_vga9.scm
8783 OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-7_to_cp437.scm
8784 OLD_FILES+=usr/share/syscons/scrnmaps/koi8-r2cp866.scm
8785 OLD_FILES+=usr/share/syscons/scrnmaps/koi8-u2cp866u.scm
8786 OLD_FILES+=usr/share/syscons/scrnmaps/us-ascii_to_cp437.scm
8787 OLD_DIRS+=usr/share/syscons/fonts
8788 OLD_DIRS+=usr/share/syscons/scrnmaps
8789 OLD_DIRS+=usr/share/syscons/keymaps
8790 OLD_DIRS+=usr/share/syscons
8791 .endif
8792
8793 .if ${MK_TALK} == no
8794 OLD_FILES+=usr/bin/talk
8795 OLD_FILES+=usr/libexec/ntalkd
8796 OLD_FILES+=usr/share/man/man1/talk.1.gz
8797 OLD_FILES+=usr/share/man/man8/talkd.8.gz
8798 .endif
8799
8800 .if ${MK_TCSH} == no
8801 OLD_FILES+=.cshrc
8802 OLD_FILES+=etc/csh.cshrc
8803 OLD_FILES+=etc/csh.login
8804 OLD_FILES+=etc/csh.logout
8805 OLD_FILES+=bin/csh
8806 OLD_FILES+=bin/tcsh
8807 OLD_FILES+=rescue/csh
8808 OLD_FILES+=rescue/tcsh
8809 OLD_FILES+=root/.cshrc
8810 OLD_FILES+=root/.login
8811 OLD_FILES+=usr/share/examples/etc/csh.cshrc
8812 OLD_FILES+=usr/share/examples/etc/csh.login
8813 OLD_FILES+=usr/share/examples/etc/csh.logout
8814 OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
8815 OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
8816 OLD_DIRS+=usr/share/examples/tcsh
8817 OLD_FILES+=usr/share/man/man1/csh.1.gz
8818 OLD_FILES+=usr/share/man/man1/tcsh.1.gz
8819 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
8820 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
8821 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
8822 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
8823 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
8824 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
8825 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
8826 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
8827 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
8828 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
8829 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
8830 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
8831 OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
8832 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
8833 OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
8834 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
8835 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
8836 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
8837 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
8838 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
8839 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
8840 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
8841 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
8842 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
8843 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
8844 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
8845 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
8846 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
8847 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
8848 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
8849 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
8850 OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
8851 OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
8852 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
8853 OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
8854 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
8855 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
8856 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
8857 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
8858 OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
8859 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
8860 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
8861 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
8862 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
8863 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
8864 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
8865 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
8866 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
8867 .endif
8868
8869 .if ${MK_TELNET} == no
8870 OLD_FILES+=etc/pam.d/telnetd
8871 OLD_FILES+=usr/bin/telnet
8872 OLD_FILES+=usr/libexec/telnetd
8873 OLD_FILES+=usr/share/man/man1/telnet.1.gz
8874 OLD_FILES+=usr/share/man/man8/telnetd.8.gz
8875 .endif
8876
8877 .if ${MK_TESTS} == yes
8878 OLD_FILES+=usr/bin/atf-sh
8879 OLD_FILES+=usr/include/atf-c++/config.hpp
8880 OLD_FILES+=usr/include/atf-c/config.h
8881 OLD_LIBS+=usr/lib/libatf-c++.a
8882 OLD_LIBS+=usr/lib/libatf-c++.so
8883 OLD_LIBS+=usr/lib/libatf-c++.so.1
8884 OLD_LIBS+=usr/lib/libatf-c++.so.2
8885 OLD_LIBS+=usr/lib/libatf-c++_p.a
8886 OLD_LIBS+=usr/lib/libatf-c.a
8887 OLD_LIBS+=usr/lib/libatf-c.so
8888 OLD_LIBS+=usr/lib/libatf-c.so.1
8889 OLD_LIBS+=usr/lib/libatf-c_p.a
8890 OLD_LIBS+=usr/lib/private/libatf-c.so.0
8891 OLD_LIBS+=usr/lib/private/libatf-c++.so.1
8892 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
8893 OLD_LIBS+=usr/lib32/libatf-c++.a
8894 OLD_LIBS+=usr/lib32/libatf-c++.so
8895 OLD_LIBS+=usr/lib32/libatf-c++.so.1
8896 OLD_LIBS+=usr/lib32/libatf-c++.so.2
8897 OLD_LIBS+=usr/lib32/libatf-c++_p.a
8898 OLD_LIBS+=usr/lib32/libatf-c.a
8899 OLD_LIBS+=usr/lib32/libatf-c.so
8900 OLD_LIBS+=usr/lib32/libatf-c.so.1
8901 OLD_LIBS+=usr/lib32/libatf-c_p.a
8902 OLD_LIBS+=usr/lib32/private/libatf-c.so.0
8903 OLD_LIBS+=usr/lib32/private/libatf-c++.so.1
8904 .endif
8905 OLD_FILES+=usr/libdata/pkgconfig/atf-c++.pc
8906 OLD_FILES+=usr/libdata/pkgconfig/atf-c.pc
8907 OLD_FILES+=usr/libdata/pkgconfig/atf-sh.pc
8908 OLD_FILES+=usr/share/aclocal/atf-c++.m4
8909 OLD_FILES+=usr/share/aclocal/atf-c.m4
8910 OLD_FILES+=usr/share/aclocal/atf-common.m4
8911 OLD_FILES+=usr/share/aclocal/atf-sh.m4
8912 OLD_DIRS+=usr/share/aclocal
8913 OLD_DIRS+=usr/tests/bin/chown
8914 OLD_FILES+=usr/tests/bin/chown/Kyuafile
8915 OLD_FILES+=usr/tests/bin/chown/chown-f_test
8916 OLD_FILES+=usr/tests/bin/chown/units_basics
8917 OLD_FILES+=usr/tests/bin/date/legacy_test
8918 OLD_FILES+=usr/tests/bin/sh/legacy_test
8919 OLD_FILES+=usr/tests/usr.bin/atf/Kyuafile
8920 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/Kyuafile
8921 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/atf_check_test
8922 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/config_test
8923 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/integration_test
8924 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/misc_helpers
8925 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/normalize_test
8926 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tc_test
8927 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tp_test
8928 OLD_DIRS+=usr/tests/usr.bin/atf/atf-sh
8929 OLD_DIRS+=usr/tests/usr.bin/atf
8930 OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
8931 OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
8932 OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test
8933 OLD_FILES+=usr/tests/lib/atf/libatf-c++/config_test
8934 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/expand_test
8935 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/parser_test
8936 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/sanity_test
8937 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/ui_test
8938 OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test
8939 OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test
8940 OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test
8941 OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test
8942 OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test
8943 OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test
8944 OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test
8945 OLD_FILES+=usr/tests/lib/atf/libatf-c++/pkg_config_test
8946 OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test
8947 OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test
8948 OLD_FILES+=usr/tests/lib/atf/libatf-c/config_test
8949 OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test
8950 OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test
8951 OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test
8952 OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test
8953 OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test
8954 OLD_FILES+=usr/tests/lib/atf/libatf-c/pkg_config_test
8955 OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers
8956 OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test
8957 OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test
8958 OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test
8959 OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test
8960 .if ${MK_MAKE} == yes
8961 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/legacy_test
8962 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Kyuafile
8963 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Makefile.test
8964 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.1
8965 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.2
8966 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.3
8967 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.4
8968 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.5
8969 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.6
8970 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.7
8971 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.1
8972 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.2
8973 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.3
8974 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.4
8975 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.5
8976 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.6
8977 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.7
8978 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.1
8979 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.2
8980 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.3
8981 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.4
8982 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.5
8983 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.6
8984 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.7
8985 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/libtest.a
8986 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/legacy_test
8987 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Kyuafile
8988 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Makefile.test
8989 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.1
8990 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.2
8991 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.3
8992 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.4
8993 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.5
8994 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.6
8995 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.7
8996 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.1
8997 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.2
8998 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.3
8999 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.4
9000 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.5
9001 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.6
9002 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.7
9003 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.1
9004 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.2
9005 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.3
9006 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.4
9007 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.5
9008 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.6
9009 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.7
9010 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/libtest.a
9011 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/legacy_test
9012 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Kyuafile
9013 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Makefile.test
9014 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.1
9015 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.2
9016 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.3
9017 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.4
9018 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.5
9019 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.6
9020 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.7
9021 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.1
9022 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.2
9023 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.3
9024 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.4
9025 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.5
9026 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.6
9027 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.7
9028 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.1
9029 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.2
9030 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.3
9031 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.4
9032 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.5
9033 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.6
9034 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.7
9035 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/libtest.a
9036 OLD_FILES+=usr/tests/usr.bin/make/archives/Kyuafile
9037 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/legacy_test
9038 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/Kyuafile
9039 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.status.1
9040 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stderr.1
9041 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stdout.1
9042 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/legacy_test
9043 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Kyuafile
9044 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Makefile.test
9045 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.status.1
9046 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stderr.1
9047 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stdout.1
9048 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/legacy_test
9049 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Kyuafile
9050 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Makefile.test
9051 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.status.1
9052 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stderr.1
9053 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stdout.1
9054 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/legacy_test
9055 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/Kyuafile
9056 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.status.1
9057 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stderr.1
9058 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stdout.1
9059 OLD_FILES+=usr/tests/usr.bin/make/basic/Kyuafile
9060 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/legacy_test
9061 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Kyuafile
9062 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Makefile.test
9063 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.status.1
9064 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stderr.1
9065 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stdout.1
9066 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/legacy_test
9067 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Kyuafile
9068 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Makefile.test
9069 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.status.1
9070 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stderr.1
9071 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stdout.1
9072 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/legacy_test
9073 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Kyuafile
9074 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Makefile.test
9075 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.status.1
9076 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stderr.1
9077 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stdout.1
9078 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/legacy_test
9079 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Kyuafile
9080 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Makefile.test
9081 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.status.1
9082 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stderr.1
9083 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stdout.1
9084 OLD_FILES+=usr/tests/usr.bin/make/execution/Kyuafile
9085 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/legacy_test
9086 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Kyuafile
9087 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Makefile.test
9088 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.1
9089 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.2
9090 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.1
9091 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.2
9092 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.1
9093 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.2
9094 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/sh
9095 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/legacy_test
9096 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Kyuafile
9097 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Makefile.test
9098 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.1
9099 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.2
9100 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.1
9101 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.2
9102 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.1
9103 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.2
9104 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/sh
9105 OLD_FILES+=usr/tests/usr.bin/make/shell/path/legacy_test
9106 OLD_FILES+=usr/tests/usr.bin/make/shell/path/Kyuafile
9107 OLD_FILES+=usr/tests/usr.bin/make/shell/path/Makefile.test
9108 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.1
9109 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.2
9110 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.1
9111 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.2
9112 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.1
9113 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.2
9114 OLD_FILES+=usr/tests/usr.bin/make/shell/path/sh
9115 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/legacy_test
9116 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Kyuafile
9117 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Makefile.test
9118 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.1
9119 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.2
9120 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.1
9121 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.2
9122 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.1
9123 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.2
9124 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/shell
9125 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/legacy_test
9126 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Kyuafile
9127 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Makefile.test
9128 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.1
9129 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.2
9130 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.1
9131 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.2
9132 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.1
9133 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.2
9134 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/shell
9135 OLD_FILES+=usr/tests/usr.bin/make/shell/select/legacy_test
9136 OLD_FILES+=usr/tests/usr.bin/make/shell/select/Kyuafile
9137 OLD_FILES+=usr/tests/usr.bin/make/shell/select/Makefile.test
9138 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.1
9139 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.2
9140 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.1
9141 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.2
9142 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.1
9143 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.2
9144 OLD_FILES+=usr/tests/usr.bin/make/shell/Kyuafile
9145 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/legacy_test
9146 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Kyuafile
9147 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Makefile.test
9148 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/TEST1.a
9149 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.status.1
9150 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stderr.1
9151 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stdout.1
9152 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/legacy_test
9153 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Kyuafile
9154 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Makefile.test
9155 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST1.a
9156 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST2.a
9157 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.status.1
9158 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stderr.1
9159 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stdout.1
9160 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/legacy_test
9161 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Kyuafile
9162 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Makefile.test
9163 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST1.a
9164 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST2.a
9165 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.status.1
9166 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stderr.1
9167 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stdout.1
9168 OLD_FILES+=usr/tests/usr.bin/make/suffixes/Kyuafile
9169 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/legacy_test
9170 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Kyuafile
9171 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Makefile.test
9172 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.status.1
9173 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stderr.1
9174 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stdout.1
9175 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/legacy_test
9176 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Kyuafile
9177 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Makefile.test
9178 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.1
9179 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.2
9180 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.3
9181 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.4
9182 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.5
9183 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.1
9184 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.2
9185 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.3
9186 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.4
9187 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.5
9188 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.1
9189 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.2
9190 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.3
9191 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.4
9192 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.5
9193 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/legacy_test
9194 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Kyuafile
9195 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Makefile.test
9196 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.1
9197 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.2
9198 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.1
9199 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.2
9200 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.1
9201 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.2
9202 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/legacy_test
9203 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Kyuafile
9204 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Makefile.test
9205 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.1
9206 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.2
9207 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.1
9208 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.2
9209 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.1
9210 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.2
9211 OLD_FILES+=usr/tests/usr.bin/make/syntax/Kyuafile
9212 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/legacy_test
9213 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Kyuafile
9214 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Makefile.test
9215 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.status.1
9216 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stderr.1
9217 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stdout.1
9218 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/Kyuafile
9219 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/sys.mk
9220 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/Kyuafile
9221 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/Kyuafile
9222 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/legacy_test
9223 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/Kyuafile
9224 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/cleanup
9225 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.status.1
9226 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stderr.1
9227 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stdout.1
9228 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/Kyuafile
9229 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/sys.mk
9230 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/Kyuafile
9231 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/Kyuafile
9232 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/legacy_test
9233 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/Kyuafile
9234 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/cleanup
9235 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.status.1
9236 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stderr.1
9237 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stdout.1
9238 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/Kyuafile
9239 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/sys.mk
9240 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/Kyuafile
9241 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/Kyuafile
9242 OLD_FILES+=usr/tests/usr.bin/make/sysmk/Kyuafile
9243 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/legacy_test
9244 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Kyuafile
9245 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Makefile.test
9246 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.status.1
9247 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stderr.1
9248 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stdout.1
9249 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/legacy_test
9250 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Kyuafile
9251 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Makefile.test
9252 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.1
9253 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.2
9254 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.3
9255 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.1
9256 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.2
9257 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.3
9258 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.1
9259 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.2
9260 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.3
9261 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/legacy_test
9262 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Kyuafile
9263 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Makefile.test
9264 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.1
9265 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.2
9266 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.1
9267 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.2
9268 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.1
9269 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.2
9270 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/legacy_test
9271 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Kyuafile
9272 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Makefile.test
9273 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.status.1
9274 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stderr.1
9275 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stdout.1
9276 OLD_FILES+=usr/tests/usr.bin/make/variables/Kyuafile
9277 OLD_FILES+=usr/tests/usr.bin/make/Kyuafile
9278 OLD_FILES+=usr/tests/usr.bin/make/common.sh
9279 OLD_FILES+=usr/tests/usr.bin/make/test-new.mk
9280 OLD_DIRS+=usr/tests/usr.bin/make/variables/t0
9281 OLD_DIRS+=usr/tests/usr.bin/make/variables/opt_V
9282 OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_t
9283 OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_M
9284 OLD_DIRS+=usr/tests/usr.bin/make/variables
9285 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/mk
9286 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2/1
9287 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2
9288 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2
9289 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/mk
9290 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2/1
9291 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2
9292 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1
9293 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/mk
9294 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2/1
9295 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2
9296 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0
9297 OLD_DIRS+=usr/tests/usr.bin/make/sysmk
9298 OLD_DIRS+=usr/tests/usr.bin/make/syntax/semi
9299 OLD_DIRS+=usr/tests/usr.bin/make/syntax/funny-targets
9300 OLD_DIRS+=usr/tests/usr.bin/make/syntax/enl
9301 OLD_DIRS+=usr/tests/usr.bin/make/syntax/directive-t0
9302 OLD_DIRS+=usr/tests/usr.bin/make/syntax
9303 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild2
9304 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild1
9305 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/basic
9306 OLD_DIRS+=usr/tests/usr.bin/make/suffixes
9307 OLD_DIRS+=usr/tests/usr.bin/make/shell/select
9308 OLD_DIRS+=usr/tests/usr.bin/make/shell/replace
9309 OLD_DIRS+=usr/tests/usr.bin/make/shell/path_select
9310 OLD_DIRS+=usr/tests/usr.bin/make/shell/path
9311 OLD_DIRS+=usr/tests/usr.bin/make/shell/meta
9312 OLD_DIRS+=usr/tests/usr.bin/make/shell/builtin
9313 OLD_DIRS+=usr/tests/usr.bin/make/shell
9314 OLD_DIRS+=usr/tests/usr.bin/make/execution/plus
9315 OLD_DIRS+=usr/tests/usr.bin/make/execution/joberr
9316 OLD_DIRS+=usr/tests/usr.bin/make/execution/empty
9317 OLD_DIRS+=usr/tests/usr.bin/make/execution/ellipsis
9318 OLD_DIRS+=usr/tests/usr.bin/make/execution
9319 OLD_DIRS+=usr/tests/usr.bin/make/basic/t3
9320 OLD_DIRS+=usr/tests/usr.bin/make/basic/t2
9321 OLD_DIRS+=usr/tests/usr.bin/make/basic/t1
9322 OLD_DIRS+=usr/tests/usr.bin/make/basic/t0
9323 OLD_DIRS+=usr/tests/usr.bin/make/basic
9324 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_oldbsd
9325 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod
9326 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd
9327 OLD_DIRS+=usr/tests/usr.bin/make/archives
9328 OLD_DIRS+=usr/tests/usr.bin/make
9329 OLD_FILES+=usr/tests/usr.bin/yacc/legacy_test
9330 OLD_FILES+=usr/tests/usr.bin/yacc/regress.00.out
9331 OLD_FILES+=usr/tests/usr.bin/yacc/regress.01.out
9332 OLD_FILES+=usr/tests/usr.bin/yacc/regress.02.out
9333 OLD_FILES+=usr/tests/usr.bin/yacc/regress.03.out
9334 OLD_FILES+=usr/tests/usr.bin/yacc/regress.04.out
9335 OLD_FILES+=usr/tests/usr.bin/yacc/regress.05.out
9336 OLD_FILES+=usr/tests/usr.bin/yacc/regress.06.out
9337 OLD_FILES+=usr/tests/usr.bin/yacc/regress.07.out
9338 OLD_FILES+=usr/tests/usr.bin/yacc/regress.08.out
9339 OLD_FILES+=usr/tests/usr.bin/yacc/regress.09.out
9340 OLD_FILES+=usr/tests/usr.bin/yacc/regress.10.out
9341 OLD_FILES+=usr/tests/usr.bin/yacc/regress.11.out
9342 OLD_FILES+=usr/tests/usr.bin/yacc/regress.12.out
9343 OLD_FILES+=usr/tests/usr.bin/yacc/regress.13.out
9344 OLD_FILES+=usr/tests/usr.bin/yacc/regress.14.out
9345 OLD_FILES+=usr/tests/usr.bin/yacc/regress.sh
9346 OLD_FILES+=usr/tests/usr.bin/yacc/undefined.y
9347 .endif
9348 .else
9349 # ATF libraries.
9350 OLD_FILES+=etc/mtree/BSD.tests.dist
9351 OLD_FILES+=usr/bin/atf-sh
9352 OLD_DIRS+=usr/include/atf-c
9353 OLD_FILES+=usr/include/atf-c/build.h
9354 OLD_FILES+=usr/include/atf-c/check.h
9355 OLD_FILES+=usr/include/atf-c/config.h
9356 OLD_FILES+=usr/include/atf-c/defs.h
9357 OLD_FILES+=usr/include/atf-c/error.h
9358 OLD_FILES+=usr/include/atf-c/error_fwd.h
9359 OLD_FILES+=usr/include/atf-c/macros.h
9360 OLD_FILES+=usr/include/atf-c/tc.h
9361 OLD_FILES+=usr/include/atf-c/tp.h
9362 OLD_FILES+=usr/include/atf-c/utils.h
9363 OLD_FILES+=usr/include/atf-c.h
9364 OLD_DIRS+=usr/include/atf-c++
9365 OLD_FILES+=usr/include/atf-c++/build.hpp
9366 OLD_FILES+=usr/include/atf-c++/check.hpp
9367 OLD_FILES+=usr/include/atf-c++/config.hpp
9368 OLD_FILES+=usr/include/atf-c++/macros.hpp
9369 OLD_FILES+=usr/include/atf-c++/tests.hpp
9370 OLD_FILES+=usr/include/atf-c++/utils.hpp
9371 OLD_FILES+=usr/include/atf-c++.hpp
9372 OLD_FILES+=usr/lib/libatf-c_p.a
9373 OLD_FILES+=usr/lib/libatf-c.so.1
9374 OLD_FILES+=usr/lib/libatf-c.so
9375 OLD_FILES+=usr/lib/libatf-c++.a
9376 OLD_FILES+=usr/lib/libatf-c++_p.a
9377 OLD_FILES+=usr/lib/libatf-c++.so.1
9378 OLD_FILES+=usr/lib/libatf-c++.so
9379 OLD_FILES+=usr/lib/libatf-c.a
9380 OLD_FILES+=usr/libexec/atf-check
9381 OLD_FILES+=usr/libexec/atf-sh
9382 OLD_DIRS+=usr/share/atf
9383 OLD_FILES+=usr/share/atf/libatf-sh.subr
9384 OLD_DIRS+=usr/share/doc/atf
9385 OLD_FILES+=usr/share/doc/atf/AUTHORS
9386 OLD_FILES+=usr/share/doc/atf/COPYING
9387 OLD_FILES+=usr/share/doc/atf/NEWS
9388 OLD_FILES+=usr/share/doc/atf/README
9389 OLD_FILES+=usr/share/doc/pjdfstest/README
9390 OLD_FILES+=usr/share/man/man1/atf-check.1.gz
9391 OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
9392 OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
9393 OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
9394 OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
9395 OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
9396 OLD_FILES+=usr/share/man/man3/atf-sh.3.gz
9397 OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
9398 OLD_FILES+=usr/share/man/man7/atf.7.gz
9399 OLD_FILES+=usr/share/mk/atf.test.mk
9400 OLD_FILES+=usr/share/mk/plain.test.mk
9401 OLD_FILES+=usr/share/mk/suite.test.mk
9402 OLD_FILES+=usr/share/mk/tap.test.mk
9403
9404 # Test suite.
9405 . if exists(${DESTDIR}${TESTSBASE})
9406 TESTS_DIRS!=find ${DESTDIR}${TESTSBASE} -type d | sed -e 's,^${DESTDIR}/,,'; echo
9407 OLD_DIRS+=${TESTS_DIRS}
9408 TESTS_FILES!=find ${DESTDIR}${TESTSBASE} \! -type d | sed -e 's,^${DESTDIR}/,,'; echo
9409 OLD_FILES+=${TESTS_FILES}
9410 . endif
9411 .endif  # Test suite.
9412
9413 .if ${MK_TESTS_SUPPORT} == no
9414 OLD_FILES+=usr/include/atf-c++.hpp
9415 OLD_FILES+=usr/include/atf-c++/build.hpp
9416 OLD_FILES+=usr/include/atf-c++/check.hpp
9417 OLD_FILES+=usr/include/atf-c++/macros.hpp
9418 OLD_FILES+=usr/include/atf-c++/tests.hpp
9419 OLD_FILES+=usr/include/atf-c++/utils.hpp
9420 OLD_FILES+=usr/include/atf-c.h
9421 OLD_FILES+=usr/include/atf-c/build.h
9422 OLD_FILES+=usr/include/atf-c/check.h
9423 OLD_FILES+=usr/include/atf-c/defs.h
9424 OLD_FILES+=usr/include/atf-c/error.h
9425 OLD_FILES+=usr/include/atf-c/error_fwd.h
9426 OLD_FILES+=usr/include/atf-c/macros.h
9427 OLD_FILES+=usr/include/atf-c/tc.h
9428 OLD_FILES+=usr/include/atf-c/tp.h
9429 OLD_FILES+=usr/include/atf-c/utils.h
9430 OLD_LIBS+=usr/lib/private/libatf-c++.so.2
9431 OLD_LIBS+=usr/lib/private/libatf-c.so.1
9432 OLD_FILES+=usr/share/man/man3/atf-c++.3.gz
9433 OLD_FILES+=usr/share/man/man3/atf-c-api++.3.gz
9434 OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
9435 OLD_FILES+=usr/share/man/man3/atf-c.3.gz
9436 OLD_FILES+=usr/tests/lib/atf/Kyuafile
9437 OLD_FILES+=usr/tests/lib/atf/libatf-c++/Kyuafile
9438 OLD_FILES+=usr/tests/lib/atf/libatf-c++/atf_c++_test
9439 OLD_FILES+=usr/tests/lib/atf/libatf-c++/build_test
9440 OLD_FILES+=usr/tests/lib/atf/libatf-c++/check_test
9441 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/Kyuafile
9442 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/application_test
9443 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/env_test
9444 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/exceptions_test
9445 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/fs_test
9446 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/process_test
9447 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/text_test
9448 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/version_helper
9449 OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_hpp_test.cpp
9450 OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_test
9451 OLD_FILES+=usr/tests/lib/atf/libatf-c++/tests_test
9452 OLD_FILES+=usr/tests/lib/atf/libatf-c++/unused_test.cpp
9453 OLD_FILES+=usr/tests/lib/atf/libatf-c++/utils_test
9454 OLD_FILES+=usr/tests/lib/atf/libatf-c/Kyuafile
9455 OLD_FILES+=usr/tests/lib/atf/libatf-c/atf_c_test
9456 OLD_FILES+=usr/tests/lib/atf/libatf-c/build_test
9457 OLD_FILES+=usr/tests/lib/atf/libatf-c/check_test
9458 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/Kyuafile
9459 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/dynstr_test
9460 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/env_test
9461 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/fs_test
9462 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/list_test
9463 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/map_test
9464 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_helpers
9465 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_test
9466 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/sanity_test
9467 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/text_test
9468 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/user_test
9469 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/version_helper
9470 OLD_FILES+=usr/tests/lib/atf/libatf-c/error_test
9471 OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_h_test.c
9472 OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_test
9473 OLD_FILES+=usr/tests/lib/atf/libatf-c/tc_test
9474 OLD_FILES+=usr/tests/lib/atf/libatf-c/tp_test
9475 OLD_FILES+=usr/tests/lib/atf/libatf-c/unused_test.c
9476 OLD_FILES+=usr/tests/lib/atf/libatf-c/utils_test
9477 OLD_FILES+=usr/tests/lib/atf/test-programs/Kyuafile
9478 OLD_FILES+=usr/tests/lib/atf/test-programs/c_helpers
9479 OLD_FILES+=usr/tests/lib/atf/test-programs/config_test
9480 OLD_FILES+=usr/tests/lib/atf/test-programs/cpp_helpers
9481 OLD_FILES+=usr/tests/lib/atf/test-programs/expect_test
9482 OLD_FILES+=usr/tests/lib/atf/test-programs/meta_data_test
9483 OLD_FILES+=usr/tests/lib/atf/test-programs/result_test
9484 OLD_FILES+=usr/tests/lib/atf/test-programs/sh_helpers
9485 OLD_FILES+=usr/tests/lib/atf/test-programs/srcdir_test
9486 .endif
9487
9488 .if ${MK_TEXTPROC} == no
9489 OLD_FILES+=usr/bin/checknr
9490 OLD_FILES+=usr/bin/colcrt
9491 OLD_FILES+=usr/bin/ul
9492 OLD_FILES+=usr/share/man/man1/checknr.1.gz
9493 OLD_FILES+=usr/share/man/man1/colcrt.1.gz
9494 OLD_FILES+=usr/share/man/man1/ul.1.gz
9495 .endif
9496
9497 .if ${MK_TFTP} == no
9498 OLD_FILES+=usr/bin/tftp
9499 OLD_FILES+=usr/libexec/tftpd
9500 OLD_FILES+=usr/share/man/man1/tftp.1.gz
9501 OLD_FILES+=usr/share/man/man8/tftpd.8.gz
9502 .endif
9503
9504 .if ${MK_TOOLCHAIN} == no
9505 OLD_FILES+=usr/bin/addr2line
9506 OLD_FILES+=usr/bin/as
9507 OLD_FILES+=usr/bin/byacc
9508 OLD_FILES+=usr/bin/cc
9509 OLD_FILES+=usr/bin/c88
9510 OLD_FILES+=usr/bin/c++
9511 OLD_FILES+=usr/bin/c++filt
9512 OLD_FILES+=usr/bin/ld
9513 OLD_FILES+=usr/bin/ld.bfd
9514 OLD_FILES+=usr/bin/nm
9515 OLD_FILES+=usr/bin/objcopy
9516 OLD_FILES+=usr/bin/readelf
9517 OLD_FILES+=usr/bin/size
9518 OLD_FILES+=usr/bin/strip
9519 OLD_FILES+=usr/bin/yacc
9520 OLD_FILES+=usr/share/man/man1/addr2line.1.gz
9521 OLD_FILES+=usr/share/man/man1/c++filt.1.gz
9522 OLD_FILES+=usr/share/man/man1/nm.1.gz
9523 OLD_FILES+=usr/share/man/man1/readelf.1.gz
9524 OLD_FILES+=usr/share/man/man1/size.1.gz
9525 OLD_FILES+=usr/share/man/man1/strip.1.gz
9526 OLD_FILES+=usr/share/man/man1/objcopy.1.gz
9527 # lib/libelf
9528 OLD_FILES+=usr/share/man/man3/elf.3.gz
9529 OLD_FILES+=usr/share/man/man3/elf_begin.3.gz
9530 OLD_FILES+=usr/share/man/man3/elf_cntl.3.gz
9531 OLD_FILES+=usr/share/man/man3/elf_end.3.gz
9532 OLD_FILES+=usr/share/man/man3/elf_errmsg.3.gz
9533 OLD_FILES+=usr/share/man/man3/elf_fill.3.gz
9534 OLD_FILES+=usr/share/man/man3/elf_flagdata.3.gz
9535 OLD_FILES+=usr/share/man/man3/elf_getarhdr.3.gz
9536 OLD_FILES+=usr/share/man/man3/elf_getarsym.3.gz
9537 OLD_FILES+=usr/share/man/man3/elf_getbase.3.gz
9538 OLD_FILES+=usr/share/man/man3/elf_getdata.3.gz
9539 OLD_FILES+=usr/share/man/man3/elf_getident.3.gz
9540 OLD_FILES+=usr/share/man/man3/elf_getscn.3.gz
9541 OLD_FILES+=usr/share/man/man3/elf_getphdrnum.3.gz
9542 OLD_FILES+=usr/share/man/man3/elf_getphnum.3.gz
9543 OLD_FILES+=usr/share/man/man3/elf_getshdrnum.3.gz
9544 OLD_FILES+=usr/share/man/man3/elf_getshnum.3.gz
9545 OLD_FILES+=usr/share/man/man3/elf_getshdrstrndx.3.gz
9546 OLD_FILES+=usr/share/man/man3/elf_getshstrndx.3.gz
9547 OLD_FILES+=usr/share/man/man3/elf_hash.3.gz
9548 OLD_FILES+=usr/share/man/man3/elf_kind.3.gz
9549 OLD_FILES+=usr/share/man/man3/elf_memory.3.gz
9550 OLD_FILES+=usr/share/man/man3/elf_next.3.gz
9551 OLD_FILES+=usr/share/man/man3/elf_open.3.gz
9552 OLD_FILES+=usr/share/man/man3/elf_rawfile.3.gz
9553 OLD_FILES+=usr/share/man/man3/elf_rand.3.gz
9554 OLD_FILES+=usr/share/man/man3/elf_strptr.3.gz
9555 OLD_FILES+=usr/share/man/man3/elf_update.3.gz
9556 OLD_FILES+=usr/share/man/man3/elf_version.3.gz
9557 OLD_FILES+=usr/share/man/man3/gelf.3.gz
9558 OLD_FILES+=usr/share/man/man3/gelf_checksum.3.gz
9559 OLD_FILES+=usr/share/man/man3/gelf_fsize.3.gz
9560 OLD_FILES+=usr/share/man/man3/gelf_getcap.3.gz
9561 OLD_FILES+=usr/share/man/man3/gelf_getclass.3.gz
9562 OLD_FILES+=usr/share/man/man3/gelf_getdyn.3.gz
9563 OLD_FILES+=usr/share/man/man3/gelf_getehdr.3.gz
9564 OLD_FILES+=usr/share/man/man3/gelf_getmove.3.gz
9565 OLD_FILES+=usr/share/man/man3/gelf_getphdr.3.gz
9566 OLD_FILES+=usr/share/man/man3/gelf_getrel.3.gz
9567 OLD_FILES+=usr/share/man/man3/gelf_getrela.3.gz
9568 OLD_FILES+=usr/share/man/man3/gelf_getshdr.3.gz
9569 OLD_FILES+=usr/share/man/man3/gelf_getsym.3.gz
9570 OLD_FILES+=usr/share/man/man3/gelf_getsyminfo.3.gz
9571 OLD_FILES+=usr/share/man/man3/gelf_getsymshndx.3.gz
9572 OLD_FILES+=usr/share/man/man3/gelf_newehdr.3.gz
9573 OLD_FILES+=usr/share/man/man3/gelf_newphdr.3.gz
9574 OLD_FILES+=usr/share/man/man3/gelf_update_ehdr.3.gz
9575 OLD_FILES+=usr/share/man/man3/gelf_xlatetof.3.gz
9576 # lib/libelftc
9577 OLD_FILES+=usr/share/man/man3/elftc.3.gz
9578 OLD_FILES+=usr/share/man/man3/elftc_bfd_find_target.3.gz
9579 OLD_FILES+=usr/share/man/man3/elftc_copyfile.3.gz
9580 OLD_FILES+=usr/share/man/man3/elftc_demangle.3.gz
9581 OLD_FILES+=usr/share/man/man3/elftc_reloc_type_str.3.gz
9582 OLD_FILES+=usr/share/man/man3/elftc_set_timestamps.3.gz
9583 OLD_FILES+=usr/share/man/man3/elftc_timestamp.3.gz
9584 OLD_FILES+=usr/share/man/man3/elftc_string_table_create.3.gz
9585 OLD_FILES+=usr/share/man/man3/elftc_version.3.gz
9586 OLD_FILES+=usr/tests/usr.bin/yacc/Kyuafile
9587 OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_calc1.y
9588 OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_demo.y
9589 OLD_FILES+=usr/tests/usr.bin/yacc/calc.y
9590 OLD_FILES+=usr/tests/usr.bin/yacc/calc1.y
9591 OLD_FILES+=usr/tests/usr.bin/yacc/calc2.y
9592 OLD_FILES+=usr/tests/usr.bin/yacc/calc3.y
9593 OLD_FILES+=usr/tests/usr.bin/yacc/code_calc.y
9594 OLD_FILES+=usr/tests/usr.bin/yacc/code_debug.y
9595 OLD_FILES+=usr/tests/usr.bin/yacc/code_error.y
9596 OLD_FILES+=usr/tests/usr.bin/yacc/empty.y
9597 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit1.y
9598 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit2.y
9599 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit3.y
9600 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit4.y
9601 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit5.y
9602 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax1.y
9603 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax10.y
9604 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax11.y
9605 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax12.y
9606 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax13.y
9607 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax14.y
9608 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax15.y
9609 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax16.y
9610 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax17.y
9611 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax18.y
9612 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax19.y
9613 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax2.y
9614 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax20.y
9615 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax21.y
9616 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax22.y
9617 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax23.y
9618 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax24.y
9619 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax25.y
9620 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax26.y
9621 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax27.y
9622 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax3.y
9623 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax4.y
9624 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax5.y
9625 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax6.y
9626 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7.y
9627 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7a.y
9628 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7b.y
9629 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax8.y
9630 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax8a.y
9631 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax9.y
9632 OLD_FILES+=usr/tests/usr.bin/yacc/error.y
9633 OLD_FILES+=usr/tests/usr.bin/yacc/grammar.y
9634 OLD_FILES+=usr/tests/usr.bin/yacc/inherit0.y
9635 OLD_FILES+=usr/tests/usr.bin/yacc/inherit1.y
9636 OLD_FILES+=usr/tests/usr.bin/yacc/inherit2.y
9637 OLD_FILES+=usr/tests/usr.bin/yacc/ok_syntax1.y
9638 OLD_FILES+=usr/tests/usr.bin/yacc/pure_calc.y
9639 OLD_FILES+=usr/tests/usr.bin/yacc/pure_error.y
9640 OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc.y
9641 OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc2.y
9642 OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc3.y
9643 OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc4.y
9644 OLD_FILES+=usr/tests/usr.bin/yacc/run_test
9645 OLD_FILES+=usr/tests/usr.bin/yacc/varsyntax_calc1.y
9646 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_b.error
9647 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_b.output
9648 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_l.error
9649 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_l.output
9650 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.error
9651 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.output
9652 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.c
9653 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.h
9654 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.error
9655 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.output
9656 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.c
9657 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.h
9658 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.error
9659 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.output
9660 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.c
9661 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.h
9662 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.error
9663 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.output
9664 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.c
9665 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.h
9666 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.code.c
9667 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.error
9668 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.output
9669 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.tab.c
9670 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.tab.h
9671 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.code.c
9672 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.error
9673 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.output
9674 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.tab.c
9675 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.tab.h
9676 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.error
9677 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.output
9678 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.c
9679 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.h
9680 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.error
9681 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.output
9682 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.tab.c
9683 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.tab.h
9684 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.error
9685 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.output
9686 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.tab.c
9687 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.tab.h
9688 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.error
9689 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.output
9690 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.tab.c
9691 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.tab.h
9692 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.error
9693 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.output
9694 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.tab.c
9695 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.tab.h
9696 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.error
9697 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.output
9698 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.tab.c
9699 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.tab.h
9700 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.error
9701 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.output
9702 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.tab.c
9703 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.tab.h
9704 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.error
9705 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.output
9706 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.tab.c
9707 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.tab.h
9708 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.error
9709 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.output
9710 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.tab.c
9711 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.tab.h
9712 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.error
9713 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.output
9714 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.tab.c
9715 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.tab.h
9716 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.error
9717 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.output
9718 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.tab.c
9719 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.tab.h
9720 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.error
9721 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.output
9722 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.tab.c
9723 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.tab.h
9724 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.error
9725 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.output
9726 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.tab.c
9727 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.tab.h
9728 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.error
9729 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.output
9730 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.tab.c
9731 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.tab.h
9732 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.error
9733 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.output
9734 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.tab.c
9735 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.tab.h
9736 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.error
9737 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.output
9738 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.tab.c
9739 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.tab.h
9740 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.error
9741 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.output
9742 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.tab.c
9743 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.tab.h
9744 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.error
9745 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.output
9746 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.tab.c
9747 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.tab.h
9748 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.error
9749 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.output
9750 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.tab.c
9751 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.tab.h
9752 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.error
9753 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.output
9754 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.tab.c
9755 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.tab.h
9756 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.error
9757 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.output
9758 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.tab.c
9759 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.tab.h
9760 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.error
9761 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.output
9762 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.tab.c
9763 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.tab.h
9764 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.error
9765 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.output
9766 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.tab.c
9767 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.tab.h
9768 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.error
9769 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.output
9770 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.tab.c
9771 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.tab.h
9772 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.error
9773 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.output
9774 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.tab.c
9775 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.tab.h
9776 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.error
9777 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.output
9778 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.tab.c
9779 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.tab.h
9780 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.error
9781 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.output
9782 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.tab.c
9783 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.tab.h
9784 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.error
9785 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.output
9786 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.tab.c
9787 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.tab.h
9788 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.error
9789 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.output
9790 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.tab.c
9791 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.tab.h
9792 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.error
9793 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.output
9794 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.tab.c
9795 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.tab.h
9796 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.error
9797 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.output
9798 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.tab.c
9799 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.tab.h
9800 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.error
9801 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.output
9802 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.tab.c
9803 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.tab.h
9804 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.dot
9805 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.error
9806 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.output
9807 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.tab.c
9808 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.tab.h
9809 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/help.error
9810 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/help.output
9811 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt.error
9812 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt.output
9813 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt1.error
9814 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt1.output
9815 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_code_c.error
9816 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_code_c.output
9817 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_defines.error
9818 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_defines.output
9819 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_graph.error
9820 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_graph.output
9821 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_include.error
9822 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_include.output
9823 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_opts.error
9824 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_opts.output
9825 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.error
9826 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.output
9827 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output1.error
9828 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output1.output
9829 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output2.error
9830 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output2.output
9831 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt.error
9832 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt.output
9833 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt1.error
9834 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt1.output
9835 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_verbose.error
9836 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_verbose.output
9837 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/nostdin.error
9838 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/nostdin.output
9839 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.error
9840 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.output
9841 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.tab.c
9842 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.tab.h
9843 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.error
9844 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.output
9845 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.tab.c
9846 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.tab.h
9847 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.error
9848 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.output
9849 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.tab.c
9850 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.tab.h
9851 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.error
9852 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.output
9853 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.tab.c
9854 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.tab.h
9855 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.error
9856 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.output
9857 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.tab.c
9858 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.tab.h
9859 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.error
9860 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.output
9861 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.tab.c
9862 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.tab.h
9863 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.error
9864 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.output
9865 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.tab.c
9866 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.tab.h
9867 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.error
9868 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.output
9869 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.tab.c
9870 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.tab.h
9871 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.error
9872 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.output
9873 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.tab.c
9874 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.tab.h
9875 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.error
9876 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.output
9877 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.tab.c
9878 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.tab.h
9879 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.error
9880 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.output
9881 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.tab.c
9882 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.tab.h
9883 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.c
9884 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.error
9885 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.h
9886 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.i
9887 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.output
9888 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.error
9889 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.output
9890 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.c
9891 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.h
9892 OLD_FILES+=usr/tests/usr.bin/yacc/yacc_tests
9893 OLD_DIRS+=usr/tests/usr.bin/yacc
9894 .endif
9895
9896 .if ${MK_UNBOUND} == no
9897 OLD_FILES+=etc/rc.d/local_unbound
9898 OLD_FILES+=etc/unbound
9899 OLD_FILES+=usr/lib/private/libunbound.a
9900 OLD_FILES+=usr/lib/private/libunbound.so
9901 OLD_LIBS+=usr/lib/private/libunbound.so.5
9902 OLD_FILES+=usr/lib/private/libunbound_p.a
9903 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
9904 OLD_FILES+=usr/lib32/private/libunbound.a
9905 OLD_FILES+=usr/lib32/private/libunbound.so
9906 OLD_LIBS+=usr/lib32/private/libunbound.so.5
9907 OLD_FILES+=usr/lib32/private/libunbound_p.a
9908 OLD_FILES+=usr/share/man/man5/local-unbound.conf.5.gz
9909 OLD_FILES+=usr/share/man/man8/local-unbound-anchor.8.gz
9910 OLD_FILES+=usr/share/man/man8/local-unbound-checkconf.8.gz
9911 OLD_FILES+=usr/share/man/man8/local-unbound-control.8.gz
9912 OLD_FILES+=usr/share/man/man8/local-unbound.8.gz
9913 .endif
9914 OLD_FILES+=usr/sbin/local-unbound-setup
9915 OLD_FILES+=usr/sbin/local-unbound
9916 OLD_FILES+=usr/sbin/local-unbound-anchor
9917 OLD_FILES+=usr/sbin/local-unbound-checkconf
9918 OLD_FILES+=usr/sbin/local-unbound-control
9919 .endif
9920
9921 .if ${MK_USB} == no
9922 OLD_FILES+=etc/devd/uath.conf
9923 OLD_FILES+=etc/devd/uauth.conf
9924 OLD_FILES+=etc/devd/ulpt.conf
9925 OLD_FILES+=etc/devd/usb.conf
9926 OLD_FILES+=usr/bin/usbhidaction
9927 OLD_FILES+=usr/bin/usbhidctl
9928 OLD_FILES+=usr/include/libusb.h
9929 OLD_FILES+=usr/include/libusb20.h
9930 OLD_FILES+=usr/include/libusb20_desc.h
9931 OLD_FILES+=usr/include/usb.h
9932 OLD_FILES+=usr/include/usbhid.h
9933 OLD_FILES+=usr/lib/libusb.a
9934 OLD_FILES+=usr/lib/libusb.so
9935 OLD_LIBS+=usr/lib/libusb.so.3
9936 OLD_FILES+=usr/lib/libusb_p.a
9937 OLD_FILES+=usr/lib/libusbhid.a
9938 OLD_FILES+=usr/lib/libusbhid.so
9939 OLD_LIBS+=usr/lib/libusbhid.so.4
9940 OLD_FILES+=usr/lib/libusbhid_p.a
9941 OLD_FILES+=usr/lib32/libusb.a
9942 OLD_FILES+=usr/lib32/libusb.so
9943 OLD_LIBS+=usr/lib32/libusb.so.3
9944 OLD_FILES+=usr/lib32/libusb_p.a
9945 OLD_FILES+=usr/lib32/libusbhid.a
9946 OLD_FILES+=usr/lib32/libusbhid.so
9947 OLD_LIBS+=usr/lib32/libusbhid.so.4
9948 OLD_FILES+=usr/lib32/libusbhid_p.a
9949 OLD_FILES+=usr/libdata/pkgconfig/libusb-0.1.pc
9950 OLD_FILES+=usr/libdata/pkgconfig/libusb-1.0.pc
9951 OLD_FILES+=usr/libdata/pkgconfig/libusb-2.0.pc
9952 OLD_FILES+=usr/sbin/uathload
9953 OLD_FILES+=usr/sbin/uhsoctl
9954 OLD_FILES+=usr/sbin/usbconfig
9955 OLD_FILES+=usr/sbin/usbdump
9956 OLD_FILES+=usr/share/examples/libusb20/Makefile
9957 OLD_FILES+=usr/share/examples/libusb20/README
9958 OLD_FILES+=usr/share/examples/libusb20/bulk.c
9959 OLD_FILES+=usr/share/examples/libusb20/control.c
9960 OLD_FILES+=usr/share/examples/libusb20/util.c
9961 OLD_FILES+=usr/share/examples/libusb20/util.h
9962 OLD_DIRS+=usr/share/examples/libusb20
9963 OLD_FILES+=usr/share/firmware/ar5523.bin
9964 OLD_FILES+=usr/share/man/man1/uhsoctl.1.gz
9965 OLD_FILES+=usr/share/man/man1/usbhidaction.1.gz
9966 OLD_FILES+=usr/share/man/man1/usbhidctl.1.gz
9967 OLD_FILES+=usr/share/man/man3/hid_dispose_report_desc.3.gz
9968 OLD_FILES+=usr/share/man/man3/hid_end_parse.3.gz
9969 OLD_FILES+=usr/share/man/man3/hid_get_data.3.gz
9970 OLD_FILES+=usr/share/man/man3/hid_get_item.3.gz
9971 OLD_FILES+=usr/share/man/man3/hid_get_report_desc.3.gz
9972 OLD_FILES+=usr/share/man/man3/hid_init.3.gz
9973 OLD_FILES+=usr/share/man/man3/hid_locate.3.gz
9974 OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz
9975 OLD_FILES+=usr/share/man/man3/hid_set_data.3.gz
9976 OLD_FILES+=usr/share/man/man3/hid_start_parse.3.gz
9977 OLD_FILES+=usr/share/man/man3/hid_usage_in_page.3.gz
9978 OLD_FILES+=usr/share/man/man3/hid_usage_page.3.gz
9979 OLD_FILES+=usr/share/man/man3/libusb.3.gz
9980 OLD_FILES+=usr/share/man/man3/libusb20.3.gz
9981 OLD_FILES+=usr/share/man/man3/libusb20_be_add_dev_quirk.3.gz
9982 OLD_FILES+=usr/share/man/man3/libusb20_be_alloc_default.3.gz
9983 OLD_FILES+=usr/share/man/man3/libusb20_be_dequeue_device.3.gz
9984 OLD_FILES+=usr/share/man/man3/libusb20_be_device_foreach.3.gz
9985 OLD_FILES+=usr/share/man/man3/libusb20_be_enqueue_device.3.gz
9986 OLD_FILES+=usr/share/man/man3/libusb20_be_free.3.gz
9987 OLD_FILES+=usr/share/man/man3/libusb20_be_get_dev_quirk.3.gz
9988 OLD_FILES+=usr/share/man/man3/libusb20_be_get_quirk_name.3.gz
9989 OLD_FILES+=usr/share/man/man3/libusb20_be_get_template.3.gz
9990 OLD_FILES+=usr/share/man/man3/libusb20_be_remove_dev_quirk.3.gz
9991 OLD_FILES+=usr/share/man/man3/libusb20_be_set_template.3.gz
9992 OLD_FILES+=usr/share/man/man3/libusb20_desc_foreach.3.gz
9993 OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc.3.gz
9994 OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc_config.3.gz
9995 OLD_FILES+=usr/share/man/man3/libusb20_dev_check_connected.3.gz
9996 OLD_FILES+=usr/share/man/man3/libusb20_dev_close.3.gz
9997 OLD_FILES+=usr/share/man/man3/libusb20_dev_detach_kernel_driver.3.gz
9998 OLD_FILES+=usr/share/man/man3/libusb20_dev_free.3.gz
9999 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_address.3.gz
10000 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_backend_name.3.gz
10001 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_bus_number.3.gz
10002 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_config_index.3.gz
10003 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_debug.3.gz
10004 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_desc.3.gz
10005 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_device_desc.3.gz
10006 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_fd.3.gz
10007 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_iface_desc.3.gz
10008 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_info.3.gz
10009 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_mode.3.gz
10010 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_address.3.gz
10011 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_port.3.gz
10012 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_port_path.3.gz
10013 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_mode.3.gz
10014 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_usage.3.gz
10015 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_speed.3.gz
10016 OLD_FILES+=usr/share/man/man3/libusb20_dev_kernel_driver_active.3.gz
10017 OLD_FILES+=usr/share/man/man3/libusb20_dev_open.3.gz
10018 OLD_FILES+=usr/share/man/man3/libusb20_dev_process.3.gz
10019 OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_simple_sync.3.gz
10020 OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_sync.3.gz
10021 OLD_FILES+=usr/share/man/man3/libusb20_dev_request_sync.3.gz
10022 OLD_FILES+=usr/share/man/man3/libusb20_dev_reset.3.gz
10023 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_alt_index.3.gz
10024 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_config_index.3.gz
10025 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_debug.3.gz
10026 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_power_mode.3.gz
10027 OLD_FILES+=usr/share/man/man3/libusb20_dev_wait_process.3.gz
10028 OLD_FILES+=usr/share/man/man3/libusb20_error_name.3.gz
10029 OLD_FILES+=usr/share/man/man3/libusb20_me_decode.3.gz
10030 OLD_FILES+=usr/share/man/man3/libusb20_me_encode.3.gz
10031 OLD_FILES+=usr/share/man/man3/libusb20_me_get_1.3.gz
10032 OLD_FILES+=usr/share/man/man3/libusb20_me_get_2.3.gz
10033 OLD_FILES+=usr/share/man/man3/libusb20_strerror.3.gz
10034 OLD_FILES+=usr/share/man/man3/libusb20_tr_bulk_intr_sync.3.gz
10035 OLD_FILES+=usr/share/man/man3/libusb20_tr_callback_wrapper.3.gz
10036 OLD_FILES+=usr/share/man/man3/libusb20_tr_clear_stall_sync.3.gz
10037 OLD_FILES+=usr/share/man/man3/libusb20_tr_close.3.gz
10038 OLD_FILES+=usr/share/man/man3/libusb20_tr_drain.3.gz
10039 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_frames.3.gz
10040 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_length.3.gz
10041 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_length.3.gz
10042 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_frames.3.gz
10043 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_packet_length.3.gz
10044 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_total_length.3.gz
10045 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_pointer.3.gz
10046 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc0.3.gz
10047 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc1.3.gz
10048 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_status.3.gz
10049 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_time_complete.3.gz
10050 OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz
10051 OLD_FILES+=usr/share/man/man3/libusb20_tr_pending.3.gz
10052 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_buffer.3.gz
10053 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_callback.3.gz
10054 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_flags.3.gz
10055 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_length.3.gz
10056 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc0.3.gz
10057 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc1.3.gz
10058 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_timeout.3.gz
10059 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_total_frames.3.gz
10060 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_bulk.3.gz
10061 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_control.3.gz
10062 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_intr.3.gz
10063 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_isoc.3.gz
10064 OLD_FILES+=usr/share/man/man3/libusb20_tr_start.3.gz
10065 OLD_FILES+=usr/share/man/man3/libusb20_tr_stop.3.gz
10066 OLD_FILES+=usr/share/man/man3/libusb20_tr_submit.3.gz
10067 OLD_FILES+=usr/share/man/man3/libusb_alloc_transfer.3.gz
10068 OLD_FILES+=usr/share/man/man3/libusb_attach_kernel_driver.3.gz
10069 OLD_FILES+=usr/share/man/man3/libusb_bulk_transfer.3.gz
10070 OLD_FILES+=usr/share/man/man3/libusb_cancel_transfer.3.gz
10071 OLD_FILES+=usr/share/man/man3/libusb_check_connected.3.gz
10072 OLD_FILES+=usr/share/man/man3/libusb_claim_interface.3.gz
10073 OLD_FILES+=usr/share/man/man3/libusb_clear_halt.3.gz
10074 OLD_FILES+=usr/share/man/man3/libusb_close.3.gz
10075 OLD_FILES+=usr/share/man/man3/libusb_control_transfer.3.gz
10076 OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver.3.gz
10077 OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver_np.3.gz
10078 OLD_FILES+=usr/share/man/man3/libusb_error_name.3.gz
10079 OLD_FILES+=usr/share/man/man3/libusb_event_handler_active.3.gz
10080 OLD_FILES+=usr/share/man/man3/libusb_event_handling_ok.3.gz
10081 OLD_FILES+=usr/share/man/man3/libusb_exit.3.gz
10082 OLD_FILES+=usr/share/man/man3/libusb_free_bos_descriptor.3.gz
10083 OLD_FILES+=usr/share/man/man3/libusb_free_config_descriptor.3.gz
10084 OLD_FILES+=usr/share/man/man3/libusb_free_device_list.3.gz
10085 OLD_FILES+=usr/share/man/man3/libusb_free_ss_endpoint_comp.3.gz
10086 OLD_FILES+=usr/share/man/man3/libusb_free_transfer.3.gz
10087 OLD_FILES+=usr/share/man/man3/libusb_get_active_config_descriptor.3.gz
10088 OLD_FILES+=usr/share/man/man3/libusb_get_bus_number.3.gz
10089 OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor.3.gz
10090 OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor_by_value.3.gz
10091 OLD_FILES+=usr/share/man/man3/libusb_get_configuration.3.gz
10092 OLD_FILES+=usr/share/man/man3/libusb_get_device.3.gz
10093 OLD_FILES+=usr/share/man/man3/libusb_get_device_address.3.gz
10094 OLD_FILES+=usr/share/man/man3/libusb_get_device_descriptor.3.gz
10095 OLD_FILES+=usr/share/man/man3/libusb_get_device_list.3.gz
10096 OLD_FILES+=usr/share/man/man3/libusb_get_device_speed.3.gz
10097 OLD_FILES+=usr/share/man/man3/libusb_get_driver.3.gz
10098 OLD_FILES+=usr/share/man/man3/libusb_get_driver_np.3.gz
10099 OLD_FILES+=usr/share/man/man3/libusb_get_max_iso_packet_size.3.gz
10100 OLD_FILES+=usr/share/man/man3/libusb_get_max_packet_size.3.gz
10101 OLD_FILES+=usr/share/man/man3/libusb_get_next_timeout.3.gz
10102 OLD_FILES+=usr/share/man/man3/libusb_get_pollfds.3.gz
10103 OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor.3.gz
10104 OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor_ascii.3.gz
10105 OLD_FILES+=usr/share/man/man3/libusb_handle_events.3.gz
10106 OLD_FILES+=usr/share/man/man3/libusb_handle_events_completed.3.gz
10107 OLD_FILES+=usr/share/man/man3/libusb_handle_events_locked.3.gz
10108 OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout.3.gz
10109 OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout_completed.3.gz
10110 OLD_FILES+=usr/share/man/man3/libusb_init.3.gz
10111 OLD_FILES+=usr/share/man/man3/libusb_interrupt_transfer.3.gz
10112 OLD_FILES+=usr/share/man/man3/libusb_kernel_driver_active.3.gz
10113 OLD_FILES+=usr/share/man/man3/libusb_lock_event_waiters.3.gz
10114 OLD_FILES+=usr/share/man/man3/libusb_lock_events.3.gz
10115 OLD_FILES+=usr/share/man/man3/libusb_open.3.gz
10116 OLD_FILES+=usr/share/man/man3/libusb_open_device_with_vid_pid.3.gz
10117 OLD_FILES+=usr/share/man/man3/libusb_parse_bos_descriptor.3.gz
10118 OLD_FILES+=usr/share/man/man3/libusb_parse_ss_endpoint_comp.3.gz
10119 OLD_FILES+=usr/share/man/man3/libusb_ref_device.3.gz
10120 OLD_FILES+=usr/share/man/man3/libusb_release_interface.3.gz
10121 OLD_FILES+=usr/share/man/man3/libusb_reset_device.3.gz
10122 OLD_FILES+=usr/share/man/man3/libusb_set_configuration.3.gz
10123 OLD_FILES+=usr/share/man/man3/libusb_set_debug.3.gz
10124 OLD_FILES+=usr/share/man/man3/libusb_set_interface_alt_setting.3.gz
10125 OLD_FILES+=usr/share/man/man3/libusb_set_pollfd_notifiers.3.gz
10126 OLD_FILES+=usr/share/man/man3/libusb_strerror.3.gz
10127 OLD_FILES+=usr/share/man/man3/libusb_submit_transfer.3.gz
10128 OLD_FILES+=usr/share/man/man3/libusb_try_lock_events.3.gz
10129 OLD_FILES+=usr/share/man/man3/libusb_unlock_event_waiters.3.gz
10130 OLD_FILES+=usr/share/man/man3/libusb_unlock_events.3.gz
10131 OLD_FILES+=usr/share/man/man3/libusb_unref_device.3.gz
10132 OLD_FILES+=usr/share/man/man3/libusb_wait_for_event.3.gz
10133 OLD_FILES+=usr/share/man/man3/libusbhid.3.gz
10134 OLD_FILES+=usr/share/man/man3/usb.3.gz
10135 OLD_FILES+=usr/share/man/man3/usb_bulk_read.3.gz
10136 OLD_FILES+=usr/share/man/man3/usb_bulk_write.3.gz
10137 OLD_FILES+=usr/share/man/man3/usb_check_connected.3.gz
10138 OLD_FILES+=usr/share/man/man3/usb_claim_interface.3.gz
10139 OLD_FILES+=usr/share/man/man3/usb_clear_halt.3.gz
10140 OLD_FILES+=usr/share/man/man3/usb_close.3.gz
10141 OLD_FILES+=usr/share/man/man3/usb_control_msg.3.gz
10142 OLD_FILES+=usr/share/man/man3/usb_destroy_configuration.3.gz
10143 OLD_FILES+=usr/share/man/man3/usb_device.3.gz
10144 OLD_FILES+=usr/share/man/man3/usb_fetch_and_parse_descriptors.3.gz
10145 OLD_FILES+=usr/share/man/man3/usb_find_busses.3.gz
10146 OLD_FILES+=usr/share/man/man3/usb_find_devices.3.gz
10147 OLD_FILES+=usr/share/man/man3/usb_get_busses.3.gz
10148 OLD_FILES+=usr/share/man/man3/usb_get_descriptor.3.gz
10149 OLD_FILES+=usr/share/man/man3/usb_get_descriptor_by_endpoint.3.gz
10150 OLD_FILES+=usr/share/man/man3/usb_get_string.3.gz
10151 OLD_FILES+=usr/share/man/man3/usb_get_string_simple.3.gz
10152 OLD_FILES+=usr/share/man/man3/usb_init.3.gz
10153 OLD_FILES+=usr/share/man/man3/usb_interrupt_read.3.gz
10154 OLD_FILES+=usr/share/man/man3/usb_interrupt_write.3.gz
10155 OLD_FILES+=usr/share/man/man3/usb_open.3.gz
10156 OLD_FILES+=usr/share/man/man3/usb_parse_configuration.3.gz
10157 OLD_FILES+=usr/share/man/man3/usb_parse_descriptor.3.gz
10158 OLD_FILES+=usr/share/man/man3/usb_release_interface.3.gz
10159 OLD_FILES+=usr/share/man/man3/usb_reset.3.gz
10160 OLD_FILES+=usr/share/man/man3/usb_resetep.3.gz
10161 OLD_FILES+=usr/share/man/man3/usb_set_altinterface.3.gz
10162 OLD_FILES+=usr/share/man/man3/usb_set_configuration.3.gz
10163 OLD_FILES+=usr/share/man/man3/usb_set_debug.3.gz
10164 OLD_FILES+=usr/share/man/man3/usb_strerror.3.gz
10165 OLD_FILES+=usr/share/man/man3/usbhid.3.gz
10166 OLD_FILES+=usr/share/man/man4/if_otus.4.gz
10167 OLD_FILES+=usr/share/man/man4/if_rsu.4.gz
10168 OLD_FILES+=usr/share/man/man4/if_rtwn_usb.4.gz
10169 OLD_FILES+=usr/share/man/man4/if_rum.4.gz
10170 OLD_FILES+=usr/share/man/man4/if_run.4.gz
10171 OLD_FILES+=usr/share/man/man4/if_zyd.4.gz
10172 OLD_FILES+=usr/share/man/man4/otus.4.gz
10173 OLD_FILES+=usr/share/man/man4/otusfw.4.gz
10174 OLD_FILES+=usr/share/man/man4/rsu.4.gz
10175 OLD_FILES+=usr/share/man/man4/rsufw.4.gz
10176 OLD_FILES+=usr/share/man/man4/rtwn_usb.4.gz
10177 OLD_FILES+=usr/share/man/man4/rum.4.gz
10178 OLD_FILES+=usr/share/man/man4/run.4.gz
10179 OLD_FILES+=usr/share/man/man4/runfw.4.gz
10180 OLD_FILES+=usr/share/man/man4/u3g.4.gz
10181 OLD_FILES+=usr/share/man/man4/u3gstub.4.gz
10182 OLD_FILES+=usr/share/man/man4/uark.4.gz
10183 OLD_FILES+=usr/share/man/man4/uart.4.gz
10184 OLD_FILES+=usr/share/man/man4/uath.4.gz
10185 OLD_FILES+=usr/share/man/man4/ubsa.4.gz
10186 OLD_FILES+=usr/share/man/man4/ubsec.4.gz
10187 OLD_FILES+=usr/share/man/man4/ubser.4.gz
10188 OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz
10189 OLD_FILES+=usr/share/man/man4/uchcom.4.gz
10190 OLD_FILES+=usr/share/man/man4/ucom.4.gz
10191 OLD_FILES+=usr/share/man/man4/ucycom.4.gz
10192 OLD_FILES+=usr/share/man/man4/udav.4.gz
10193 OLD_FILES+=usr/share/man/man4/udbp.4.gz
10194 OLD_FILES+=usr/share/man/man4/uep.4.gz
10195 OLD_FILES+=usr/share/man/man4/ufm.4.gz
10196 OLD_FILES+=usr/share/man/man4/ufoma.4.gz
10197 OLD_FILES+=usr/share/man/man4/uftdi.4.gz
10198 OLD_FILES+=usr/share/man/man4/ugen.4.gz
10199 OLD_FILES+=usr/share/man/man4/uhci.4.gz
10200 OLD_FILES+=usr/share/man/man4/uhid.4.gz
10201 OLD_FILES+=usr/share/man/man4/uhso.4.gz
10202 OLD_FILES+=usr/share/man/man4/uipaq.4.gz
10203 OLD_FILES+=usr/share/man/man4/ukbd.4.gz
10204 OLD_FILES+=usr/share/man/man4/uled.4.gz
10205 OLD_FILES+=usr/share/man/man4/ulpt.4.gz
10206 OLD_FILES+=usr/share/man/man4/umass.4.gz
10207 OLD_FILES+=usr/share/man/man4/umcs.4.gz
10208 OLD_FILES+=usr/share/man/man4/umct.4.gz
10209 OLD_FILES+=usr/share/man/man4/umodem.4.gz
10210 OLD_FILES+=usr/share/man/man4/umoscom.4.gz
10211 OLD_FILES+=usr/share/man/man4/ums.4.gz
10212 OLD_FILES+=usr/share/man/man4/unix.4.gz
10213 OLD_FILES+=usr/share/man/man4/upgt.4.gz
10214 OLD_FILES+=usr/share/man/man4/uplcom.4.gz
10215 OLD_FILES+=usr/share/man/man4/ural.4.gz
10216 OLD_FILES+=usr/share/man/man4/urio.4.gz
10217 OLD_FILES+=usr/share/man/man4/urndis.4.gz
10218 OLD_FILES+=usr/share/man/man4/urtw.4.gz
10219 OLD_FILES+=usr/share/man/man4/usb.4.gz
10220 OLD_FILES+=usr/share/man/man4/usb_quirk.4.gz
10221 OLD_FILES+=usr/share/man/man4/usb_template.4.gz
10222 OLD_FILES+=usr/share/man/man4/usfs.4.gz
10223 OLD_FILES+=usr/share/man/man4/uslcom.4.gz
10224 OLD_FILES+=usr/share/man/man4/uvisor.4.gz
10225 OLD_FILES+=usr/share/man/man4/uvscom.4.gz
10226 OLD_FILES+=usr/share/man/man4/zyd.4.gz
10227 OLD_FILES+=usr/share/man/man8/uathload.8.gz
10228 OLD_FILES+=usr/share/man/man8/usbconfig.8.gz
10229 OLD_FILES+=usr/share/man/man8/usbdump.8.gz
10230 OLD_FILES+=usr/share/man/man9/usb_fifo_alloc_buffer.9.gz
10231 OLD_FILES+=usr/share/man/man9/usb_fifo_attach.9.gz
10232 OLD_FILES+=usr/share/man/man9/usb_fifo_detach.9.gz
10233 OLD_FILES+=usr/share/man/man9/usb_fifo_free_buffer.9.gz
10234 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data.9.gz
10235 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_buffer.9.gz
10236 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_error.9.gz
10237 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_linear.9.gz
10238 OLD_FILES+=usr/share/man/man9/usb_fifo_put_bytes_max.9.gz
10239 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data.9.gz
10240 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_buffer.9.gz
10241 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_error.9.gz
10242 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_linear.9.gz
10243 OLD_FILES+=usr/share/man/man9/usb_fifo_reset.9.gz
10244 OLD_FILES+=usr/share/man/man9/usb_fifo_softc.9.gz
10245 OLD_FILES+=usr/share/man/man9/usb_fifo_wakeup.9.gz
10246 OLD_FILES+=usr/share/man/man9/usbd_do_request.9.gz
10247 OLD_FILES+=usr/share/man/man9/usbd_do_request_flags.9.gz
10248 OLD_FILES+=usr/share/man/man9/usbd_errstr.9.gz
10249 OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_info.9.gz
10250 OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_uaa.9.gz
10251 OLD_FILES+=usr/share/man/man9/usbd_transfer_clear_stall.9.gz
10252 OLD_FILES+=usr/share/man/man9/usbd_transfer_drain.9.gz
10253 OLD_FILES+=usr/share/man/man9/usbd_transfer_pending.9.gz
10254 OLD_FILES+=usr/share/man/man9/usbd_transfer_poll.9.gz
10255 OLD_FILES+=usr/share/man/man9/usbd_transfer_setup.9.gz
10256 OLD_FILES+=usr/share/man/man9/usbd_transfer_start.9.gz
10257 OLD_FILES+=usr/share/man/man9/usbd_transfer_stop.9.gz
10258 OLD_FILES+=usr/share/man/man9/usbd_transfer_submit.9.gz
10259 OLD_FILES+=usr/share/man/man9/usbd_transfer_unsetup.9.gz
10260 OLD_FILES+=usr/share/man/man9/usbd_xfer_clr_flag.9.gz
10261 OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_data.9.gz
10262 OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_len.9.gz
10263 OLD_FILES+=usr/share/man/man9/usbd_xfer_get_frame.9.gz
10264 OLD_FILES+=usr/share/man/man9/usbd_xfer_get_priv.9.gz
10265 OLD_FILES+=usr/share/man/man9/usbd_xfer_is_stalled.9.gz
10266 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_framelen.9.gz
10267 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_frames.9.gz
10268 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_len.9.gz
10269 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_flag.9.gz
10270 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_data.9.gz
10271 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_len.9.gz
10272 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_offset.9.gz
10273 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frames.9.gz
10274 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_interval.9.gz
10275 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_priv.9.gz
10276 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_stall.9.gz
10277 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_timeout.9.gz
10278 OLD_FILES+=usr/share/man/man9/usbd_xfer_softc.9.gz
10279 OLD_FILES+=usr/share/man/man9/usbd_xfer_state.9.gz
10280 OLD_FILES+=usr/share/man/man9/usbd_xfer_status.9.gz
10281 OLD_FILES+=usr/share/man/man9/usbdi.9.gz
10282 OLD_FILES+=usr/share/misc/usb_hid_usages
10283 OLD_FILES+=usr/share/misc/usbdevs
10284 .endif
10285
10286 .if ${MK_UTMPX} == no
10287 OLD_FILES+=etc/periodic/monthly/200.accounting
10288 OLD_FILES+=etc/rc.d/utx
10289 OLD_FILES+=usr/bin/last
10290 OLD_FILES+=usr/bin/users
10291 OLD_FILES+=usr/bin/who
10292 OLD_FILES+=usr/sbin/ac
10293 OLD_FILES+=usr/sbin/lastlogin
10294 OLD_FILES+=usr/sbin/utx
10295 OLD_FILES+=usr/share/man/man1/last.1.gz
10296 OLD_FILES+=usr/share/man/man1/users.1.gz
10297 OLD_FILES+=usr/share/man/man1/who.1.gz
10298 OLD_FILES+=usr/share/man/man8/ac.8.gz
10299 OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
10300 OLD_FILES+=usr/share/man/man8/utx.8.gz
10301 .endif
10302
10303 .if ${MK_VI} == no
10304 OLD_FILES+=etc/rc.d/virecover
10305 OLD_FILES+=rescue/ex
10306 OLD_FILES+=rescue/vi
10307 OLD_FILES+=usr/bin/ex
10308 OLD_FILES+=usr/bin/nex
10309 OLD_FILES+=usr/bin/nvi
10310 OLD_FILES+=usr/bin/nview
10311 OLD_FILES+=usr/bin/vi
10312 OLD_FILES+=usr/bin/view
10313 OLD_FILES+=usr/share/man/man1/ex.1.gz
10314 OLD_FILES+=usr/share/man/man1/nex.1.gz
10315 OLD_FILES+=usr/share/man/man1/nvi.1.gz
10316 OLD_FILES+=usr/share/man/man1/nview.1.gz
10317 OLD_FILES+=usr/share/man/man1/vi.1.gz
10318 OLD_FILES+=usr/share/man/man1/view.1.gz
10319 .  if exists(${DESTDIR}/usr/share/vi)
10320 VI_DIRS!=find ${DESTDIR}/usr/share/vi -type d \
10321     | sed -e 's,^${DESTDIR}/,,'; echo
10322 VI_FILES!=find ${DESTDIR}/usr/share/vi \! -type d \
10323     | sed -e 's,^${DESTDIR}/,,'; echo
10324 OLD_DIRS+=${VI_DIRS}
10325 OLD_FILES+=${VI_FILES}
10326 .  endif
10327 .endif
10328
10329 .if ${MK_WIRELESS} == no
10330 OLD_FILES+=etc/regdomain.xml
10331 OLD_FILES+=etc/rc.d/hostapd
10332 OLD_FILES+=etc/rc.d/wpa_supplicant
10333 OLD_FILES+=usr/sbin/ancontrol
10334 OLD_FILES+=usr/sbin/hostapd
10335 OLD_FILES+=usr/sbin/hostapd_cli
10336 OLD_FILES+=usr/sbin/ndis_events
10337 OLD_FILES+=usr/sbin/wlandebug
10338 OLD_FILES+=usr/sbin/wpa_cli
10339 OLD_FILES+=usr/sbin/wpa_passphrase
10340 OLD_FILES+=usr/sbin/wpa_supplicant
10341 OLD_FILES+=usr/share/examples/etc/regdomain.xml
10342 OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
10343 OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
10344 OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
10345 OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
10346 OLD_DIRS+=usr/share/examples/hostapd
10347 OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
10348 OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
10349 OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
10350 OLD_FILES+=usr/share/man/man8/hostapd.8.gz
10351 OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
10352 OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
10353 OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
10354 OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
10355 OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
10356 OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
10357 OLD_FILES+=usr/lib/snmp_wlan.so
10358 OLD_LIBS+=usr/lib/snmp_wlan.so.6
10359 # bsnmp module
10360 OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz
10361 OLD_FILES+=usr/share/snmp/defs/wlan_tree.def
10362 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt
10363 .endif
10364
10365 .if ${MK_SVNLITE} == no || ${MK_SVN} == yes
10366 OLD_FILES+=usr/bin/svnlite
10367 OLD_FILES+=usr/bin/svnliteadmin
10368 OLD_FILES+=usr/bin/svnlitebench
10369 OLD_FILES+=usr/bin/svnlitedumpfilter
10370 OLD_FILES+=usr/bin/svnlitefsfs
10371 OLD_FILES+=usr/bin/svnlitelook
10372 OLD_FILES+=usr/bin/svnlitemucc
10373 OLD_FILES+=usr/bin/svnliterdump
10374 OLD_FILES+=usr/bin/svnliteserve
10375 OLD_FILES+=usr/bin/svnlitesync
10376 OLD_FILES+=usr/bin/svnliteversion
10377 OLD_FILES+=usr/share/man/man1/svnlite.1.gz
10378 .endif
10379
10380 .if ${MK_SVN} == no
10381 OLD_FILES+=usr/bin/svn
10382 OLD_FILES+=usr/bin/svnadmin
10383 OLD_FILES+=usr/bin/svnbench
10384 OLD_FILES+=usr/bin/svndumpfilter
10385 OLD_FILES+=usr/bin/svnfsfs
10386 OLD_FILES+=usr/bin/svnlook
10387 OLD_FILES+=usr/bin/svnmucc
10388 OLD_FILES+=usr/bin/svnrdump
10389 OLD_FILES+=usr/bin/svnserve
10390 OLD_FILES+=usr/bin/svnsync
10391 OLD_FILES+=usr/bin/svnversion
10392 .endif
10393
10394 .if ${MK_HYPERV} == no
10395 OLD_FILES+=etc/devd/hyperv.conf
10396 OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
10397 OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info
10398 OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info
10399 OLD_FILES+=usr/sbin/hv_kvp_daemon
10400 OLD_FILES+=usr/sbin/hv_vss_daemon
10401 OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz
10402 .endif
10403
10404 .if ${MK_ZONEINFO} == no
10405 OLD_FILES+=usr/share/zoneinfo/Africa/Abidjan
10406 OLD_FILES+=usr/share/zoneinfo/Africa/Accra
10407 OLD_FILES+=usr/share/zoneinfo/Africa/Addis_Ababa
10408 OLD_FILES+=usr/share/zoneinfo/Africa/Algiers
10409 OLD_FILES+=usr/share/zoneinfo/Africa/Asmara
10410 OLD_FILES+=usr/share/zoneinfo/Africa/Bamako
10411 OLD_FILES+=usr/share/zoneinfo/Africa/Bangui
10412 OLD_FILES+=usr/share/zoneinfo/Africa/Banjul
10413 OLD_FILES+=usr/share/zoneinfo/Africa/Bissau
10414 OLD_FILES+=usr/share/zoneinfo/Africa/Blantyre
10415 OLD_FILES+=usr/share/zoneinfo/Africa/Brazzaville
10416 OLD_FILES+=usr/share/zoneinfo/Africa/Bujumbura
10417 OLD_FILES+=usr/share/zoneinfo/Africa/Cairo
10418 OLD_FILES+=usr/share/zoneinfo/Africa/Casablanca
10419 OLD_FILES+=usr/share/zoneinfo/Africa/Ceuta
10420 OLD_FILES+=usr/share/zoneinfo/Africa/Conakry
10421 OLD_FILES+=usr/share/zoneinfo/Africa/Dakar
10422 OLD_FILES+=usr/share/zoneinfo/Africa/Dar_es_Salaam
10423 OLD_FILES+=usr/share/zoneinfo/Africa/Djibouti
10424 OLD_FILES+=usr/share/zoneinfo/Africa/Douala
10425 OLD_FILES+=usr/share/zoneinfo/Africa/El_Aaiun
10426 OLD_FILES+=usr/share/zoneinfo/Africa/Freetown
10427 OLD_FILES+=usr/share/zoneinfo/Africa/Gaborone
10428 OLD_FILES+=usr/share/zoneinfo/Africa/Harare
10429 OLD_FILES+=usr/share/zoneinfo/Africa/Johannesburg
10430 OLD_FILES+=usr/share/zoneinfo/Africa/Juba
10431 OLD_FILES+=usr/share/zoneinfo/Africa/Kampala
10432 OLD_FILES+=usr/share/zoneinfo/Africa/Khartoum
10433 OLD_FILES+=usr/share/zoneinfo/Africa/Kigali
10434 OLD_FILES+=usr/share/zoneinfo/Africa/Kinshasa
10435 OLD_FILES+=usr/share/zoneinfo/Africa/Lagos
10436 OLD_FILES+=usr/share/zoneinfo/Africa/Libreville
10437 OLD_FILES+=usr/share/zoneinfo/Africa/Lome
10438 OLD_FILES+=usr/share/zoneinfo/Africa/Luanda
10439 OLD_FILES+=usr/share/zoneinfo/Africa/Lubumbashi
10440 OLD_FILES+=usr/share/zoneinfo/Africa/Lusaka
10441 OLD_FILES+=usr/share/zoneinfo/Africa/Malabo
10442 OLD_FILES+=usr/share/zoneinfo/Africa/Maputo
10443 OLD_FILES+=usr/share/zoneinfo/Africa/Maseru
10444 OLD_FILES+=usr/share/zoneinfo/Africa/Mbabane
10445 OLD_FILES+=usr/share/zoneinfo/Africa/Mogadishu
10446 OLD_FILES+=usr/share/zoneinfo/Africa/Monrovia
10447 OLD_FILES+=usr/share/zoneinfo/Africa/Nairobi
10448 OLD_FILES+=usr/share/zoneinfo/Africa/Ndjamena
10449 OLD_FILES+=usr/share/zoneinfo/Africa/Niamey
10450 OLD_FILES+=usr/share/zoneinfo/Africa/Nouakchott
10451 OLD_FILES+=usr/share/zoneinfo/Africa/Ouagadougou
10452 OLD_FILES+=usr/share/zoneinfo/Africa/Porto-Novo
10453 OLD_FILES+=usr/share/zoneinfo/Africa/Sao_Tome
10454 OLD_FILES+=usr/share/zoneinfo/Africa/Tripoli
10455 OLD_FILES+=usr/share/zoneinfo/Africa/Tunis
10456 OLD_FILES+=usr/share/zoneinfo/Africa/Windhoek
10457 OLD_FILES+=usr/share/zoneinfo/America/Adak
10458 OLD_FILES+=usr/share/zoneinfo/America/Anchorage
10459 OLD_FILES+=usr/share/zoneinfo/America/Anguilla
10460 OLD_FILES+=usr/share/zoneinfo/America/Antigua
10461 OLD_FILES+=usr/share/zoneinfo/America/Araguaina
10462 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Buenos_Aires
10463 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Catamarca
10464 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Cordoba
10465 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Jujuy
10466 OLD_FILES+=usr/share/zoneinfo/America/Argentina/La_Rioja
10467 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Mendoza
10468 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Rio_Gallegos
10469 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Salta
10470 OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Juan
10471 OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Luis
10472 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Tucuman
10473 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Ushuaia
10474 OLD_FILES+=usr/share/zoneinfo/America/Aruba
10475 OLD_FILES+=usr/share/zoneinfo/America/Asuncion
10476 OLD_FILES+=usr/share/zoneinfo/America/Atikokan
10477 OLD_FILES+=usr/share/zoneinfo/America/Bahia
10478 OLD_FILES+=usr/share/zoneinfo/America/Bahia_Banderas
10479 OLD_FILES+=usr/share/zoneinfo/America/Barbados
10480 OLD_FILES+=usr/share/zoneinfo/America/Belem
10481 OLD_FILES+=usr/share/zoneinfo/America/Belize
10482 OLD_FILES+=usr/share/zoneinfo/America/Blanc-Sablon
10483 OLD_FILES+=usr/share/zoneinfo/America/Boa_Vista
10484 OLD_FILES+=usr/share/zoneinfo/America/Bogota
10485 OLD_FILES+=usr/share/zoneinfo/America/Boise
10486 OLD_FILES+=usr/share/zoneinfo/America/Cambridge_Bay
10487 OLD_FILES+=usr/share/zoneinfo/America/Campo_Grande
10488 OLD_FILES+=usr/share/zoneinfo/America/Cancun
10489 OLD_FILES+=usr/share/zoneinfo/America/Caracas
10490 OLD_FILES+=usr/share/zoneinfo/America/Cayenne
10491 OLD_FILES+=usr/share/zoneinfo/America/Cayman
10492 OLD_FILES+=usr/share/zoneinfo/America/Chicago
10493 OLD_FILES+=usr/share/zoneinfo/America/Chihuahua
10494 OLD_FILES+=usr/share/zoneinfo/America/Costa_Rica
10495 OLD_FILES+=usr/share/zoneinfo/America/Creston
10496 OLD_FILES+=usr/share/zoneinfo/America/Cuiaba
10497 OLD_FILES+=usr/share/zoneinfo/America/Curacao
10498 OLD_FILES+=usr/share/zoneinfo/America/Danmarkshavn
10499 OLD_FILES+=usr/share/zoneinfo/America/Dawson
10500 OLD_FILES+=usr/share/zoneinfo/America/Dawson_Creek
10501 OLD_FILES+=usr/share/zoneinfo/America/Denver
10502 OLD_FILES+=usr/share/zoneinfo/America/Detroit
10503 OLD_FILES+=usr/share/zoneinfo/America/Dominica
10504 OLD_FILES+=usr/share/zoneinfo/America/Edmonton
10505 OLD_FILES+=usr/share/zoneinfo/America/Eirunepe
10506 OLD_FILES+=usr/share/zoneinfo/America/El_Salvador
10507 OLD_FILES+=usr/share/zoneinfo/America/Fortaleza
10508 OLD_FILES+=usr/share/zoneinfo/America/Glace_Bay
10509 OLD_FILES+=usr/share/zoneinfo/America/Godthab
10510 OLD_FILES+=usr/share/zoneinfo/America/Goose_Bay
10511 OLD_FILES+=usr/share/zoneinfo/America/Grand_Turk
10512 OLD_FILES+=usr/share/zoneinfo/America/Grenada
10513 OLD_FILES+=usr/share/zoneinfo/America/Guadeloupe
10514 OLD_FILES+=usr/share/zoneinfo/America/Guatemala
10515 OLD_FILES+=usr/share/zoneinfo/America/Guayaquil
10516 OLD_FILES+=usr/share/zoneinfo/America/Guyana
10517 OLD_FILES+=usr/share/zoneinfo/America/Halifax
10518 OLD_FILES+=usr/share/zoneinfo/America/Havana
10519 OLD_FILES+=usr/share/zoneinfo/America/Hermosillo
10520 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Indianapolis
10521 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Knox
10522 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Marengo
10523 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Petersburg
10524 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Tell_City
10525 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vevay
10526 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vincennes
10527 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Winamac
10528 OLD_FILES+=usr/share/zoneinfo/America/Inuvik
10529 OLD_FILES+=usr/share/zoneinfo/America/Iqaluit
10530 OLD_FILES+=usr/share/zoneinfo/America/Jamaica
10531 OLD_FILES+=usr/share/zoneinfo/America/Juneau
10532 OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Louisville
10533 OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Monticello
10534 OLD_FILES+=usr/share/zoneinfo/America/Kralendijk
10535 OLD_FILES+=usr/share/zoneinfo/America/La_Paz
10536 OLD_FILES+=usr/share/zoneinfo/America/Lima
10537 OLD_FILES+=usr/share/zoneinfo/America/Los_Angeles
10538 OLD_FILES+=usr/share/zoneinfo/America/Lower_Princes
10539 OLD_FILES+=usr/share/zoneinfo/America/Maceio
10540 OLD_FILES+=usr/share/zoneinfo/America/Managua
10541 OLD_FILES+=usr/share/zoneinfo/America/Manaus
10542 OLD_FILES+=usr/share/zoneinfo/America/Marigot
10543 OLD_FILES+=usr/share/zoneinfo/America/Martinique
10544 OLD_FILES+=usr/share/zoneinfo/America/Matamoros
10545 OLD_FILES+=usr/share/zoneinfo/America/Mazatlan
10546 OLD_FILES+=usr/share/zoneinfo/America/Menominee
10547 OLD_FILES+=usr/share/zoneinfo/America/Merida
10548 OLD_FILES+=usr/share/zoneinfo/America/Metlakatla
10549 OLD_FILES+=usr/share/zoneinfo/America/Mexico_City
10550 OLD_FILES+=usr/share/zoneinfo/America/Miquelon
10551 OLD_FILES+=usr/share/zoneinfo/America/Moncton
10552 OLD_FILES+=usr/share/zoneinfo/America/Monterrey
10553 OLD_FILES+=usr/share/zoneinfo/America/Montevideo
10554 OLD_FILES+=usr/share/zoneinfo/America/Montreal
10555 OLD_FILES+=usr/share/zoneinfo/America/Montserrat
10556 OLD_FILES+=usr/share/zoneinfo/America/Nassau
10557 OLD_FILES+=usr/share/zoneinfo/America/New_York
10558 OLD_FILES+=usr/share/zoneinfo/America/Nipigon
10559 OLD_FILES+=usr/share/zoneinfo/America/Nome
10560 OLD_FILES+=usr/share/zoneinfo/America/Noronha
10561 OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Beulah
10562 OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Center
10563 OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/New_Salem
10564 OLD_FILES+=usr/share/zoneinfo/America/Ojinaga
10565 OLD_FILES+=usr/share/zoneinfo/America/Panama
10566 OLD_FILES+=usr/share/zoneinfo/America/Pangnirtung
10567 OLD_FILES+=usr/share/zoneinfo/America/Paramaribo
10568 OLD_FILES+=usr/share/zoneinfo/America/Phoenix
10569 OLD_FILES+=usr/share/zoneinfo/America/Port-au-Prince
10570 OLD_FILES+=usr/share/zoneinfo/America/Port_of_Spain
10571 OLD_FILES+=usr/share/zoneinfo/America/Porto_Velho
10572 OLD_FILES+=usr/share/zoneinfo/America/Puerto_Rico
10573 OLD_FILES+=usr/share/zoneinfo/America/Rainy_River
10574 OLD_FILES+=usr/share/zoneinfo/America/Rankin_Inlet
10575 OLD_FILES+=usr/share/zoneinfo/America/Recife
10576 OLD_FILES+=usr/share/zoneinfo/America/Regina
10577 OLD_FILES+=usr/share/zoneinfo/America/Resolute
10578 OLD_FILES+=usr/share/zoneinfo/America/Rio_Branco
10579 OLD_FILES+=usr/share/zoneinfo/America/Santa_Isabel
10580 OLD_FILES+=usr/share/zoneinfo/America/Santarem
10581 OLD_FILES+=usr/share/zoneinfo/America/Santiago
10582 OLD_FILES+=usr/share/zoneinfo/America/Santo_Domingo
10583 OLD_FILES+=usr/share/zoneinfo/America/Sao_Paulo
10584 OLD_FILES+=usr/share/zoneinfo/America/Scoresbysund
10585 OLD_FILES+=usr/share/zoneinfo/America/Sitka
10586 OLD_FILES+=usr/share/zoneinfo/America/St_Barthelemy
10587 OLD_FILES+=usr/share/zoneinfo/America/St_Johns
10588 OLD_FILES+=usr/share/zoneinfo/America/St_Kitts
10589 OLD_FILES+=usr/share/zoneinfo/America/St_Lucia
10590 OLD_FILES+=usr/share/zoneinfo/America/St_Thomas
10591 OLD_FILES+=usr/share/zoneinfo/America/St_Vincent
10592 OLD_FILES+=usr/share/zoneinfo/America/Swift_Current
10593 OLD_FILES+=usr/share/zoneinfo/America/Tegucigalpa
10594 OLD_FILES+=usr/share/zoneinfo/America/Thule
10595 OLD_FILES+=usr/share/zoneinfo/America/Thunder_Bay
10596 OLD_FILES+=usr/share/zoneinfo/America/Tijuana
10597 OLD_FILES+=usr/share/zoneinfo/America/Toronto
10598 OLD_FILES+=usr/share/zoneinfo/America/Tortola
10599 OLD_FILES+=usr/share/zoneinfo/America/Vancouver
10600 OLD_FILES+=usr/share/zoneinfo/America/Whitehorse
10601 OLD_FILES+=usr/share/zoneinfo/America/Winnipeg
10602 OLD_FILES+=usr/share/zoneinfo/America/Yakutat
10603 OLD_FILES+=usr/share/zoneinfo/America/Yellowknife
10604 OLD_FILES+=usr/share/zoneinfo/Antarctica/Casey
10605 OLD_FILES+=usr/share/zoneinfo/Antarctica/Davis
10606 OLD_FILES+=usr/share/zoneinfo/Antarctica/DumontDUrville
10607 OLD_FILES+=usr/share/zoneinfo/Antarctica/Macquarie
10608 OLD_FILES+=usr/share/zoneinfo/Antarctica/Mawson
10609 OLD_FILES+=usr/share/zoneinfo/Antarctica/McMurdo
10610 OLD_FILES+=usr/share/zoneinfo/Antarctica/Palmer
10611 OLD_FILES+=usr/share/zoneinfo/Antarctica/Rothera
10612 OLD_FILES+=usr/share/zoneinfo/Antarctica/Syowa
10613 OLD_FILES+=usr/share/zoneinfo/Antarctica/Troll
10614 OLD_FILES+=usr/share/zoneinfo/Antarctica/Vostok
10615 OLD_FILES+=usr/share/zoneinfo/Arctic/Longyearbyen
10616 OLD_FILES+=usr/share/zoneinfo/Asia/Aden
10617 OLD_FILES+=usr/share/zoneinfo/Asia/Almaty
10618 OLD_FILES+=usr/share/zoneinfo/Asia/Amman
10619 OLD_FILES+=usr/share/zoneinfo/Asia/Anadyr
10620 OLD_FILES+=usr/share/zoneinfo/Asia/Aqtau
10621 OLD_FILES+=usr/share/zoneinfo/Asia/Aqtobe
10622 OLD_FILES+=usr/share/zoneinfo/Asia/Ashgabat
10623 OLD_FILES+=usr/share/zoneinfo/Asia/Baghdad
10624 OLD_FILES+=usr/share/zoneinfo/Asia/Bahrain
10625 OLD_FILES+=usr/share/zoneinfo/Asia/Baku
10626 OLD_FILES+=usr/share/zoneinfo/Asia/Bangkok
10627 OLD_FILES+=usr/share/zoneinfo/Asia/Beirut
10628 OLD_FILES+=usr/share/zoneinfo/Asia/Bishkek
10629 OLD_FILES+=usr/share/zoneinfo/Asia/Brunei
10630 OLD_FILES+=usr/share/zoneinfo/Asia/Chita
10631 OLD_FILES+=usr/share/zoneinfo/Asia/Choibalsan
10632 OLD_FILES+=usr/share/zoneinfo/Asia/Colombo
10633 OLD_FILES+=usr/share/zoneinfo/Asia/Damascus
10634 OLD_FILES+=usr/share/zoneinfo/Asia/Dhaka
10635 OLD_FILES+=usr/share/zoneinfo/Asia/Dili
10636 OLD_FILES+=usr/share/zoneinfo/Asia/Dubai
10637 OLD_FILES+=usr/share/zoneinfo/Asia/Dushanbe
10638 OLD_FILES+=usr/share/zoneinfo/Asia/Gaza
10639 OLD_FILES+=usr/share/zoneinfo/Asia/Hebron
10640 OLD_FILES+=usr/share/zoneinfo/Asia/Ho_Chi_Minh
10641 OLD_FILES+=usr/share/zoneinfo/Asia/Hong_Kong
10642 OLD_FILES+=usr/share/zoneinfo/Asia/Hovd
10643 OLD_FILES+=usr/share/zoneinfo/Asia/Irkutsk
10644 OLD_FILES+=usr/share/zoneinfo/Asia/Istanbul
10645 OLD_FILES+=usr/share/zoneinfo/Asia/Jakarta
10646 OLD_FILES+=usr/share/zoneinfo/Asia/Jayapura
10647 OLD_FILES+=usr/share/zoneinfo/Asia/Jerusalem
10648 OLD_FILES+=usr/share/zoneinfo/Asia/Kabul
10649 OLD_FILES+=usr/share/zoneinfo/Asia/Kamchatka
10650 OLD_FILES+=usr/share/zoneinfo/Asia/Karachi
10651 OLD_FILES+=usr/share/zoneinfo/Asia/Kathmandu
10652 OLD_FILES+=usr/share/zoneinfo/Asia/Khandyga
10653 OLD_FILES+=usr/share/zoneinfo/Asia/Kolkata
10654 OLD_FILES+=usr/share/zoneinfo/Asia/Krasnoyarsk
10655 OLD_FILES+=usr/share/zoneinfo/Asia/Kuala_Lumpur
10656 OLD_FILES+=usr/share/zoneinfo/Asia/Kuching
10657 OLD_FILES+=usr/share/zoneinfo/Asia/Kuwait
10658 OLD_FILES+=usr/share/zoneinfo/Asia/Macau
10659 OLD_FILES+=usr/share/zoneinfo/Asia/Magadan
10660 OLD_FILES+=usr/share/zoneinfo/Asia/Makassar
10661 OLD_FILES+=usr/share/zoneinfo/Asia/Manila
10662 OLD_FILES+=usr/share/zoneinfo/Asia/Muscat
10663 OLD_FILES+=usr/share/zoneinfo/Asia/Nicosia
10664 OLD_FILES+=usr/share/zoneinfo/Asia/Novokuznetsk
10665 OLD_FILES+=usr/share/zoneinfo/Asia/Novosibirsk
10666 OLD_FILES+=usr/share/zoneinfo/Asia/Omsk
10667 OLD_FILES+=usr/share/zoneinfo/Asia/Oral
10668 OLD_FILES+=usr/share/zoneinfo/Asia/Phnom_Penh
10669 OLD_FILES+=usr/share/zoneinfo/Asia/Pontianak
10670 OLD_FILES+=usr/share/zoneinfo/Asia/Pyongyang
10671 OLD_FILES+=usr/share/zoneinfo/Asia/Qatar
10672 OLD_FILES+=usr/share/zoneinfo/Asia/Qyzylorda
10673 OLD_FILES+=usr/share/zoneinfo/Asia/Rangoon
10674 OLD_FILES+=usr/share/zoneinfo/Asia/Riyadh
10675 OLD_FILES+=usr/share/zoneinfo/Asia/Sakhalin
10676 OLD_FILES+=usr/share/zoneinfo/Asia/Samarkand
10677 OLD_FILES+=usr/share/zoneinfo/Asia/Seoul
10678 OLD_FILES+=usr/share/zoneinfo/Asia/Shanghai
10679 OLD_FILES+=usr/share/zoneinfo/Asia/Singapore
10680 OLD_FILES+=usr/share/zoneinfo/Asia/Srednekolymsk
10681 OLD_FILES+=usr/share/zoneinfo/Asia/Taipei
10682 OLD_FILES+=usr/share/zoneinfo/Asia/Tashkent
10683 OLD_FILES+=usr/share/zoneinfo/Asia/Tbilisi
10684 OLD_FILES+=usr/share/zoneinfo/Asia/Tehran
10685 OLD_FILES+=usr/share/zoneinfo/Asia/Thimphu
10686 OLD_FILES+=usr/share/zoneinfo/Asia/Tokyo
10687 OLD_FILES+=usr/share/zoneinfo/Asia/Ulaanbaatar
10688 OLD_FILES+=usr/share/zoneinfo/Asia/Urumqi
10689 OLD_FILES+=usr/share/zoneinfo/Asia/Ust-Nera
10690 OLD_FILES+=usr/share/zoneinfo/Asia/Vientiane
10691 OLD_FILES+=usr/share/zoneinfo/Asia/Vladivostok
10692 OLD_FILES+=usr/share/zoneinfo/Asia/Yakutsk
10693 OLD_FILES+=usr/share/zoneinfo/Asia/Yekaterinburg
10694 OLD_FILES+=usr/share/zoneinfo/Asia/Yerevan
10695 OLD_FILES+=usr/share/zoneinfo/Atlantic/Azores
10696 OLD_FILES+=usr/share/zoneinfo/Atlantic/Bermuda
10697 OLD_FILES+=usr/share/zoneinfo/Atlantic/Canary
10698 OLD_FILES+=usr/share/zoneinfo/Atlantic/Cape_Verde
10699 OLD_FILES+=usr/share/zoneinfo/Atlantic/Faroe
10700 OLD_FILES+=usr/share/zoneinfo/Atlantic/Madeira
10701 OLD_FILES+=usr/share/zoneinfo/Atlantic/Reykjavik
10702 OLD_FILES+=usr/share/zoneinfo/Atlantic/South_Georgia
10703 OLD_FILES+=usr/share/zoneinfo/Atlantic/St_Helena
10704 OLD_FILES+=usr/share/zoneinfo/Atlantic/Stanley
10705 OLD_FILES+=usr/share/zoneinfo/Australia/Adelaide
10706 OLD_FILES+=usr/share/zoneinfo/Australia/Brisbane
10707 OLD_FILES+=usr/share/zoneinfo/Australia/Broken_Hill
10708 OLD_FILES+=usr/share/zoneinfo/Australia/Currie
10709 OLD_FILES+=usr/share/zoneinfo/Australia/Darwin
10710 OLD_FILES+=usr/share/zoneinfo/Australia/Eucla
10711 OLD_FILES+=usr/share/zoneinfo/Australia/Hobart
10712 OLD_FILES+=usr/share/zoneinfo/Australia/Lindeman
10713 OLD_FILES+=usr/share/zoneinfo/Australia/Lord_Howe
10714 OLD_FILES+=usr/share/zoneinfo/Australia/Melbourne
10715 OLD_FILES+=usr/share/zoneinfo/Australia/Perth
10716 OLD_FILES+=usr/share/zoneinfo/Australia/Sydney
10717 OLD_FILES+=usr/share/zoneinfo/CET
10718 OLD_FILES+=usr/share/zoneinfo/CST6CDT
10719 OLD_FILES+=usr/share/zoneinfo/EET
10720 OLD_FILES+=usr/share/zoneinfo/EST
10721 OLD_FILES+=usr/share/zoneinfo/EST5EDT
10722 OLD_FILES+=usr/share/zoneinfo/Etc/GMT
10723 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+0
10724 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+1
10725 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+10
10726 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+11
10727 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+12
10728 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+2
10729 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+3
10730 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+4
10731 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+5
10732 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+6
10733 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+7
10734 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+8
10735 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+9
10736 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-0
10737 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-1
10738 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-10
10739 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-11
10740 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-12
10741 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-13
10742 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-14
10743 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-2
10744 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-3
10745 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-4
10746 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-5
10747 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-6
10748 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-7
10749 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-8
10750 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-9
10751 OLD_FILES+=usr/share/zoneinfo/Etc/GMT0
10752 OLD_FILES+=usr/share/zoneinfo/Etc/Greenwich
10753 OLD_FILES+=usr/share/zoneinfo/Etc/UCT
10754 OLD_FILES+=usr/share/zoneinfo/Etc/UTC
10755 OLD_FILES+=usr/share/zoneinfo/Etc/Universal
10756 OLD_FILES+=usr/share/zoneinfo/Etc/Zulu
10757 OLD_FILES+=usr/share/zoneinfo/Europe/Amsterdam
10758 OLD_FILES+=usr/share/zoneinfo/Europe/Andorra
10759 OLD_FILES+=usr/share/zoneinfo/Europe/Athens
10760 OLD_FILES+=usr/share/zoneinfo/Europe/Belgrade
10761 OLD_FILES+=usr/share/zoneinfo/Europe/Berlin
10762 OLD_FILES+=usr/share/zoneinfo/Europe/Bratislava
10763 OLD_FILES+=usr/share/zoneinfo/Europe/Brussels
10764 OLD_FILES+=usr/share/zoneinfo/Europe/Bucharest
10765 OLD_FILES+=usr/share/zoneinfo/Europe/Budapest
10766 OLD_FILES+=usr/share/zoneinfo/Europe/Busingen
10767 OLD_FILES+=usr/share/zoneinfo/Europe/Chisinau
10768 OLD_FILES+=usr/share/zoneinfo/Europe/Copenhagen
10769 OLD_FILES+=usr/share/zoneinfo/Europe/Dublin
10770 OLD_FILES+=usr/share/zoneinfo/Europe/Gibraltar
10771 OLD_FILES+=usr/share/zoneinfo/Europe/Guernsey
10772 OLD_FILES+=usr/share/zoneinfo/Europe/Helsinki
10773 OLD_FILES+=usr/share/zoneinfo/Europe/Isle_of_Man
10774 OLD_FILES+=usr/share/zoneinfo/Europe/Istanbul
10775 OLD_FILES+=usr/share/zoneinfo/Europe/Jersey
10776 OLD_FILES+=usr/share/zoneinfo/Europe/Kaliningrad
10777 OLD_FILES+=usr/share/zoneinfo/Europe/Kiev
10778 OLD_FILES+=usr/share/zoneinfo/Europe/Lisbon
10779 OLD_FILES+=usr/share/zoneinfo/Europe/Ljubljana
10780 OLD_FILES+=usr/share/zoneinfo/Europe/London
10781 OLD_FILES+=usr/share/zoneinfo/Europe/Luxembourg
10782 OLD_FILES+=usr/share/zoneinfo/Europe/Madrid
10783 OLD_FILES+=usr/share/zoneinfo/Europe/Malta
10784 OLD_FILES+=usr/share/zoneinfo/Europe/Mariehamn
10785 OLD_FILES+=usr/share/zoneinfo/Europe/Minsk
10786 OLD_FILES+=usr/share/zoneinfo/Europe/Monaco
10787 OLD_FILES+=usr/share/zoneinfo/Europe/Moscow
10788 OLD_FILES+=usr/share/zoneinfo/Europe/Nicosia
10789 OLD_FILES+=usr/share/zoneinfo/Europe/Oslo
10790 OLD_FILES+=usr/share/zoneinfo/Europe/Paris
10791 OLD_FILES+=usr/share/zoneinfo/Europe/Podgorica
10792 OLD_FILES+=usr/share/zoneinfo/Europe/Prague
10793 OLD_FILES+=usr/share/zoneinfo/Europe/Riga
10794 OLD_FILES+=usr/share/zoneinfo/Europe/Rome
10795 OLD_FILES+=usr/share/zoneinfo/Europe/Samara
10796 OLD_FILES+=usr/share/zoneinfo/Europe/San_Marino
10797 OLD_FILES+=usr/share/zoneinfo/Europe/Sarajevo
10798 OLD_FILES+=usr/share/zoneinfo/Europe/Simferopol
10799 OLD_FILES+=usr/share/zoneinfo/Europe/Skopje
10800 OLD_FILES+=usr/share/zoneinfo/Europe/Sofia
10801 OLD_FILES+=usr/share/zoneinfo/Europe/Stockholm
10802 OLD_FILES+=usr/share/zoneinfo/Europe/Tallinn
10803 OLD_FILES+=usr/share/zoneinfo/Europe/Tirane
10804 OLD_FILES+=usr/share/zoneinfo/Europe/Uzhgorod
10805 OLD_FILES+=usr/share/zoneinfo/Europe/Vaduz
10806 OLD_FILES+=usr/share/zoneinfo/Europe/Vatican
10807 OLD_FILES+=usr/share/zoneinfo/Europe/Vienna
10808 OLD_FILES+=usr/share/zoneinfo/Europe/Vilnius
10809 OLD_FILES+=usr/share/zoneinfo/Europe/Volgograd
10810 OLD_FILES+=usr/share/zoneinfo/Europe/Warsaw
10811 OLD_FILES+=usr/share/zoneinfo/Europe/Zagreb
10812 OLD_FILES+=usr/share/zoneinfo/Europe/Zaporozhye
10813 OLD_FILES+=usr/share/zoneinfo/Europe/Zurich
10814 OLD_FILES+=usr/share/zoneinfo/Factory
10815 OLD_FILES+=usr/share/zoneinfo/HST
10816 OLD_FILES+=usr/share/zoneinfo/Indian/Antananarivo
10817 OLD_FILES+=usr/share/zoneinfo/Indian/Chagos
10818 OLD_FILES+=usr/share/zoneinfo/Indian/Christmas
10819 OLD_FILES+=usr/share/zoneinfo/Indian/Cocos
10820 OLD_FILES+=usr/share/zoneinfo/Indian/Comoro
10821 OLD_FILES+=usr/share/zoneinfo/Indian/Kerguelen
10822 OLD_FILES+=usr/share/zoneinfo/Indian/Mahe
10823 OLD_FILES+=usr/share/zoneinfo/Indian/Maldives
10824 OLD_FILES+=usr/share/zoneinfo/Indian/Mauritius
10825 OLD_FILES+=usr/share/zoneinfo/Indian/Mayotte
10826 OLD_FILES+=usr/share/zoneinfo/Indian/Reunion
10827 OLD_FILES+=usr/share/zoneinfo/MET
10828 OLD_FILES+=usr/share/zoneinfo/MST
10829 OLD_FILES+=usr/share/zoneinfo/MST7MDT
10830 OLD_FILES+=usr/share/zoneinfo/PST8PDT
10831 OLD_FILES+=usr/share/zoneinfo/Pacific/Apia
10832 OLD_FILES+=usr/share/zoneinfo/Pacific/Auckland
10833 OLD_FILES+=usr/share/zoneinfo/Pacific/Bougainville
10834 OLD_FILES+=usr/share/zoneinfo/Pacific/Chatham
10835 OLD_FILES+=usr/share/zoneinfo/Pacific/Chuuk
10836 OLD_FILES+=usr/share/zoneinfo/Pacific/Easter
10837 OLD_FILES+=usr/share/zoneinfo/Pacific/Efate
10838 OLD_FILES+=usr/share/zoneinfo/Pacific/Enderbury
10839 OLD_FILES+=usr/share/zoneinfo/Pacific/Fakaofo
10840 OLD_FILES+=usr/share/zoneinfo/Pacific/Fiji
10841 OLD_FILES+=usr/share/zoneinfo/Pacific/Funafuti
10842 OLD_FILES+=usr/share/zoneinfo/Pacific/Galapagos
10843 OLD_FILES+=usr/share/zoneinfo/Pacific/Gambier
10844 OLD_FILES+=usr/share/zoneinfo/Pacific/Guadalcanal
10845 OLD_FILES+=usr/share/zoneinfo/Pacific/Guam
10846 OLD_FILES+=usr/share/zoneinfo/Pacific/Honolulu
10847 OLD_FILES+=usr/share/zoneinfo/Pacific/Johnston
10848 OLD_FILES+=usr/share/zoneinfo/Pacific/Kiritimati
10849 OLD_FILES+=usr/share/zoneinfo/Pacific/Kosrae
10850 OLD_FILES+=usr/share/zoneinfo/Pacific/Kwajalein
10851 OLD_FILES+=usr/share/zoneinfo/Pacific/Majuro
10852 OLD_FILES+=usr/share/zoneinfo/Pacific/Marquesas
10853 OLD_FILES+=usr/share/zoneinfo/Pacific/Midway
10854 OLD_FILES+=usr/share/zoneinfo/Pacific/Nauru
10855 OLD_FILES+=usr/share/zoneinfo/Pacific/Niue
10856 OLD_FILES+=usr/share/zoneinfo/Pacific/Norfolk
10857 OLD_FILES+=usr/share/zoneinfo/Pacific/Noumea
10858 OLD_FILES+=usr/share/zoneinfo/Pacific/Pago_Pago
10859 OLD_FILES+=usr/share/zoneinfo/Pacific/Palau
10860 OLD_FILES+=usr/share/zoneinfo/Pacific/Pitcairn
10861 OLD_FILES+=usr/share/zoneinfo/Pacific/Pohnpei
10862 OLD_FILES+=usr/share/zoneinfo/Pacific/Port_Moresby
10863 OLD_FILES+=usr/share/zoneinfo/Pacific/Rarotonga
10864 OLD_FILES+=usr/share/zoneinfo/Pacific/Saipan
10865 OLD_FILES+=usr/share/zoneinfo/Pacific/Tahiti
10866 OLD_FILES+=usr/share/zoneinfo/Pacific/Tarawa
10867 OLD_FILES+=usr/share/zoneinfo/Pacific/Tongatapu
10868 OLD_FILES+=usr/share/zoneinfo/Pacific/Wake
10869 OLD_FILES+=usr/share/zoneinfo/Pacific/Wallis
10870 OLD_FILES+=usr/share/zoneinfo/UTC
10871 OLD_FILES+=usr/share/zoneinfo/WET
10872 OLD_FILES+=usr/share/zoneinfo/posixrules
10873 OLD_FILES+=usr/share/zoneinfo/zone.tab
10874 .endif