]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/mk/OptionalObsoleteFiles.inc
Update to ELF Tool Chain r3475
[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 .endif
16
17 .if ${MK_ACPI} == no
18 OLD_FILES+=etc/devd/asus.conf
19 OLD_FILES+=etc/rc.d/power_profile
20 OLD_FILES+=usr/sbin/acpiconf
21 OLD_FILES+=usr/sbin/acpidb
22 OLD_FILES+=usr/sbin/acpidump
23 OLD_FILES+=usr/sbin/iasl
24 OLD_FILES+=usr/share/man/man8/acpiconf.8.gz
25 OLD_FILES+=usr/share/man/man8/acpidb.8.gz
26 OLD_FILES+=usr/share/man/man8/acpidump.8.gz
27 OLD_FILES+=usr/share/man/man8/iasl.8.gz
28 .endif
29
30 .if ${MK_AMD} == no
31 OLD_FILES+=etc/amd.map
32 OLD_FILES+=etc/rc.d/amd
33 OLD_FILES+=usr/bin/pawd
34 OLD_FILES+=usr/sbin/amd
35 OLD_FILES+=usr/sbin/amq
36 OLD_FILES+=usr/sbin/fixmount
37 OLD_FILES+=usr/sbin/fsinfo
38 OLD_FILES+=usr/sbin/hlfsd
39 OLD_FILES+=usr/sbin/mk-amd-map
40 OLD_FILES+=usr/sbin/wire-test
41 OLD_FILES+=usr/share/examples/etc/amd.map
42 OLD_FILES+=usr/share/info/am-utils.info.gz
43 OLD_FILES+=usr/share/man/man1/pawd.1.gz
44 OLD_FILES+=usr/share/man/man5/amd.conf.5.gz
45 OLD_FILES+=usr/share/man/man8/amd.8.gz
46 OLD_FILES+=usr/share/man/man8/amq.8.gz
47 OLD_FILES+=usr/share/man/man8/fixmount.8.gz
48 OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
49 OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
50 OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
51 OLD_FILES+=usr/share/man/man8/wire-test.8.gz
52 .endif
53
54 .if ${MK_APM} == no
55 OLD_FILES+=etc/rc.d/apm
56 OLD_FILES+=etc/rc.d/apmd
57 OLD_FILES+=etc/apmd.conf
58 OLD_FILES+=usr/sbin/apm
59 OLD_FILES+=usr/share/examples/etc/apmd.conf
60 OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
61 OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
62 .endif
63
64 .if ${MK_AT} == no
65 OLD_FILES+=etc/pam.d/atrun
66 OLD_FILES+=usr/bin/at
67 OLD_FILES+=usr/bin/atq
68 OLD_FILES+=usr/bin/atrm
69 OLD_FILES+=usr/bin/batch
70 OLD_FILES+=usr/libexec/atrun
71 OLD_FILES+=usr/share/man/man1/at.1.gz
72 OLD_FILES+=usr/share/man/man1/atq.1.gz
73 OLD_FILES+=usr/share/man/man1/atrm.1.gz
74 OLD_FILES+=usr/share/man/man1/batch.1.gz
75 OLD_FILES+=usr/share/man/man8/atrun.8.gz
76 .endif
77
78 .if ${MK_ATM} == no
79 OLD_FILES+=etc/rc.d/atm1
80 OLD_FILES+=etc/rc.d/atm2
81 OLD_FILES+=etc/rc.d/atm3
82 OLD_FILES+=rescue/atmconfig
83 OLD_FILES+=sbin/atmconfig
84 OLD_FILES+=usr/bin/sscop
85 OLD_FILES+=usr/include/bsnmp/snmp_atm.h
86 OLD_FILES+=usr/include/netnatm/addr.h
87 OLD_FILES+=usr/include/netnatm/api/atmapi.h
88 OLD_FILES+=usr/include/netnatm/api/ccatm.h
89 OLD_FILES+=usr/include/netnatm/api/unisap.h
90 OLD_DIRS+=usr/include/netnatm/api
91 OLD_FILES+=usr/include/netnatm/msg/uni_config.h
92 OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h
93 OLD_FILES+=usr/include/netnatm/msg/uni_ie.h
94 OLD_FILES+=usr/include/netnatm/msg/uni_msg.h
95 OLD_FILES+=usr/include/netnatm/msg/unimsglib.h
96 OLD_FILES+=usr/include/netnatm/msg/uniprint.h
97 OLD_FILES+=usr/include/netnatm/msg/unistruct.h
98 OLD_DIRS+=usr/include/netnatm/msg
99 OLD_FILES+=usr/include/netnatm/saal/sscfu.h
100 OLD_FILES+=usr/include/netnatm/saal/sscfudef.h
101 OLD_FILES+=usr/include/netnatm/saal/sscop.h
102 OLD_FILES+=usr/include/netnatm/saal/sscopdef.h
103 OLD_DIRS+=usr/include/netnatm/saal
104 OLD_FILES+=usr/include/netnatm/sig/uni.h
105 OLD_FILES+=usr/include/netnatm/sig/unidef.h
106 OLD_FILES+=usr/include/netnatm/sig/unisig.h
107 OLD_DIRS+=usr/include/netnatm/sig
108 OLD_FILES+=usr/include/netnatm/unimsg.h
109 OLD_FILES+=usr/lib/libngatm.a
110 OLD_FILES+=usr/lib/libngatm.so
111 OLD_LIBS+=usr/lib/libngatm.so.4
112 OLD_FILES+=usr/lib/libngatm_p.a
113 OLD_FILES+=usr/lib/snmp_atm.so
114 OLD_LIBS+=usr/lib/snmp_atm.so.6
115 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
116 OLD_FILES+=usr/lib32/libngatm.a
117 OLD_FILES+=usr/lib32/libngatm.so
118 OLD_LIBS+=usr/lib32/libngatm.so.4
119 OLD_FILES+=usr/lib32/libngatm_p.a
120 .endif
121 OLD_FILES+=usr/share/doc/atm/atmconfig.help
122 OLD_FILES+=usr/share/doc/atm/atmconfig_device.help
123 OLD_DIRS+=usr/share/doc/atm
124 OLD_FILES+=usr/share/man/man1/sscop.1.gz
125 OLD_FILES+=usr/share/man/man3/libngatm.3.gz
126 OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
127 OLD_FILES+=usr/share/man/man3/uniaddr.3.gz
128 OLD_FILES+=usr/share/man/man3/unifunc.3.gz
129 OLD_FILES+=usr/share/man/man3/unimsg.3.gz
130 OLD_FILES+=usr/share/man/man3/unisap.3.gz
131 OLD_FILES+=usr/share/man/man3/unistruct.3.gz
132 OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
133 OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
134 OLD_FILES+=usr/share/snmp/defs/atm_tree.def
135 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
136 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
137 .endif
138
139 .if ${MK_AUDIT} == no
140 OLD_FILES+=usr/sbin/audit
141 OLD_FILES+=usr/sbin/auditd
142 OLD_FILES+=usr/sbin/auditreduce
143 OLD_FILES+=usr/sbin/praudit
144 OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
145 OLD_FILES+=usr/share/man/man1/praudit.1.gz
146 OLD_FILES+=usr/share/man/man8/audit.8.gz
147 OLD_FILES+=usr/share/man/man8/auditd.8.gz
148 .endif
149
150 .if ${MK_AUTHPF} == no
151 OLD_FILES+=usr/sbin/authpf
152 OLD_FILES+=usr/sbin/authpf-noip
153 OLD_FILES+=usr/share/man/man8/authpf.8.gz
154 OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
155 .endif
156
157 .if ${MK_AUTOFS} == no
158 OLD_FILES+=etc/autofs/include_ldap
159 OLD_FILES+=etc/autofs/special_hosts
160 OLD_FILES+=etc/autofs/special_media
161 OLD_FILES+=etc/autofs/special_noauto
162 OLD_FILES+=etc/autofs/special_null
163 OLD_FILES+=etc/auto_master
164 OLD_FILES+=etc/rc.d/automount
165 OLD_FILES+=etc/rc.d/automountd
166 OLD_FILES+=etc/rc.d/autounmountd
167 OLD_FILES+=usr/sbin/automount
168 OLD_FILES+=usr/sbin/automountd
169 OLD_FILES+=usr/sbin/autounmountd
170 OLD_FILES+=usr/share/man/man5/autofs.5.gz
171 OLD_FILES+=usr/share/man/man5/auto_master.5.gz
172 OLD_FILES+=usr/share/man/man8/automount.8.gz
173 OLD_FILES+=usr/share/man/man8/automountd.8.gz
174 OLD_FILES+=usr/share/man/man8/autounmountd.8.gz
175 OLD_DIRS+=etc/autofs
176 .endif
177
178 .if ${MK_BHYVE} == no
179 OLD_FILES+=usr/lib/libvmmapi.a
180 OLD_FILES+=usr/lib/libvmmapi.so
181 OLD_LIBS+=usr/lib/libvmmapi.so.5
182 OLD_FILES+=usr/include/vmmapi.h
183 OLD_FILES+=usr/sbin/bhyve
184 OLD_FILES+=usr/sbin/bhyvectl
185 OLD_FILES+=usr/sbin/bhyveload
186 OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
187 OLD_FILES+=usr/share/man/man8/bhyve.8.gz
188 OLD_FILES+=usr/share/man/man8/bhyveload.8.gz
189 OLD_DIRS+=usr/share/examples/bhyve
190 .endif
191
192 .if ${MK_BINUTILS} == no
193 OLD_FILES+=usr/bin/as
194 OLD_FILES+=usr/bin/ld
195 OLD_FILES+=usr/bin/ld.bfd
196 .if ${MK_ELFCOPY_AS_OBJCOPY} == no
197 OLD_FILES+=usr/bin/objcopy
198 .endif
199 OLD_FILES+=usr/bin/objdump
200 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.x
201 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xbn
202 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xc
203 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xd
204 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xdc
205 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xdw
206 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xn
207 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xr
208 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xs
209 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xsc
210 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xsw
211 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xu
212 OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xw
213 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.x
214 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xbn
215 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xc
216 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xd
217 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xdc
218 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xdw
219 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xn
220 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xr
221 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xs
222 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xsc
223 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xsw
224 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xu
225 OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xw
226 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.x
227 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xbn
228 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xc
229 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xd
230 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xdc
231 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xdw
232 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xn
233 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xr
234 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xs
235 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xsc
236 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xsw
237 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xu
238 OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xw
239 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.x
240 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xbn
241 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xc
242 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xd
243 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xdc
244 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xdw
245 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xn
246 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xr
247 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xs
248 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xsc
249 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xsw
250 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xu
251 OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xw
252 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.x
253 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xbn
254 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xc
255 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xd
256 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xdc
257 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xdw
258 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xn
259 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xr
260 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xs
261 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xsc
262 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xsw
263 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xu
264 OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xw
265 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.x
266 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xbn
267 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xc
268 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xd
269 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xdc
270 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xdw
271 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xn
272 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xr
273 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xs
274 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xsc
275 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xsw
276 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xu
277 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xw
278 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.x
279 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xbn
280 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xc
281 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xd
282 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xdc
283 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xdw
284 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xn
285 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xr
286 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xs
287 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xsc
288 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xsw
289 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xu
290 OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xw
291 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.x
292 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xbn
293 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xc
294 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xd
295 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xdc
296 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xdw
297 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xn
298 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xr
299 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xs
300 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xsc
301 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xsw
302 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xu
303 OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xw
304 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.x
305 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xbn
306 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xc
307 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xd
308 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xdc
309 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xdw
310 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xn
311 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xr
312 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xs
313 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xsc
314 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xsw
315 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xu
316 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xw
317 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.x
318 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xbn
319 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xc
320 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xd
321 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xdc
322 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xdw
323 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xn
324 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xr
325 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xs
326 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xsc
327 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xsw
328 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xu
329 OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xw
330 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.x
331 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xbn
332 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xc
333 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xd
334 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xdc
335 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xdw
336 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xn
337 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xr
338 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xs
339 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xsc
340 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xsw
341 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xu
342 OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xw
343 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.x
344 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xbn
345 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xc
346 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xd
347 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xdc
348 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xdw
349 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xn
350 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xr
351 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xs
352 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xsc
353 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xsw
354 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xu
355 OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xw
356 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.x
357 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xbn
358 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xc
359 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xd
360 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xdc
361 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xdw
362 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xn
363 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xr
364 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xs
365 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xsc
366 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xsw
367 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xu
368 OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xw
369 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.x
370 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xbn
371 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xc
372 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xd
373 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xdc
374 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xdw
375 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xn
376 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xr
377 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xs
378 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xsc
379 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xsw
380 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xu
381 OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xw
382 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.x
383 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xbn
384 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xc
385 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xd
386 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdc
387 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdw
388 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xn
389 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xr
390 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xs
391 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsc
392 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw
393 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu
394 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw
395 OLD_FILES+=usr/share/man/man1/as.1.gz
396 OLD_FILES+=usr/share/man/man1/ld.1.gz
397 .if ${MK_ELFCOPY_AS_OBJCOPY} == no
398 OLD_FILES+=usr/share/man/man1/objcopy.1.gz
399 .endif
400 OLD_FILES+=usr/share/man/man1/objdump.1.gz
401 OLD_FILES+=usr/share/man/man7/as.7.gz
402 OLD_FILES+=usr/share/man/man7/ld.7.gz
403 OLD_FILES+=usr/share/man/man7/ldint.7.gz
404 OLD_FILES+=usr/share/man/man7/binutils.7.gz
405 .endif
406
407 .if ${MK_BLUETOOTH} == no
408 OLD_FILES+=etc/bluetooth/hcsecd.conf
409 OLD_FILES+=etc/bluetooth/hosts
410 OLD_FILES+=etc/bluetooth/protocols
411 OLD_FILES+=etc/defaults/bluetooth.device.conf
412 OLD_DIRS+=etc/bluetooth
413 OLD_FILES+=etc/rc.d/bluetooth
414 OLD_FILES+=etc/rc.d/bthidd
415 OLD_FILES+=etc/rc.d/hcsecd
416 OLD_FILES+=etc/rc.d/rfcomm_pppd_server
417 OLD_FILES+=etc/rc.d/sdpd
418 OLD_FILES+=etc/rc.d/ubthidhci
419 OLD_FILES+=usr/bin/bthost
420 OLD_FILES+=usr/bin/btsockstat
421 OLD_FILES+=usr/bin/rfcomm_sppd
422 OLD_FILES+=usr/include/bluetooth.h
423 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
424 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
425 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
426 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
427 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
428 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
429 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
430 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
431 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
432 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
433 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
434 OLD_DIRS+=usr/include/netgraph/bluetooth/include
435 OLD_DIRS+=usr/include/netgraph/bluetooth
436 OLD_FILES+=usr/include/sdp.h
437 OLD_FILES+=usr/lib/libbluetooth.a
438 OLD_FILES+=usr/lib/libbluetooth.so
439 OLD_LIBS+=usr/lib/libbluetooth.so.4
440 OLD_FILES+=usr/lib/libbluetooth_p.a
441 OLD_FILES+=usr/lib/libsdp.a
442 OLD_FILES+=usr/lib/libsdp.so
443 OLD_LIBS+=usr/lib/libsdp.so.4
444 OLD_FILES+=usr/lib/libsdp_p.a
445 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
446 OLD_FILES+=usr/lib32/libbluetooth.a
447 OLD_FILES+=usr/lib32/libbluetooth.so
448 OLD_LIBS+=usr/lib32/libbluetooth.so.4
449 OLD_FILES+=usr/lib32/libbluetooth_p.a
450 OLD_FILES+=usr/lib32/libsdp.a
451 OLD_FILES+=usr/lib32/libsdp.so
452 OLD_LIBS+=usr/lib32/libsdp.so.4
453 OLD_FILES+=usr/lib32/libsdp_p.a
454 .endif
455 OLD_FILES+=usr/sbin/ath3kfw
456 OLD_FILES+=usr/sbin/bcmfw
457 OLD_FILES+=usr/sbin/bt3cfw
458 OLD_FILES+=usr/sbin/bthidcontrol
459 OLD_FILES+=usr/sbin/bthidd
460 OLD_FILES+=usr/sbin/btpand
461 OLD_FILES+=usr/sbin/hccontrol
462 OLD_FILES+=usr/sbin/hcsecd
463 OLD_FILES+=usr/sbin/hcseriald
464 OLD_FILES+=usr/sbin/l2control
465 OLD_FILES+=usr/sbin/l2ping
466 OLD_FILES+=usr/sbin/rfcomm_pppd
467 OLD_FILES+=usr/sbin/sdpcontrol
468 OLD_FILES+=usr/sbin/sdpd
469 OLD_FILES+=usr/share/examples/etc/defaults/bluetooth.device.conf
470 OLD_FILES+=usr/share/man/man1/bthost.1.gz
471 OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
472 OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
473 OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
474 OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
475 OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
476 OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
477 OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
478 OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
479 OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
480 OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
481 OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
482 OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
483 OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
484 OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
485 OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
486 OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
487 OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
488 OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
489 OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
490 OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
491 OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
492 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
493 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
494 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
495 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
496 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
497 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
498 OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
499 OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
500 OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
501 OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
502 OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
503 OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
504 OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
505 OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
506 OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
507 OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
508 OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
509 OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
510 OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
511 OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
512 OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
513 OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
514 OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
515 OLD_FILES+=usr/share/man/man3/sdp.3.gz
516 OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
517 OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
518 OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
519 OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
520 OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
521 OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
522 OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
523 OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
524 OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
525 OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
526 OLD_FILES+=usr/share/man/man4/ng_bluetooth.4.gz
527 OLD_FILES+=usr/share/man/man5/bluetooth.device.conf.5.gz
528 OLD_FILES+=usr/share/man/man5/bluetooth.hosts.5.gz
529 OLD_FILES+=usr/share/man/man5/bluetooth.protocols.5.gz
530 OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
531 OLD_FILES+=usr/share/man/man8/ath3kfw.8.gz
532 OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
533 OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
534 OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
535 OLD_FILES+=usr/share/man/man8/bthidd.8.gz
536 OLD_FILES+=usr/share/man/man8/btpand.8.gz
537 OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
538 OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
539 OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
540 OLD_FILES+=usr/share/man/man8/l2control.8.gz
541 OLD_FILES+=usr/share/man/man8/l2ping.8.gz
542 OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
543 OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
544 OLD_FILES+=usr/share/man/man8/sdpd.8.gz
545 .endif
546
547 .if ${MK_BOOT} == no
548 OLD_FILES+=boot/beastie.4th
549 OLD_FILES+=boot/boot
550 OLD_FILES+=boot/boot0
551 OLD_FILES+=boot/boot0sio
552 OLD_FILES+=boot/boot1
553 OLD_FILES+=boot/boot1.efi
554 OLD_FILES+=boot/boot1.efifat
555 OLD_FILES+=boot/boot2
556 OLD_FILES+=boot/brand.4th
557 OLD_FILES+=boot/cdboot
558 OLD_FILES+=boot/check-password.4th
559 OLD_FILES+=boot/color.4th
560 OLD_FILES+=boot/defaults/loader.conf
561 OLD_FILES+=boot/delay.4th
562 OLD_FILES+=boot/device.hints
563 OLD_FILES+=boot/frames.4th
564 OLD_FILES+=boot/gptboot
565 OLD_FILES+=boot/gptzfsboot
566 OLD_FILES+=boot/loader
567 OLD_FILES+=boot/loader.4th
568 OLD_FILES+=boot/loader.efi
569 OLD_FILES+=boot/loader.help
570 OLD_FILES+=boot/loader.rc
571 OLD_FILES+=boot/mbr
572 OLD_FILES+=boot/menu-commands.4th
573 OLD_FILES+=boot/menu.4th
574 OLD_FILES+=boot/menu.rc
575 OLD_FILES+=boot/menusets.4th
576 OLD_FILES+=boot/pcibios.4th
577 OLD_FILES+=boot/pmbr
578 OLD_FILES+=boot/pxeboot
579 OLD_FILES+=boot/screen.4th
580 OLD_FILES+=boot/shortcuts.4th
581 OLD_FILES+=boot/support.4th
582 OLD_FILES+=boot/userboot.so
583 OLD_FILES+=boot/version.4th
584 OLD_FILES+=boot/zfsboot
585 OLD_FILES+=boot/zfsloader
586 OLD_FILES+=usr/lib/kgzldr.o
587 OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
588 OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
589 OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
590 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
591 OLD_FILES+=usr/share/man/man8/color.4th.8.gz
592 OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
593 OLD_FILES+=usr/share/man/man8/gptboot.8.gz
594 OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz
595 OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
596 OLD_FILES+=usr/share/man/man8/loader.8.gz
597 OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
598 OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
599 OLD_FILES+=usr/share/man/man8/pxeboot.8.gz
600 OLD_FILES+=usr/share/man/man8/version.4th.8.gz
601 OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
602 OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
603 .endif
604
605 .if ${MK_BSD_CPIO} == no
606 OLD_FILES+=usr/bin/bsdcpio
607 OLD_FILES+=usr/bin/cpio
608 OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz
609 OLD_FILES+=usr/share/man/man1/cpio.1.gz
610 .endif
611
612 .if ${MK_BSD_GREP} == no
613 OLD_FILES+=usr/bin/lzegrep
614 OLD_FILES+=usr/bin/lzfgrep
615 OLD_FILES+=usr/bin/lzgrep
616 OLD_FILES+=usr/bin/xzegrep
617 OLD_FILES+=usr/bin/xzfgrep
618 OLD_FILES+=usr/bin/xzgrep
619 OLD_FILES+=usr/share/man/man1/lzegrep.1.gz
620 OLD_FILES+=usr/share/man/man1/lzfgrep.1.gz
621 OLD_FILES+=usr/share/man/man1/lzgrep.1.gz
622 OLD_FILES+=usr/share/man/man1/xzegrep.1.gz
623 OLD_FILES+=usr/share/man/man1/xzfgrep.1.gz
624 OLD_FILES+=usr/share/man/man1/xzgrep.1.gz
625 .endif
626
627 .if ${MK_BSDINSTALL} == no
628 OLD_FILES+=usr/libexec/bsdinstall/adduser
629 OLD_FILES+=usr/libexec/bsdinstall/auto
630 OLD_FILES+=usr/libexec/bsdinstall/autopart
631 OLD_FILES+=usr/libexec/bsdinstall/checksum
632 OLD_FILES+=usr/libexec/bsdinstall/config
633 OLD_FILES+=usr/libexec/bsdinstall/distextract
634 OLD_FILES+=usr/libexec/bsdinstall/distfetch
635 OLD_FILES+=usr/libexec/bsdinstall/docsinstall
636 OLD_FILES+=usr/libexec/bsdinstall/entropy
637 OLD_FILES+=usr/libexec/bsdinstall/hostname
638 OLD_FILES+=usr/libexec/bsdinstall/jail
639 OLD_FILES+=usr/libexec/bsdinstall/keymap
640 OLD_FILES+=usr/libexec/bsdinstall/mirrorselect
641 OLD_FILES+=usr/libexec/bsdinstall/mount
642 OLD_FILES+=usr/libexec/bsdinstall/netconfig
643 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4
644 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6
645 OLD_FILES+=usr/libexec/bsdinstall/partedit
646 OLD_FILES+=usr/libexec/bsdinstall/rootpass
647 OLD_FILES+=usr/libexec/bsdinstall/script
648 OLD_FILES+=usr/libexec/bsdinstall/scriptedpart
649 OLD_FILES+=usr/libexec/bsdinstall/services
650 OLD_FILES+=usr/libexec/bsdinstall/time
651 OLD_FILES+=usr/libexec/bsdinstall/umount
652 OLD_FILES+=usr/libexec/bsdinstall/wlanconfig
653 OLD_FILES+=usr/libexec/bsdinstall/zfsboot
654 OLD_FILES+=usr/sbin/bsdinstall
655 OLD_FILES+=usr/share/man/man8/bsdinstall.8.gz
656 OLD_FILES+=usr/share/man/man8/sade.8.gz
657 OLD_DIRS+=usr/libexec/bsdinstall
658 .endif
659
660 .if ${MK_BSNMP} == no
661 OLD_FILES+=etc/snmpd.config
662 OLD_FILES+=etc/rc.d/bsnmpd
663 OLD_FILES+=usr/bin/bsnmpget
664 OLD_FILES+=usr/bin/bsnmpset
665 OLD_FILES+=usr/bin/bsnmpwalk
666 OLD_FILES+=usr/include/bsnmp/asn1.h
667 OLD_FILES+=usr/include/bsnmp/bridge_snmp.h
668 OLD_FILES+=usr/include/bsnmp/snmp.h
669 OLD_FILES+=usr/include/bsnmp/snmp_atm.h
670 OLD_FILES+=usr/include/bsnmp/snmp_mibII.h
671 OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
672 OLD_FILES+=usr/include/bsnmp/snmpagent.h
673 OLD_FILES+=usr/include/bsnmp/snmpclient.h
674 OLD_FILES+=usr/include/bsnmp/snmpmod.h
675 OLD_FILES+=usr/lib/libbsnmp.a
676 OLD_FILES+=usr/lib/libbsnmp.so
677 OLD_LIBS+=usr/lib/libbsnmp.so.6
678 OLD_FILES+=usr/lib/libbsnmp_p.a
679 OLD_FILES+=usr/lib/libbsnmptools.a
680 OLD_FILES+=usr/lib/libbsnmptools.so
681 OLD_LIBS+=usr/lib/libbsnmptools.so.0
682 OLD_FILES+=usr/lib/libbsnmptools_p.a
683 OLD_FILES+=usr/lib/snmp_atm.so
684 OLD_LIBS+=usr/lib/snmp_atm.so.6
685 OLD_FILES+=usr/lib/snmp_bridge.so
686 OLD_LIBS+=usr/lib/snmp_bridge.so.6
687 OLD_FILES+=usr/lib/snmp_hast.so
688 OLD_LIBS+=usr/lib/snmp_hast.so.6
689 OLD_FILES+=usr/lib/snmp_hostres.so
690 OLD_LIBS+=usr/lib/snmp_hostres.so.6
691 OLD_FILES+=usr/lib/snmp_lm75.so
692 OLD_LIBS+=usr/lib/snmp_lm75.so.6
693 OLD_FILES+=usr/lib/snmp_mibII.so
694 OLD_LIBS+=usr/lib/snmp_mibII.so.6
695 OLD_FILES+=usr/lib/snmp_netgraph.so
696 OLD_LIBS+=usr/lib/snmp_netgraph.so.6
697 OLD_FILES+=usr/lib/snmp_pf.so
698 OLD_LIBS+=usr/lib/snmp_pf.so.6
699 OLD_FILES+=usr/lib/snmp_target.so
700 OLD_LIBS+=usr/lib/snmp_target.so.6
701 OLD_FILES+=usr/lib/snmp_usm.so
702 OLD_LIBS+=usr/lib/snmp_usm.so.6
703 OLD_FILES+=usr/lib/snmp_vacm.so
704 OLD_LIBS+=usr/lib/snmp_vacm.so.6
705 OLD_FILES+=usr/lib/snmp_wlan.so
706 OLD_LIBS+=usr/lib/snmp_wlan.so.6
707 OLD_FILES+=usr/lib32/libbsnmp.a
708 OLD_FILES+=usr/lib32/libbsnmp.so
709 OLD_LIBS+=usr/lib32/libbsnmp.so.6
710 OLD_FILES+=usr/lib32/libbsnmp_p.a
711 OLD_FILES+=usr/sbin/bsnmpd
712 OLD_FILES+=usr/sbin/gensnmptree
713 OLD_FILES+=usr/share/examples/etc/snmpd.config
714 OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz
715 OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz
716 OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz
717 OLD_FILES+=usr/share/man/man1/bsnmpwalk.1.gz
718 OLD_FILES+=usr/share/man/man1/gensnmptree.1.gz
719 OLD_FILES+=usr/share/man/man3/asn1.3.gz
720 OLD_FILES+=usr/share/man/man3/bsnmpagent.3.gz
721 OLD_FILES+=usr/share/man/man3/bsnmpclient.3.gz
722 OLD_FILES+=usr/share/man/man3/bsnmplib.3.gz
723 OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
724 OLD_FILES+=usr/share/man/man3/snmp_bridge.3.gz
725 OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz
726 OLD_FILES+=usr/share/man/man3/snmp_hostres.3.gz
727 OLD_FILES+=usr/share/man/man3/snmp_lm75.3.gz
728 OLD_FILES+=usr/share/man/man3/snmp_mibII.3.gz
729 OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
730 OLD_FILES+=usr/share/man/man3/snmp_target.3.gz
731 OLD_FILES+=usr/share/man/man3/snmp_usm.3.gz
732 OLD_FILES+=usr/share/man/man3/snmp_vacm.3.gz
733 OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz
734 OLD_FILES+=usr/share/man/man3/snmpmod.3.gz
735 OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
736 OLD_FILES+=usr/share/snmp/defs/atm_tree.def
737 OLD_FILES+=usr/share/snmp/defs/bridge_tree.def
738 OLD_FILES+=usr/share/snmp/defs/hast_tree.def
739 OLD_FILES+=usr/share/snmp/defs/hostres_tree.def
740 OLD_FILES+=usr/share/snmp/defs/lm75_tree.def
741 OLD_FILES+=usr/share/snmp/defs/mibII_tree.def
742 OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
743 OLD_FILES+=usr/share/snmp/defs/pf_tree.def
744 OLD_FILES+=usr/share/snmp/defs/target_tree.def
745 OLD_FILES+=usr/share/snmp/defs/tree.def
746 OLD_FILES+=usr/share/snmp/defs/usm_tree.def
747 OLD_FILES+=usr/share/snmp/defs/vacm_tree.def
748 OLD_FILES+=usr/share/snmp/defs/wlan_tree.def
749 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
750 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
751 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt
752 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt
753 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt
754 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-IP-MIB.txt
755 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-LM75-MIB.txt
756 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB.txt
757 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB2-MIB.txt
758 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
759 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
760 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-SNMPD.txt
761 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt
762 OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt
763 OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt
764 OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt
765 OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt
766 OLD_DIRS+=usr/include/bsnmp
767 OLD_DIRS+=usr/share/snmp
768 OLD_DIRS+=usr/share/snmp/defs
769 OLD_DIRS+=usr/share/snmp/mibs
770 .endif
771
772 .if ${MK_CALENDAR} == no
773 OLD_FILES+=etc/periodic/daily/300.calendar
774 OLD_FILES+=usr/bin/calendar
775 OLD_FILES+=usr/share/calendar/calendar.all
776 OLD_FILES+=usr/share/calendar/calendar.australia
777 OLD_FILES+=usr/share/calendar/calendar.birthday
778 OLD_FILES+=usr/share/calendar/calendar.brazilian
779 OLD_FILES+=usr/share/calendar/calendar.christian
780 OLD_FILES+=usr/share/calendar/calendar.computer
781 OLD_FILES+=usr/share/calendar/calendar.croatian
782 OLD_FILES+=usr/share/calendar/calendar.dutch
783 OLD_FILES+=usr/share/calendar/calendar.freebsd
784 OLD_FILES+=usr/share/calendar/calendar.french
785 OLD_FILES+=usr/share/calendar/calendar.german
786 OLD_FILES+=usr/share/calendar/calendar.history
787 OLD_FILES+=usr/share/calendar/calendar.holiday
788 OLD_FILES+=usr/share/calendar/calendar.hungarian
789 OLD_FILES+=usr/share/calendar/calendar.judaic
790 OLD_FILES+=usr/share/calendar/calendar.lotr
791 OLD_FILES+=usr/share/calendar/calendar.music
792 OLD_FILES+=usr/share/calendar/calendar.newzealand
793 OLD_FILES+=usr/share/calendar/calendar.russian
794 OLD_FILES+=usr/share/calendar/calendar.southafrica
795 OLD_FILES+=usr/share/calendar/calendar.ukrainian
796 OLD_FILES+=usr/share/calendar/calendar.usholiday
797 OLD_FILES+=usr/share/calendar/calendar.world
798 OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
799 OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
800 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
801 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
802 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
803 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
804 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
805 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
806 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
807 OLD_DIRS+=usr/share/calendar/de_DE.ISO8859-1
808 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
809 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
810 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
811 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
812 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
813 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
814 OLD_DIRS+=usr/share/calendar/fr_FR.ISO8859-1
815 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
816 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
817 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
818 OLD_DIRS+=usr/share/calendar/hr_HR.ISO8859-2
819 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
820 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
821 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
822 OLD_DIRS+=usr/share/calendar/hu_HU.ISO8859-2
823 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all
824 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative
825 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays
826 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative
827 OLD_DIRS+=usr/share/calendar/pt_BR.ISO8859-1
828 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all
829 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative
830 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays
831 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative
832 OLD_DIRS+=usr/share/calendar/pt_BR.UTF-8
833 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
834 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
835 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
836 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
837 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
838 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
839 OLD_DIRS+=usr/share/calendar/ru_RU.KOI8-R
840 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all
841 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common
842 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday
843 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military
844 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox
845 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan
846 OLD_DIRS+=usr/share/calendar/ru_RU.UTF-8
847 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
848 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
849 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
850 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
851 OLD_DIRS+=usr/share/calendar/uk_UA.KOI8-U
852 OLD_DIRS+=usr/share/calendar
853 OLD_FILES+=usr/share/man/man1/calendar.1.gz
854 .endif
855
856 .if ${MK_CASPER} == no
857 OLD_FILES+=etc/casper/system.dns
858 OLD_FILES+=etc/casper/system.grp
859 OLD_FILES+=etc/casper/system.pwd
860 OLD_FILES+=etc/casper/system.random
861 OLD_FILES+=etc/casper/system.sysctl
862 OLD_FILES+=etc/rc.d/casperd
863 OLD_LIBS+=lib/libcapsicum.so.0
864 OLD_LIBS+=lib/libcasper.so.0
865 OLD_FILES+=libexec/casper/dns
866 OLD_FILES+=libexec/casper/grp
867 OLD_FILES+=libexec/casper/pwd
868 OLD_FILES+=libexec/casper/random
869 OLD_FILES+=libexec/casper/sysctl
870 OLD_FILES+=sbin/casper
871 OLD_FILES+=sbin/casperd
872 OLD_FILES+=usr/include/libcapsicum.h
873 OLD_FILES+=usr/include/libcapsicum_dns.h
874 OLD_FILES+=usr/include/libcapsicum_grp.h
875 OLD_FILES+=usr/include/libcapsicum_pwd.h
876 OLD_FILES+=usr/include/libcapsicum_random.h
877 OLD_FILES+=usr/include/libcapsicum_service.h
878 OLD_FILES+=usr/include/libcapsicum_sysctl.h
879 OLD_FILES+=usr/include/libcasper.h
880 OLD_FILES+=usr/lib/libcapsicum.a
881 OLD_FILES+=usr/lib/libcapsicum.so
882 OLD_FILES+=usr/lib/libcapsicum_p.a
883 OLD_FILES+=usr/lib/libcasper.a
884 OLD_FILES+=usr/lib/libcasper.so
885 OLD_FILES+=usr/lib/libcasper_p.a
886 OLD_FILES+=usr/lib32/libcapsicum.a
887 OLD_FILES+=usr/lib32/libcapsicum.so
888 OLD_LIBS+=usr/lib32/libcapsicum.so.0
889 OLD_FILES+=usr/lib32/libcapsicum_p.a
890 OLD_FILES+=usr/lib32/libcasper.a
891 OLD_FILES+=usr/lib32/libcasper.so
892 OLD_LIBS+=usr/lib32/libcasper.so.0
893 OLD_FILES+=usr/lib32/libcasper_p.a
894 OLD_FILES+=usr/share/man/man3/cap_clone.3.gz
895 OLD_FILES+=usr/share/man/man3/cap_close.3.gz
896 OLD_FILES+=usr/share/man/man3/cap_init.3.gz
897 OLD_FILES+=usr/share/man/man3/cap_limit_get.3.gz
898 OLD_FILES+=usr/share/man/man3/cap_limit_set.3.gz
899 OLD_FILES+=usr/share/man/man3/cap_recv_nvlist.3.gz
900 OLD_FILES+=usr/share/man/man3/cap_send_nvlist.3.gz
901 OLD_FILES+=usr/share/man/man3/cap_service_open.3.gz
902 OLD_FILES+=usr/share/man/man3/cap_sock.3.gz
903 OLD_FILES+=usr/share/man/man3/cap_unwrap.3.gz
904 OLD_FILES+=usr/share/man/man3/cap_wrap.3.gz
905 OLD_FILES+=usr/share/man/man3/cap_xfer_nvlist.3.gz
906 OLD_FILES+=usr/share/man/man3/libcapsicum.3.gz
907 OLD_FILES+=usr/share/man/man8/casperd.8.gz
908 .endif
909
910 .if ${MK_CCD} == no
911 OLD_FILES+=etc/rc.d/ccd
912 OLD_FILES+=sbin/ccdconfig
913 OLD_FILES+=usr/share/man/man4/ccd.4.gz
914 OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz
915 .endif
916
917 .if ${MK_CDDL} == no
918 OLD_LIBS+=lib/libavl.so.2
919 OLD_LIBS+=lib/libctf.so.2
920 OLD_LIBS+=lib/libdtrace.so.2
921 OLD_LIBS+=lib/libnvpair.so.2
922 OLD_LIBS+=lib/libumem.so.2
923 OLD_LIBS+=lib/libuutil.so.2
924 OLD_FILES+=usr/bin/ctfconvert
925 OLD_FILES+=usr/bin/ctfdump
926 OLD_FILES+=usr/bin/ctfmerge
927 OLD_FILES+=usr/lib/dtrace/drti.o
928 OLD_FILES+=usr/lib/dtrace/errno.d
929 OLD_FILES+=usr/lib/dtrace/io.d
930 OLD_FILES+=usr/lib/dtrace/ip.d
931 OLD_FILES+=usr/lib/dtrace/psinfo.d
932 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
933 OLD_FILES+=usr/lib/dtrace/regs_x86.d
934 .endif
935 OLD_FILES+=usr/lib/dtrace/signal.d
936 OLD_FILES+=usr/lib/dtrace/tcp.d
937 OLD_FILES+=usr/lib/dtrace/udp.d
938 OLD_FILES+=usr/lib/dtrace/unistd.d
939 OLD_FILES+=usr/lib/libavl.a
940 OLD_FILES+=usr/lib/libavl.so
941 OLD_FILES+=usr/lib/libavl_p.a
942 OLD_FILES+=usr/lib/libctf.a
943 OLD_FILES+=usr/lib/libctf.so
944 OLD_FILES+=usr/lib/libctf_p.a
945 OLD_FILES+=usr/lib/libdtrace.a
946 OLD_FILES+=usr/lib/libdtrace.so
947 OLD_FILES+=usr/lib/libdtrace_p.a
948 OLD_FILES+=usr/lib/libnvpair.a
949 OLD_FILES+=usr/lib/libnvpair.so
950 OLD_FILES+=usr/lib/libnvpair_p.a
951 OLD_FILES+=usr/lib/libumem.a
952 OLD_FILES+=usr/lib/libumem.so
953 OLD_FILES+=usr/lib/libumem_p.a
954 OLD_FILES+=usr/lib/libuutil.a
955 OLD_FILES+=usr/lib/libuutil.so
956 OLD_FILES+=usr/lib/libuutil_p.a
957 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
958 OLD_FILES+=usr/lib32/dtrace/drti.o
959 OLD_FILES+=usr/lib32/libavl.a
960 OLD_FILES+=usr/lib32/libavl.so
961 OLD_LIBS+=usr/lib32/libavl.so.2
962 OLD_FILES+=usr/lib32/libavl_p.a
963 OLD_FILES+=usr/lib32/libctf.a
964 OLD_FILES+=usr/lib32/libctf.so
965 OLD_LIBS+=usr/lib32/libctf.so.2
966 OLD_FILES+=usr/lib32/libctf_p.a
967 OLD_FILES+=usr/lib32/libdtrace.a
968 OLD_FILES+=usr/lib32/libdtrace.so
969 OLD_LIBS+=usr/lib32/libdtrace.so.2
970 OLD_FILES+=usr/lib32/libdtrace_p.a
971 OLD_FILES+=usr/lib32/libnvpair.a
972 OLD_FILES+=usr/lib32/libnvpair.so
973 OLD_LIBS+=usr/lib32/libnvpair.so.2
974 OLD_FILES+=usr/lib32/libnvpair_p.a
975 OLD_FILES+=usr/lib32/libumem.a
976 OLD_FILES+=usr/lib32/libumem.so
977 OLD_LIBS+=usr/lib32/libumem.so.2
978 OLD_FILES+=usr/lib32/libumem_p.a
979 OLD_FILES+=usr/lib32/libuutil.a
980 OLD_FILES+=usr/lib32/libuutil.so
981 OLD_LIBS+=usr/lib32/libuutil.so.2
982 OLD_FILES+=usr/lib32/libuutil_p.a
983 .endif
984 OLD_LIBS+=lib/libdtrace.so.2
985 OLD_FILES+=usr/sbin/dtrace
986 OLD_FILES+=usr/sbin/lockstat
987 OLD_FILES+=usr/sbin/plockstat
988 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
989 OLD_FILES+=usr/share/man/man1/dtruss.1.gz
990 OLD_FILES+=usr/share/man/man1/lockstat.1.gz
991 OLD_FILES+=usr/share/man/man1/plockstat.1.gz
992 OLD_FILES+=usr/share/dtrace/disklatency
993 OLD_FILES+=usr/share/dtrace/disklatencycmd
994 OLD_FILES+=usr/share/dtrace/hotopen
995 OLD_FILES+=usr/share/dtrace/nfsclienttime
996 OLD_FILES+=usr/share/dtrace/toolkit/execsnoop
997 OLD_FILES+=usr/share/dtrace/toolkit/hotkernel
998 OLD_FILES+=usr/share/dtrace/toolkit/hotuser
999 OLD_FILES+=usr/share/dtrace/toolkit/opensnoop
1000 OLD_FILES+=usr/share/dtrace/toolkit/procsystime
1001 OLD_FILES+=usr/share/dtrace/tcpconn
1002 OLD_FILES+=usr/share/dtrace/tcpstate
1003 OLD_FILES+=usr/share/dtrace/tcptrack
1004 OLD_FILES+=usr/share/dtrace/udptrack
1005 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
1006 OLD_DIRS+=usr/lib/dtrace
1007 OLD_DIRS+=usr/lib32/dtrace
1008 OLD_DIRS+=usr/share/dtrace/toolkit
1009 OLD_DIRS+=usr/share/dtrace
1010 .endif
1011
1012 .if ${MK_ZFS} == no
1013 OLD_FILES+=boot/gptzfsboot
1014 OLD_FILES+=boot/zfsboot
1015 OLD_FILES+=boot/zfsloader
1016 OLD_FILES+=etc/rc.d/zfs
1017 OLD_FILES+=etc/rc.d/zvol
1018 OLD_FILES+=etc/devd/zfs.conf
1019 OLD_FILES+=etc/periodic/daily/404.status-zfs
1020 OLD_FILES+=etc/periodic/daily/800.scrub-zfs
1021 OLD_LIBS+=lib/libzfs.so.2
1022 OLD_LIBS+=lib/libzfs_core.so.2
1023 OLD_LIBS+=lib/libzpool.so.2
1024 OLD_FILES+=rescue/zfs
1025 OLD_FILES+=rescue/zpool
1026 OLD_FILES+=sbin/zfs
1027 OLD_FILES+=sbin/zpool
1028 OLD_FILES+=usr/bin/zinject
1029 OLD_FILES+=usr/bin/ztest
1030 OLD_FILES+=usr/lib/libzfs.a
1031 OLD_FILES+=usr/lib/libzfs.so
1032 OLD_FILES+=usr/lib/libzfs_core.a
1033 OLD_FILES+=usr/lib/libzfs_core.so
1034 OLD_FILES+=usr/lib/libzfs_core_p.a
1035 OLD_FILES+=usr/lib/libzfs_p.a
1036 OLD_FILES+=usr/lib/libzpool.a
1037 OLD_FILES+=usr/lib/libzpool.so
1038 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1039 OLD_FILES+=usr/lib32/libzfs.a
1040 OLD_FILES+=usr/lib32/libzfs.so
1041 OLD_LIBS+=usr/lib32/libzfs.so.2
1042 OLD_FILES+=usr/lib32/libzfs_core.a
1043 OLD_FILES+=usr/lib32/libzfs_core.so
1044 OLD_LIBS+=usr/lib32/libzfs_core.so.2
1045 OLD_FILES+=usr/lib32/libzfs_core_p.a
1046 OLD_FILES+=usr/lib32/libzfs_p.a
1047 OLD_FILES+=usr/lib32/libzpool.a
1048 OLD_FILES+=usr/lib32/libzpool.so
1049 OLD_LIBS+=usr/lib32/libzpool.so.2
1050 .endif
1051 OLD_FILES+=usr/sbin/zdb
1052 OLD_FILES+=usr/share/man/man8/zdb.8.gz
1053 OLD_FILES+=usr/share/man/man8/zfs.8.gz
1054 OLD_FILES+=usr/share/man/man8/zpool.8.gz
1055 .endif
1056
1057 .if ${MK_CLANG} == no
1058 OLD_FILES+=usr/bin/clang
1059 OLD_FILES+=usr/bin/clang++
1060 OLD_FILES+=usr/bin/clang-cpp
1061 OLD_FILES+=usr/bin/clang-tblgen
1062 OLD_FILES+=usr/bin/llvm-tblgen
1063 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/allocator_interface.h
1064 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/asan_interface.h
1065 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/common_interface_defs.h
1066 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/coverage_interface.h
1067 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/dfsan_interface.h
1068 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/linux_syscall_hooks.h
1069 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/lsan_interface.h
1070 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/msan_interface.h
1071 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/tsan_interface_atomic.h
1072 OLD_DIRS+=usr/lib/clang/3.8.0/include/sanitizer
1073 OLD_FILES+=usr/lib/clang/3.8.0/include/__stddef_max_align_t.h
1074 OLD_FILES+=usr/lib/clang/3.8.0/include/__wmmintrin_aes.h
1075 OLD_FILES+=usr/lib/clang/3.8.0/include/__wmmintrin_pclmul.h
1076 OLD_FILES+=usr/lib/clang/3.8.0/include/adxintrin.h
1077 OLD_FILES+=usr/lib/clang/3.8.0/include/altivec.h
1078 OLD_FILES+=usr/lib/clang/3.8.0/include/ammintrin.h
1079 OLD_FILES+=usr/lib/clang/3.8.0/include/arm_acle.h
1080 OLD_FILES+=usr/lib/clang/3.8.0/include/arm_neon.h
1081 OLD_FILES+=usr/lib/clang/3.8.0/include/avx2intrin.h
1082 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512bwintrin.h
1083 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512cdintrin.h
1084 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512dqintrin.h
1085 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512erintrin.h
1086 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512fintrin.h
1087 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vlbwintrin.h
1088 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vldqintrin.h
1089 OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vlintrin.h
1090 OLD_FILES+=usr/lib/clang/3.8.0/include/avxintrin.h
1091 OLD_FILES+=usr/lib/clang/3.8.0/include/bmi2intrin.h
1092 OLD_FILES+=usr/lib/clang/3.8.0/include/bmiintrin.h
1093 OLD_FILES+=usr/lib/clang/3.8.0/include/cpuid.h
1094 OLD_FILES+=usr/lib/clang/3.8.0/include/cuda_builtin_vars.h
1095 OLD_FILES+=usr/lib/clang/3.8.0/include/emmintrin.h
1096 OLD_FILES+=usr/lib/clang/3.8.0/include/f16cintrin.h
1097 OLD_FILES+=usr/lib/clang/3.8.0/include/fma4intrin.h
1098 OLD_FILES+=usr/lib/clang/3.8.0/include/fmaintrin.h
1099 OLD_FILES+=usr/lib/clang/3.8.0/include/fxsrintrin.h
1100 OLD_FILES+=usr/lib/clang/3.8.0/include/htmintrin.h
1101 OLD_FILES+=usr/lib/clang/3.8.0/include/htmxlintrin.h
1102 OLD_FILES+=usr/lib/clang/3.8.0/include/ia32intrin.h
1103 OLD_FILES+=usr/lib/clang/3.8.0/include/immintrin.h
1104 OLD_FILES+=usr/lib/clang/3.8.0/include/lzcntintrin.h
1105 OLD_FILES+=usr/lib/clang/3.8.0/include/mm3dnow.h
1106 OLD_FILES+=usr/lib/clang/3.8.0/include/mm_malloc.h
1107 OLD_FILES+=usr/lib/clang/3.8.0/include/mmintrin.h
1108 OLD_FILES+=usr/lib/clang/3.8.0/include/module.modulemap
1109 OLD_FILES+=usr/lib/clang/3.8.0/include/nmmintrin.h
1110 OLD_FILES+=usr/lib/clang/3.8.0/include/pkuintrin.h
1111 OLD_FILES+=usr/lib/clang/3.8.0/include/pmmintrin.h
1112 OLD_FILES+=usr/lib/clang/3.8.0/include/popcntintrin.h
1113 OLD_FILES+=usr/lib/clang/3.8.0/include/prfchwintrin.h
1114 OLD_FILES+=usr/lib/clang/3.8.0/include/rdseedintrin.h
1115 OLD_FILES+=usr/lib/clang/3.8.0/include/rtmintrin.h
1116 OLD_FILES+=usr/lib/clang/3.8.0/include/s390intrin.h
1117 OLD_FILES+=usr/lib/clang/3.8.0/include/shaintrin.h
1118 OLD_FILES+=usr/lib/clang/3.8.0/include/smmintrin.h
1119 OLD_FILES+=usr/lib/clang/3.8.0/include/tbmintrin.h
1120 OLD_FILES+=usr/lib/clang/3.8.0/include/tmmintrin.h
1121 OLD_FILES+=usr/lib/clang/3.8.0/include/vadefs.h
1122 OLD_FILES+=usr/lib/clang/3.8.0/include/vecintrin.h
1123 OLD_FILES+=usr/lib/clang/3.8.0/include/wmmintrin.h
1124 OLD_FILES+=usr/lib/clang/3.8.0/include/x86intrin.h
1125 OLD_FILES+=usr/lib/clang/3.8.0/include/xmmintrin.h
1126 OLD_FILES+=usr/lib/clang/3.8.0/include/xopintrin.h
1127 OLD_FILES+=usr/lib/clang/3.8.0/include/xtestintrin.h
1128 OLD_DIRS+=usr/lib/clang/3.8.0/include
1129 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-i386.a
1130 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-x86_64.a
1131 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
1132 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
1133 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-arm.a
1134 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-i386.a
1135 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-x86_64.a
1136 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.safestack-i386.a
1137 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.safestack-x86_64.a
1138 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
1139 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
1140 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
1141 OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
1142 OLD_DIRS+=usr/lib/clang/3.8.0/lib/freebsd
1143 OLD_DIRS+=usr/lib/clang/3.8.0/lib
1144 OLD_DIRS+=usr/lib/clang/3.8.0
1145 OLD_DIRS+=usr/lib/clang
1146 OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
1147 OLD_DIRS+=usr/share/doc/llvm/clang
1148 OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
1149 OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
1150 OLD_DIRS+=usr/share/doc/llvm
1151 OLD_FILES+=usr/share/man/man1/clang.1.gz
1152 OLD_FILES+=usr/share/man/man1/clang++.1.gz
1153 OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
1154 OLD_FILES+=usr/share/man/man1/llvm-tblgen.1.gz
1155 .endif
1156
1157 .if ${MK_CLANG_EXTRAS} == no
1158 OLD_FILES+=usr/bin/bugpoint
1159 OLD_FILES+=usr/bin/llc
1160 OLD_FILES+=usr/bin/lli
1161 OLD_FILES+=usr/bin/llvm-ar
1162 OLD_FILES+=usr/bin/llvm-as
1163 OLD_FILES+=usr/bin/llvm-bcanalyzer
1164 OLD_FILES+=usr/bin/llvm-cxxdump
1165 OLD_FILES+=usr/bin/llvm-diff
1166 OLD_FILES+=usr/bin/llvm-dis
1167 OLD_FILES+=usr/bin/llvm-dwarfdump
1168 OLD_FILES+=usr/bin/llvm-extract
1169 OLD_FILES+=usr/bin/llvm-link
1170 OLD_FILES+=usr/bin/llvm-lto
1171 OLD_FILES+=usr/bin/llvm-mc
1172 OLD_FILES+=usr/bin/llvm-nm
1173 OLD_FILES+=usr/bin/llvm-objdump
1174 OLD_FILES+=usr/bin/llvm-pdbdump
1175 OLD_FILES+=usr/bin/llvm-rtdyld
1176 OLD_FILES+=usr/bin/llvm-symbolizer
1177 OLD_FILES+=usr/bin/macho-dump
1178 OLD_FILES+=usr/bin/opt
1179 OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
1180 OLD_FILES+=usr/share/man/man1/llc.1.gz
1181 OLD_FILES+=usr/share/man/man1/lli.1.gz
1182 OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
1183 OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
1184 OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
1185 OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
1186 OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
1187 OLD_FILES+=usr/share/man/man1/llvm-dwarfdump.1
1188 OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
1189 OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
1190 OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
1191 OLD_FILES+=usr/share/man/man1/llvm-symbolizer.1.gz
1192 OLD_FILES+=usr/share/man/man1/opt.1.gz
1193 .endif
1194
1195 .if ${MK_CPP} == no
1196 OLD_FILES+=usr/bin/cpp
1197 OLD_FILES+=usr/share/man/man1/cpp.1.gz
1198 .endif
1199
1200 #.if ${MK_CRYPT} == no
1201 # to be filled in
1202 #.endif
1203
1204 .if ${MK_CTM} == no
1205 OLD_FILES+=usr/sbin/ctm
1206 OLD_FILES+=usr/sbin/ctm_dequeue
1207 OLD_FILES+=usr/sbin/ctm_rmail
1208 OLD_FILES+=usr/sbin/ctm_smail
1209 OLD_FILES+=usr/share/man/man1/ctm.1.gz
1210 OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
1211 OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
1212 OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
1213 OLD_FILES+=usr/share/man/man5/ctm.5.gz
1214 .endif
1215
1216 .if ${MK_CUSE} == no
1217 OLD_FILES+=usr/include/fs/cuse/cuse_defs.h
1218 OLD_FILES+=usr/include/fs/cuse/cuse_ioctl.h
1219 OLD_FILES+=usr/include/cuse.h
1220 OLD_FILES+=usr/lib/libcuse.a
1221 OLD_LIBS+=usr/lib/libcuse.so.1
1222 OLD_FILES+=usr/lib/libcuse_p.a
1223 OLD_FILES+=usr/share/man/man3/cuse.3.gz
1224 OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number.3.gz
1225 OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number_by_id.3.gz
1226 OLD_FILES+=usr/share/man/man3/cuse_copy_in.3.gz
1227 OLD_FILES+=usr/share/man/man3/cuse_copy_out.3.gz
1228 OLD_FILES+=usr/share/man/man3/cuse_dev_create.3.gz
1229 OLD_FILES+=usr/share/man/man3/cuse_dev_destroy.3.gz
1230 OLD_FILES+=usr/share/man/man3/cuse_dev_get_current.3.gz
1231 OLD_FILES+=usr/share/man/man3/cuse_dev_get_per_file_handle.3.gz
1232 OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv0.3.gz
1233 OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv1.3.gz
1234 OLD_FILES+=usr/share/man/man3/cuse_dev_set_per_file_handle.3.gz
1235 OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv0.3.gz
1236 OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv1.3.gz
1237 OLD_FILES+=usr/share/man/man3/cuse_free_unit_number.3.gz
1238 OLD_FILES+=usr/share/man/man3/cuse_free_unit_number_by_id.3.gz
1239 OLD_FILES+=usr/share/man/man3/cuse_get_local.3.gz
1240 OLD_FILES+=usr/share/man/man3/cuse_got_peer_signal.3.gz
1241 OLD_FILES+=usr/share/man/man3/cuse_init.3.gz
1242 OLD_FILES+=usr/share/man/man3/cuse_is_vmalloc_addr.3.gz
1243 OLD_FILES+=usr/share/man/man3/cuse_poll_wakeup.3.gz
1244 OLD_FILES+=usr/share/man/man3/cuse_set_local.3.gz
1245 OLD_FILES+=usr/share/man/man3/cuse_uninit.3.gz
1246 OLD_FILES+=usr/share/man/man3/cuse_vmalloc.3.gz
1247 OLD_FILES+=usr/share/man/man3/cuse_vmfree.3.gz
1248 OLD_FILES+=usr/share/man/man3/cuse_vmoffset.3.gz
1249 OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz
1250 OLD_DIRS+=usr/include/fs/cuse
1251 .endif
1252
1253 # devd(8) not listed here on purpose
1254 .if ${MK_CXX} == no
1255 OLD_FILES+=usr/bin/CC
1256 OLD_FILES+=usr/bin/c++
1257 OLD_FILES+=usr/bin/g++
1258 OLD_FILES+=usr/libexec/cc1plus
1259 .endif
1260
1261 .if ${MK_FMTREE} == no
1262 OLD_FILES+=usr/sbin/fmtree
1263 OLD_FILES+=usr/share/man/man8/fmtree.8.gz
1264 .endif
1265
1266 .if ${MK_GNUCXX} == no
1267 OLD_FILES+=usr/bin/g++
1268 OLD_FILES+=usr/include/c++/4.2/algorithm
1269 OLD_FILES+=usr/include/c++/4.2/backward/algo.h
1270 OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
1271 OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
1272 OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
1273 OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
1274 OLD_FILES+=usr/include/c++/4.2/backward/complex.h
1275 OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
1276 OLD_FILES+=usr/include/c++/4.2/backward/deque.h
1277 OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
1278 OLD_FILES+=usr/include/c++/4.2/backward/function.h
1279 OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
1280 OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
1281 OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
1282 OLD_FILES+=usr/include/c++/4.2/backward/heap.h
1283 OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
1284 OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
1285 OLD_FILES+=usr/include/c++/4.2/backward/istream.h
1286 OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
1287 OLD_FILES+=usr/include/c++/4.2/backward/list.h
1288 OLD_FILES+=usr/include/c++/4.2/backward/map.h
1289 OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
1290 OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
1291 OLD_FILES+=usr/include/c++/4.2/backward/new.h
1292 OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
1293 OLD_FILES+=usr/include/c++/4.2/backward/pair.h
1294 OLD_FILES+=usr/include/c++/4.2/backward/queue.h
1295 OLD_FILES+=usr/include/c++/4.2/backward/rope.h
1296 OLD_FILES+=usr/include/c++/4.2/backward/set.h
1297 OLD_FILES+=usr/include/c++/4.2/backward/slist.h
1298 OLD_FILES+=usr/include/c++/4.2/backward/stack.h
1299 OLD_FILES+=usr/include/c++/4.2/backward/stream.h
1300 OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
1301 OLD_FILES+=usr/include/c++/4.2/backward/strstream
1302 OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
1303 OLD_FILES+=usr/include/c++/4.2/backward/tree.h
1304 OLD_FILES+=usr/include/c++/4.2/backward/vector.h
1305 OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
1306 OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
1307 OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
1308 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
1309 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
1310 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
1311 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
1312 OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
1313 OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
1314 OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
1315 OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
1316 OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
1317 OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
1318 OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
1319 OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
1320 OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
1321 OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
1322 OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
1323 OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
1324 OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
1325 OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
1326 OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
1327 OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
1328 OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
1329 OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
1330 OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
1331 OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
1332 OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
1333 OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
1334 OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
1335 OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
1336 OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
1337 OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
1338 OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
1339 OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
1340 OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
1341 OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
1342 OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
1343 OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
1344 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
1345 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
1346 OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
1347 OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
1348 OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
1349 OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
1350 OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
1351 OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
1352 OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
1353 OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
1354 OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
1355 OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
1356 OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
1357 OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
1358 OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
1359 OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
1360 OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
1361 OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
1362 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
1363 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
1364 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
1365 OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
1366 OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
1367 OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
1368 OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
1369 OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
1370 OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
1371 OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
1372 OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
1373 OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
1374 OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
1375 OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
1376 OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
1377 OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
1378 OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
1379 OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
1380 OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
1381 OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
1382 OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
1383 OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
1384 OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
1385 OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
1386 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
1387 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
1388 OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
1389 OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
1390 OLD_FILES+=usr/include/c++/4.2/bitset
1391 OLD_FILES+=usr/include/c++/4.2/cassert
1392 OLD_FILES+=usr/include/c++/4.2/cctype
1393 OLD_FILES+=usr/include/c++/4.2/cerrno
1394 OLD_FILES+=usr/include/c++/4.2/cfloat
1395 OLD_FILES+=usr/include/c++/4.2/ciso646
1396 OLD_FILES+=usr/include/c++/4.2/climits
1397 OLD_FILES+=usr/include/c++/4.2/clocale
1398 OLD_FILES+=usr/include/c++/4.2/cmath
1399 OLD_FILES+=usr/include/c++/4.2/complex
1400 OLD_FILES+=usr/include/c++/4.2/csetjmp
1401 OLD_FILES+=usr/include/c++/4.2/csignal
1402 OLD_FILES+=usr/include/c++/4.2/cstdarg
1403 OLD_FILES+=usr/include/c++/4.2/cstddef
1404 OLD_FILES+=usr/include/c++/4.2/cstdio
1405 OLD_FILES+=usr/include/c++/4.2/cstdlib
1406 OLD_FILES+=usr/include/c++/4.2/cstring
1407 OLD_FILES+=usr/include/c++/4.2/ctime
1408 OLD_FILES+=usr/include/c++/4.2/cwchar
1409 OLD_FILES+=usr/include/c++/4.2/cwctype
1410 OLD_FILES+=usr/include/c++/4.2/cxxabi.h
1411 OLD_FILES+=usr/include/c++/4.2/debug/bitset
1412 OLD_FILES+=usr/include/c++/4.2/debug/debug.h
1413 OLD_FILES+=usr/include/c++/4.2/debug/deque
1414 OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
1415 OLD_FILES+=usr/include/c++/4.2/debug/functions.h
1416 OLD_FILES+=usr/include/c++/4.2/debug/hash_map
1417 OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
1418 OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
1419 OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
1420 OLD_FILES+=usr/include/c++/4.2/debug/hash_set
1421 OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
1422 OLD_FILES+=usr/include/c++/4.2/debug/list
1423 OLD_FILES+=usr/include/c++/4.2/debug/macros.h
1424 OLD_FILES+=usr/include/c++/4.2/debug/map
1425 OLD_FILES+=usr/include/c++/4.2/debug/map.h
1426 OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
1427 OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
1428 OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
1429 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
1430 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
1431 OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
1432 OLD_FILES+=usr/include/c++/4.2/debug/set
1433 OLD_FILES+=usr/include/c++/4.2/debug/set.h
1434 OLD_FILES+=usr/include/c++/4.2/debug/string
1435 OLD_FILES+=usr/include/c++/4.2/debug/vector
1436 OLD_FILES+=usr/include/c++/4.2/deque
1437 OLD_FILES+=usr/include/c++/4.2/exception
1438 OLD_FILES+=usr/include/c++/4.2/exception_defines.h
1439 OLD_FILES+=usr/include/c++/4.2/ext/algorithm
1440 OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
1441 OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
1442 OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
1443 OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
1444 OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
1445 OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
1446 OLD_FILES+=usr/include/c++/4.2/ext/functional
1447 OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
1448 OLD_FILES+=usr/include/c++/4.2/ext/hash_map
1449 OLD_FILES+=usr/include/c++/4.2/ext/hash_set
1450 OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
1451 OLD_FILES+=usr/include/c++/4.2/ext/iterator
1452 OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
1453 OLD_FILES+=usr/include/c++/4.2/ext/memory
1454 OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
1455 OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
1456 OLD_FILES+=usr/include/c++/4.2/ext/numeric
1457 OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
1458 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
1459 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
1460 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
1461 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
1462 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
1463 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
1464 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
1465 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
1466 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
1467 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
1468 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
1469 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
1470 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
1471 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
1472 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
1473 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
1474 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
1475 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
1476 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
1477 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
1478 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
1479 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
1480 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
1481 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
1482 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
1483 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
1484 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
1485 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
1486 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
1487 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
1488 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
1489 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
1490 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
1491 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
1492 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
1493 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
1494 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
1495 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
1496 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
1497 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
1498 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
1499 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
1500 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
1501 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
1502 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
1503 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
1504 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
1505 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
1506 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
1507 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
1508 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
1509 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
1510 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1511 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1512 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
1513 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1514 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
1515 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
1516 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
1517 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1518 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
1519 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
1520 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
1521 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
1522 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
1523 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1524 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
1525 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
1526 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
1527 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
1528 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1529 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
1530 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
1531 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
1532 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
1533 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
1534 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
1535 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
1536 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
1537 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
1538 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
1539 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1540 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1541 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
1542 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1543 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
1544 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
1545 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1546 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
1547 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
1548 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
1549 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
1550 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
1551 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
1552 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
1553 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1554 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
1555 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
1556 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
1557 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
1558 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1559 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
1560 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
1561 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
1562 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
1563 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
1564 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
1565 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
1566 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
1567 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
1568 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
1569 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
1570 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
1571 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
1572 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
1573 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
1574 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
1575 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
1576 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
1577 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
1578 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
1579 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
1580 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
1581 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
1582 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
1583 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
1584 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
1585 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
1586 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
1587 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
1588 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
1589 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
1590 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
1591 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
1592 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
1593 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
1594 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
1595 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
1596 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
1597 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
1598 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
1599 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
1600 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
1601 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
1602 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
1603 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
1604 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
1605 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
1606 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
1607 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
1608 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
1609 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
1610 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
1611 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
1612 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
1613 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
1614 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
1615 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
1616 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
1617 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
1618 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
1619 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
1620 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
1621 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
1622 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
1623 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
1624 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
1625 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
1626 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
1627 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
1628 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
1629 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
1630 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
1631 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
1632 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
1633 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
1634 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
1635 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
1636 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
1637 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
1638 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
1639 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
1640 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
1641 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
1642 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
1643 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
1644 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
1645 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
1646 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
1647 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
1648 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
1649 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
1650 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
1651 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
1652 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
1653 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
1654 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
1655 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
1656 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
1657 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
1658 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
1659 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
1660 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
1661 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
1662 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
1663 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
1664 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
1665 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
1666 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
1667 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
1668 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
1669 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
1670 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
1671 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
1672 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
1673 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
1674 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
1675 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
1676 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
1677 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
1678 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
1679 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
1680 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
1681 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
1682 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
1683 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
1684 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
1685 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
1686 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
1687 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
1688 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
1689 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
1690 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
1691 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
1692 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
1693 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
1694 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
1695 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
1696 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
1697 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
1698 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
1699 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
1700 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
1701 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
1702 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
1703 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
1704 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
1705 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
1706 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
1707 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
1708 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
1709 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
1710 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
1711 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
1712 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
1713 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
1714 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
1715 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
1716 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
1717 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
1718 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
1719 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
1720 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
1721 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
1722 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
1723 OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
1724 OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
1725 OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
1726 OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
1727 OLD_FILES+=usr/include/c++/4.2/ext/rope
1728 OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
1729 OLD_FILES+=usr/include/c++/4.2/ext/slist
1730 OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
1731 OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
1732 OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
1733 OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
1734 OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
1735 OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
1736 OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
1737 OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
1738 OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
1739 OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
1740 OLD_FILES+=usr/include/c++/4.2/fstream
1741 OLD_FILES+=usr/include/c++/4.2/functional
1742 OLD_FILES+=usr/include/c++/4.2/iomanip
1743 OLD_FILES+=usr/include/c++/4.2/ios
1744 OLD_FILES+=usr/include/c++/4.2/iosfwd
1745 OLD_FILES+=usr/include/c++/4.2/iostream
1746 OLD_FILES+=usr/include/c++/4.2/istream
1747 OLD_FILES+=usr/include/c++/4.2/iterator
1748 OLD_FILES+=usr/include/c++/4.2/limits
1749 OLD_FILES+=usr/include/c++/4.2/list
1750 OLD_FILES+=usr/include/c++/4.2/locale
1751 OLD_FILES+=usr/include/c++/4.2/map
1752 OLD_FILES+=usr/include/c++/4.2/memory
1753 OLD_FILES+=usr/include/c++/4.2/new
1754 OLD_FILES+=usr/include/c++/4.2/numeric
1755 OLD_FILES+=usr/include/c++/4.2/ostream
1756 OLD_FILES+=usr/include/c++/4.2/queue
1757 OLD_FILES+=usr/include/c++/4.2/set
1758 OLD_FILES+=usr/include/c++/4.2/sstream
1759 OLD_FILES+=usr/include/c++/4.2/stack
1760 OLD_FILES+=usr/include/c++/4.2/stdexcept
1761 OLD_FILES+=usr/include/c++/4.2/streambuf
1762 OLD_FILES+=usr/include/c++/4.2/string
1763 OLD_FILES+=usr/include/c++/4.2/tr1/array
1764 OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
1765 OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
1766 OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
1767 OLD_FILES+=usr/include/c++/4.2/tr1/cctype
1768 OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
1769 OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
1770 OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
1771 OLD_FILES+=usr/include/c++/4.2/tr1/climits
1772 OLD_FILES+=usr/include/c++/4.2/tr1/cmath
1773 OLD_FILES+=usr/include/c++/4.2/tr1/common.h
1774 OLD_FILES+=usr/include/c++/4.2/tr1/complex
1775 OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
1776 OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
1777 OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
1778 OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
1779 OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
1780 OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
1781 OLD_FILES+=usr/include/c++/4.2/tr1/ctime
1782 OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
1783 OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
1784 OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
1785 OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
1786 OLD_FILES+=usr/include/c++/4.2/tr1/float.h
1787 OLD_FILES+=usr/include/c++/4.2/tr1/functional
1788 OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
1789 OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
1790 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
1791 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
1792 OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
1793 OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
1794 OLD_FILES+=usr/include/c++/4.2/tr1/math.h
1795 OLD_FILES+=usr/include/c++/4.2/tr1/memory
1796 OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
1797 OLD_FILES+=usr/include/c++/4.2/tr1/random
1798 OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
1799 OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
1800 OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
1801 OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
1802 OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
1803 OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
1804 OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
1805 OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
1806 OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
1807 OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
1808 OLD_FILES+=usr/include/c++/4.2/tr1/tuple
1809 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
1810 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
1811 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
1812 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
1813 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
1814 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
1815 OLD_FILES+=usr/include/c++/4.2/tr1/utility
1816 OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
1817 OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
1818 OLD_FILES+=usr/include/c++/4.2/typeinfo
1819 OLD_FILES+=usr/include/c++/4.2/utility
1820 OLD_FILES+=usr/include/c++/4.2/valarray
1821 OLD_FILES+=usr/include/c++/4.2/vector
1822 OLD_FILES+=usr/lib/libstdc++.a
1823 OLD_FILES+=usr/lib/libstdc++.so
1824 OLD_LIBS+=usr/lib/libstdc++.so.6
1825 OLD_FILES+=usr/lib/libstdc++_p.a
1826 OLD_FILES+=usr/lib/libsupc++.a
1827 OLD_FILES+=usr/lib/libsupc++.so
1828 OLD_LIBS+=usr/lib/libsupc++.so.1
1829 OLD_FILES+=usr/lib/libsupc++_p.a
1830 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1831 OLD_FILES+=usr/lib32/libstdc++.a
1832 OLD_FILES+=usr/lib32/libstdc++.so
1833 OLD_LIBS+=usr/lib32/libstdc++.so.6
1834 OLD_FILES+=usr/lib32/libstdc++_p.a
1835 OLD_FILES+=usr/lib32/libsupc++.a
1836 OLD_FILES+=usr/lib32/libsupc++.so
1837 OLD_LIBS+=usr/lib32/libsupc++.so.1
1838 OLD_FILES+=usr/lib32/libsupc++_p.a
1839 .endif
1840 OLD_FILES+=usr/libexec/cc1plus
1841 .endif
1842
1843 .if ${MK_DICT} == no
1844 OLD_FILES+=usr/share/dict/README
1845 OLD_FILES+=usr/share/dict/eign
1846 OLD_FILES+=usr/share/dict/freebsd
1847 OLD_FILES+=usr/share/dict/propernames
1848 OLD_FILES+=usr/share/dict/web2
1849 OLD_FILES+=usr/share/dict/web2a
1850 OLD_FILES+=usr/share/dict/words
1851 OLD_DIRS+=usr/share/dict
1852 .endif
1853
1854 .if ${MK_DMAGENT} == no
1855 OLD_FILES+=etc/dma/dma.conf
1856 OLD_FILES+=usr/libexec/dma
1857 OLD_FILES+=usr/libexec/dma-mbox-create
1858 OLD_FILES+=usr/share/man/man8/dma.8.gz
1859 OLD_FILES+=usr/share/examples/dma/mailer.conf
1860 .endif
1861
1862 .if ${MK_EE} == no
1863 OLD_FILES+=usr/bin/edit
1864 OLD_FILES+=usr/bin/ee
1865 OLD_FILES+=usr/bin/ree
1866 OLD_FILES+=usr/share/man/man1/edit.1.gz
1867 OLD_FILES+=usr/share/man/man1/ee.1.gz
1868 OLD_FILES+=usr/share/man/man1/ree.1.gz
1869 OLD_FILES+=usr/share/nls/C/ee.cat
1870 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
1871 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
1872 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
1873 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
1874 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
1875 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
1876 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
1877 .endif
1878
1879 #.if ${MK_EXAMPLES} == no
1880 # to be filled in
1881 #.endif
1882
1883 .if ${MK_FLOPPY} == no
1884 OLD_FILES+=usr/sbin/fdcontrol
1885 OLD_FILES+=usr/sbin/fdformat
1886 OLD_FILES+=usr/sbin/fdread
1887 OLD_FILES+=usr/sbin/fdwrite
1888 OLD_FILES+=usr/share/man/man1/fdformat.1.gz
1889 OLD_FILES+=usr/share/man/man1/fdread.1.gz
1890 OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
1891 OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
1892 .endif
1893
1894 .if ${MK_FORTH} == no
1895 OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
1896 OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
1897 OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
1898 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
1899 OLD_FILES+=usr/share/man/man8/color.4th.8.gz
1900 OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
1901 OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
1902 OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
1903 OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
1904 OLD_FILES+=usr/share/man/man8/version.4th.8.gz
1905 .endif
1906
1907 .if ${MK_FREEBSD_UPDATE} == no
1908 OLD_FILES+=etc/freebsd-update.conf
1909 OLD_FILES+=usr/sbin/freebsd-update
1910 OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
1911 OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz
1912 OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
1913 .endif
1914
1915 .if ${MK_GAMES} == no
1916 OLD_FILES+=usr/bin/caesar
1917 OLD_FILES+=usr/bin/factor
1918 OLD_FILES+=usr/bin/fortune
1919 OLD_FILES+=usr/bin/grdc
1920 OLD_FILES+=usr/bin/morse
1921 OLD_FILES+=usr/bin/number
1922 OLD_FILES+=usr/bin/pom
1923 OLD_FILES+=usr/bin/primes
1924 OLD_FILES+=usr/bin/random
1925 OLD_FILES+=usr/bin/rot13
1926 OLD_FILES+=usr/bin/strfile
1927 OLD_FILES+=usr/bin/unstr
1928 OLD_FILES+=usr/share/games/fortune/fortunes
1929 OLD_FILES+=usr/share/games/fortune/fortunes.dat
1930 OLD_FILES+=usr/share/games/fortune/freebsd-tips
1931 OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
1932 OLD_FILES+=usr/share/games/fortune/gerrold.limerick
1933 OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
1934 OLD_FILES+=usr/share/games/fortune/limerick
1935 OLD_FILES+=usr/share/games/fortune/limerick.dat
1936 OLD_FILES+=usr/share/games/fortune/murphy
1937 OLD_FILES+=usr/share/games/fortune/murphy-o
1938 OLD_FILES+=usr/share/games/fortune/murphy-o.dat
1939 OLD_FILES+=usr/share/games/fortune/murphy.dat
1940 OLD_FILES+=usr/share/games/fortune/startrek
1941 OLD_FILES+=usr/share/games/fortune/startrek.dat
1942 OLD_FILES+=usr/share/games/fortune/zippy
1943 OLD_FILES+=usr/share/games/fortune/zippy.dat
1944 OLD_DIRS+=usr/share/games/fortune
1945 OLD_DIRS+=usr/share/games
1946 OLD_FILES+=usr/share/man/man6/caesar.6.gz
1947 OLD_FILES+=usr/share/man/man6/factor.6.gz
1948 OLD_FILES+=usr/share/man/man6/fortune.6.gz
1949 OLD_FILES+=usr/share/man/man6/grdc.6.gz
1950 OLD_FILES+=usr/share/man/man6/morse.6.gz
1951 OLD_FILES+=usr/share/man/man6/number.6.gz
1952 OLD_FILES+=usr/share/man/man6/pom.6.gz
1953 OLD_FILES+=usr/share/man/man6/primes.6.gz
1954 OLD_FILES+=usr/share/man/man6/random.6.gz
1955 OLD_FILES+=usr/share/man/man6/rot13.6.gz
1956 OLD_FILES+=usr/share/man/man8/strfile.8.gz
1957 OLD_FILES+=usr/share/man/man8/unstr.8.gz
1958 .endif
1959
1960 .if ${MK_GCC} == no
1961 OLD_FILES+=usr/bin/g++
1962 OLD_FILES+=usr/bin/gcc
1963 OLD_FILES+=usr/bin/gcov
1964 OLD_FILES+=usr/bin/gcpp
1965 OLD_FILES+=usr/bin/gperf
1966 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
1967 OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_aes.h
1968 OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_pclmul.h
1969 OLD_FILES+=usr/include/gcc/4.2/ammintrin.h
1970 OLD_FILES+=usr/include/gcc/4.2/emmintrin.h
1971 OLD_FILES+=usr/include/gcc/4.2/mm3dnow.h
1972 OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h
1973 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1974 OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h
1975 OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h
1976 OLD_FILES+=usr/include/gcc/4.2/wmmintrin.h
1977 OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h
1978 .elif ${TARGET_ARCH} == "arm"
1979 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1980 .elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
1981 OLD_FILES+=usr/include/gcc/4.2/altivec.h
1982 OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
1983 OLD_FILES+=usr/include/gcc/4.2/spe.h
1984 .endif
1985 OLD_FILES+=usr/include/omp.h
1986 OLD_FILES+=usr/lib/libgcov.a
1987 OLD_FILES+=usr/lib/libgomp.a
1988 OLD_FILES+=usr/lib/libgomp.so
1989 OLD_LIBS+=usr/lib/libgomp.so.1
1990 OLD_FILES+=usr/lib/libgomp_p.a
1991 OLD_FILES+=usr/lib32/libgcov.a
1992 OLD_FILES+=usr/lib32/libgomp.a
1993 OLD_FILES+=usr/lib32/libgomp.so
1994 OLD_LIBS+=usr/lib32/libgomp.so.1
1995 OLD_FILES+=usr/lib32/libgomp_p.a
1996 OLD_FILES+=usr/libexec/cc1
1997 OLD_FILES+=usr/libexec/cc1plus
1998 OLD_FILES+=usr/share/info/cpp.info.gz
1999 OLD_FILES+=usr/share/info/cppinternals.info.gz
2000 OLD_FILES+=usr/share/info/gcc.info.gz
2001 OLD_FILES+=usr/share/info/gccint.info.gz
2002 OLD_FILES+=usr/share/info/gperf.info.gz
2003 OLD_FILES+=usr/share/man/man1/g++.1.gz
2004 OLD_FILES+=usr/share/man/man1/gcc.1.gz
2005 OLD_FILES+=usr/share/man/man1/gcov.1.gz
2006 OLD_FILES+=usr/share/man/man1/gcpp.1.gz
2007 OLD_FILES+=usr/share/man/man1/gperf.1.gz
2008 OLD_FILES+=usr/share/man/man1/gperf.7.gz
2009 .endif
2010
2011 .if ${MK_GCOV} == no
2012 OLD_FILES+=usr/bin/gcov
2013 OLD_FILES+=usr/share/man/man1/gcov.1.gz
2014 .endif
2015
2016 .if ${MK_GDB} == no
2017 OLD_FILES+=usr/bin/gdb
2018 OLD_FILES+=usr/bin/gdbserver
2019 OLD_FILES+=usr/bin/gdbtui
2020 OLD_FILES+=usr/bin/kgdb
2021 OLD_FILES+=usr/share/info/gdb.info.gz
2022 OLD_FILES+=usr/share/info/gdbint.info.gz
2023 OLD_FILES+=usr/share/info/stabs.info.gz
2024 OLD_FILES+=usr/share/man/man1/gdb.1.gz
2025 OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
2026 OLD_FILES+=usr/share/man/man1/kgdb.1.gz
2027 .endif
2028
2029 .if ${MK_GPIO} == no
2030 OLD_FILES+=usr/include/libgpio.h
2031 OLD_FILES+=usr/lib/libgpio.a
2032 OLD_FILES+=usr/lib/libgpio.so
2033 OLD_LIBS+=usr/lib/libgpio.so.0
2034 OLD_FILES+=usr/lib/libgpio_p.a
2035 OLD_FILES+=usr/lib32/libgpio.a
2036 OLD_FILES+=usr/lib32/libgpio.so
2037 OLD_LIBS+=usr/lib32/libgpio.so.0
2038 OLD_FILES+=usr/lib32/libgpio_p.a
2039 OLD_FILES+=usr/sbin/gpioctl
2040 OLD_FILES+=usr/share/man/man3/gpio.3.gz
2041 OLD_FILES+=usr/share/man/man3/gpio_close.3.gz
2042 OLD_FILES+=usr/share/man/man3/gpio_open.3.gz
2043 OLD_FILES+=usr/share/man/man3/gpio_open_device.3.gz
2044 OLD_FILES+=usr/share/man/man3/gpio_pin_config.3.gz
2045 OLD_FILES+=usr/share/man/man3/gpio_pin_get.3.gz
2046 OLD_FILES+=usr/share/man/man3/gpio_pin_high.3.gz
2047 OLD_FILES+=usr/share/man/man3/gpio_pin_input.3.gz
2048 OLD_FILES+=usr/share/man/man3/gpio_pin_invin.3.gz
2049 OLD_FILES+=usr/share/man/man3/gpio_pin_invout.3.gz
2050 OLD_FILES+=usr/share/man/man3/gpio_pin_list.3.gz
2051 OLD_FILES+=usr/share/man/man3/gpio_pin_low.3.gz
2052 OLD_FILES+=usr/share/man/man3/gpio_pin_opendrain.3.gz
2053 OLD_FILES+=usr/share/man/man3/gpio_pin_output.3.gz
2054 OLD_FILES+=usr/share/man/man3/gpio_pin_pulldown.3.gz
2055 OLD_FILES+=usr/share/man/man3/gpio_pin_pullup.3.gz
2056 OLD_FILES+=usr/share/man/man3/gpio_pin_pulsate.3.gz
2057 OLD_FILES+=usr/share/man/man3/gpio_pin_pushpull.3.gz
2058 OLD_FILES+=usr/share/man/man3/gpio_pin_set.3.gz
2059 OLD_FILES+=usr/share/man/man3/gpio_pin_set_flags.3.gz
2060 OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz
2061 OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
2062 .endif
2063
2064 # Also includes vgrind(1)
2065 .if ${MK_GROFF} == no
2066 OLD_FILES+=usr/bin/addftinfo
2067 OLD_FILES+=usr/bin/afmtodit
2068 OLD_FILES+=usr/bin/eqn
2069 OLD_FILES+=usr/bin/grn
2070 OLD_FILES+=usr/bin/grodvi
2071 OLD_FILES+=usr/bin/groff
2072 OLD_FILES+=usr/bin/grog
2073 OLD_FILES+=usr/bin/grolbp
2074 OLD_FILES+=usr/bin/grolj4
2075 OLD_FILES+=usr/bin/grops
2076 OLD_FILES+=usr/bin/grotty
2077 OLD_FILES+=usr/bin/hpftodit
2078 OLD_FILES+=usr/bin/indxbib
2079 OLD_FILES+=usr/bin/lkbib
2080 OLD_FILES+=usr/bin/lookbib
2081 OLD_FILES+=usr/bin/mmroff
2082 OLD_FILES+=usr/bin/neqn
2083 OLD_FILES+=usr/bin/nroff
2084 OLD_FILES+=usr/bin/pfbtops
2085 OLD_FILES+=usr/bin/pic
2086 OLD_FILES+=usr/bin/post-grohtml
2087 OLD_FILES+=usr/bin/pre-grohtml
2088 OLD_FILES+=usr/bin/psroff
2089 OLD_FILES+=usr/bin/refer
2090 OLD_FILES+=usr/bin/tbl
2091 OLD_FILES+=usr/bin/tfmtodit
2092 OLD_FILES+=usr/bin/troff
2093 OLD_FILES+=usr/bin/vgrind
2094 OLD_FILES+=usr/libexec/vfontedpr
2095 OLD_FILES+=usr/share/dict/eign
2096 OLD_FILES+=usr/share/doc/papers/beyond43.ascii.gz
2097 OLD_FILES+=usr/share/doc/papers/bio.ascii.gz
2098 OLD_FILES+=usr/share/doc/papers/contents.ascii.gz
2099 OLD_FILES+=usr/share/doc/papers/devfs.ascii.gz
2100 OLD_FILES+=usr/share/doc/papers/diskperf.ascii.gz
2101 OLD_FILES+=usr/share/doc/papers/fsinterface.ascii.gz
2102 OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz
2103 OLD_FILES+=usr/share/doc/papers/jail.ascii.gz
2104 OLD_FILES+=usr/share/doc/papers/kernmalloc.ascii.gz
2105 OLD_FILES+=usr/share/doc/papers/kerntune.ascii.gz
2106 OLD_FILES+=usr/share/doc/papers/malloc.ascii.gz
2107 OLD_FILES+=usr/share/doc/papers/newvm.ascii.gz
2108 OLD_FILES+=usr/share/doc/papers/releng.ascii.gz
2109 OLD_FILES+=usr/share/doc/papers/sysperf.ascii.gz
2110 OLD_FILES+=usr/share/doc/papers/timecounter.ascii.gz
2111 OLD_FILES+=usr/share/doc/psd/01.cacm/paper.ascii.gz
2112 OLD_FILES+=usr/share/doc/psd/02.implement/paper.ascii.gz
2113 OLD_FILES+=usr/share/doc/psd/03.iosys/paper.ascii.gz
2114 OLD_FILES+=usr/share/doc/psd/04.uprog/paper.ascii.gz
2115 OLD_FILES+=usr/share/doc/psd/05.sysman/paper.ascii.gz
2116 OLD_FILES+=usr/share/doc/psd/06.Clang/paper.ascii.gz
2117 OLD_FILES+=usr/share/doc/psd/12.make/paper.ascii.gz
2118 OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz
2119 OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz
2120 OLD_FILES+=usr/share/doc/psd/15.yacc/paper.ascii.gz
2121 OLD_FILES+=usr/share/doc/psd/16.lex/paper.ascii.gz
2122 OLD_FILES+=usr/share/doc/psd/17.m4/paper.ascii.gz
2123 OLD_FILES+=usr/share/doc/psd/18.gprof/paper.ascii.gz
2124 OLD_FILES+=usr/share/doc/psd/20.ipctut/paper.ascii.gz
2125 OLD_FILES+=usr/share/doc/psd/21.ipc/paper.ascii.gz
2126 OLD_FILES+=usr/share/doc/psd/22.rpcgen/paper.ascii.gz
2127 OLD_FILES+=usr/share/doc/psd/23.rpc/paper.ascii.gz
2128 OLD_FILES+=usr/share/doc/psd/24.xdr/paper.ascii.gz
2129 OLD_FILES+=usr/share/doc/psd/25.xdrrfc/paper.ascii.gz
2130 OLD_FILES+=usr/share/doc/psd/26.rpcrfc/paper.ascii.gz
2131 OLD_FILES+=usr/share/doc/psd/27.nfsrfc/paper.ascii.gz
2132 OLD_FILES+=usr/share/doc/psd/Title.ascii.gz
2133 OLD_FILES+=usr/share/doc/psd/contents.ascii.gz
2134 OLD_FILES+=usr/share/doc/smm/01.setup/paper.ascii.gz
2135 OLD_FILES+=usr/share/doc/smm/02.config/paper.ascii.gz
2136 OLD_FILES+=usr/share/doc/smm/03.fsck/paper.ascii.gz
2137 OLD_FILES+=usr/share/doc/smm/04.quotas/paper.ascii.gz
2138 OLD_FILES+=usr/share/doc/smm/05.fastfs/paper.ascii.gz
2139 OLD_FILES+=usr/share/doc/smm/06.nfs/paper.ascii.gz
2140 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
2141 OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
2142 OLD_FILES+=usr/share/doc/smm/11.timedop/paper.ascii.gz
2143 OLD_FILES+=usr/share/doc/smm/12.timed/paper.ascii.gz
2144 OLD_FILES+=usr/share/doc/smm/18.net/paper.ascii.gz
2145 OLD_FILES+=usr/share/doc/smm/Title.ascii.gz
2146 OLD_FILES+=usr/share/doc/smm/contents.ascii.gz
2147 OLD_FILES+=usr/share/doc/usd/04.csh/paper.ascii.gz
2148 OLD_FILES+=usr/share/doc/usd/05.dc/paper.ascii.gz
2149 OLD_FILES+=usr/share/doc/usd/06.bc/paper.ascii.gz
2150 OLD_FILES+=usr/share/doc/usd/07.mail/paper.ascii.gz
2151 OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz
2152 OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz
2153 OLD_FILES+=usr/share/doc/usd/11.edit/paper.ascii.gz
2154 OLD_FILES+=usr/share/doc/usd/12.vi/paper.ascii.gz
2155 OLD_FILES+=usr/share/doc/usd/12.vi/summary.ascii.gz
2156 OLD_FILES+=usr/share/doc/usd/12.vi/viapwh.ascii.gz
2157 OLD_FILES+=usr/share/doc/usd/13.viref/paper.ascii.gz
2158 OLD_FILES+=usr/share/doc/usd/18.msdiffs/paper.ascii.gz
2159 OLD_FILES+=usr/share/doc/usd/19.memacros/paper.ascii.gz
2160 OLD_FILES+=usr/share/doc/usd/20.meref/paper.ascii.gz
2161 OLD_FILES+=usr/share/doc/usd/21.troff/paper.ascii.gz
2162 OLD_FILES+=usr/share/doc/usd/22.trofftut/paper.ascii.gz
2163 OLD_FILES+=usr/share/doc/usd/Title.ascii.gz
2164 OLD_FILES+=usr/share/doc/usd/contents.ascii.gz
2165 OLD_FILES+=usr/share/groff_font/devX100-12/CB
2166 OLD_FILES+=usr/share/groff_font/devX100-12/CBI
2167 OLD_FILES+=usr/share/groff_font/devX100-12/CI
2168 OLD_FILES+=usr/share/groff_font/devX100-12/CR
2169 OLD_FILES+=usr/share/groff_font/devX100-12/DESC
2170 OLD_FILES+=usr/share/groff_font/devX100-12/HB
2171 OLD_FILES+=usr/share/groff_font/devX100-12/HBI
2172 OLD_FILES+=usr/share/groff_font/devX100-12/HI
2173 OLD_FILES+=usr/share/groff_font/devX100-12/HR
2174 OLD_FILES+=usr/share/groff_font/devX100-12/NB
2175 OLD_FILES+=usr/share/groff_font/devX100-12/NBI
2176 OLD_FILES+=usr/share/groff_font/devX100-12/NI
2177 OLD_FILES+=usr/share/groff_font/devX100-12/NR
2178 OLD_FILES+=usr/share/groff_font/devX100-12/S
2179 OLD_FILES+=usr/share/groff_font/devX100-12/TB
2180 OLD_FILES+=usr/share/groff_font/devX100-12/TBI
2181 OLD_FILES+=usr/share/groff_font/devX100-12/TI
2182 OLD_FILES+=usr/share/groff_font/devX100-12/TR
2183 OLD_DIRS+=usr/share/groff_font/devX100-12
2184 OLD_FILES+=usr/share/groff_font/devX100/CB
2185 OLD_FILES+=usr/share/groff_font/devX100/CBI
2186 OLD_FILES+=usr/share/groff_font/devX100/CI
2187 OLD_FILES+=usr/share/groff_font/devX100/CR
2188 OLD_FILES+=usr/share/groff_font/devX100/DESC
2189 OLD_FILES+=usr/share/groff_font/devX100/HB
2190 OLD_FILES+=usr/share/groff_font/devX100/HBI
2191 OLD_FILES+=usr/share/groff_font/devX100/HI
2192 OLD_FILES+=usr/share/groff_font/devX100/HR
2193 OLD_FILES+=usr/share/groff_font/devX100/NB
2194 OLD_FILES+=usr/share/groff_font/devX100/NBI
2195 OLD_FILES+=usr/share/groff_font/devX100/NI
2196 OLD_FILES+=usr/share/groff_font/devX100/NR
2197 OLD_FILES+=usr/share/groff_font/devX100/S
2198 OLD_FILES+=usr/share/groff_font/devX100/TB
2199 OLD_FILES+=usr/share/groff_font/devX100/TBI
2200 OLD_FILES+=usr/share/groff_font/devX100/TI
2201 OLD_FILES+=usr/share/groff_font/devX100/TR
2202 OLD_DIRS+=usr/share/groff_font/devX100
2203 OLD_FILES+=usr/share/groff_font/devX75-12/CB
2204 OLD_FILES+=usr/share/groff_font/devX75-12/CBI
2205 OLD_FILES+=usr/share/groff_font/devX75-12/CI
2206 OLD_FILES+=usr/share/groff_font/devX75-12/CR
2207 OLD_FILES+=usr/share/groff_font/devX75-12/DESC
2208 OLD_FILES+=usr/share/groff_font/devX75-12/HB
2209 OLD_FILES+=usr/share/groff_font/devX75-12/HBI
2210 OLD_FILES+=usr/share/groff_font/devX75-12/HI
2211 OLD_FILES+=usr/share/groff_font/devX75-12/HR
2212 OLD_FILES+=usr/share/groff_font/devX75-12/NB
2213 OLD_FILES+=usr/share/groff_font/devX75-12/NBI
2214 OLD_FILES+=usr/share/groff_font/devX75-12/NI
2215 OLD_FILES+=usr/share/groff_font/devX75-12/NR
2216 OLD_FILES+=usr/share/groff_font/devX75-12/S
2217 OLD_FILES+=usr/share/groff_font/devX75-12/TB
2218 OLD_FILES+=usr/share/groff_font/devX75-12/TBI
2219 OLD_FILES+=usr/share/groff_font/devX75-12/TI
2220 OLD_FILES+=usr/share/groff_font/devX75-12/TR
2221 OLD_DIRS+=usr/share/groff_font/devX75-12
2222 OLD_FILES+=usr/share/groff_font/devX75/CB
2223 OLD_FILES+=usr/share/groff_font/devX75/CBI
2224 OLD_FILES+=usr/share/groff_font/devX75/CI
2225 OLD_FILES+=usr/share/groff_font/devX75/CR
2226 OLD_FILES+=usr/share/groff_font/devX75/DESC
2227 OLD_FILES+=usr/share/groff_font/devX75/HB
2228 OLD_FILES+=usr/share/groff_font/devX75/HBI
2229 OLD_FILES+=usr/share/groff_font/devX75/HI
2230 OLD_FILES+=usr/share/groff_font/devX75/HR
2231 OLD_FILES+=usr/share/groff_font/devX75/NB
2232 OLD_FILES+=usr/share/groff_font/devX75/NBI
2233 OLD_FILES+=usr/share/groff_font/devX75/NI
2234 OLD_FILES+=usr/share/groff_font/devX75/NR
2235 OLD_FILES+=usr/share/groff_font/devX75/S
2236 OLD_FILES+=usr/share/groff_font/devX75/TB
2237 OLD_FILES+=usr/share/groff_font/devX75/TBI
2238 OLD_FILES+=usr/share/groff_font/devX75/TI
2239 OLD_FILES+=usr/share/groff_font/devX75/TR
2240 OLD_DIRS+=usr/share/groff_font/devX75
2241 OLD_FILES+=usr/share/groff_font/devascii/B
2242 OLD_FILES+=usr/share/groff_font/devascii/BI
2243 OLD_FILES+=usr/share/groff_font/devascii/CW
2244 OLD_FILES+=usr/share/groff_font/devascii/DESC
2245 OLD_FILES+=usr/share/groff_font/devascii/I
2246 OLD_FILES+=usr/share/groff_font/devascii/L
2247 OLD_FILES+=usr/share/groff_font/devascii/R
2248 OLD_FILES+=usr/share/groff_font/devascii/S
2249 OLD_DIRS+=usr/share/groff_font/devascii
2250 OLD_FILES+=usr/share/groff_font/devcp1047/B
2251 OLD_FILES+=usr/share/groff_font/devcp1047/BI
2252 OLD_FILES+=usr/share/groff_font/devcp1047/CW
2253 OLD_FILES+=usr/share/groff_font/devcp1047/DESC
2254 OLD_FILES+=usr/share/groff_font/devcp1047/I
2255 OLD_FILES+=usr/share/groff_font/devcp1047/L
2256 OLD_FILES+=usr/share/groff_font/devcp1047/R
2257 OLD_FILES+=usr/share/groff_font/devcp1047/S
2258 OLD_DIRS+=usr/share/groff_font/devcp1047
2259 OLD_FILES+=usr/share/groff_font/devdvi/CW
2260 OLD_FILES+=usr/share/groff_font/devdvi/CWEC
2261 OLD_FILES+=usr/share/groff_font/devdvi/CWI
2262 OLD_FILES+=usr/share/groff_font/devdvi/CWIEC
2263 OLD_FILES+=usr/share/groff_font/devdvi/CWITC
2264 OLD_FILES+=usr/share/groff_font/devdvi/CWTC
2265 OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts
2266 OLD_FILES+=usr/share/groff_font/devdvi/DESC
2267 OLD_FILES+=usr/share/groff_font/devdvi/EX
2268 OLD_FILES+=usr/share/groff_font/devdvi/HB
2269 OLD_FILES+=usr/share/groff_font/devdvi/HBEC
2270 OLD_FILES+=usr/share/groff_font/devdvi/HBI
2271 OLD_FILES+=usr/share/groff_font/devdvi/HBIEC
2272 OLD_FILES+=usr/share/groff_font/devdvi/HBITC
2273 OLD_FILES+=usr/share/groff_font/devdvi/HBTC
2274 OLD_FILES+=usr/share/groff_font/devdvi/HI
2275 OLD_FILES+=usr/share/groff_font/devdvi/HIEC
2276 OLD_FILES+=usr/share/groff_font/devdvi/HITC
2277 OLD_FILES+=usr/share/groff_font/devdvi/HR
2278 OLD_FILES+=usr/share/groff_font/devdvi/HREC
2279 OLD_FILES+=usr/share/groff_font/devdvi/HRTC
2280 OLD_FILES+=usr/share/groff_font/devdvi/MI
2281 OLD_FILES+=usr/share/groff_font/devdvi/Makefile
2282 OLD_FILES+=usr/share/groff_font/devdvi/S
2283 OLD_FILES+=usr/share/groff_font/devdvi/SA
2284 OLD_FILES+=usr/share/groff_font/devdvi/SB
2285 OLD_FILES+=usr/share/groff_font/devdvi/SC
2286 OLD_FILES+=usr/share/groff_font/devdvi/TB
2287 OLD_FILES+=usr/share/groff_font/devdvi/TBEC
2288 OLD_FILES+=usr/share/groff_font/devdvi/TBI
2289 OLD_FILES+=usr/share/groff_font/devdvi/TBIEC
2290 OLD_FILES+=usr/share/groff_font/devdvi/TBITC
2291 OLD_FILES+=usr/share/groff_font/devdvi/TBTC
2292 OLD_FILES+=usr/share/groff_font/devdvi/TI
2293 OLD_FILES+=usr/share/groff_font/devdvi/TIEC
2294 OLD_FILES+=usr/share/groff_font/devdvi/TITC
2295 OLD_FILES+=usr/share/groff_font/devdvi/TR
2296 OLD_FILES+=usr/share/groff_font/devdvi/TREC
2297 OLD_FILES+=usr/share/groff_font/devdvi/TRTC
2298 OLD_FILES+=usr/share/groff_font/devdvi/ec.map
2299 OLD_FILES+=usr/share/groff_font/devdvi/msam.map
2300 OLD_FILES+=usr/share/groff_font/devdvi/msbm.map
2301 OLD_FILES+=usr/share/groff_font/devdvi/tc.map
2302 OLD_FILES+=usr/share/groff_font/devdvi/texb.map
2303 OLD_FILES+=usr/share/groff_font/devdvi/texex.map
2304 OLD_FILES+=usr/share/groff_font/devdvi/texi.map
2305 OLD_FILES+=usr/share/groff_font/devdvi/texmi.map
2306 OLD_FILES+=usr/share/groff_font/devdvi/texr.map
2307 OLD_FILES+=usr/share/groff_font/devdvi/texsy.map
2308 OLD_FILES+=usr/share/groff_font/devdvi/textex.map
2309 OLD_FILES+=usr/share/groff_font/devdvi/textt.map
2310 OLD_DIRS+=usr/share/groff_font/devdvi
2311 OLD_FILES+=usr/share/groff_font/devhtml/B
2312 OLD_FILES+=usr/share/groff_font/devhtml/BI
2313 OLD_FILES+=usr/share/groff_font/devhtml/CB
2314 OLD_FILES+=usr/share/groff_font/devhtml/CBI
2315 OLD_FILES+=usr/share/groff_font/devhtml/CI
2316 OLD_FILES+=usr/share/groff_font/devhtml/CR
2317 OLD_FILES+=usr/share/groff_font/devhtml/DESC
2318 OLD_FILES+=usr/share/groff_font/devhtml/I
2319 OLD_FILES+=usr/share/groff_font/devhtml/R
2320 OLD_FILES+=usr/share/groff_font/devhtml/S
2321 OLD_DIRS+=usr/share/groff_font/devhtml
2322 OLD_FILES+=usr/share/groff_font/devkoi8-r/B
2323 OLD_FILES+=usr/share/groff_font/devkoi8-r/BI
2324 OLD_FILES+=usr/share/groff_font/devkoi8-r/CW
2325 OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC
2326 OLD_FILES+=usr/share/groff_font/devkoi8-r/I
2327 OLD_FILES+=usr/share/groff_font/devkoi8-r/L
2328 OLD_FILES+=usr/share/groff_font/devkoi8-r/R
2329 OLD_FILES+=usr/share/groff_font/devkoi8-r/S
2330 OLD_DIRS+=usr/share/groff_font/devkoi8-r
2331 OLD_FILES+=usr/share/groff_font/devlatin1/B
2332 OLD_FILES+=usr/share/groff_font/devlatin1/BI
2333 OLD_FILES+=usr/share/groff_font/devlatin1/CW
2334 OLD_FILES+=usr/share/groff_font/devlatin1/DESC
2335 OLD_FILES+=usr/share/groff_font/devlatin1/I
2336 OLD_FILES+=usr/share/groff_font/devlatin1/L
2337 OLD_FILES+=usr/share/groff_font/devlatin1/R
2338 OLD_FILES+=usr/share/groff_font/devlatin1/S
2339 OLD_DIRS+=usr/share/groff_font/devlatin1
2340 OLD_FILES+=usr/share/groff_font/devlbp/CB
2341 OLD_FILES+=usr/share/groff_font/devlbp/CI
2342 OLD_FILES+=usr/share/groff_font/devlbp/CR
2343 OLD_FILES+=usr/share/groff_font/devlbp/DESC
2344 OLD_FILES+=usr/share/groff_font/devlbp/EB
2345 OLD_FILES+=usr/share/groff_font/devlbp/EI
2346 OLD_FILES+=usr/share/groff_font/devlbp/ER
2347 OLD_FILES+=usr/share/groff_font/devlbp/HB
2348 OLD_FILES+=usr/share/groff_font/devlbp/HBI
2349 OLD_FILES+=usr/share/groff_font/devlbp/HI
2350 OLD_FILES+=usr/share/groff_font/devlbp/HNB
2351 OLD_FILES+=usr/share/groff_font/devlbp/HNBI
2352 OLD_FILES+=usr/share/groff_font/devlbp/HNI
2353 OLD_FILES+=usr/share/groff_font/devlbp/HNR
2354 OLD_FILES+=usr/share/groff_font/devlbp/HR
2355 OLD_FILES+=usr/share/groff_font/devlbp/TB
2356 OLD_FILES+=usr/share/groff_font/devlbp/TBI
2357 OLD_FILES+=usr/share/groff_font/devlbp/TI
2358 OLD_FILES+=usr/share/groff_font/devlbp/TR
2359 OLD_DIRS+=usr/share/groff_font/devlbp
2360 OLD_FILES+=usr/share/groff_font/devlj4/AB
2361 OLD_FILES+=usr/share/groff_font/devlj4/ABI
2362 OLD_FILES+=usr/share/groff_font/devlj4/AI
2363 OLD_FILES+=usr/share/groff_font/devlj4/ALBB
2364 OLD_FILES+=usr/share/groff_font/devlj4/ALBR
2365 OLD_FILES+=usr/share/groff_font/devlj4/AOB
2366 OLD_FILES+=usr/share/groff_font/devlj4/AOI
2367 OLD_FILES+=usr/share/groff_font/devlj4/AOR
2368 OLD_FILES+=usr/share/groff_font/devlj4/AR
2369 OLD_FILES+=usr/share/groff_font/devlj4/CB
2370 OLD_FILES+=usr/share/groff_font/devlj4/CBI
2371 OLD_FILES+=usr/share/groff_font/devlj4/CI
2372 OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON
2373 OLD_FILES+=usr/share/groff_font/devlj4/CORONET
2374 OLD_FILES+=usr/share/groff_font/devlj4/CR
2375 OLD_FILES+=usr/share/groff_font/devlj4/DESC
2376 OLD_FILES+=usr/share/groff_font/devlj4/GB
2377 OLD_FILES+=usr/share/groff_font/devlj4/GBI
2378 OLD_FILES+=usr/share/groff_font/devlj4/GI
2379 OLD_FILES+=usr/share/groff_font/devlj4/GR
2380 OLD_FILES+=usr/share/groff_font/devlj4/LGB
2381 OLD_FILES+=usr/share/groff_font/devlj4/LGI
2382 OLD_FILES+=usr/share/groff_font/devlj4/LGR
2383 OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD
2384 OLD_FILES+=usr/share/groff_font/devlj4/OB
2385 OLD_FILES+=usr/share/groff_font/devlj4/OBI
2386 OLD_FILES+=usr/share/groff_font/devlj4/OI
2387 OLD_FILES+=usr/share/groff_font/devlj4/OR
2388 OLD_FILES+=usr/share/groff_font/devlj4/S
2389 OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL
2390 OLD_FILES+=usr/share/groff_font/devlj4/TB
2391 OLD_FILES+=usr/share/groff_font/devlj4/TBI
2392 OLD_FILES+=usr/share/groff_font/devlj4/TI
2393 OLD_FILES+=usr/share/groff_font/devlj4/TNRB
2394 OLD_FILES+=usr/share/groff_font/devlj4/TNRBI
2395 OLD_FILES+=usr/share/groff_font/devlj4/TNRI
2396 OLD_FILES+=usr/share/groff_font/devlj4/TNRR
2397 OLD_FILES+=usr/share/groff_font/devlj4/TR
2398 OLD_FILES+=usr/share/groff_font/devlj4/UB
2399 OLD_FILES+=usr/share/groff_font/devlj4/UBI
2400 OLD_FILES+=usr/share/groff_font/devlj4/UCB
2401 OLD_FILES+=usr/share/groff_font/devlj4/UCBI
2402 OLD_FILES+=usr/share/groff_font/devlj4/UCI
2403 OLD_FILES+=usr/share/groff_font/devlj4/UCR
2404 OLD_FILES+=usr/share/groff_font/devlj4/UI
2405 OLD_FILES+=usr/share/groff_font/devlj4/UR
2406 OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS
2407 OLD_DIRS+=usr/share/groff_font/devlj4
2408 OLD_FILES+=usr/share/groff_font/devps/AB
2409 OLD_FILES+=usr/share/groff_font/devps/ABI
2410 OLD_FILES+=usr/share/groff_font/devps/AI
2411 OLD_FILES+=usr/share/groff_font/devps/AR
2412 OLD_FILES+=usr/share/groff_font/devps/BMB
2413 OLD_FILES+=usr/share/groff_font/devps/BMBI
2414 OLD_FILES+=usr/share/groff_font/devps/BMI
2415 OLD_FILES+=usr/share/groff_font/devps/BMR
2416 OLD_FILES+=usr/share/groff_font/devps/CB
2417 OLD_FILES+=usr/share/groff_font/devps/CBI
2418 OLD_FILES+=usr/share/groff_font/devps/CI
2419 OLD_FILES+=usr/share/groff_font/devps/CR
2420 OLD_FILES+=usr/share/groff_font/devps/DESC
2421 OLD_FILES+=usr/share/groff_font/devps/EURO
2422 OLD_FILES+=usr/share/groff_font/devps/HB
2423 OLD_FILES+=usr/share/groff_font/devps/HBI
2424 OLD_FILES+=usr/share/groff_font/devps/HI
2425 OLD_FILES+=usr/share/groff_font/devps/HNB
2426 OLD_FILES+=usr/share/groff_font/devps/HNBI
2427 OLD_FILES+=usr/share/groff_font/devps/HNI
2428 OLD_FILES+=usr/share/groff_font/devps/HNR
2429 OLD_FILES+=usr/share/groff_font/devps/HR
2430 OLD_FILES+=usr/share/groff_font/devps/Makefile
2431 OLD_FILES+=usr/share/groff_font/devps/NB
2432 OLD_FILES+=usr/share/groff_font/devps/NBI
2433 OLD_FILES+=usr/share/groff_font/devps/NI
2434 OLD_FILES+=usr/share/groff_font/devps/NR
2435 OLD_FILES+=usr/share/groff_font/devps/PB
2436 OLD_FILES+=usr/share/groff_font/devps/PBI
2437 OLD_FILES+=usr/share/groff_font/devps/PI
2438 OLD_FILES+=usr/share/groff_font/devps/PR
2439 OLD_FILES+=usr/share/groff_font/devps/S
2440 OLD_FILES+=usr/share/groff_font/devps/SS
2441 OLD_FILES+=usr/share/groff_font/devps/TB
2442 OLD_FILES+=usr/share/groff_font/devps/TBI
2443 OLD_FILES+=usr/share/groff_font/devps/TI
2444 OLD_FILES+=usr/share/groff_font/devps/TR
2445 OLD_FILES+=usr/share/groff_font/devps/ZCMI
2446 OLD_FILES+=usr/share/groff_font/devps/ZD
2447 OLD_FILES+=usr/share/groff_font/devps/ZDR
2448 OLD_FILES+=usr/share/groff_font/devps/afmname
2449 OLD_FILES+=usr/share/groff_font/devps/dingbats.map
2450 OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
2451 OLD_FILES+=usr/share/groff_font/devps/download
2452 OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa
2453 OLD_FILES+=usr/share/groff_font/devps/lgreekmap
2454 OLD_FILES+=usr/share/groff_font/devps/prologue
2455 OLD_FILES+=usr/share/groff_font/devps/symbol.sed
2456 OLD_FILES+=usr/share/groff_font/devps/symbolchars
2457 OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm
2458 OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa
2459 OLD_FILES+=usr/share/groff_font/devps/text.enc
2460 OLD_FILES+=usr/share/groff_font/devps/textmap
2461 OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa
2462 OLD_DIRS+=usr/share/groff_font/devps
2463 OLD_FILES+=usr/share/groff_font/devutf8/B
2464 OLD_FILES+=usr/share/groff_font/devutf8/BI
2465 OLD_FILES+=usr/share/groff_font/devutf8/CW
2466 OLD_FILES+=usr/share/groff_font/devutf8/DESC
2467 OLD_FILES+=usr/share/groff_font/devutf8/I
2468 OLD_FILES+=usr/share/groff_font/devutf8/L
2469 OLD_FILES+=usr/share/groff_font/devutf8/R
2470 OLD_FILES+=usr/share/groff_font/devutf8/S
2471 OLD_DIRS+=usr/share/groff_font/devutf8
2472 OLD_DIRS+=usr/share/groff_font
2473 OLD_FILES+=usr/share/info/groff.info.gz
2474 OLD_FILES+=usr/share/man/man1/addftinfo.1.gz
2475 OLD_FILES+=usr/share/man/man1/afmtodit.1.gz
2476 OLD_FILES+=usr/share/man/man1/eqn.1.gz
2477 OLD_FILES+=usr/share/man/man1/grn.1.gz
2478 OLD_FILES+=usr/share/man/man1/grodvi.1.gz
2479 OLD_FILES+=usr/share/man/man1/groff.1.gz
2480 OLD_FILES+=usr/share/man/man1/grog.1.gz
2481 OLD_FILES+=usr/share/man/man1/grolbp.1.gz
2482 OLD_FILES+=usr/share/man/man1/grolj4.1.gz
2483 OLD_FILES+=usr/share/man/man1/grops.1.gz
2484 OLD_FILES+=usr/share/man/man1/grotty.1.gz
2485 OLD_FILES+=usr/share/man/man1/hpftodit.1.gz
2486 OLD_FILES+=usr/share/man/man1/indxbib.1.gz
2487 OLD_FILES+=usr/share/man/man1/lkbib.1.gz
2488 OLD_FILES+=usr/share/man/man1/lookbib.1.gz
2489 OLD_FILES+=usr/share/man/man1/mmroff.1.gz
2490 OLD_FILES+=usr/share/man/man1/neqn.1.gz
2491 OLD_FILES+=usr/share/man/man1/nroff.1.gz
2492 OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
2493 OLD_FILES+=usr/share/man/man1/pic.1.gz
2494 OLD_FILES+=usr/share/man/man1/psroff.1.gz
2495 OLD_FILES+=usr/share/man/man1/refer.1.gz
2496 OLD_FILES+=usr/share/man/man1/tbl.1.gz
2497 OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
2498 OLD_FILES+=usr/share/man/man1/troff.1.gz
2499 OLD_FILES+=usr/share/man/man1/vgrind.1.gz
2500 OLD_FILES+=usr/share/man/man5/groff_font.5.gz
2501 OLD_FILES+=usr/share/man/man5/groff_out.5.gz
2502 OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz
2503 OLD_FILES+=usr/share/man/man5/lj4_font.5.gz
2504 OLD_FILES+=usr/share/man/man5/tmac.5.gz
2505 OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz
2506 OLD_FILES+=usr/share/man/man7/ditroff.7.gz
2507 OLD_FILES+=usr/share/man/man7/groff.7.gz
2508 OLD_FILES+=usr/share/man/man7/groff_char.7.gz
2509 OLD_FILES+=usr/share/man/man7/groff_diff.7.gz
2510 OLD_FILES+=usr/share/man/man7/groff_man.7.gz
2511 OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz
2512 OLD_FILES+=usr/share/man/man7/groff_me.7.gz
2513 OLD_FILES+=usr/share/man/man7/groff_mm.7.gz
2514 OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz
2515 OLD_FILES+=usr/share/man/man7/groff_ms.7.gz
2516 OLD_FILES+=usr/share/man/man7/groff_trace.7.gz
2517 OLD_FILES+=usr/share/man/man7/groff_www.7.gz
2518 OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz
2519 OLD_FILES+=usr/share/man/man7/me.7.gz
2520 OLD_FILES+=usr/share/man/man7/mm.7.gz
2521 OLD_FILES+=usr/share/man/man7/mmse.7.gz
2522 OLD_FILES+=usr/share/man/man7/ms.7.gz
2523 OLD_FILES+=usr/share/man/man7/orig_me.7.gz
2524 OLD_FILES+=usr/share/man/man7/roff.7.gz
2525 OLD_FILES+=usr/share/me/acm.me
2526 OLD_FILES+=usr/share/me/chars.me
2527 OLD_FILES+=usr/share/me/deltext.me
2528 OLD_FILES+=usr/share/me/eqn.me
2529 OLD_FILES+=usr/share/me/float.me
2530 OLD_FILES+=usr/share/me/footnote.me
2531 OLD_FILES+=usr/share/me/index.me
2532 OLD_FILES+=usr/share/me/letterhead.me
2533 OLD_FILES+=usr/share/me/local.me
2534 OLD_FILES+=usr/share/me/null.me
2535 OLD_FILES+=usr/share/me/refer.me
2536 OLD_FILES+=usr/share/me/revisions
2537 OLD_FILES+=usr/share/me/sh.me
2538 OLD_FILES+=usr/share/me/tbl.me
2539 OLD_FILES+=usr/share/me/thesis.me
2540 OLD_DIRS+=usr/share/me
2541 OLD_FILES+=usr/share/misc/vgrindefs
2542 OLD_FILES+=usr/share/misc/vgrindefs.db
2543 OLD_FILES+=usr/share/tmac/X.tmac
2544 OLD_FILES+=usr/share/tmac/Xps.tmac
2545 OLD_FILES+=usr/share/tmac/a4.tmac
2546 OLD_FILES+=usr/share/tmac/an-old.tmac
2547 OLD_FILES+=usr/share/tmac/an.tmac
2548 OLD_FILES+=usr/share/tmac/andoc.tmac
2549 OLD_FILES+=usr/share/tmac/composite.tmac
2550 OLD_FILES+=usr/share/tmac/cp1047.tmac
2551 OLD_FILES+=usr/share/tmac/devtag.tmac
2552 OLD_FILES+=usr/share/tmac/doc.tmac
2553 OLD_FILES+=usr/share/tmac/dvi.tmac
2554 OLD_FILES+=usr/share/tmac/e.tmac
2555 OLD_FILES+=usr/share/tmac/ec.tmac
2556 OLD_FILES+=usr/share/tmac/eqnrc
2557 OLD_FILES+=usr/share/tmac/europs.tmac
2558 OLD_FILES+=usr/share/tmac/html-end.tmac
2559 OLD_FILES+=usr/share/tmac/html.tmac
2560 OLD_FILES+=usr/share/tmac/hyphen.ru
2561 OLD_FILES+=usr/share/tmac/hyphen.us
2562 OLD_FILES+=usr/share/tmac/hyphenex.us
2563 OLD_FILES+=usr/share/tmac/koi8-r.tmac
2564 OLD_FILES+=usr/share/tmac/latin1.tmac
2565 OLD_FILES+=usr/share/tmac/latin2.tmac
2566 OLD_FILES+=usr/share/tmac/latin9.tmac
2567 OLD_FILES+=usr/share/tmac/lbp.tmac
2568 OLD_FILES+=usr/share/tmac/lj4.tmac
2569 OLD_FILES+=usr/share/tmac/m.tmac
2570 OLD_FILES+=usr/share/tmac/man.local
2571 OLD_FILES+=usr/share/tmac/man.tmac
2572 OLD_FILES+=usr/share/tmac/mandoc.tmac
2573 OLD_FILES+=usr/share/tmac/mdoc.local
2574 OLD_FILES+=usr/share/tmac/mdoc.tmac
2575 OLD_FILES+=usr/share/tmac/mdoc/doc-common
2576 OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff
2577 OLD_FILES+=usr/share/tmac/mdoc/doc-nroff
2578 OLD_FILES+=usr/share/tmac/mdoc/doc-syms
2579 OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1
2580 OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R
2581 OLD_DIRS+=usr/share/tmac/mdoc
2582 OLD_FILES+=usr/share/tmac/me.tmac
2583 OLD_FILES+=usr/share/tmac/mm/0.MT
2584 OLD_FILES+=usr/share/tmac/mm/4.MT
2585 OLD_FILES+=usr/share/tmac/mm/5.MT
2586 OLD_FILES+=usr/share/tmac/mm/locale
2587 OLD_FILES+=usr/share/tmac/mm/mm.tmac
2588 OLD_FILES+=usr/share/tmac/mm/mmse.tmac
2589 OLD_FILES+=usr/share/tmac/mm/ms.cov
2590 OLD_FILES+=usr/share/tmac/mm/se_locale
2591 OLD_FILES+=usr/share/tmac/mm/se_ms.cov
2592 OLD_DIRS+=usr/share/tmac/mm
2593 OLD_FILES+=usr/share/tmac/ms.tmac
2594 OLD_FILES+=usr/share/tmac/mse.tmac
2595 OLD_FILES+=usr/share/tmac/papersize.tmac
2596 OLD_FILES+=usr/share/tmac/pic.tmac
2597 OLD_FILES+=usr/share/tmac/ps.tmac
2598 OLD_FILES+=usr/share/tmac/psatk.tmac
2599 OLD_FILES+=usr/share/tmac/psold.tmac
2600 OLD_FILES+=usr/share/tmac/pspic.tmac
2601 OLD_FILES+=usr/share/tmac/s.tmac
2602 OLD_FILES+=usr/share/tmac/safer.tmac
2603 OLD_FILES+=usr/share/tmac/tmac.orig_me
2604 OLD_FILES+=usr/share/tmac/tmac.vgrind
2605 OLD_FILES+=usr/share/tmac/trace.tmac
2606 OLD_FILES+=usr/share/tmac/troffrc
2607 OLD_FILES+=usr/share/tmac/troffrc-end
2608 OLD_FILES+=usr/share/tmac/tty-char.tmac
2609 OLD_FILES+=usr/share/tmac/tty.tmac
2610 OLD_FILES+=usr/share/tmac/unicode.tmac
2611 OLD_FILES+=usr/share/tmac/www.tmac
2612 OLD_DIRS+=usr/share/tmac
2613 .endif
2614
2615 .if ${MK_GSSAPI} == no
2616 OLD_FILES+=usr/include/gssapi/gssapi.h
2617 OLD_DIRS+=usr/include/gssapi
2618 OLD_FILES+=usr/include/gssapi.h
2619 OLD_FILES+=usr/lib/libgssapi.a
2620 OLD_FILES+=usr/lib/libgssapi.so
2621 OLD_LIBS+=usr/lib/libgssapi.so.10
2622 OLD_FILES+=usr/lib/libgssapi_p.a
2623 OLD_FILES+=usr/lib/librpcsec_gss.a
2624 OLD_FILES+=usr/lib/librpcsec_gss.so
2625 OLD_LIBS+=usr/lib/librpcsec_gss.so.1
2626 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2627 OLD_FILES+=usr/lib32/libgssapi.a
2628 OLD_FILES+=usr/lib32/libgssapi.so
2629 OLD_LIBS+=usr/lib32/libgssapi.so.10
2630 OLD_FILES+=usr/lib32/libgssapi_p.a
2631 OLD_FILES+=usr/lib32/librpcsec_gss.a
2632 OLD_FILES+=usr/lib32/librpcsec_gss.so
2633 OLD_LIBS+=usr/lib32/librpcsec_gss.so.1
2634 .endif
2635 OLD_FILES+=usr/sbin/gssd
2636 OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
2637 OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
2638 OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
2639 OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
2640 OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
2641 OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
2642 OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
2643 OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
2644 OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
2645 OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
2646 OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
2647 OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
2648 OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
2649 OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
2650 OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
2651 OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
2652 OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
2653 OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
2654 OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
2655 OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
2656 OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
2657 OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
2658 OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
2659 OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
2660 OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
2661 OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
2662 OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
2663 OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
2664 OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
2665 OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
2666 OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
2667 OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
2668 OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
2669 OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
2670 OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
2671 OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
2672 OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
2673 OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
2674 OLD_FILES+=usr/share/man/man3/gssapi.3.gz
2675 OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
2676 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
2677 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
2678 OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
2679 OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
2680 OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
2681 OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
2682 OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
2683 OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
2684 OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
2685 OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
2686 OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
2687 OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
2688 OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
2689 OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
2690 OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
2691 OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
2692 OLD_FILES+=usr/share/man/man5/mech.5.gz
2693 OLD_FILES+=usr/share/man/man5/qop.5.gz
2694 OLD_FILES+=usr/share/man/man8/gssd.8.gz
2695 .endif
2696
2697 .if ${MK_HAST} == no
2698 OLD_FILES+=sbin/hastctl
2699 OLD_FILES+=sbin/hastd
2700 OLD_FILES+=usr/share/examples/hast/ucarp.sh
2701 OLD_FILES+=usr/share/examples/hast/ucarp_down.sh
2702 OLD_FILES+=usr/share/examples/hast/ucarp_up.sh
2703 OLD_FILES+=usr/share/examples/hast/vip-down.sh
2704 OLD_FILES+=usr/share/examples/hast/vip-up.sh
2705 OLD_FILES+=usr/share/man/man5/hast.conf.5.gz
2706 OLD_FILES+=usr/share/man/man8/hastctl.8.gz
2707 OLD_FILES+=usr/share/man/man8/hastd.8.gz
2708 OLD_DIRS+=usr/share/examples/hast
2709 .endif
2710
2711 .if ${MK_HESIOD} == no
2712 OLD_FILES+=usr/bin/hesinfo
2713 OLD_FILES+=usr/include/hesiod.h
2714 OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
2715 OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2716 OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2717 .endif
2718
2719 .if ${MK_HTML} == no
2720 OLD_FILES+=usr/share/doc/ncurses/hackguide.html
2721 OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html
2722 OLD_FILES+=usr/share/doc/ntp/accopt.html
2723 OLD_FILES+=usr/share/doc/ntp/assoc.html
2724 OLD_FILES+=usr/share/doc/ntp/audio.html
2725 OLD_FILES+=usr/share/doc/ntp/authopt.html
2726 OLD_FILES+=usr/share/doc/ntp/build.html
2727 OLD_FILES+=usr/share/doc/ntp/clockopt.html
2728 OLD_FILES+=usr/share/doc/ntp/config.html
2729 OLD_FILES+=usr/share/doc/ntp/confopt.html
2730 OLD_FILES+=usr/share/doc/ntp/copyright.html
2731 OLD_FILES+=usr/share/doc/ntp/debug.html
2732 OLD_FILES+=usr/share/doc/ntp/driver1.html
2733 OLD_FILES+=usr/share/doc/ntp/driver10.html
2734 OLD_FILES+=usr/share/doc/ntp/driver11.html
2735 OLD_FILES+=usr/share/doc/ntp/driver12.html
2736 OLD_FILES+=usr/share/doc/ntp/driver16.html
2737 OLD_FILES+=usr/share/doc/ntp/driver18.html
2738 OLD_FILES+=usr/share/doc/ntp/driver19.html
2739 OLD_FILES+=usr/share/doc/ntp/driver2.html
2740 OLD_FILES+=usr/share/doc/ntp/driver20.html
2741 OLD_FILES+=usr/share/doc/ntp/driver22.html
2742 OLD_FILES+=usr/share/doc/ntp/driver26.html
2743 OLD_FILES+=usr/share/doc/ntp/driver27.html
2744 OLD_FILES+=usr/share/doc/ntp/driver28.html
2745 OLD_FILES+=usr/share/doc/ntp/driver29.html
2746 OLD_FILES+=usr/share/doc/ntp/driver3.html
2747 OLD_FILES+=usr/share/doc/ntp/driver30.html
2748 OLD_FILES+=usr/share/doc/ntp/driver32.html
2749 OLD_FILES+=usr/share/doc/ntp/driver33.html
2750 OLD_FILES+=usr/share/doc/ntp/driver34.html
2751 OLD_FILES+=usr/share/doc/ntp/driver35.html
2752 OLD_FILES+=usr/share/doc/ntp/driver36.html
2753 OLD_FILES+=usr/share/doc/ntp/driver37.html
2754 OLD_FILES+=usr/share/doc/ntp/driver4.html
2755 OLD_FILES+=usr/share/doc/ntp/driver5.html
2756 OLD_FILES+=usr/share/doc/ntp/driver6.html
2757 OLD_FILES+=usr/share/doc/ntp/driver7.html
2758 OLD_FILES+=usr/share/doc/ntp/driver8.html
2759 OLD_FILES+=usr/share/doc/ntp/driver9.html
2760 OLD_FILES+=usr/share/doc/ntp/extern.html
2761 OLD_FILES+=usr/share/doc/ntp/hints.html
2762 OLD_FILES+=usr/share/doc/ntp/howto.html
2763 OLD_FILES+=usr/share/doc/ntp/index.html
2764 OLD_FILES+=usr/share/doc/ntp/kern.html
2765 OLD_FILES+=usr/share/doc/ntp/ldisc.html
2766 OLD_FILES+=usr/share/doc/ntp/measure.html
2767 OLD_FILES+=usr/share/doc/ntp/miscopt.html
2768 OLD_FILES+=usr/share/doc/ntp/monopt.html
2769 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
2770 OLD_FILES+=usr/share/doc/ntp/notes.html
2771 OLD_FILES+=usr/share/doc/ntp/ntpd.html
2772 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
2773 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
2774 OLD_FILES+=usr/share/doc/ntp/ntpq.html
2775 OLD_FILES+=usr/share/doc/ntp/ntptime.html
2776 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
2777 OLD_FILES+=usr/share/doc/ntp/parsedata.html
2778 OLD_FILES+=usr/share/doc/ntp/parsenew.html
2779 OLD_FILES+=usr/share/doc/ntp/patches.html
2780 OLD_FILES+=usr/share/doc/ntp/porting.html
2781 OLD_FILES+=usr/share/doc/ntp/pps.html
2782 OLD_FILES+=usr/share/doc/ntp/prefer.html
2783 OLD_FILES+=usr/share/doc/ntp/quick.html
2784 OLD_FILES+=usr/share/doc/ntp/rdebug.html
2785 OLD_FILES+=usr/share/doc/ntp/refclock.html
2786 OLD_FILES+=usr/share/doc/ntp/release.html
2787 OLD_FILES+=usr/share/doc/ntp/tickadj.html
2788 .endif
2789
2790 .if ${MK_ICONV} == no
2791 OLD_FILES+=usr/bin/iconv
2792 OLD_FILES+=usr/bin/mkcsmapper
2793 OLD_FILES+=usr/bin/mkesdb
2794 OLD_FILES+=usr/include/_libiconv_compat.h
2795 OLD_FILES+=usr/include/iconv.h
2796 OLD_FILES+=usr/share/man/man1/iconv.1.gz
2797 OLD_FILES+=usr/share/man/man1/mkcsmapper.1.gz
2798 OLD_FILES+=usr/share/man/man1/mkesdb.1.gz
2799 OLD_FILES+=usr/share/man/man3/__iconv.3.gz
2800 OLD_FILES+=usr/share/man/man3/__iconv_free_list.3.gz
2801 OLD_FILES+=usr/share/man/man3/__iconv_get_list.3.gz
2802 OLD_FILES+=usr/share/man/man3/iconv.3.gz
2803 OLD_FILES+=usr/share/man/man3/iconv_canonicalize.3.gz
2804 OLD_FILES+=usr/share/man/man3/iconv_close.3.gz
2805 OLD_FILES+=usr/share/man/man3/iconv_open.3.gz
2806 OLD_FILES+=usr/share/man/man3/iconv_open_into.3.gz
2807 OLD_FILES+=usr/share/man/man3/iconvctl.3.gz
2808 OLD_FILES+=usr/share/man/man3/iconvlist.3.gz
2809 .endif
2810
2811 .if ${MK_INET6} == no
2812 OLD_FILES+=sbin/ping6
2813 OLD_FILES+=sbin/rtsol
2814 OLD_FILES+=usr/sbin/ip6addrctl
2815 OLD_FILES+=usr/sbin/mld6query
2816 OLD_FILES+=usr/sbin/ndp
2817 OLD_FILES+=usr/sbin/rip6query
2818 OLD_FILES+=usr/sbin/route6d
2819 OLD_FILES+=usr/sbin/rrenumd
2820 OLD_FILES+=usr/sbin/rtadvctl
2821 OLD_FILES+=usr/sbin/rtadvd
2822 OLD_FILES+=usr/sbin/rtsold
2823 OLD_FILES+=usr/sbin/traceroute6
2824 OLD_FILES+=usr/share/doc/IPv6/IMPLEMENTATION
2825 OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
2826 OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
2827 OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
2828 OLD_FILES+=usr/share/man/man8/mld6query.8.gz
2829 OLD_FILES+=usr/share/man/man8/ndp.8.gz
2830 OLD_FILES+=usr/share/man/man8/ping6.8.gz
2831 OLD_FILES+=usr/share/man/man8/rip6query.8.gz
2832 OLD_FILES+=usr/share/man/man8/route6d.8.gz
2833 OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
2834 OLD_FILES+=usr/share/man/man8/rtadvctl.8.gz
2835 OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
2836 OLD_FILES+=usr/share/man/man8/rtsol.8.gz
2837 OLD_FILES+=usr/share/man/man8/rtsold.8.gz
2838 OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
2839 .endif
2840
2841 .if ${MK_INET6_SUPPORT} == no
2842 OLD_FILES+=rescue/ping6
2843 .endif
2844
2845 .if ${MK_INETD} == no
2846 OLD_FILES+=etc/rc.d/inetd
2847 OLD_FILES+=usr/sbin/inetd
2848 OLD_FILES+=usr/share/man/man5/inetd.conf.5.gz
2849 OLD_FILES+=usr/share/man/man8/inetd.8.gz
2850 .endif
2851
2852 .if ${MK_IPFILTER} == no
2853 OLD_FILES+=etc/periodic/security/510.ipfdenied
2854 OLD_FILES+=etc/periodic/security/610.ipf6denied
2855 OLD_FILES+=rescue/ipf
2856 OLD_FILES+=sbin/ipf
2857 OLD_FILES+=sbin/ipfs
2858 OLD_FILES+=sbin/ipfstat
2859 OLD_FILES+=sbin/ipftest
2860 OLD_FILES+=sbin/ipmon
2861 OLD_FILES+=sbin/ipnat
2862 OLD_FILES+=sbin/ippool
2863 OLD_FILES+=sbin/ipresend
2864 OLD_FILES+=usr/include/netinet/ip_auth.h
2865 OLD_FILES+=usr/include/netinet/ip_compat.h
2866 OLD_FILES+=usr/include/netinet/ip_fil.h
2867 OLD_FILES+=usr/include/netinet/ip_frag.h
2868 OLD_FILES+=usr/include/netinet/ip_htable.h
2869 OLD_FILES+=usr/include/netinet/ip_lookup.h
2870 OLD_FILES+=usr/include/netinet/ip_nat.h
2871 OLD_FILES+=usr/include/netinet/ip_pool.h
2872 OLD_FILES+=usr/include/netinet/ip_proxy.h
2873 OLD_FILES+=usr/include/netinet/ip_rules.h
2874 OLD_FILES+=usr/include/netinet/ip_scan.h
2875 OLD_FILES+=usr/include/netinet/ip_state.h
2876 OLD_FILES+=usr/include/netinet/ip_sync.h
2877 OLD_FILES+=usr/include/netinet/ipl.h
2878 OLD_FILES+=usr/share/examples/ipfilter/README
2879 OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2880 OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2881 OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2882 OLD_FILES+=usr/share/examples/ipfilter/example.1
2883 OLD_FILES+=usr/share/examples/ipfilter/example.2
2884 OLD_FILES+=usr/share/examples/ipfilter/example.3
2885 OLD_FILES+=usr/share/examples/ipfilter/example.4
2886 OLD_FILES+=usr/share/examples/ipfilter/example.5
2887 OLD_FILES+=usr/share/examples/ipfilter/example.6
2888 OLD_FILES+=usr/share/examples/ipfilter/example.7
2889 OLD_FILES+=usr/share/examples/ipfilter/example.8
2890 OLD_FILES+=usr/share/examples/ipfilter/example.9
2891 OLD_FILES+=usr/share/examples/ipfilter/example.10
2892 OLD_FILES+=usr/share/examples/ipfilter/example.11
2893 OLD_FILES+=usr/share/examples/ipfilter/example.12
2894 OLD_FILES+=usr/share/examples/ipfilter/example.13
2895 OLD_FILES+=usr/share/examples/ipfilter/example.sr
2896 OLD_FILES+=usr/share/examples/ipfilter/firewall
2897 OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2898 OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2899 OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2900 OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2901 OLD_FILES+=usr/share/examples/ipfilter/server
2902 OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2903 OLD_FILES+=usr/share/examples/ipfilter/example.14
2904 OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2905 OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2906 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2907 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2908 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2909 OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2910 OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2911 OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2912 OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2913 OLD_FILES+=usr/share/examples/ipfilter/mkfilters
2914 OLD_DIRS+=usr/share/examples/ipfilter
2915 OLD_FILES+=usr/share/man/man1/ipftest.1.gz
2916 OLD_FILES+=usr/share/man/man1/ipresend.1.gz
2917 OLD_FILES+=usr/share/man/man4/ipf.4.gz
2918 OLD_FILES+=usr/share/man/man4/ipl.4.gz
2919 OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
2920 OLD_FILES+=usr/share/man/man4/ipnat.4.gz
2921 OLD_FILES+=usr/share/man/man5/ipf.5.gz
2922 OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
2923 OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
2924 OLD_FILES+=usr/share/man/man5/ipnat.5.gz
2925 OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
2926 OLD_FILES+=usr/share/man/man5/ippool.5.gz
2927 OLD_FILES+=usr/share/man/man8/ipf.8.gz
2928 OLD_FILES+=usr/share/man/man8/ipfs.8.gz
2929 OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
2930 OLD_FILES+=usr/share/man/man8/ipmon.8.gz
2931 OLD_FILES+=usr/share/man/man8/ipnat.8.gz
2932 OLD_FILES+=usr/share/man/man8/ippool.8.gz
2933 .endif
2934
2935 .if ${MK_IPFW} == no
2936 OLD_FILES+=etc/periodic/security/500.ipfwdenied
2937 OLD_FILES+=etc/periodic/security/550.ipfwlimit
2938 OLD_FILES+=sbin/ipfw
2939 OLD_FILES+=sbin/natd
2940 OLD_FILES+=usr/sbin/ipfwpcap
2941 OLD_FILES+=usr/share/man/man8/ipfw.8.gz
2942 OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
2943 OLD_FILES+=usr/share/man/man8/natd.8.gz
2944 .endif
2945
2946 .if ${MK_ISCSI} == no
2947 OLD_FILES+=etc/rc.d/iscsictl
2948 OLD_FILES+=etc/rc.d/iscsid
2949 OLD_FILES+=sbin/iscontrol
2950 OLD_FILES+=usr/bin/iscsictl
2951 OLD_FILES+=usr/sbin/iscsid
2952 OLD_FILES+=usr/share/man/man4/iscsi.4.gz
2953 OLD_FILES+=usr/share/man/man4/iscsi_initiator.4.gz
2954 OLD_FILES+=usr/share/man/man5/iscsi.conf.5.gz
2955 OLD_FILES+=usr/share/man/man8/iscontrol.8.gz
2956 OLD_FILES+=usr/share/man/man8/iscsictl.8.gz
2957 OLD_FILES+=usr/share/man/man8/iscsid.8.gz
2958 .endif
2959
2960 .if ${MK_JAIL} == no
2961 OLD_FILES+=etc/rc.d/jail
2962 OLD_FILES+=usr/sbin/jail
2963 OLD_FILES+=usr/sbin/jexec
2964 OLD_FILES+=usr/sbin/jls
2965 OLD_FILES+=usr/share/man/man5/jail.conf.5.gz
2966 OLD_FILES+=usr/share/man/man8/jail.8.gz
2967 OLD_FILES+=usr/share/man/man8/jexec.8.gz
2968 OLD_FILES+=usr/share/man/man8/jls.8.gz
2969 .endif
2970
2971 .if ${MK_KDUMP} == no
2972 OLD_FILES+=usr/bin/kdump
2973 OLD_FILES+=usr/bin/truss
2974 OLD_FILES+=usr/share/man/man1/kdump.1.gz
2975 OLD_FILES+=usr/share/man/man1/truss.1.gz
2976 .endif
2977
2978 .if ${MK_KERBEROS} == no
2979 OLD_FILES+=etc/rc.d/ipropd_master
2980 OLD_FILES+=etc/rc.d/ipropd_slave
2981 OLD_FILES+=usr/bin/compile_et
2982 OLD_FILES+=usr/bin/hxtool
2983 OLD_FILES+=usr/bin/kadmin
2984 OLD_FILES+=usr/bin/kdestroy
2985 OLD_FILES+=usr/bin/kf
2986 OLD_FILES+=usr/bin/kgetcred
2987 OLD_FILES+=usr/bin/kinit
2988 OLD_FILES+=usr/bin/klist
2989 OLD_FILES+=usr/bin/kpasswd
2990 OLD_FILES+=usr/bin/krb5-config
2991 OLD_FILES+=usr/bin/ksu
2992 OLD_FILES+=usr/bin/kswitch
2993 OLD_FILES+=usr/bin/string2key
2994 OLD_FILES+=usr/bin/verify_krb5_conf
2995 OLD_FILES+=usr/include/asn1-common.h
2996 OLD_FILES+=usr/include/asn1_err.h
2997 OLD_FILES+=usr/include/base64.h
2998 OLD_FILES+=usr/include/cms_asn1.h
2999 OLD_FILES+=usr/include/crmf_asn1.h
3000 OLD_FILES+=usr/include/der-private.h
3001 OLD_FILES+=usr/include/der-protos.h
3002 OLD_FILES+=usr/include/der.h
3003 OLD_FILES+=usr/include/digest_asn1.h
3004 OLD_FILES+=usr/include/getarg.h
3005 OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
3006 OLD_FILES+=usr/include/hdb-protos.h
3007 OLD_FILES+=usr/include/hdb.h
3008 OLD_FILES+=usr/include/hdb_asn1.h
3009 OLD_FILES+=usr/include/hdb_err.h
3010 OLD_FILES+=usr/include/heim_asn1.h
3011 OLD_FILES+=usr/include/heim_err.h
3012 OLD_FILES+=usr/include/heim_threads.h
3013 OLD_FILES+=usr/include/heimbase.h
3014 OLD_FILES+=usr/include/heimntlm-protos.h
3015 OLD_FILES+=usr/include/heimntlm.h
3016 OLD_FILES+=usr/include/hex.h
3017 OLD_FILES+=usr/include/hx509-private.h
3018 OLD_FILES+=usr/include/hx509-protos.h
3019 OLD_FILES+=usr/include/hx509.h
3020 OLD_FILES+=usr/include/hx509_err.h
3021 OLD_FILES+=usr/include/k524_err.h
3022 OLD_FILES+=usr/include/kadm5/admin.h
3023 OLD_FILES+=usr/include/kadm5/kadm5-private.h
3024 OLD_FILES+=usr/include/kadm5/kadm5-protos.h
3025 OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h
3026 OLD_FILES+=usr/include/kadm5/kadm5_err.h
3027 OLD_FILES+=usr/include/kadm5/private.h
3028 OLD_DIRS+=usr/include/kadm5
3029 OLD_FILES+=usr/include/kafs.h
3030 OLD_FILES+=usr/include/kdc-protos.h
3031 OLD_FILES+=usr/include/kdc.h
3032 OLD_FILES+=usr/include/krb5-private.h
3033 OLD_FILES+=usr/include/krb5-protos.h
3034 OLD_FILES+=usr/include/krb5-types.h
3035 OLD_FILES+=usr/include/krb5.h
3036 OLD_FILES+=usr/include/krb5/ccache_plugin.h
3037 OLD_FILES+=usr/include/krb5/locate_plugin.h
3038 OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h
3039 OLD_FILES+=usr/include/krb5/windc_plugin.h
3040 OLD_DIRS+=usr/include/krb5
3041 OLD_FILES+=usr/include/krb5_asn1.h
3042 OLD_FILES+=usr/include/krb5_ccapi.h
3043 OLD_FILES+=usr/include/krb5_err.h
3044 OLD_FILES+=usr/include/kx509_asn1.h
3045 OLD_FILES+=usr/include/ntlm_err.h
3046 OLD_FILES+=usr/include/ocsp_asn1.h
3047 OLD_FILES+=usr/include/parse_bytes.h
3048 OLD_FILES+=usr/include/parse_time.h
3049 OLD_FILES+=usr/include/parse_units.h
3050 OLD_FILES+=usr/include/pkcs10_asn1.h
3051 OLD_FILES+=usr/include/pkcs12_asn1.h
3052 OLD_FILES+=usr/include/pkcs8_asn1.h
3053 OLD_FILES+=usr/include/pkcs9_asn1.h
3054 OLD_FILES+=usr/include/pkinit_asn1.h
3055 OLD_FILES+=usr/include/resolve.h
3056 OLD_FILES+=usr/include/rfc2459_asn1.h
3057 OLD_FILES+=usr/include/roken-common.h
3058 OLD_FILES+=usr/include/rtbl.h
3059 OLD_FILES+=usr/include/wind.h
3060 OLD_FILES+=usr/include/wind_err.h
3061 OLD_FILES+=usr/include/xdbm.h
3062 OLD_FILES+=usr/lib/libasn1.a
3063 OLD_FILES+=usr/lib/libasn1.so
3064 OLD_LIBS+=usr/lib/libasn1.so.11
3065 OLD_FILES+=usr/lib/libasn1_p.a
3066 OLD_FILES+=usr/lib/libcom_err.a
3067 OLD_FILES+=usr/lib/libcom_err.so
3068 OLD_LIBS+=usr/lib/libcom_err.so.5
3069 OLD_FILES+=usr/lib/libcom_err_p.a
3070 OLD_FILES+=usr/lib/libgssapi_krb5.a
3071 OLD_FILES+=usr/lib/libgssapi_krb5.so
3072 OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
3073 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
3074 OLD_FILES+=usr/lib/libgssapi_ntlm.a
3075 OLD_FILES+=usr/lib/libgssapi_ntlm.so
3076 OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
3077 OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
3078 OLD_FILES+=usr/lib/libgssapi_spnego.a
3079 OLD_FILES+=usr/lib/libgssapi_spnego.so
3080 OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
3081 OLD_FILES+=usr/lib/libgssapi_spnego_p.a
3082 OLD_FILES+=usr/lib/libhdb.a
3083 OLD_FILES+=usr/lib/libhdb.so
3084 OLD_LIBS+=usr/lib/libhdb.so.11
3085 OLD_FILES+=usr/lib/libhdb_p.a
3086 OLD_FILES+=usr/lib/libheimbase.a
3087 OLD_FILES+=usr/lib/libheimbase.so
3088 OLD_LIBS+=usr/lib/libheimbase.so.11
3089 OLD_FILES+=usr/lib/libheimbase_p.a
3090 OLD_FILES+=usr/lib/libheimntlm.a
3091 OLD_FILES+=usr/lib/libheimntlm.so
3092 OLD_LIBS+=usr/lib/libheimntlm.so.11
3093 OLD_FILES+=usr/lib/libheimntlm_p.a
3094 OLD_FILES+=usr/lib/libheimsqlite.a
3095 OLD_FILES+=usr/lib/libheimsqlite.so
3096 OLD_LIBS+=usr/lib/libheimsqlite.so.11
3097 OLD_FILES+=usr/lib/libheimsqlite_p.a
3098 OLD_FILES+=usr/lib/libhx509.a
3099 OLD_FILES+=usr/lib/libhx509.so
3100 OLD_LIBS+=usr/lib/libhx509.so.11
3101 OLD_FILES+=usr/lib/libhx509_p.a
3102 OLD_FILES+=usr/lib/libkadm5clnt.a
3103 OLD_FILES+=usr/lib/libkadm5clnt.so
3104 OLD_LIBS+=usr/lib/libkadm5clnt.so.11
3105 OLD_FILES+=usr/lib/libkadm5clnt_p.a
3106 OLD_FILES+=usr/lib/libkadm5srv.a
3107 OLD_FILES+=usr/lib/libkadm5srv.so
3108 OLD_LIBS+=usr/lib/libkadm5srv.so.11
3109 OLD_FILES+=usr/lib/libkadm5srv_p.a
3110 OLD_FILES+=usr/lib/libkafs5.a
3111 OLD_FILES+=usr/lib/libkafs5.so
3112 OLD_LIBS+=usr/lib/libkafs5.so.11
3113 OLD_FILES+=usr/lib/libkafs5_p.a
3114 OLD_FILES+=usr/lib/libkdc.a
3115 OLD_FILES+=usr/lib/libkdc.so
3116 OLD_LIBS+=usr/lib/libkdc.so.11
3117 OLD_FILES+=usr/lib/libkdc_p.a
3118 OLD_FILES+=usr/lib/libkrb5.a
3119 OLD_FILES+=usr/lib/libkrb5.so
3120 OLD_LIBS+=usr/lib/libkrb5.so.11
3121 OLD_FILES+=usr/lib/libkrb5_p.a
3122 OLD_FILES+=usr/lib/libroken.a
3123 OLD_FILES+=usr/lib/libroken.so
3124 OLD_LIBS+=usr/lib/libroken.so.11
3125 OLD_FILES+=usr/lib/libroken_p.a
3126 OLD_FILES+=usr/lib/libwind.a
3127 OLD_FILES+=usr/lib/libwind.so
3128 OLD_LIBS+=usr/lib/libwind.so.11
3129 OLD_FILES+=usr/lib/libwind_p.a
3130 OLD_FILES+=usr/lib/pam_krb5.so
3131 OLD_LIBS+=usr/lib/pam_krb5.so.5
3132 OLD_FILES+=usr/lib/pam_ksu.so
3133 OLD_LIBS+=usr/lib/pam_ksu.so.5
3134 OLD_FILES+=usr/lib/private/libheimipcc.a
3135 OLD_FILES+=usr/lib/private/libheimipcc.so
3136 OLD_LIBS+=usr/lib/private/libheimipcc.so.11
3137 OLD_FILES+=usr/lib/private/libheimipcc_p.a
3138 OLD_FILES+=usr/lib/private/libheimipcs.a
3139 OLD_FILES+=usr/lib/private/libheimipcs.so
3140 OLD_LIBS+=usr/lib/private/libheimipcs.so.11
3141 OLD_FILES+=usr/lib/private/libheimipcs_p.a
3142 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3143 OLD_FILES+=usr/lib32/libasn1.a
3144 OLD_FILES+=usr/lib32/libasn1.so
3145 OLD_LIBS+=usr/lib32/libasn1.so.11
3146 OLD_FILES+=usr/lib32/libasn1_p.a
3147 OLD_FILES+=usr/lib32/libgssapi_krb5.a
3148 OLD_FILES+=usr/lib32/libgssapi_krb5.so
3149 OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10
3150 OLD_FILES+=usr/lib32/libgssapi_krb5_p.a
3151 OLD_FILES+=usr/lib32/libgssapi_ntlm.a
3152 OLD_FILES+=usr/lib32/libgssapi_ntlm.so
3153 OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10
3154 OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a
3155 OLD_FILES+=usr/lib32/libgssapi_spnego.a
3156 OLD_FILES+=usr/lib32/libgssapi_spnego.so
3157 OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10
3158 OLD_FILES+=usr/lib32/libgssapi_spnego_p.a
3159 OLD_FILES+=usr/lib32/libhdb.a
3160 OLD_FILES+=usr/lib32/libhdb.so
3161 OLD_LIBS+=usr/lib32/libhdb.so.11
3162 OLD_FILES+=usr/lib32/libhdb_p.a
3163 OLD_FILES+=usr/lib32/libheimbase.a
3164 OLD_FILES+=usr/lib32/libheimbase.so
3165 OLD_LIBS+=usr/lib32/libheimbase.so.11
3166 OLD_FILES+=usr/lib32/libheimbase_p.a
3167 OLD_FILES+=usr/lib32/libheimntlm.a
3168 OLD_FILES+=usr/lib32/libheimntlm.so
3169 OLD_LIBS+=usr/lib32/libheimntlm.so.11
3170 OLD_FILES+=usr/lib32/libheimntlm_p.a
3171 OLD_FILES+=usr/lib32/libheimsqlite.a
3172 OLD_FILES+=usr/lib32/libheimsqlite.so
3173 OLD_LIBS+=usr/lib32/libheimsqlite.so.11
3174 OLD_FILES+=usr/lib32/libheimsqlite_p.a
3175 OLD_FILES+=usr/lib32/libhx509.a
3176 OLD_FILES+=usr/lib32/libhx509.so
3177 OLD_LIBS+=usr/lib32/libhx509.so.11
3178 OLD_FILES+=usr/lib32/libhx509_p.a
3179 OLD_FILES+=usr/lib32/libkadm5clnt.a
3180 OLD_FILES+=usr/lib32/libkadm5clnt.so
3181 OLD_LIBS+=usr/lib32/libkadm5clnt.so.11
3182 OLD_FILES+=usr/lib32/libkadm5clnt_p.a
3183 OLD_FILES+=usr/lib32/libkadm5srv.a
3184 OLD_FILES+=usr/lib32/libkadm5srv.so
3185 OLD_LIBS+=usr/lib32/libkadm5srv.so.11
3186 OLD_FILES+=usr/lib32/libkadm5srv_p.a
3187 OLD_FILES+=usr/lib32/libkafs5.a
3188 OLD_FILES+=usr/lib32/libkafs5.so
3189 OLD_LIBS+=usr/lib32/libkafs5.so.11
3190 OLD_FILES+=usr/lib32/libkafs5_p.a
3191 OLD_FILES+=usr/lib32/libkdc.a
3192 OLD_FILES+=usr/lib32/libkdc.so
3193 OLD_LIBS+=usr/lib32/libkdc.so.11
3194 OLD_FILES+=usr/lib32/libkdc_p.a
3195 OLD_FILES+=usr/lib32/libkrb5.a
3196 OLD_FILES+=usr/lib32/libkrb5.so
3197 OLD_LIBS+=usr/lib32/libkrb5.so.11
3198 OLD_FILES+=usr/lib32/libkrb5_p.a
3199 OLD_FILES+=usr/lib32/libroken.a
3200 OLD_FILES+=usr/lib32/libroken.so
3201 OLD_LIBS+=usr/lib32/libroken.so.11
3202 OLD_FILES+=usr/lib32/libroken_p.a
3203 OLD_FILES+=usr/lib32/libwind.a
3204 OLD_FILES+=usr/lib32/libwind.so
3205 OLD_LIBS+=usr/lib32/libwind.so.11
3206 OLD_FILES+=usr/lib32/libwind_p.a
3207 OLD_FILES+=usr/lib32/pam_krb5.so
3208 OLD_LIBS+=usr/lib32/pam_krb5.so.5
3209 OLD_FILES+=usr/lib32/pam_ksu.so
3210 OLD_LIBS+=usr/lib32/pam_ksu.so.5
3211 OLD_FILES+=usr/lib32/private/libheimipcc.a
3212 OLD_FILES+=usr/lib32/private/libheimipcc.so
3213 OLD_LIBS+=usr/lib32/private/libheimipcc.so.11
3214 OLD_FILES+=usr/lib32/private/libheimipcc_p.a
3215 OLD_FILES+=usr/lib32/private/libheimipcs.a
3216 OLD_FILES+=usr/lib32/private/libheimipcs.so
3217 OLD_LIBS+=usr/lib32/private/libheimipcs.so.11
3218 OLD_FILES+=usr/lib32/private/libheimipcs_p.a
3219 .endif
3220 OLD_FILES+=usr/libexec/digest-service
3221 OLD_FILES+=usr/libexec/hprop
3222 OLD_FILES+=usr/libexec/hpropd
3223 OLD_FILES+=usr/libexec/ipropd-master
3224 OLD_FILES+=usr/libexec/ipropd-slave
3225 OLD_FILES+=usr/libexec/kadmind
3226 OLD_FILES+=usr/libexec/kcm
3227 OLD_FILES+=usr/libexec/kdc
3228 OLD_FILES+=usr/libexec/kdigest
3229 OLD_FILES+=usr/libexec/kfd
3230 OLD_FILES+=usr/libexec/kimpersonate
3231 OLD_FILES+=usr/libexec/kpasswdd
3232 OLD_FILES+=usr/sbin/kstash
3233 OLD_FILES+=usr/sbin/ktutil
3234 OLD_FILES+=usr/sbin/iprop-log
3235 OLD_FILES+=usr/share/info/heimdal.info.gz
3236 OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
3237 OLD_FILES+=usr/share/man/man1/kf.1.gz
3238 OLD_FILES+=usr/share/man/man1/kinit.1.gz
3239 OLD_FILES+=usr/share/man/man1/klist.1.gz
3240 OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
3241 OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
3242 OLD_FILES+=usr/share/man/man1/kswitch.1.gz
3243 OLD_FILES+=usr/share/man/man3/HDB.3.gz
3244 OLD_FILES+=usr/share/man/man3/hdb__del.3.gz
3245 OLD_FILES+=usr/share/man/man3/hdb__get.3.gz
3246 OLD_FILES+=usr/share/man/man3/hdb__put.3.gz
3247 OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz
3248 OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz
3249 OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz
3250 OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz
3251 OLD_FILES+=usr/share/man/man3/hdb_close.3.gz
3252 OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz
3253 OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz
3254 OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz
3255 OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz
3256 OLD_FILES+=usr/share/man/man3/hdb_free.3.gz
3257 OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz
3258 OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz
3259 OLD_FILES+=usr/share/man/man3/hdb_name.3.gz
3260 OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz
3261 OLD_FILES+=usr/share/man/man3/hdb_open.3.gz
3262 OLD_FILES+=usr/share/man/man3/hdb_password.3.gz
3263 OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz
3264 OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz
3265 OLD_FILES+=usr/share/man/man3/hdb_store.3.gz
3266 OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz
3267 OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz
3268 OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz
3269 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz
3270 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz
3271 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz
3272 OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz
3273 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz
3274 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz
3275 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz
3276 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz
3277 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz
3278 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz
3279 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz
3280 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz
3281 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz
3282 OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz
3283 OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz
3284 OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz
3285 OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz
3286 OLD_FILES+=usr/share/man/man3/hx509.3.gz
3287 OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz
3288 OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz
3289 OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz
3290 OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz
3291 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz
3292 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz
3293 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz
3294 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz
3295 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz
3296 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz
3297 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz
3298 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz
3299 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz
3300 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz
3301 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz
3302 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz
3303 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz
3304 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz
3305 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz
3306 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz
3307 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz
3308 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz
3309 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz
3310 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz
3311 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz
3312 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz
3313 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz
3314 OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz
3315 OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz
3316 OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz
3317 OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz
3318 OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz
3319 OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz
3320 OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz
3321 OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz
3322 OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz
3323 OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz
3324 OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz
3325 OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz
3326 OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz
3327 OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz
3328 OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz
3329 OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz
3330 OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz
3331 OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz
3332 OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz
3333 OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz
3334 OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz
3335 OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz
3336 OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz
3337 OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz
3338 OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz
3339 OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz
3340 OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz
3341 OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz
3342 OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz
3343 OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz
3344 OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz
3345 OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz
3346 OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz
3347 OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz
3348 OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz
3349 OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz
3350 OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz
3351 OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz
3352 OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz
3353 OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz
3354 OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz
3355 OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz
3356 OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz
3357 OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz
3358 OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz
3359 OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz
3360 OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz
3361 OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz
3362 OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz
3363 OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz
3364 OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz
3365 OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz
3366 OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz
3367 OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz
3368 OLD_FILES+=usr/share/man/man3/hx509_env.3.gz
3369 OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz
3370 OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz
3371 OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz
3372 OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz
3373 OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz
3374 OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz
3375 OLD_FILES+=usr/share/man/man3/hx509_err.3.gz
3376 OLD_FILES+=usr/share/man/man3/hx509_error.3.gz
3377 OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz
3378 OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz
3379 OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz
3380 OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz
3381 OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz
3382 OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz
3383 OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz
3384 OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz
3385 OLD_FILES+=usr/share/man/man3/hx509_name.3.gz
3386 OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz
3387 OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz
3388 OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz
3389 OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz
3390 OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz
3391 OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz
3392 OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz
3393 OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz
3394 OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz
3395 OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz
3396 OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz
3397 OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz
3398 OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz
3399 OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz
3400 OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz
3401 OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz
3402 OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz
3403 OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz
3404 OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz
3405 OLD_FILES+=usr/share/man/man3/hx509_print.3.gz
3406 OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz
3407 OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz
3408 OLD_FILES+=usr/share/man/man3/hx509_query.3.gz
3409 OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz
3410 OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz
3411 OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz
3412 OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz
3413 OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz
3414 OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz
3415 OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz
3416 OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz
3417 OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz
3418 OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz
3419 OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz
3420 OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz
3421 OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz
3422 OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz
3423 OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz
3424 OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz
3425 OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz
3426 OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz
3427 OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz
3428 OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz
3429 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz
3430 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz
3431 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz
3432 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz
3433 OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz
3434 OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz
3435 OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz
3436 OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz
3437 OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz
3438 OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz
3439 OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz
3440 OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz
3441 OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz
3442 OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz
3443 OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz
3444 OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz
3445 OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz
3446 OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz
3447 OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
3448 OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
3449 OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
3450 OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
3451 OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
3452 OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz
3453 OLD_FILES+=usr/share/man/man3/kafs.3.gz
3454 OLD_FILES+=usr/share/man/man3/kafs5.3.gz
3455 OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
3456 OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
3457 OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
3458 OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
3459 OLD_FILES+=usr/share/man/man3/krb5.3.gz
3460 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
3461 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz
3462 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
3463 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
3464 OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
3465 OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz
3466 OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
3467 OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz
3468 OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz
3469 OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz
3470 OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz
3471 OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
3472 OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
3473 OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
3474 OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
3475 OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
3476 OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
3477 OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz
3478 OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
3479 OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
3480 OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
3481 OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz
3482 OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
3483 OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
3484 OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
3485 OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
3486 OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
3487 OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
3488 OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
3489 OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz
3490 OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
3491 OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
3492 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
3493 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
3494 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
3495 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
3496 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
3497 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
3498 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
3499 OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
3500 OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
3501 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
3502 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
3503 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
3504 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
3505 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
3506 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
3507 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
3508 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
3509 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
3510 OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
3511 OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
3512 OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
3513 OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
3514 OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
3515 OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
3516 OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
3517 OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
3518 OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
3519 OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
3520 OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
3521 OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
3522 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
3523 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
3524 OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz
3525 OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
3526 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz
3527 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz
3528 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz
3529 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz
3530 OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz
3531 OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
3532 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
3533 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz
3534 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz
3535 OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
3536 OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
3537 OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
3538 OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
3539 OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
3540 OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz
3541 OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz
3542 OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz
3543 OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz
3544 OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz
3545 OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz
3546 OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
3547 OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
3548 OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz
3549 OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
3550 OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
3551 OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
3552 OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
3553 OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz
3554 OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz
3555 OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz
3556 OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
3557 OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
3558 OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
3559 OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
3560 OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
3561 OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz
3562 OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
3563 OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
3564 OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz
3565 OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz
3566 OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz
3567 OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
3568 OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz
3569 OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz
3570 OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
3571 OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz
3572 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz
3573 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz
3574 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz
3575 OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz
3576 OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz
3577 OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
3578 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
3579 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
3580 OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
3581 OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz
3582 OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz
3583 OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz
3584 OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
3585 OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
3586 OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz
3587 OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz
3588 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz
3589 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
3590 OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz
3591 OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz
3592 OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
3593 OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz
3594 OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz
3595 OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
3596 OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz
3597 OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz
3598 OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz
3599 OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz
3600 OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz
3601 OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz
3602 OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz
3603 OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz
3604 OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz
3605 OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz
3606 OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
3607 OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
3608 OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz
3609 OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz
3610 OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz
3611 OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
3612 OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz
3613 OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz
3614 OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz
3615 OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
3616 OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz
3617 OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
3618 OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz
3619 OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz
3620 OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
3621 OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz
3622 OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz
3623 OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
3624 OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz
3625 OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz
3626 OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz
3627 OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz
3628 OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz
3629 OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
3630 OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz
3631 OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
3632 OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz
3633 OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
3634 OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz
3635 OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
3636 OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
3637 OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
3638 OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
3639 OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
3640 OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz
3641 OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz
3642 OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
3643 OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz
3644 OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
3645 OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
3646 OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
3647 OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz
3648 OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz
3649 OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz
3650 OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz
3651 OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz
3652 OLD_FILES+=usr/share/man/man3/krb5_error.3.gz
3653 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
3654 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz
3655 OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
3656 OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz
3657 OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
3658 OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
3659 OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
3660 OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz
3661 OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
3662 OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz
3663 OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz
3664 OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz
3665 OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
3666 OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
3667 OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz
3668 OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
3669 OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz
3670 OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz
3671 OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
3672 OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
3673 OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz
3674 OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz
3675 OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz
3676 OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
3677 OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz
3678 OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz
3679 OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
3680 OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
3681 OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz
3682 OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz
3683 OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
3684 OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
3685 OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz
3686 OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz
3687 OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
3688 OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
3689 OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
3690 OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz
3691 OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz
3692 OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz
3693 OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
3694 OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
3695 OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz
3696 OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
3697 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz
3698 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz
3699 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz
3700 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
3701 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz
3702 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz
3703 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz
3704 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz
3705 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz
3706 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz
3707 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz
3708 OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz
3709 OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
3710 OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
3711 OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
3712 OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
3713 OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz
3714 OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz
3715 OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz
3716 OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
3717 OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
3718 OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
3719 OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz
3720 OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
3721 OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz
3722 OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz
3723 OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz
3724 OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz
3725 OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz
3726 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz
3727 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz
3728 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz
3729 OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz
3730 OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz
3731 OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
3732 OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz
3733 OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz
3734 OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
3735 OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz
3736 OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz
3737 OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz
3738 OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz
3739 OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
3740 OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz
3741 OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz
3742 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz
3743 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz
3744 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz
3745 OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
3746 OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
3747 OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
3748 OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
3749 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
3750 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
3751 OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
3752 OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
3753 OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
3754 OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
3755 OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
3756 OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
3757 OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz
3758 OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
3759 OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz
3760 OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
3761 OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
3762 OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
3763 OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz
3764 OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
3765 OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
3766 OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz
3767 OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
3768 OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
3769 OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
3770 OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
3771 OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
3772 OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
3773 OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
3774 OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
3775 OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
3776 OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
3777 OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
3778 OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
3779 OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
3780 OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
3781 OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
3782 OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
3783 OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz
3784 OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz
3785 OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz
3786 OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
3787 OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
3788 OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
3789 OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
3790 OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz
3791 OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz
3792 OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz
3793 OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
3794 OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
3795 OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
3796 OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
3797 OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
3798 OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
3799 OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz
3800 OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
3801 OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
3802 OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz
3803 OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz
3804 OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
3805 OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz
3806 OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
3807 OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
3808 OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz
3809 OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
3810 OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
3811 OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz
3812 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz
3813 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz
3814 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz
3815 OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz
3816 OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz
3817 OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
3818 OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
3819 OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz
3820 OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz
3821 OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz
3822 OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz
3823 OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz
3824 OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz
3825 OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz
3826 OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz
3827 OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz
3828 OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz
3829 OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz
3830 OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz
3831 OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz
3832 OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz
3833 OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz
3834 OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz
3835 OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz
3836 OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz
3837 OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz
3838 OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
3839 OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz
3840 OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz
3841 OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz
3842 OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz
3843 OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz
3844 OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz
3845 OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz
3846 OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz
3847 OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz
3848 OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
3849 OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz
3850 OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz
3851 OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
3852 OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
3853 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
3854 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
3855 OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
3856 OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
3857 OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz
3858 OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz
3859 OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz
3860 OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz
3861 OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz
3862 OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz
3863 OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz
3864 OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz
3865 OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz
3866 OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz
3867 OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz
3868 OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz
3869 OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz
3870 OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz
3871 OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz
3872 OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz
3873 OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz
3874 OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz
3875 OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz
3876 OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz
3877 OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz
3878 OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz
3879 OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz
3880 OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz
3881 OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz
3882 OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz
3883 OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz
3884 OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz
3885 OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz
3886 OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz
3887 OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz
3888 OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz
3889 OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz
3890 OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz
3891 OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz
3892 OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz
3893 OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
3894 OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz
3895 OLD_FILES+=usr/share/man/man3/krb5_support.3.gz
3896 OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
3897 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz
3898 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz
3899 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz
3900 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz
3901 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz
3902 OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
3903 OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
3904 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
3905 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
3906 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
3907 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
3908 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
3909 OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
3910 OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz
3911 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
3912 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz
3913 OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
3914 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
3915 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
3916 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
3917 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
3918 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
3919 OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
3920 OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
3921 OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
3922 OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
3923 OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
3924 OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz
3925 OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
3926 OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
3927 OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
3928 OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz
3929 OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz
3930 OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz
3931 OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz
3932 OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz
3933 OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
3934 OLD_FILES+=usr/share/man/man8/hprop.8.gz
3935 OLD_FILES+=usr/share/man/man8/hpropd.8.gz
3936 OLD_FILES+=usr/share/man/man8/iprop-log.8.gz
3937 OLD_FILES+=usr/share/man/man8/iprop.8.gz
3938 OLD_FILES+=usr/share/man/man8/kadmin.8.gz
3939 OLD_FILES+=usr/share/man/man8/kadmind.8.gz
3940 OLD_FILES+=usr/share/man/man8/kcm.8.gz
3941 OLD_FILES+=usr/share/man/man8/kdc.8.gz
3942 OLD_FILES+=usr/share/man/man8/kdigest.8.gz
3943 OLD_FILES+=usr/share/man/man8/kerberos.8.gz
3944 OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz
3945 OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
3946 OLD_FILES+=usr/share/man/man8/kstash.8.gz
3947 OLD_FILES+=usr/share/man/man8/ktutil.8.gz
3948 OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
3949 OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
3950 OLD_FILES+=usr/share/man/man8/string2key.8.gz
3951 OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3952 .endif
3953
3954 .if ${MK_KERBEROS_SUPPORT} == no
3955 OLD_FILES+=usr/bin/compile_et
3956 OLD_FILES+=usr/include/com_err.h
3957 OLD_FILES+=usr/include/com_right.h
3958 OLD_FILES+=usr/lib/libcom_err.a
3959 OLD_FILES+=usr/lib/libcom_err.so
3960 OLD_LIBS+=usr/lib/libcom_err.so.5
3961 OLD_FILES+=usr/lib/libcom_err_p.a
3962 OLD_FILES+=usr/lib32/libcom_err.a
3963 OLD_FILES+=usr/lib32/libcom_err.so
3964 OLD_LIBS+=usr/lib32/libcom_err.so.5
3965 OLD_FILES+=usr/lib32/libcom_err_p.a
3966 OLD_FILES+=usr/share/man/man1/compile_et.1.gz
3967 OLD_FILES+=usr/share/man/man3/com_err.3.gz
3968 .endif
3969
3970 .if ${MK_LDNS} == no
3971 OLD_FILES+=usr/lib/private/libldns.a
3972 OLD_FILES+=usr/lib/private/libldns.so
3973 OLD_LIBS+=usr/lib/private/libldns.so.5
3974 OLD_FILES+=usr/lib/private/libldns_p.a
3975 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3976 OLD_FILES+=usr/lib32/private/libldns.a
3977 OLD_FILES+=usr/lib32/private/libldns.so
3978 OLD_LIBS+=usr/lib32/private/libldns.so.5
3979 OLD_FILES+=usr/lib32/private/libldns_p.a
3980 .endif
3981 .endif
3982
3983 .if ${MK_LDNS_UTILS} == no
3984 OLD_FILES+=usr/bin/drill
3985 OLD_FILES+=usr/share/man/man1/drill.1.gz
3986 OLD_FILES+=usr/bin/host
3987 OLD_FILES+=usr/share/man/man1/host.1.gz
3988 .endif
3989
3990 .if ${MK_LEGACY_CONSOLE} == no
3991 OLD_FILES+=usr/sbin/kbdcontrol
3992 OLD_FILES+=usr/sbin/kbdmap
3993 OLD_FILES+=usr/sbin/moused
3994 OLD_FILES+=usr/sbin/vidcontrol
3995 OLD_FILES+=usr/sbin/vidfont
3996 OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz
3997 OLD_FILES+=usr/share/man/man1/kbdmap.1.gz
3998 OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz
3999 OLD_FILES+=usr/share/man/man1/vidfont.1.gz
4000 OLD_FILES+=usr/share/man/man5/kbdmap.5.gz
4001 OLD_FILES+=usr/share/man/man5/keymap.5.gz
4002 OLD_FILES+=usr/share/man/man8/moused.8.gz
4003 .endif
4004
4005 .if ${MK_LIB32} == no
4006 OLD_FILES+=etc/mtree/BSD.lib32.dist
4007 OLD_FILES+=libexec/ld-elf32.so.1
4008 .  if exists(${DESTDIR}/usr/lib32)
4009 LIB32_DIRS!=find ${DESTDIR}/usr/lib32 -type d \
4010     | sed -e 's,^${DESTDIR}/,,'; echo
4011 LIB32_FILES!=find ${DESTDIR}/usr/lib32 \! -type d \
4012     \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4013 LIB32_LIBS!=find ${DESTDIR}/usr/lib32 \! -type d \
4014     -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4015 OLD_DIRS+=${LIB32_DIRS}
4016 OLD_FILES+=${LIB32_FILES}
4017 OLD_LIBS+=${LIB32_LIBS}
4018 .  endif
4019 .  if ${MK_DEBUG_FILES} == no
4020 .    if exists(${DESTDIR}/usr/lib/debug/usr/lib32)
4021 DEBUG_LIB32_DIRS!=find ${DESTDIR}/usr/lib/debug/usr/lib32 -type d \
4022     | sed -e 's,^${DESTDIR}/,,'; echo
4023 DEBUG_LIB32_FILES!=find ${DESTDIR}/usr/lib/debug/usr/lib32 \! -type d \
4024     \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4025 DEBUG_LIB32_LIBS!=find ${DESTDIR}/usr/lib/debug/usr/lib32 \! -type d \
4026     -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4027 OLD_DIRS+=${DEBUG_LIB32_DIRS}
4028 OLD_FILES+=${DEBUG_LIB32_FILES}
4029 OLD_LIBS+=${DEBUG_LIB32_LIBS}
4030 .    endif
4031 .  endif
4032 .endif
4033
4034 .if ${MK_LIBCPLUSPLUS} == no
4035 OLD_LIBS+=lib/libcxxrt.so.1
4036 OLD_FILES+=usr/lib/libc++.a
4037 OLD_FILES+=usr/lib/libc++_p.a
4038 OLD_FILES+=usr/lib/libc++.so
4039 OLD_LIBS+=usr/lib/libc++.so.1
4040 OLD_FILES+=usr/lib/libcxxrt.a
4041 OLD_FILES+=usr/lib/libcxxrt.so
4042 OLD_FILES+=usr/lib/libcxxrt_p.a
4043 OLD_FILES+=usr/include/c++/v1/__bit_reference
4044 OLD_FILES+=usr/include/c++/v1/__config
4045 OLD_FILES+=usr/include/c++/v1/__debug
4046 OLD_FILES+=usr/include/c++/v1/__functional_03
4047 OLD_FILES+=usr/include/c++/v1/__functional_base
4048 OLD_FILES+=usr/include/c++/v1/__functional_base_03
4049 OLD_FILES+=usr/include/c++/v1/__hash_table
4050 OLD_FILES+=usr/include/c++/v1/__locale
4051 OLD_FILES+=usr/include/c++/v1/__mutex_base
4052 OLD_FILES+=usr/include/c++/v1/__refstring
4053 OLD_FILES+=usr/include/c++/v1/__split_buffer
4054 OLD_FILES+=usr/include/c++/v1/__sso_allocator
4055 OLD_FILES+=usr/include/c++/v1/__std_stream
4056 OLD_FILES+=usr/include/c++/v1/__tree
4057 OLD_FILES+=usr/include/c++/v1/__tuple
4058 OLD_FILES+=usr/include/c++/v1/__undef___deallocate
4059 OLD_FILES+=usr/include/c++/v1/__undef_min_max
4060 OLD_FILES+=usr/include/c++/v1/algorithm
4061 OLD_FILES+=usr/include/c++/v1/array
4062 OLD_FILES+=usr/include/c++/v1/atomic
4063 OLD_FILES+=usr/include/c++/v1/bitset
4064 OLD_FILES+=usr/include/c++/v1/cassert
4065 OLD_FILES+=usr/include/c++/v1/ccomplex
4066 OLD_FILES+=usr/include/c++/v1/cctype
4067 OLD_FILES+=usr/include/c++/v1/cerrno
4068 OLD_FILES+=usr/include/c++/v1/cfenv
4069 OLD_FILES+=usr/include/c++/v1/cfloat
4070 OLD_FILES+=usr/include/c++/v1/chrono
4071 OLD_FILES+=usr/include/c++/v1/cinttypes
4072 OLD_FILES+=usr/include/c++/v1/ciso646
4073 OLD_FILES+=usr/include/c++/v1/climits
4074 OLD_FILES+=usr/include/c++/v1/clocale
4075 OLD_FILES+=usr/include/c++/v1/cmath
4076 OLD_FILES+=usr/include/c++/v1/codecvt
4077 OLD_FILES+=usr/include/c++/v1/complex
4078 OLD_FILES+=usr/include/c++/v1/complex.h
4079 OLD_FILES+=usr/include/c++/v1/condition_variable
4080 OLD_FILES+=usr/include/c++/v1/csetjmp
4081 OLD_FILES+=usr/include/c++/v1/csignal
4082 OLD_FILES+=usr/include/c++/v1/cstdarg
4083 OLD_FILES+=usr/include/c++/v1/cstdbool
4084 OLD_FILES+=usr/include/c++/v1/cstddef
4085 OLD_FILES+=usr/include/c++/v1/cstdint
4086 OLD_FILES+=usr/include/c++/v1/cstdio
4087 OLD_FILES+=usr/include/c++/v1/cstdlib
4088 OLD_FILES+=usr/include/c++/v1/cstring
4089 OLD_FILES+=usr/include/c++/v1/ctgmath
4090 OLD_FILES+=usr/include/c++/v1/ctime
4091 OLD_FILES+=usr/include/c++/v1/cwchar
4092 OLD_FILES+=usr/include/c++/v1/cwctype
4093 OLD_FILES+=usr/include/c++/v1/cxxabi.h
4094 OLD_FILES+=usr/include/c++/v1/deque
4095 OLD_FILES+=usr/include/c++/v1/exception
4096 OLD_FILES+=usr/include/c++/v1/experimental/__config
4097 OLD_FILES+=usr/include/c++/v1/experimental/chrono
4098 OLD_FILES+=usr/include/c++/v1/experimental/dynarray
4099 OLD_FILES+=usr/include/c++/v1/experimental/dynarray
4100 OLD_FILES+=usr/include/c++/v1/experimental/optional
4101 OLD_FILES+=usr/include/c++/v1/experimental/ratio
4102 OLD_FILES+=usr/include/c++/v1/experimental/string_view
4103 OLD_FILES+=usr/include/c++/v1/experimental/system_error
4104 OLD_FILES+=usr/include/c++/v1/experimental/tuple
4105 OLD_FILES+=usr/include/c++/v1/experimental/type_traits
4106 OLD_FILES+=usr/include/c++/v1/experimental/utility
4107 OLD_FILES+=usr/include/c++/v1/ext/__hash
4108 OLD_FILES+=usr/include/c++/v1/ext/hash_map
4109 OLD_FILES+=usr/include/c++/v1/ext/hash_set
4110 OLD_FILES+=usr/include/c++/v1/forward_list
4111 OLD_FILES+=usr/include/c++/v1/fstream
4112 OLD_FILES+=usr/include/c++/v1/functional
4113 OLD_FILES+=usr/include/c++/v1/future
4114 OLD_FILES+=usr/include/c++/v1/initializer_list
4115 OLD_FILES+=usr/include/c++/v1/iomanip
4116 OLD_FILES+=usr/include/c++/v1/ios
4117 OLD_FILES+=usr/include/c++/v1/iosfwd
4118 OLD_FILES+=usr/include/c++/v1/iostream
4119 OLD_FILES+=usr/include/c++/v1/istream
4120 OLD_FILES+=usr/include/c++/v1/iterator
4121 OLD_FILES+=usr/include/c++/v1/limits
4122 OLD_FILES+=usr/include/c++/v1/list
4123 OLD_FILES+=usr/include/c++/v1/locale
4124 OLD_FILES+=usr/include/c++/v1/map
4125 OLD_FILES+=usr/include/c++/v1/memory
4126 OLD_FILES+=usr/include/c++/v1/mutex
4127 OLD_FILES+=usr/include/c++/v1/new
4128 OLD_FILES+=usr/include/c++/v1/numeric
4129 OLD_FILES+=usr/include/c++/v1/ostream
4130 OLD_FILES+=usr/include/c++/v1/queue
4131 OLD_FILES+=usr/include/c++/v1/random
4132 OLD_FILES+=usr/include/c++/v1/ratio
4133 OLD_FILES+=usr/include/c++/v1/regex
4134 OLD_FILES+=usr/include/c++/v1/scoped_allocator
4135 OLD_FILES+=usr/include/c++/v1/set
4136 OLD_FILES+=usr/include/c++/v1/shared_mutex
4137 OLD_FILES+=usr/include/c++/v1/sstream
4138 OLD_FILES+=usr/include/c++/v1/stack
4139 OLD_FILES+=usr/include/c++/v1/stdexcept
4140 OLD_FILES+=usr/include/c++/v1/streambuf
4141 OLD_FILES+=usr/include/c++/v1/string
4142 OLD_FILES+=usr/include/c++/v1/strstream
4143 OLD_FILES+=usr/include/c++/v1/system_error
4144 OLD_FILES+=usr/include/c++/v1/tgmath.h
4145 OLD_FILES+=usr/include/c++/v1/thread
4146 OLD_FILES+=usr/include/c++/v1/tr1/__bit_reference
4147 OLD_FILES+=usr/include/c++/v1/tr1/__config
4148 OLD_FILES+=usr/include/c++/v1/tr1/__debug
4149 OLD_FILES+=usr/include/c++/v1/tr1/__functional_03
4150 OLD_FILES+=usr/include/c++/v1/tr1/__functional_base
4151 OLD_FILES+=usr/include/c++/v1/tr1/__functional_base_03
4152 OLD_FILES+=usr/include/c++/v1/tr1/__hash_table
4153 OLD_FILES+=usr/include/c++/v1/tr1/__locale
4154 OLD_FILES+=usr/include/c++/v1/tr1/__mutex_base
4155 OLD_FILES+=usr/include/c++/v1/tr1/__refstring
4156 OLD_FILES+=usr/include/c++/v1/tr1/__split_buffer
4157 OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator
4158 OLD_FILES+=usr/include/c++/v1/tr1/__std_stream
4159 OLD_FILES+=usr/include/c++/v1/tr1/__tree
4160 OLD_FILES+=usr/include/c++/v1/tr1/__tuple
4161 OLD_FILES+=usr/include/c++/v1/tr1/__tuple_03
4162 OLD_FILES+=usr/include/c++/v1/tr1/__undef_min_max
4163 OLD_FILES+=usr/include/c++/v1/tr1/algorithm
4164 OLD_FILES+=usr/include/c++/v1/tr1/array
4165 OLD_FILES+=usr/include/c++/v1/tr1/atomic
4166 OLD_FILES+=usr/include/c++/v1/tr1/bitset
4167 OLD_FILES+=usr/include/c++/v1/tr1/cassert
4168 OLD_FILES+=usr/include/c++/v1/tr1/ccomplex
4169 OLD_FILES+=usr/include/c++/v1/tr1/cctype
4170 OLD_FILES+=usr/include/c++/v1/tr1/cerrno
4171 OLD_FILES+=usr/include/c++/v1/tr1/cfenv
4172 OLD_FILES+=usr/include/c++/v1/tr1/cfloat
4173 OLD_FILES+=usr/include/c++/v1/tr1/chrono
4174 OLD_FILES+=usr/include/c++/v1/tr1/cinttypes
4175 OLD_FILES+=usr/include/c++/v1/tr1/ciso646
4176 OLD_FILES+=usr/include/c++/v1/tr1/climits
4177 OLD_FILES+=usr/include/c++/v1/tr1/clocale
4178 OLD_FILES+=usr/include/c++/v1/tr1/cmath
4179 OLD_FILES+=usr/include/c++/v1/tr1/codecvt
4180 OLD_FILES+=usr/include/c++/v1/tr1/complex
4181 OLD_FILES+=usr/include/c++/v1/tr1/complex.h
4182 OLD_FILES+=usr/include/c++/v1/tr1/condition_variable
4183 OLD_FILES+=usr/include/c++/v1/tr1/csetjmp
4184 OLD_FILES+=usr/include/c++/v1/tr1/csignal
4185 OLD_FILES+=usr/include/c++/v1/tr1/cstdarg
4186 OLD_FILES+=usr/include/c++/v1/tr1/cstdbool
4187 OLD_FILES+=usr/include/c++/v1/tr1/cstddef
4188 OLD_FILES+=usr/include/c++/v1/tr1/cstdint
4189 OLD_FILES+=usr/include/c++/v1/tr1/cstdio
4190 OLD_FILES+=usr/include/c++/v1/tr1/cstdlib
4191 OLD_FILES+=usr/include/c++/v1/tr1/cstring
4192 OLD_FILES+=usr/include/c++/v1/tr1/ctgmath
4193 OLD_FILES+=usr/include/c++/v1/tr1/ctime
4194 OLD_FILES+=usr/include/c++/v1/tr1/cwchar
4195 OLD_FILES+=usr/include/c++/v1/tr1/cwctype
4196 OLD_FILES+=usr/include/c++/v1/tr1/deque
4197 OLD_FILES+=usr/include/c++/v1/tr1/exception
4198 OLD_FILES+=usr/include/c++/v1/tr1/forward_list
4199 OLD_FILES+=usr/include/c++/v1/tr1/fstream
4200 OLD_FILES+=usr/include/c++/v1/tr1/functional
4201 OLD_FILES+=usr/include/c++/v1/tr1/future
4202 OLD_FILES+=usr/include/c++/v1/tr1/initializer_list
4203 OLD_FILES+=usr/include/c++/v1/tr1/iomanip
4204 OLD_FILES+=usr/include/c++/v1/tr1/ios
4205 OLD_FILES+=usr/include/c++/v1/tr1/iosfwd
4206 OLD_FILES+=usr/include/c++/v1/tr1/iostream
4207 OLD_FILES+=usr/include/c++/v1/tr1/istream
4208 OLD_FILES+=usr/include/c++/v1/tr1/iterator
4209 OLD_FILES+=usr/include/c++/v1/tr1/limits
4210 OLD_FILES+=usr/include/c++/v1/tr1/list
4211 OLD_FILES+=usr/include/c++/v1/tr1/locale
4212 OLD_FILES+=usr/include/c++/v1/tr1/map
4213 OLD_FILES+=usr/include/c++/v1/tr1/memory
4214 OLD_FILES+=usr/include/c++/v1/tr1/mutex
4215 OLD_FILES+=usr/include/c++/v1/tr1/new
4216 OLD_FILES+=usr/include/c++/v1/tr1/numeric
4217 OLD_FILES+=usr/include/c++/v1/tr1/ostream
4218 OLD_FILES+=usr/include/c++/v1/tr1/queue
4219 OLD_FILES+=usr/include/c++/v1/tr1/random
4220 OLD_FILES+=usr/include/c++/v1/tr1/ratio
4221 OLD_FILES+=usr/include/c++/v1/tr1/regex
4222 OLD_FILES+=usr/include/c++/v1/tr1/scoped_allocator
4223 OLD_FILES+=usr/include/c++/v1/tr1/set
4224 OLD_FILES+=usr/include/c++/v1/tr1/shared_mutex
4225 OLD_FILES+=usr/include/c++/v1/tr1/sstream
4226 OLD_FILES+=usr/include/c++/v1/tr1/stack
4227 OLD_FILES+=usr/include/c++/v1/tr1/stdexcept
4228 OLD_FILES+=usr/include/c++/v1/tr1/streambuf
4229 OLD_FILES+=usr/include/c++/v1/tr1/string
4230 OLD_FILES+=usr/include/c++/v1/tr1/strstream
4231 OLD_FILES+=usr/include/c++/v1/tr1/system_error
4232 OLD_FILES+=usr/include/c++/v1/tr1/tgmath.h
4233 OLD_FILES+=usr/include/c++/v1/tr1/thread
4234 OLD_FILES+=usr/include/c++/v1/tr1/tuple
4235 OLD_FILES+=usr/include/c++/v1/tr1/type_traits
4236 OLD_FILES+=usr/include/c++/v1/tr1/typeindex
4237 OLD_FILES+=usr/include/c++/v1/tr1/typeinfo
4238 OLD_FILES+=usr/include/c++/v1/tr1/unordered_map
4239 OLD_FILES+=usr/include/c++/v1/tr1/unordered_set
4240 OLD_FILES+=usr/include/c++/v1/tr1/utility
4241 OLD_FILES+=usr/include/c++/v1/tr1/valarray
4242 OLD_FILES+=usr/include/c++/v1/tr1/vector
4243 OLD_FILES+=usr/include/c++/v1/tuple
4244 OLD_FILES+=usr/include/c++/v1/type_traits
4245 OLD_FILES+=usr/include/c++/v1/typeindex
4246 OLD_FILES+=usr/include/c++/v1/typeinfo
4247 OLD_FILES+=usr/include/c++/v1/unordered_map
4248 OLD_FILES+=usr/include/c++/v1/unordered_set
4249 OLD_FILES+=usr/include/c++/v1/unwind-arm.h
4250 OLD_FILES+=usr/include/c++/v1/unwind-itanium.h
4251 OLD_FILES+=usr/include/c++/v1/unwind.h
4252 OLD_FILES+=usr/include/c++/v1/utility
4253 OLD_FILES+=usr/include/c++/v1/valarray
4254 OLD_FILES+=usr/include/c++/v1/vector
4255 OLD_FILES+=usr/lib32/libc++.a
4256 OLD_FILES+=usr/lib32/libc++.so
4257 OLD_LIBS+=usr/lib32/libc++.so.1
4258 OLD_FILES+=usr/lib32/libc++_p.a
4259 OLD_FILES+=usr/lib32/libcxxrt.a
4260 OLD_FILES+=usr/lib32/libcxxrt.so
4261 OLD_LIBS+=usr/lib32/libcxxrt.so.1
4262 OLD_FILES+=usr/lib32/libcxxrt_p.a
4263 OLD_DIRS+=usr/include/c++/v1/tr1
4264 OLD_DIRS+=usr/include/c++/v1/experimental
4265 OLD_DIRS+=usr/include/c++/v1/ext
4266 OLD_DIRS+=usr/include/c++/v1
4267 .endif
4268
4269 #.if ${MK_LIBTHR} == no
4270 # to be filled in
4271 #.endif
4272
4273 .if ${MK_LLDB} == no
4274 OLD_FILES+=usr/bin/lldb
4275 OLD_FILES+=usr/share/man/man1/lldb.1.gz
4276 .endif
4277
4278 .if ${MK_LOCALES} == no
4279 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE
4280 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE
4281 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MESSAGES
4282 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MONETARY
4283 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_NUMERIC
4284 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_TIME
4285 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE
4286 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE
4287 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MESSAGES
4288 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MONETARY
4289 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_NUMERIC
4290 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_TIME
4291 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_COLLATE
4292 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_CTYPE
4293 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MESSAGES
4294 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MONETARY
4295 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_NUMERIC
4296 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_TIME
4297 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_COLLATE
4298 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_CTYPE
4299 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MESSAGES
4300 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MONETARY
4301 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_NUMERIC
4302 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_TIME
4303 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_COLLATE
4304 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_CTYPE
4305 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MESSAGES
4306 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MONETARY
4307 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_NUMERIC
4308 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_TIME
4309 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_COLLATE
4310 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_CTYPE
4311 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MESSAGES
4312 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MONETARY
4313 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_NUMERIC
4314 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_TIME
4315 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_COLLATE
4316 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_CTYPE
4317 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MESSAGES
4318 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MONETARY
4319 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_NUMERIC
4320 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_TIME
4321 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_COLLATE
4322 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_CTYPE
4323 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MESSAGES
4324 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MONETARY
4325 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_NUMERIC
4326 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_TIME
4327 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_COLLATE
4328 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_CTYPE
4329 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MESSAGES
4330 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MONETARY
4331 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_NUMERIC
4332 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_TIME
4333 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_COLLATE
4334 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_CTYPE
4335 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MESSAGES
4336 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MONETARY
4337 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_NUMERIC
4338 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_TIME
4339 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_COLLATE
4340 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_CTYPE
4341 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MESSAGES
4342 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MONETARY
4343 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_NUMERIC
4344 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_TIME
4345 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_COLLATE
4346 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_CTYPE
4347 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MESSAGES
4348 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MONETARY
4349 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_NUMERIC
4350 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_TIME
4351 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_COLLATE
4352 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_CTYPE
4353 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MESSAGES
4354 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MONETARY
4355 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_NUMERIC
4356 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_TIME
4357 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_COLLATE
4358 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_CTYPE
4359 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MESSAGES
4360 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MONETARY
4361 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_NUMERIC
4362 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_TIME
4363 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_COLLATE
4364 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_CTYPE
4365 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MESSAGES
4366 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MONETARY
4367 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_NUMERIC
4368 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_TIME
4369 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_COLLATE
4370 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_CTYPE
4371 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MESSAGES
4372 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MONETARY
4373 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_NUMERIC
4374 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_TIME
4375 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_COLLATE
4376 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_CTYPE
4377 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MESSAGES
4378 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MONETARY
4379 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_NUMERIC
4380 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_TIME
4381 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_COLLATE
4382 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_CTYPE
4383 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MESSAGES
4384 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MONETARY
4385 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_NUMERIC
4386 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_TIME
4387 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_COLLATE
4388 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_CTYPE
4389 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MESSAGES
4390 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MONETARY
4391 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_NUMERIC
4392 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_TIME
4393 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_COLLATE
4394 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_CTYPE
4395 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MESSAGES
4396 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MONETARY
4397 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_NUMERIC
4398 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_TIME
4399 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_COLLATE
4400 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_CTYPE
4401 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MESSAGES
4402 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MONETARY
4403 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_NUMERIC
4404 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_TIME
4405 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_COLLATE
4406 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_CTYPE
4407 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MESSAGES
4408 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MONETARY
4409 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_NUMERIC
4410 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_TIME
4411 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_COLLATE
4412 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_CTYPE
4413 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MESSAGES
4414 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MONETARY
4415 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_NUMERIC
4416 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_TIME
4417 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_COLLATE
4418 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_CTYPE
4419 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MESSAGES
4420 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MONETARY
4421 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_NUMERIC
4422 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_TIME
4423 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_COLLATE
4424 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_CTYPE
4425 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MESSAGES
4426 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MONETARY
4427 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_NUMERIC
4428 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_TIME
4429 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_COLLATE
4430 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE
4431 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MESSAGES
4432 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MONETARY
4433 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_NUMERIC
4434 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_TIME
4435 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_COLLATE
4436 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_CTYPE
4437 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MESSAGES
4438 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MONETARY
4439 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_NUMERIC
4440 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_TIME
4441 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_COLLATE
4442 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_CTYPE
4443 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MESSAGES
4444 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MONETARY
4445 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_NUMERIC
4446 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_TIME
4447 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE
4448 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_CTYPE
4449 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MESSAGES
4450 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MONETARY
4451 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_NUMERIC
4452 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_TIME
4453 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_COLLATE
4454 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_CTYPE
4455 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MESSAGES
4456 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MONETARY
4457 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_NUMERIC
4458 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_TIME
4459 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_COLLATE
4460 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_CTYPE
4461 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MESSAGES
4462 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MONETARY
4463 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_NUMERIC
4464 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_TIME
4465 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_COLLATE
4466 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_CTYPE
4467 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MESSAGES
4468 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MONETARY
4469 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_NUMERIC
4470 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_TIME
4471 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_COLLATE
4472 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_CTYPE
4473 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MESSAGES
4474 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MONETARY
4475 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_NUMERIC
4476 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_TIME
4477 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_COLLATE
4478 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_CTYPE
4479 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MESSAGES
4480 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MONETARY
4481 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_NUMERIC
4482 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_TIME
4483 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_COLLATE
4484 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_CTYPE
4485 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MESSAGES
4486 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MONETARY
4487 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_NUMERIC
4488 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_TIME
4489 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_COLLATE
4490 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_CTYPE
4491 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MESSAGES
4492 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MONETARY
4493 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_NUMERIC
4494 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_TIME
4495 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_COLLATE
4496 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_CTYPE
4497 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MESSAGES
4498 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MONETARY
4499 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_NUMERIC
4500 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_TIME
4501 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_COLLATE
4502 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_CTYPE
4503 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MESSAGES
4504 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MONETARY
4505 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_NUMERIC
4506 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_TIME
4507 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_COLLATE
4508 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_CTYPE
4509 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MESSAGES
4510 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MONETARY
4511 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_NUMERIC
4512 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_TIME
4513 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_COLLATE
4514 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_CTYPE
4515 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MESSAGES
4516 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MONETARY
4517 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_NUMERIC
4518 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_TIME
4519 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_COLLATE
4520 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_CTYPE
4521 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MESSAGES
4522 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MONETARY
4523 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_NUMERIC
4524 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_TIME
4525 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_COLLATE
4526 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_CTYPE
4527 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MESSAGES
4528 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MONETARY
4529 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_NUMERIC
4530 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_TIME
4531 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_COLLATE
4532 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_CTYPE
4533 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MESSAGES
4534 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MONETARY
4535 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_NUMERIC
4536 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_TIME
4537 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_COLLATE
4538 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_CTYPE
4539 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MESSAGES
4540 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MONETARY
4541 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_NUMERIC
4542 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_TIME
4543 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_COLLATE
4544 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_CTYPE
4545 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MESSAGES
4546 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MONETARY
4547 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_NUMERIC
4548 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_TIME
4549 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_COLLATE
4550 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_CTYPE
4551 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MESSAGES
4552 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MONETARY
4553 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_NUMERIC
4554 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_TIME
4555 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_COLLATE
4556 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_CTYPE
4557 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MESSAGES
4558 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MONETARY
4559 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_NUMERIC
4560 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_TIME
4561 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_COLLATE
4562 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_CTYPE
4563 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MESSAGES
4564 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MONETARY
4565 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_NUMERIC
4566 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_TIME
4567 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_COLLATE
4568 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_CTYPE
4569 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES
4570 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MONETARY
4571 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_NUMERIC
4572 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_TIME
4573 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_COLLATE
4574 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_CTYPE
4575 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MESSAGES
4576 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MONETARY
4577 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_NUMERIC
4578 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_TIME
4579 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_COLLATE
4580 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_CTYPE
4581 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MESSAGES
4582 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MONETARY
4583 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_NUMERIC
4584 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_TIME
4585 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_COLLATE
4586 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_CTYPE
4587 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MESSAGES
4588 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MONETARY
4589 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_NUMERIC
4590 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_TIME
4591 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_COLLATE
4592 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_CTYPE
4593 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MESSAGES
4594 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MONETARY
4595 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_NUMERIC
4596 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_TIME
4597 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_COLLATE
4598 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_CTYPE
4599 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MESSAGES
4600 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MONETARY
4601 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_NUMERIC
4602 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_TIME
4603 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_COLLATE
4604 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_CTYPE
4605 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MESSAGES
4606 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MONETARY
4607 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_NUMERIC
4608 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_TIME
4609 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_COLLATE
4610 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_CTYPE
4611 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MESSAGES
4612 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MONETARY
4613 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_NUMERIC
4614 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_TIME
4615 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_COLLATE
4616 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_CTYPE
4617 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MESSAGES
4618 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MONETARY
4619 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_NUMERIC
4620 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_TIME
4621 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_COLLATE
4622 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_CTYPE
4623 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MESSAGES
4624 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MONETARY
4625 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_NUMERIC
4626 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_TIME
4627 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_COLLATE
4628 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_CTYPE
4629 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MESSAGES
4630 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MONETARY
4631 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_NUMERIC
4632 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_TIME
4633 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_COLLATE
4634 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_CTYPE
4635 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MESSAGES
4636 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MONETARY
4637 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_NUMERIC
4638 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_TIME
4639 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_COLLATE
4640 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_CTYPE
4641 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MESSAGES
4642 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MONETARY
4643 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_NUMERIC
4644 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_TIME
4645 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_COLLATE
4646 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_CTYPE
4647 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MESSAGES
4648 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MONETARY
4649 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_NUMERIC
4650 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_TIME
4651 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_COLLATE
4652 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_CTYPE
4653 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MESSAGES
4654 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MONETARY
4655 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_NUMERIC
4656 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_TIME
4657 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_COLLATE
4658 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_CTYPE
4659 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MESSAGES
4660 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MONETARY
4661 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_NUMERIC
4662 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_TIME
4663 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_COLLATE
4664 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_CTYPE
4665 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MESSAGES
4666 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MONETARY
4667 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_NUMERIC
4668 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_TIME
4669 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_COLLATE
4670 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_CTYPE
4671 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MESSAGES
4672 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MONETARY
4673 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_NUMERIC
4674 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_TIME
4675 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_COLLATE
4676 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_CTYPE
4677 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MESSAGES
4678 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MONETARY
4679 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_NUMERIC
4680 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_TIME
4681 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_COLLATE
4682 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_CTYPE
4683 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MESSAGES
4684 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MONETARY
4685 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_NUMERIC
4686 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_TIME
4687 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_COLLATE
4688 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_CTYPE
4689 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MESSAGES
4690 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MONETARY
4691 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_NUMERIC
4692 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_TIME
4693 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_COLLATE
4694 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_CTYPE
4695 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MESSAGES
4696 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MONETARY
4697 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_NUMERIC
4698 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_TIME
4699 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_COLLATE
4700 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_CTYPE
4701 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MESSAGES
4702 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MONETARY
4703 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_NUMERIC
4704 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_TIME
4705 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_COLLATE
4706 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_CTYPE
4707 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MESSAGES
4708 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MONETARY
4709 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_NUMERIC
4710 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_TIME
4711 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_COLLATE
4712 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_CTYPE
4713 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MESSAGES
4714 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MONETARY
4715 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_NUMERIC
4716 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_TIME
4717 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_COLLATE
4718 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_CTYPE
4719 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MESSAGES
4720 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MONETARY
4721 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_NUMERIC
4722 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_TIME
4723 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_COLLATE
4724 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_CTYPE
4725 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MESSAGES
4726 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MONETARY
4727 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_NUMERIC
4728 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_TIME
4729 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_COLLATE
4730 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_CTYPE
4731 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MESSAGES
4732 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MONETARY
4733 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_NUMERIC
4734 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_TIME
4735 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_COLLATE
4736 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_CTYPE
4737 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MESSAGES
4738 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MONETARY
4739 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_NUMERIC
4740 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_TIME
4741 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_COLLATE
4742 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_CTYPE
4743 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MESSAGES
4744 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MONETARY
4745 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_NUMERIC
4746 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_TIME
4747 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_COLLATE
4748 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_CTYPE
4749 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MESSAGES
4750 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MONETARY
4751 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_NUMERIC
4752 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_TIME
4753 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_COLLATE
4754 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_CTYPE
4755 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MESSAGES
4756 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MONETARY
4757 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_NUMERIC
4758 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_TIME
4759 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_COLLATE
4760 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_CTYPE
4761 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MESSAGES
4762 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MONETARY
4763 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_NUMERIC
4764 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_TIME
4765 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_COLLATE
4766 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_CTYPE
4767 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MESSAGES
4768 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MONETARY
4769 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_NUMERIC
4770 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_TIME
4771 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_COLLATE
4772 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_CTYPE
4773 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MESSAGES
4774 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MONETARY
4775 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_NUMERIC
4776 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_TIME
4777 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_COLLATE
4778 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_CTYPE
4779 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MESSAGES
4780 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MONETARY
4781 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_NUMERIC
4782 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_TIME
4783 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_COLLATE
4784 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_CTYPE
4785 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MESSAGES
4786 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MONETARY
4787 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_NUMERIC
4788 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_TIME
4789 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_COLLATE
4790 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_CTYPE
4791 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MESSAGES
4792 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MONETARY
4793 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_NUMERIC
4794 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_TIME
4795 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_COLLATE
4796 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_CTYPE
4797 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MESSAGES
4798 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MONETARY
4799 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_NUMERIC
4800 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_TIME
4801 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_COLLATE
4802 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_CTYPE
4803 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MESSAGES
4804 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MONETARY
4805 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_NUMERIC
4806 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_TIME
4807 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_COLLATE
4808 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_CTYPE
4809 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MESSAGES
4810 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MONETARY
4811 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_NUMERIC
4812 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_TIME
4813 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_COLLATE
4814 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_CTYPE
4815 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MESSAGES
4816 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MONETARY
4817 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_NUMERIC
4818 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_TIME
4819 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_COLLATE
4820 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_CTYPE
4821 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MESSAGES
4822 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MONETARY
4823 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_NUMERIC
4824 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_TIME
4825 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_COLLATE
4826 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_CTYPE
4827 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MESSAGES
4828 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MONETARY
4829 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_NUMERIC
4830 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_TIME
4831 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_COLLATE
4832 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_CTYPE
4833 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MESSAGES
4834 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MONETARY
4835 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_NUMERIC
4836 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_TIME
4837 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_COLLATE
4838 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_CTYPE
4839 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MESSAGES
4840 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MONETARY
4841 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_NUMERIC
4842 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_TIME
4843 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_COLLATE
4844 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_CTYPE
4845 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MESSAGES
4846 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MONETARY
4847 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_NUMERIC
4848 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_TIME
4849 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_COLLATE
4850 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_CTYPE
4851 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MESSAGES
4852 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MONETARY
4853 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_NUMERIC
4854 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_TIME
4855 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_COLLATE
4856 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_CTYPE
4857 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MESSAGES
4858 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MONETARY
4859 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_NUMERIC
4860 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_TIME
4861 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_COLLATE
4862 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_CTYPE
4863 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MESSAGES
4864 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MONETARY
4865 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_NUMERIC
4866 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_TIME
4867 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_COLLATE
4868 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_CTYPE
4869 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MESSAGES
4870 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MONETARY
4871 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_NUMERIC
4872 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_TIME
4873 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_COLLATE
4874 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_CTYPE
4875 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MESSAGES
4876 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MONETARY
4877 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_NUMERIC
4878 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_TIME
4879 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_COLLATE
4880 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_CTYPE
4881 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MESSAGES
4882 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MONETARY
4883 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_NUMERIC
4884 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_TIME
4885 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_COLLATE
4886 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_CTYPE
4887 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MESSAGES
4888 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MONETARY
4889 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_NUMERIC
4890 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_TIME
4891 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_COLLATE
4892 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_CTYPE
4893 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MESSAGES
4894 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MONETARY
4895 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_NUMERIC
4896 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_TIME
4897 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_COLLATE
4898 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_CTYPE
4899 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MESSAGES
4900 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MONETARY
4901 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_NUMERIC
4902 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_TIME
4903 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_COLLATE
4904 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_CTYPE
4905 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MESSAGES
4906 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MONETARY
4907 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_NUMERIC
4908 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_TIME
4909 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE
4910 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_CTYPE
4911 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MESSAGES
4912 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MONETARY
4913 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_NUMERIC
4914 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_TIME
4915 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_COLLATE
4916 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_CTYPE
4917 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MESSAGES
4918 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MONETARY
4919 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_NUMERIC
4920 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_TIME
4921 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE
4922 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_CTYPE
4923 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES
4924 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MONETARY
4925 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_NUMERIC
4926 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_TIME
4927 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_COLLATE
4928 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_CTYPE
4929 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MESSAGES
4930 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MONETARY
4931 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_NUMERIC
4932 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_TIME
4933 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_COLLATE
4934 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_CTYPE
4935 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MESSAGES
4936 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MONETARY
4937 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_NUMERIC
4938 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_TIME
4939 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_COLLATE
4940 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_CTYPE
4941 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MESSAGES
4942 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MONETARY
4943 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_NUMERIC
4944 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_TIME
4945 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_COLLATE
4946 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_CTYPE
4947 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MESSAGES
4948 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MONETARY
4949 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_NUMERIC
4950 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_TIME
4951 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_COLLATE
4952 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_CTYPE
4953 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MESSAGES
4954 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MONETARY
4955 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_NUMERIC
4956 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_TIME
4957 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_COLLATE
4958 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_CTYPE
4959 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MESSAGES
4960 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MONETARY
4961 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_NUMERIC
4962 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_TIME
4963 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_COLLATE
4964 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_CTYPE
4965 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MESSAGES
4966 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MONETARY
4967 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_NUMERIC
4968 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_TIME
4969 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_COLLATE
4970 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_CTYPE
4971 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MESSAGES
4972 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MONETARY
4973 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_NUMERIC
4974 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_TIME
4975 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_COLLATE
4976 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_CTYPE
4977 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MESSAGES
4978 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MONETARY
4979 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_NUMERIC
4980 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_TIME
4981 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_COLLATE
4982 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_CTYPE
4983 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MESSAGES
4984 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MONETARY
4985 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_NUMERIC
4986 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_TIME
4987 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_COLLATE
4988 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_CTYPE
4989 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MESSAGES
4990 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MONETARY
4991 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_NUMERIC
4992 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_TIME
4993 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_COLLATE
4994 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_CTYPE
4995 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MESSAGES
4996 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MONETARY
4997 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_NUMERIC
4998 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_TIME
4999 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_COLLATE
5000 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_CTYPE
5001 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MESSAGES
5002 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MONETARY
5003 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_NUMERIC
5004 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_TIME
5005 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_COLLATE
5006 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_CTYPE
5007 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MESSAGES
5008 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MONETARY
5009 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_NUMERIC
5010 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_TIME
5011 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_COLLATE
5012 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_CTYPE
5013 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MESSAGES
5014 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MONETARY
5015 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_NUMERIC
5016 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_TIME
5017 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_COLLATE
5018 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_CTYPE
5019 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MESSAGES
5020 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MONETARY
5021 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_NUMERIC
5022 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_TIME
5023 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_COLLATE
5024 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_CTYPE
5025 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MESSAGES
5026 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MONETARY
5027 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_NUMERIC
5028 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_TIME
5029 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_COLLATE
5030 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_CTYPE
5031 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_MESSAGES
5032 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_MONETARY
5033 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_NUMERIC
5034 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_TIME
5035 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_COLLATE
5036 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_CTYPE
5037 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MESSAGES
5038 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MONETARY
5039 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_NUMERIC
5040 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_TIME
5041 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_COLLATE
5042 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_CTYPE
5043 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MESSAGES
5044 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MONETARY
5045 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_NUMERIC
5046 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_TIME
5047 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_COLLATE
5048 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_CTYPE
5049 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MESSAGES
5050 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MONETARY
5051 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_NUMERIC
5052 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_TIME
5053 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_COLLATE
5054 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_CTYPE
5055 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MESSAGES
5056 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MONETARY
5057 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_NUMERIC
5058 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_TIME
5059 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_COLLATE
5060 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_CTYPE
5061 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MESSAGES
5062 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MONETARY
5063 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_NUMERIC
5064 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_TIME
5065 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_COLLATE
5066 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_CTYPE
5067 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MESSAGES
5068 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MONETARY
5069 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_NUMERIC
5070 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_TIME
5071 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_COLLATE
5072 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_CTYPE
5073 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MESSAGES
5074 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MONETARY
5075 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_NUMERIC
5076 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_TIME
5077 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_COLLATE
5078 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_CTYPE
5079 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_MESSAGES
5080 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_MONETARY
5081 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_NUMERIC
5082 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_TIME
5083 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_COLLATE
5084 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_CTYPE
5085 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MESSAGES
5086 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MONETARY
5087 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_NUMERIC
5088 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_TIME
5089 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_COLLATE
5090 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_CTYPE
5091 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MESSAGES
5092 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MONETARY
5093 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_NUMERIC
5094 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_TIME
5095 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_COLLATE
5096 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_CTYPE
5097 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MESSAGES
5098 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MONETARY
5099 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_NUMERIC
5100 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_TIME
5101 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_COLLATE
5102 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_CTYPE
5103 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES
5104 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MONETARY
5105 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_NUMERIC
5106 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_TIME
5107 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_COLLATE
5108 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_CTYPE
5109 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MESSAGES
5110 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MONETARY
5111 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_NUMERIC
5112 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_TIME
5113 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_COLLATE
5114 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_CTYPE
5115 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MESSAGES
5116 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MONETARY
5117 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_NUMERIC
5118 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_TIME
5119 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_COLLATE
5120 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_CTYPE
5121 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MESSAGES
5122 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MONETARY
5123 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_NUMERIC
5124 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_TIME
5125 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_COLLATE
5126 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_CTYPE
5127 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MESSAGES
5128 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MONETARY
5129 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_NUMERIC
5130 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_TIME
5131 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_COLLATE
5132 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_CTYPE
5133 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MESSAGES
5134 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MONETARY
5135 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_NUMERIC
5136 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_TIME
5137 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_COLLATE
5138 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_CTYPE
5139 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES
5140 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MONETARY
5141 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_NUMERIC
5142 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_TIME
5143 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_COLLATE
5144 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_CTYPE
5145 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MESSAGES
5146 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MONETARY
5147 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_NUMERIC
5148 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_TIME
5149 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_COLLATE
5150 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_CTYPE
5151 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MESSAGES
5152 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MONETARY
5153 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_NUMERIC
5154 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_TIME
5155 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE
5156 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_CTYPE
5157 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MESSAGES
5158 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MONETARY
5159 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_NUMERIC
5160 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_TIME
5161 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_COLLATE
5162 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_CTYPE
5163 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MESSAGES
5164 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MONETARY
5165 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_NUMERIC
5166 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_TIME
5167 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_COLLATE
5168 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_CTYPE
5169 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES
5170 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MONETARY
5171 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_NUMERIC
5172 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_TIME
5173 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_COLLATE
5174 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_CTYPE
5175 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MESSAGES
5176 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MONETARY
5177 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_NUMERIC
5178 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_TIME
5179 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_COLLATE
5180 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_CTYPE
5181 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MESSAGES
5182 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MONETARY
5183 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_NUMERIC
5184 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_TIME
5185 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_COLLATE
5186 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_CTYPE
5187 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MESSAGES
5188 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MONETARY
5189 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_NUMERIC
5190 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_TIME
5191 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_COLLATE
5192 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_CTYPE
5193 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MESSAGES
5194 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MONETARY
5195 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_NUMERIC
5196 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_TIME
5197 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_COLLATE
5198 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_CTYPE
5199 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MESSAGES
5200 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MONETARY
5201 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_NUMERIC
5202 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_TIME
5203 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_COLLATE
5204 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_CTYPE
5205 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MESSAGES
5206 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MONETARY
5207 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_NUMERIC
5208 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_TIME
5209 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_COLLATE
5210 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_CTYPE
5211 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MESSAGES
5212 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MONETARY
5213 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_NUMERIC
5214 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_TIME
5215 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_COLLATE
5216 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_CTYPE
5217 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MESSAGES
5218 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MONETARY
5219 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_NUMERIC
5220 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_TIME
5221 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE
5222 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_CTYPE
5223 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MESSAGES
5224 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MONETARY
5225 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_NUMERIC
5226 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_TIME
5227 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_COLLATE
5228 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_CTYPE
5229 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES
5230 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MONETARY
5231 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_NUMERIC
5232 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_TIME
5233 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_COLLATE
5234 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_CTYPE
5235 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MESSAGES
5236 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MONETARY
5237 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_NUMERIC
5238 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_TIME
5239 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_COLLATE
5240 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_CTYPE
5241 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MESSAGES
5242 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MONETARY
5243 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_NUMERIC
5244 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_TIME
5245 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_COLLATE
5246 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_CTYPE
5247 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MESSAGES
5248 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MONETARY
5249 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_NUMERIC
5250 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_TIME
5251 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_COLLATE
5252 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_CTYPE
5253 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES
5254 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MONETARY
5255 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_NUMERIC
5256 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_TIME
5257 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_COLLATE
5258 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_CTYPE
5259 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MESSAGES
5260 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MONETARY
5261 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_NUMERIC
5262 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_TIME
5263 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_COLLATE
5264 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_CTYPE
5265 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MESSAGES
5266 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MONETARY
5267 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_NUMERIC
5268 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_TIME
5269 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_COLLATE
5270 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_CTYPE
5271 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MESSAGES
5272 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MONETARY
5273 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_NUMERIC
5274 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_TIME
5275 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_COLLATE
5276 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_CTYPE
5277 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_MESSAGES
5278 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_MONETARY
5279 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_NUMERIC
5280 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_TIME
5281 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_COLLATE
5282 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_CTYPE
5283 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_MESSAGES
5284 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_MONETARY
5285 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_NUMERIC
5286 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_TIME
5287 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_COLLATE
5288 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_CTYPE
5289 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_MESSAGES
5290 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_MONETARY
5291 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_NUMERIC
5292 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_TIME
5293 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_COLLATE
5294 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_CTYPE
5295 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_MESSAGES
5296 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_MONETARY
5297 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_NUMERIC
5298 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_TIME
5299 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_COLLATE
5300 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_CTYPE
5301 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MESSAGES
5302 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MONETARY
5303 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_NUMERIC
5304 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_TIME
5305 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_COLLATE
5306 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_CTYPE
5307 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MESSAGES
5308 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MONETARY
5309 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_NUMERIC
5310 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_TIME
5311 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_COLLATE
5312 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_CTYPE
5313 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MESSAGES
5314 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MONETARY
5315 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_NUMERIC
5316 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_TIME
5317 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE
5318 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_CTYPE
5319 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MESSAGES
5320 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MONETARY
5321 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_NUMERIC
5322 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_TIME
5323 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE
5324 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_CTYPE
5325 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MESSAGES
5326 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MONETARY
5327 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_NUMERIC
5328 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_TIME
5329 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_COLLATE
5330 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_CTYPE
5331 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MESSAGES
5332 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MONETARY
5333 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_NUMERIC
5334 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_TIME
5335 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_COLLATE
5336 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_CTYPE
5337 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MESSAGES
5338 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MONETARY
5339 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_NUMERIC
5340 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_TIME
5341 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_COLLATE
5342 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_CTYPE
5343 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MESSAGES
5344 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MONETARY
5345 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_NUMERIC
5346 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_TIME
5347 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_COLLATE
5348 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_CTYPE
5349 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MESSAGES
5350 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MONETARY
5351 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_NUMERIC
5352 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_TIME
5353 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE
5354 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_CTYPE
5355 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MESSAGES
5356 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MONETARY
5357 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_NUMERIC
5358 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_TIME
5359 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_COLLATE
5360 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_CTYPE
5361 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MESSAGES
5362 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MONETARY
5363 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_NUMERIC
5364 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_TIME
5365 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_COLLATE
5366 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_CTYPE
5367 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MESSAGES
5368 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MONETARY
5369 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_NUMERIC
5370 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_TIME
5371 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_COLLATE
5372 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_CTYPE
5373 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MESSAGES
5374 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MONETARY
5375 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_NUMERIC
5376 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_TIME
5377 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_COLLATE
5378 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_CTYPE
5379 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MESSAGES
5380 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MONETARY
5381 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_NUMERIC
5382 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_TIME
5383 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_COLLATE
5384 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_CTYPE
5385 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MESSAGES
5386 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MONETARY
5387 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_NUMERIC
5388 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_TIME
5389 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_COLLATE
5390 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_CTYPE
5391 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MESSAGES
5392 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MONETARY
5393 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_NUMERIC
5394 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_TIME
5395 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_COLLATE
5396 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_CTYPE
5397 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MESSAGES
5398 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MONETARY
5399 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_NUMERIC
5400 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_TIME
5401 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_COLLATE
5402 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_CTYPE
5403 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_MESSAGES
5404 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_MONETARY
5405 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_NUMERIC
5406 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_TIME
5407 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_COLLATE
5408 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_CTYPE
5409 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_MESSAGES
5410 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_MONETARY
5411 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_NUMERIC
5412 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_TIME
5413 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_COLLATE
5414 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_CTYPE
5415 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_MESSAGES
5416 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_MONETARY
5417 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_NUMERIC
5418 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_TIME
5419 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_COLLATE
5420 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_CTYPE
5421 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_MESSAGES
5422 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_MONETARY
5423 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_NUMERIC
5424 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_TIME
5425 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_COLLATE
5426 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_CTYPE
5427 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_MESSAGES
5428 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_MONETARY
5429 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_NUMERIC
5430 OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_TIME
5431 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_COLLATE
5432 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_CTYPE
5433 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_MESSAGES
5434 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_MONETARY
5435 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_NUMERIC
5436 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_TIME
5437 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_COLLATE
5438 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_CTYPE
5439 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_MESSAGES
5440 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_MONETARY
5441 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_NUMERIC
5442 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_TIME
5443 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_COLLATE
5444 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_CTYPE
5445 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_MESSAGES
5446 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_MONETARY
5447 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_NUMERIC
5448 OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_TIME
5449 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_COLLATE
5450 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_CTYPE
5451 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MESSAGES
5452 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MONETARY
5453 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_NUMERIC
5454 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_TIME
5455 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE
5456 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE
5457 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES
5458 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY
5459 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
5460 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME
5461 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_COLLATE
5462 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_CTYPE
5463 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MESSAGES
5464 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MONETARY
5465 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_NUMERIC
5466 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_TIME
5467 .endif
5468
5469 .if ${MK_LOCATE} == no
5470 OLD_FILES+=etc/locate.rc
5471 OLD_FILES+=etc/periodic/weekly/310.locate
5472 OLD_FILES+=usr/bin/locate
5473 OLD_FILES+=usr/libexec/locate.bigram
5474 OLD_FILES+=usr/libexec/locate.code
5475 OLD_FILES+=usr/libexec/locate.concatdb
5476 OLD_FILES+=usr/libexec/locate.mklocatedb
5477 OLD_FILES+=usr/libexec/locate.updatedb
5478 OLD_FILES+=usr/share/man/man1/locate.1.gz
5479 OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
5480 OLD_FILES+=usr/share/man/man8/updatedb.8.gz
5481 .endif
5482
5483 .if ${MK_LPR} == no
5484 OLD_FILES+=etc/hosts.lpd
5485 OLD_FILES+=etc/printcap
5486 OLD_FILES+=etc/rc.d/lpd
5487 OLD_FILES+=usr/bin/lp
5488 OLD_FILES+=usr/bin/lpq
5489 OLD_FILES+=usr/bin/lpr
5490 OLD_FILES+=usr/bin/lprm
5491 OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
5492 OLD_FILES+=usr/libexec/lpr/ru/koi2alt
5493 OLD_FILES+=usr/libexec/lpr/ru/koi2855
5494 OLD_DIRS+=usr/libexec/lpr/ru
5495 OLD_FILES+=usr/libexec/lpr/lpf
5496 OLD_DIRS+=usr/libexec/lpr
5497 OLD_FILES+=usr/sbin/chkprintcap
5498 OLD_FILES+=usr/sbin/lpc
5499 OLD_FILES+=usr/sbin/lpd
5500 OLD_FILES+=usr/sbin/lptest
5501 OLD_FILES+=usr/sbin/pac
5502 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
5503 OLD_DIRS+=usr/share/doc/smm/07.lpd
5504 OLD_FILES+=usr/share/examples/etc/hosts.lpd
5505 OLD_FILES+=usr/share/examples/etc/printcap
5506 OLD_FILES+=usr/share/man/man1/lp.1.gz
5507 OLD_FILES+=usr/share/man/man1/lpq.1.gz
5508 OLD_FILES+=usr/share/man/man1/lpr.1.gz
5509 OLD_FILES+=usr/share/man/man1/lprm.1.gz
5510 OLD_FILES+=usr/share/man/man1/lptest.1.gz
5511 OLD_FILES+=usr/share/man/man5/printcap.5.gz
5512 OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
5513 OLD_FILES+=usr/share/man/man8/lpc.8.gz
5514 OLD_FILES+=usr/share/man/man8/lpd.8.gz
5515 OLD_FILES+=usr/share/man/man8/pac.8.gz
5516 .endif
5517
5518 .if ${MK_MAIL} == no
5519 OLD_FILES+=etc/aliases
5520 OLD_FILES+=etc/mail.rc
5521 OLD_FILES+=etc/mail/aliases
5522 OLD_FILES+=etc/mail/mailer.conf
5523 OLD_FILES+=etc/periodic/daily/130.clean-msgs
5524 OLD_FILES+=usr/bin/Mail
5525 OLD_FILES+=usr/bin/biff
5526 OLD_FILES+=usr/bin/from
5527 OLD_FILES+=usr/bin/mail
5528 OLD_FILES+=usr/bin/mailx
5529 OLD_FILES+=usr/bin/msgs
5530 OLD_FILES+=usr/libexec/comsat
5531 OLD_FILES+=usr/share/examples/etc/mail.rc
5532 OLD_FILES+=usr/share/man/man1/Mail.1.gz
5533 OLD_FILES+=usr/share/man/man1/biff.1.gz
5534 OLD_FILES+=usr/share/man/man1/from.1.gz
5535 OLD_FILES+=usr/share/man/man1/mail.1.gz
5536 OLD_FILES+=usr/share/man/man1/mailx.1.gz
5537 OLD_FILES+=usr/share/man/man1/msgs.1.gz
5538 OLD_FILES+=usr/share/man/man8/comsat.8.gz
5539 OLD_FILES+=usr/share/misc/mail.help
5540 OLD_FILES+=usr/share/misc/mail.tildehelp
5541 .endif
5542
5543 .if ${MK_MAILWRAPPER} == no
5544 OLD_FILES+=etc/mail/mailer.conf
5545 # Don't remove, for no mailwrapper case:
5546 # /usr/sbin/sendmail -> /usr/sbin/mailwrapper
5547 # /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail
5548 #OLD_FILES+=usr/sbin/mailwrapper
5549 OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
5550 .endif
5551
5552 .if ${MK_MAKE} == no
5553 OLD_FILES+=usr/bin/make
5554 OLD_FILES+=usr/share/man/man1/make.1.gz
5555 OLD_FILES+=usr/share/mk/atf.test.mk
5556 OLD_FILES+=usr/share/mk/bsd.README
5557 OLD_FILES+=usr/share/mk/bsd.arch.inc.mk
5558 OLD_FILES+=usr/share/mk/bsd.compiler.mk
5559 OLD_FILES+=usr/share/mk/bsd.cpu.mk
5560 OLD_FILES+=usr/share/mk/bsd.crunchgen.mk
5561 OLD_FILES+=usr/share/mk/bsd.dep.mk
5562 OLD_FILES+=usr/share/mk/bsd.doc.mk
5563 OLD_FILES+=usr/share/mk/bsd.dtb.mk
5564 OLD_FILES+=usr/share/mk/bsd.endian.mk
5565 OLD_FILES+=usr/share/mk/bsd.files.mk
5566 OLD_FILES+=usr/share/mk/bsd.incs.mk
5567 OLD_FILES+=usr/share/mk/bsd.info.mk
5568 OLD_FILES+=usr/share/mk/bsd.init.mk
5569 OLD_FILES+=usr/share/mk/bsd.kmod.mk
5570 OLD_FILES+=usr/share/mk/bsd.lib.mk
5571 OLD_FILES+=usr/share/mk/bsd.libnames.mk
5572 OLD_FILES+=usr/share/mk/bsd.links.mk
5573 OLD_FILES+=usr/share/mk/bsd.man.mk
5574 OLD_FILES+=usr/share/mk/bsd.mkopt.mk
5575 OLD_FILES+=usr/share/mk/bsd.nls.mk
5576 OLD_FILES+=usr/share/mk/bsd.obj.mk
5577 OLD_FILES+=usr/share/mk/bsd.opts.mk
5578 OLD_FILES+=usr/share/mk/bsd.own.mk
5579 OLD_FILES+=usr/share/mk/bsd.port.mk
5580 OLD_FILES+=usr/share/mk/bsd.port.options.mk
5581 OLD_FILES+=usr/share/mk/bsd.port.post.mk
5582 OLD_FILES+=usr/share/mk/bsd.port.pre.mk
5583 OLD_FILES+=usr/share/mk/bsd.port.subdir.mk
5584 OLD_FILES+=usr/share/mk/bsd.prog.mk
5585 OLD_FILES+=usr/share/mk/bsd.progs.mk
5586 OLD_FILES+=usr/share/mk/bsd.snmpmod.mk
5587 OLD_FILES+=usr/share/mk/bsd.subdir.mk
5588 OLD_FILES+=usr/share/mk/bsd.symver.mk
5589 OLD_FILES+=usr/share/mk/bsd.sys.mk
5590 OLD_FILES+=usr/share/mk/bsd.test.mk
5591 OLD_FILES+=usr/share/mk/plain.test.mk
5592 OLD_FILES+=usr/share/mk/suite.test.mk
5593 OLD_FILES+=usr/share/mk/sys.mk
5594 OLD_FILES+=usr/share/mk/tap.test.mk
5595 OLD_FILES+=usr/share/mk/version_gen.awk
5596 OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile
5597 OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile
5598 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile
5599 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test
5600 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1
5601 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2
5602 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3
5603 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4
5604 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5
5605 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6
5606 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.7
5607 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.1
5608 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.2
5609 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.3
5610 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.4
5611 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.5
5612 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.6
5613 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.7
5614 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.1
5615 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.2
5616 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.3
5617 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.4
5618 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.5
5619 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.6
5620 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.7
5621 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/legacy_test
5622 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/libtest.a
5623 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Kyuafile
5624 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Makefile.test
5625 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.1
5626 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.2
5627 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.3
5628 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.4
5629 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.5
5630 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.6
5631 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.7
5632 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.1
5633 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.2
5634 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.3
5635 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.4
5636 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.5
5637 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.6
5638 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.7
5639 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.1
5640 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.2
5641 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.3
5642 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.4
5643 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.5
5644 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.6
5645 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.7
5646 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/legacy_test
5647 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/libtest.a
5648 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Kyuafile
5649 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Makefile.test
5650 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.1
5651 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.2
5652 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.3
5653 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.4
5654 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.5
5655 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.6
5656 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.7
5657 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.1
5658 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.2
5659 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.3
5660 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.4
5661 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.5
5662 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.6
5663 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.7
5664 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.1
5665 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.2
5666 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.3
5667 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.4
5668 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.5
5669 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.6
5670 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.7
5671 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/legacy_test
5672 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/libtest.a
5673 OLD_FILES+=usr/tests/usr.bin/bmake/basic/Kyuafile
5674 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/Kyuafile
5675 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.status.1
5676 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stderr.1
5677 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stdout.1
5678 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/legacy_test
5679 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Kyuafile
5680 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Makefile.test
5681 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.status.1
5682 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stderr.1
5683 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stdout.1
5684 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/legacy_test
5685 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Kyuafile
5686 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Makefile.test
5687 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.status.1
5688 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stderr.1
5689 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stdout.1
5690 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/legacy_test
5691 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/Kyuafile
5692 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.status.1
5693 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stderr.1
5694 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stdout.1
5695 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/legacy_test
5696 OLD_FILES+=usr/tests/usr.bin/bmake/common.sh
5697 OLD_FILES+=usr/tests/usr.bin/bmake/execution/Kyuafile
5698 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Kyuafile
5699 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Makefile.test
5700 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.status.1
5701 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stderr.1
5702 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stdout.1
5703 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/legacy_test
5704 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Kyuafile
5705 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Makefile.test
5706 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.status.1
5707 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stderr.1
5708 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stdout.1
5709 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/legacy_test
5710 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Kyuafile
5711 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Makefile.test
5712 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.status.1
5713 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stderr.1
5714 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stdout.1
5715 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/legacy_test
5716 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Kyuafile
5717 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Makefile.test
5718 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.status.1
5719 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stderr.1
5720 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stdout.1
5721 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/legacy_test
5722 OLD_FILES+=usr/tests/usr.bin/bmake/shell/Kyuafile
5723 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Kyuafile
5724 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Makefile.test
5725 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.1
5726 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.2
5727 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.1
5728 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.2
5729 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.1
5730 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.2
5731 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/legacy_test
5732 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/sh
5733 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Kyuafile
5734 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Makefile.test
5735 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.1
5736 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.2
5737 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.1
5738 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.2
5739 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.1
5740 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.2
5741 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/legacy_test
5742 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/sh
5743 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Kyuafile
5744 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Makefile.test
5745 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.1
5746 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.2
5747 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.1
5748 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.2
5749 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.1
5750 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.2
5751 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/legacy_test
5752 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/sh
5753 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Kyuafile
5754 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Makefile.test
5755 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.1
5756 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.2
5757 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.1
5758 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.2
5759 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.1
5760 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.2
5761 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/legacy_test
5762 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/shell
5763 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Kyuafile
5764 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Makefile.test
5765 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.1
5766 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.2
5767 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.1
5768 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.2
5769 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.1
5770 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.2
5771 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/legacy_test
5772 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/shell
5773 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Kyuafile
5774 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Makefile.test
5775 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.1
5776 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.2
5777 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.1
5778 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.2
5779 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.1
5780 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.2
5781 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/legacy_test
5782 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/Kyuafile
5783 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Kyuafile
5784 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Makefile.test
5785 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/TEST1.a
5786 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.status.1
5787 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stderr.1
5788 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stdout.1
5789 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/legacy_test
5790 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Kyuafile
5791 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Makefile.test
5792 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST1.a
5793 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST2.a
5794 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.status.1
5795 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stderr.1
5796 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stdout.1
5797 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/legacy_test
5798 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Kyuafile
5799 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Makefile.test
5800 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST1.a
5801 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST2.a
5802 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.status.1
5803 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stderr.1
5804 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stdout.1
5805 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/legacy_test
5806 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/Kyuafile
5807 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Kyuafile
5808 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Makefile.test
5809 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.status.1
5810 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stderr.1
5811 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stdout.1
5812 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/legacy_test
5813 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Kyuafile
5814 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Makefile.test
5815 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.1
5816 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.2
5817 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.3
5818 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.4
5819 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.5
5820 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.1
5821 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.2
5822 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.3
5823 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.4
5824 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.5
5825 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.1
5826 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.2
5827 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.3
5828 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.4
5829 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.5
5830 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/legacy_test
5831 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Kyuafile
5832 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Makefile.test
5833 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.1
5834 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.2
5835 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.1
5836 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.2
5837 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.1
5838 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.2
5839 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/legacy_test
5840 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Kyuafile
5841 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Makefile.test
5842 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.1
5843 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.2
5844 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.1
5845 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.2
5846 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.1
5847 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.2
5848 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/legacy_test
5849 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/Kyuafile
5850 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Kyuafile
5851 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Makefile.test
5852 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.status.1
5853 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stderr.1
5854 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stdout.1
5855 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/legacy_test
5856 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/Kyuafile
5857 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/Kyuafile
5858 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/Kyuafile
5859 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/sys.mk
5860 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/Kyuafile
5861 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/cleanup
5862 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.status.1
5863 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stderr.1
5864 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stdout.1
5865 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/legacy_test
5866 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/Kyuafile
5867 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/Kyuafile
5868 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/Kyuafile
5869 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/sys.mk
5870 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/Kyuafile
5871 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/cleanup
5872 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.status.1
5873 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stderr.1
5874 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stdout.1
5875 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/legacy_test
5876 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/Kyuafile
5877 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/Kyuafile
5878 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/Kyuafile
5879 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/sys.mk
5880 OLD_FILES+=usr/tests/usr.bin/bmake/test-new.mk
5881 OLD_FILES+=usr/tests/usr.bin/bmake/variables/Kyuafile
5882 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Kyuafile
5883 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Makefile.test
5884 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.status.1
5885 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stderr.1
5886 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stdout.1
5887 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/legacy_test
5888 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Kyuafile
5889 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Makefile.test
5890 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.1
5891 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.2
5892 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.3
5893 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.1
5894 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.2
5895 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.3
5896 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.1
5897 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.2
5898 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.3
5899 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/legacy_test
5900 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Kyuafile
5901 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Makefile.test
5902 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.1
5903 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.2
5904 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.1
5905 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.2
5906 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.1
5907 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.2
5908 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/legacy_test
5909 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Kyuafile
5910 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Makefile.test
5911 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.status.1
5912 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stderr.1
5913 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stdout.1
5914 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test
5915 .endif
5916
5917 .if ${MK_MAN} == no
5918 MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type f | sed -e 's,^${DESTDIR}/,,'; echo
5919 OLD_FILES+=${MAN_FILES}
5920 .endif
5921
5922 .if ${MK_MAN_UTILS} == no
5923 OLD_FILES+=etc/periodic/weekly/320.whatis
5924 OLD_FILES+=etc/periodic/weekly/330.catman
5925 OLD_FILES+=usr/bin/apropos
5926 OLD_FILES+=usr/bin/catman
5927 OLD_FILES+=usr/bin/makewhatis
5928 OLD_FILES+=usr/bin/man
5929 OLD_FILES+=usr/bin/manpath
5930 OLD_FILES+=usr/bin/whatis
5931 OLD_FILES+=usr/libexec/catman.local
5932 OLD_FILES+=usr/libexec/makewhatis.local
5933 OLD_FILES+=usr/sbin/manctl
5934 OLD_FILES+=usr/share/man/man1/apropos.1.gz
5935 OLD_FILES+=usr/share/man/man1/catman.1.gz
5936 OLD_FILES+=usr/share/man/man1/makewhatis.1.gz
5937 OLD_FILES+=usr/share/man/man1/man.1.gz
5938 OLD_FILES+=usr/share/man/man1/manpath.1.gz
5939 OLD_FILES+=usr/share/man/man1/whatis.1.gz
5940 OLD_FILES+=usr/share/man/man5/man.conf.5.gz
5941 OLD_FILES+=usr/share/man/man8/catman.local.8.gz
5942 OLD_FILES+=usr/share/man/man8/makewhatis.local.8.gz
5943 OLD_FILES+=usr/share/man/man8/manctl.8.gz
5944 OLD_FILES+=usr/share/man/whatis
5945 OLD_FILES+=usr/share/openssl/man/whatis
5946 .endif
5947
5948 .if ${MK_NDIS} == no
5949 OLD_FILES+=usr/sbin/ndiscvt
5950 OLD_FILES+=usr/sbin/ndisgen
5951 OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
5952 OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
5953 OLD_FILES+=usr/share/misc/windrv_stub.c
5954 .endif
5955
5956 .if ${MK_NETCAT} == no
5957 OLD_FILES+=usr/bin/nc
5958 OLD_FILES+=usr/share/man/man1/nc.1.gz
5959 .endif
5960
5961 .if ${MK_NETGRAPH} == no
5962 OLD_FILES+=usr/include/netgraph.h
5963 OLD_FILES+=usr/lib/libnetgraph.a
5964 OLD_FILES+=usr/lib/libnetgraph.so
5965 OLD_LIBS+=usr/lib/libnetgraph.so.4
5966 OLD_FILES+=usr/lib/libnetgraph_p.a
5967 OLD_FILES+=usr/lib32/libnetgraph.a
5968 OLD_FILES+=usr/lib32/libnetgraph.so
5969 OLD_LIBS+=usr/lib32/libnetgraph.so.4
5970 OLD_FILES+=usr/lib32/libnetgraph_p.a
5971 OLD_FILES+=usr/libexec/pppoed
5972 OLD_FILES+=usr/sbin/flowctl
5973 OLD_FILES+=usr/sbin/lmcconfig
5974 OLD_FILES+=usr/sbin/ngctl
5975 OLD_FILES+=usr/sbin/nghook
5976 OLD_FILES+=usr/share/man/man3/NgAllocRecvAsciiMsg.3.gz
5977 OLD_FILES+=usr/share/man/man3/NgAllocRecvData.3.gz
5978 OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz
5979 OLD_FILES+=usr/share/man/man3/NgMkSockNode.3.gz
5980 OLD_FILES+=usr/share/man/man3/NgNameNode.3.gz
5981 OLD_FILES+=usr/share/man/man3/NgRecvAsciiMsg.3.gz
5982 OLD_FILES+=usr/share/man/man3/NgRecvData.3.gz
5983 OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz
5984 OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz
5985 OLD_FILES+=usr/share/man/man3/NgSendData.3.gz
5986 OLD_FILES+=usr/share/man/man3/NgSendMsg.3.gz
5987 OLD_FILES+=usr/share/man/man3/NgSendMsgReply.3.gz
5988 OLD_FILES+=usr/share/man/man3/NgSetDebug.3.gz
5989 OLD_FILES+=usr/share/man/man3/NgSetErrLog.3.gz
5990 OLD_FILES+=usr/share/man/man3/netgraph.3.gz
5991 OLD_FILES+=usr/share/man/man8/flowctl.8.gz
5992 OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz
5993 OLD_FILES+=usr/share/man/man8/ngctl.8.gz
5994 OLD_FILES+=usr/share/man/man8/nghook.8.gz
5995 OLD_FILES+=usr/share/man/man8/pppoed.8.gz
5996 .endif
5997
5998 .if ${MK_NETGRAPH_SUPPORT} == no
5999 OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
6000 OLD_FILES+=usr/lib/snmp_netgraph.so
6001 OLD_LIBS+=usr/lib/snmp_netgraph.so.6
6002 OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
6003 OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
6004 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
6005 .endif
6006
6007 .if ${MK_NIS} == no
6008 OLD_FILES+=usr/bin/ypcat
6009 OLD_FILES+=usr/bin/ypchfn
6010 OLD_FILES+=usr/bin/ypchpass
6011 OLD_FILES+=usr/bin/ypchsh
6012 OLD_FILES+=usr/bin/ypmatch
6013 OLD_FILES+=usr/bin/yppasswd
6014 OLD_FILES+=usr/bin/ypwhich
6015 OLD_FILES+=usr/include/ypclnt.h
6016 OLD_FILES+=usr/lib/libypclnt.a
6017 OLD_FILES+=usr/lib/libypclnt.so
6018 OLD_LIBS+=usr/lib/libypclnt.so.4
6019 OLD_FILES+=usr/lib/libypclnt_p.a
6020 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6021 OLD_FILES+=usr/lib32/libypclnt.a
6022 OLD_FILES+=usr/lib32/libypclnt.so
6023 OLD_LIBS+=usr/lib32/libypclnt.so.4
6024 OLD_FILES+=usr/lib32/libypclnt_p.a
6025 .endif
6026 OLD_FILES+=usr/libexec/mknetid
6027 OLD_FILES+=usr/libexec/yppwupdate
6028 OLD_FILES+=usr/libexec/ypxfr
6029 OLD_FILES+=usr/sbin/rpc.yppasswdd
6030 OLD_FILES+=usr/sbin/rpc.ypupdated
6031 OLD_FILES+=usr/sbin/rpc.ypxfrd
6032 OLD_FILES+=usr/sbin/yp_mkdb
6033 OLD_FILES+=usr/sbin/ypbind
6034 OLD_FILES+=usr/sbin/ypinit
6035 OLD_FILES+=usr/sbin/yppoll
6036 OLD_FILES+=usr/sbin/yppush
6037 OLD_FILES+=usr/sbin/ypserv
6038 OLD_FILES+=usr/sbin/ypset
6039 OLD_FILES+=usr/share/man/man1/ypcat.1.gz
6040 OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
6041 OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
6042 OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
6043 OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
6044 OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
6045 OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
6046 OLD_FILES+=usr/share/man/man5/netid.5.gz
6047 OLD_FILES+=usr/share/man/man8/mknetid.8.gz
6048 OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
6049 OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
6050 OLD_FILES+=usr/share/man/man8/NIS.8.gz
6051 OLD_FILES+=usr/share/man/man8/YP.8.gz
6052 OLD_FILES+=usr/share/man/man8/yp.8.gz
6053 OLD_FILES+=usr/share/man/man8/nis.8.gz
6054 OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
6055 OLD_FILES+=usr/share/man/man8/ypbind.8.gz
6056 OLD_FILES+=usr/share/man/man8/ypinit.8.gz
6057 OLD_FILES+=usr/share/man/man8/yppoll.8.gz
6058 OLD_FILES+=usr/share/man/man8/yppush.8.gz
6059 OLD_FILES+=usr/share/man/man8/ypserv.8.gz
6060 OLD_FILES+=usr/share/man/man8/ypset.8.gz
6061 OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
6062 OLD_FILES+=var/yp/Makefile
6063 OLD_FILES+=var/yp/Makefile.dist
6064 .endif
6065
6066 .if ${MK_NLS} == no
6067 OLD_FILES+=usr/share/nls/C/ee.cat
6068 OLD_FILES+=usr/share/nls/be_BY.UTF-8/libc.cat
6069 OLD_FILES+=usr/share/nls/ca_ES.ISO8859-1/libc.cat
6070 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/ee.cat
6071 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
6072 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/ee.cat
6073 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
6074 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
6075 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/ee.cat
6076 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
6077 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/ee.cat
6078 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
6079 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
6080 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
6081 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/libc.cat
6082 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
6083 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/ee.cat
6084 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
6085 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
6086 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/libc.cat
6087 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
6088 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
6089 OLD_FILES+=usr/share/nls/en_US.ISO8859-1/ee.cat
6090 OLD_FILES+=usr/share/nls/en_US.ISO8859-15/ee.cat
6091 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/grep.cat
6092 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/libc.cat
6093 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
6094 OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
6095 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
6096 OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
6097 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
6098 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/libc.cat
6099 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
6100 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
6101 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
6102 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/ee.cat
6103 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
6104 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/ee.cat
6105 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
6106 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
6107 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/ee.cat
6108 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
6109 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/ee.cat
6110 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
6111 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
6112 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/ee.cat
6113 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
6114 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/ee.cat
6115 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
6116 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
6117 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
6118 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/libc.cat
6119 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
6120 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/ee.cat
6121 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
6122 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
6123 OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/grep.cat
6124 OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/libc.cat
6125 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
6126 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/grep.cat
6127 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/libc.cat
6128 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/sort.cat
6129 OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
6130 OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
6131 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
6132 OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
6133 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/libc.cat
6134 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
6135 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
6136 OLD_FILES+=usr/share/nls/ja_JP.SJIS/grep.cat
6137 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
6138 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/grep.cat
6139 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/libc.cat
6140 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
6141 OLD_FILES+=usr/share/nls/ja_JP.eucJP/grep.cat
6142 OLD_FILES+=usr/share/nls/ja_JP.eucJP/libc.cat
6143 OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
6144 OLD_FILES+=usr/share/nls/ko_KR.UTF-8/libc.cat
6145 OLD_FILES+=usr/share/nls/ko_KR.eucKR/libc.cat
6146 OLD_FILES+=usr/share/nls/mn_MN.UTF-8/libc.cat
6147 OLD_FILES+=usr/share/nls/nl_NL.ISO8859-1/libc.cat
6148 OLD_FILES+=usr/share/nls/no_NO.ISO8859-1/libc.cat
6149 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
6150 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/libc.cat
6151 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
6152 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/grep.cat
6153 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/libc.cat
6154 OLD_FILES+=usr/share/nls/pt_PT.ISO8859-1/ee.cat
6155 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
6156 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
6157 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
6158 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
6159 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/grep.cat
6160 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/libc.cat
6161 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
6162 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
6163 OLD_FILES+=usr/share/nls/sk_SK.ISO8859-2/libc.cat
6164 OLD_FILES+=usr/share/nls/sv_SE.ISO8859-1/libc.cat
6165 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
6166 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
6167 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
6168 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/grep.cat
6169 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/libc.cat
6170 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
6171 OLD_FILES+=usr/share/nls/zh_CN.GB18030/libc.cat
6172 OLD_FILES+=usr/share/nls/zh_CN.GB2312/libc.cat
6173 OLD_FILES+=usr/share/nls/zh_CN.UTF-8/grep.cat
6174 OLD_FILES+=usr/share/nls/zh_CN.UTF-8/libc.cat
6175 OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0
6176 .endif
6177
6178 .if ${MK_NLS_CATALOGS} == no
6179 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
6180 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
6181 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
6182 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
6183 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
6184 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
6185 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
6186 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
6187 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
6188 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
6189 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
6190 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
6191 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
6192 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
6193 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
6194 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
6195 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
6196 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
6197 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
6198 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
6199 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
6200 .endif
6201
6202 .if ${MK_NS_CACHING} == no
6203 OLD_FILES+=etc/nscd.conf
6204 OLD_FILES+=etc/rc.d/nscd
6205 OLD_FILES+=usr/sbin/nscd
6206 OLD_FILES+=usr/share/examples/etc/nscd.conf
6207 OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz
6208 OLD_FILES+=usr/share/man/man8/nscd.8.gz
6209 .endif
6210
6211 .if ${MK_NTP} == no
6212 OLD_FILES+=etc/ntp.conf
6213 OLD_FILES+=etc/periodic/daily/480.status-ntpd
6214 OLD_FILES+=usr/bin/ntpq
6215 OLD_FILES+=usr/sbin/ntp-keygen
6216 OLD_FILES+=usr/sbin/ntpd
6217 OLD_FILES+=usr/sbin/ntpdate
6218 OLD_FILES+=usr/sbin/ntpdc
6219 OLD_FILES+=usr/sbin/ntptime
6220 OLD_FILES+=usr/sbin/sntp
6221 OLD_FILES+=usr/share/doc/ntp/accopt.html
6222 OLD_FILES+=usr/share/doc/ntp/assoc.html
6223 OLD_FILES+=usr/share/doc/ntp/audio.html
6224 OLD_FILES+=usr/share/doc/ntp/authopt.html
6225 OLD_FILES+=usr/share/doc/ntp/build.html
6226 OLD_FILES+=usr/share/doc/ntp/clockopt.html
6227 OLD_FILES+=usr/share/doc/ntp/config.html
6228 OLD_FILES+=usr/share/doc/ntp/confopt.html
6229 OLD_FILES+=usr/share/doc/ntp/copyright.html
6230 OLD_FILES+=usr/share/doc/ntp/debug.html
6231 OLD_FILES+=usr/share/doc/ntp/driver1.html
6232 OLD_FILES+=usr/share/doc/ntp/driver10.html
6233 OLD_FILES+=usr/share/doc/ntp/driver11.html
6234 OLD_FILES+=usr/share/doc/ntp/driver12.html
6235 OLD_FILES+=usr/share/doc/ntp/driver16.html
6236 OLD_FILES+=usr/share/doc/ntp/driver18.html
6237 OLD_FILES+=usr/share/doc/ntp/driver19.html
6238 OLD_FILES+=usr/share/doc/ntp/driver2.html
6239 OLD_FILES+=usr/share/doc/ntp/driver20.html
6240 OLD_FILES+=usr/share/doc/ntp/driver22.html
6241 OLD_FILES+=usr/share/doc/ntp/driver26.html
6242 OLD_FILES+=usr/share/doc/ntp/driver27.html
6243 OLD_FILES+=usr/share/doc/ntp/driver28.html
6244 OLD_FILES+=usr/share/doc/ntp/driver29.html
6245 OLD_FILES+=usr/share/doc/ntp/driver3.html
6246 OLD_FILES+=usr/share/doc/ntp/driver30.html
6247 OLD_FILES+=usr/share/doc/ntp/driver32.html
6248 OLD_FILES+=usr/share/doc/ntp/driver33.html
6249 OLD_FILES+=usr/share/doc/ntp/driver34.html
6250 OLD_FILES+=usr/share/doc/ntp/driver35.html
6251 OLD_FILES+=usr/share/doc/ntp/driver36.html
6252 OLD_FILES+=usr/share/doc/ntp/driver37.html
6253 OLD_FILES+=usr/share/doc/ntp/driver4.html
6254 OLD_FILES+=usr/share/doc/ntp/driver5.html
6255 OLD_FILES+=usr/share/doc/ntp/driver6.html
6256 OLD_FILES+=usr/share/doc/ntp/driver7.html
6257 OLD_FILES+=usr/share/doc/ntp/driver8.html
6258 OLD_FILES+=usr/share/doc/ntp/driver9.html
6259 OLD_FILES+=usr/share/doc/ntp/extern.html
6260 OLD_FILES+=usr/share/doc/ntp/hints.html
6261 OLD_FILES+=usr/share/doc/ntp/howto.html
6262 OLD_FILES+=usr/share/doc/ntp/index.html
6263 OLD_FILES+=usr/share/doc/ntp/kern.html
6264 OLD_FILES+=usr/share/doc/ntp/ldisc.html
6265 OLD_FILES+=usr/share/doc/ntp/measure.html
6266 OLD_FILES+=usr/share/doc/ntp/miscopt.html
6267 OLD_FILES+=usr/share/doc/ntp/monopt.html
6268 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
6269 OLD_FILES+=usr/share/doc/ntp/notes.html
6270 OLD_FILES+=usr/share/doc/ntp/ntpd.html
6271 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
6272 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
6273 OLD_FILES+=usr/share/doc/ntp/ntpq.html
6274 OLD_FILES+=usr/share/doc/ntp/ntptime.html
6275 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
6276 OLD_FILES+=usr/share/doc/ntp/parsedata.html
6277 OLD_FILES+=usr/share/doc/ntp/parsenew.html
6278 OLD_FILES+=usr/share/doc/ntp/patches.html
6279 OLD_FILES+=usr/share/doc/ntp/porting.html
6280 OLD_FILES+=usr/share/doc/ntp/pps.html
6281 OLD_FILES+=usr/share/doc/ntp/prefer.html
6282 OLD_FILES+=usr/share/doc/ntp/quick.html
6283 OLD_FILES+=usr/share/doc/ntp/rdebug.html
6284 OLD_FILES+=usr/share/doc/ntp/refclock.html
6285 OLD_FILES+=usr/share/doc/ntp/release.html
6286 OLD_FILES+=usr/share/doc/ntp/tickadj.html
6287 OLD_DIRS+=usr/share/doc/ntp
6288 OLD_FILES+=usr/share/examples/etc/ntp.conf
6289 OLD_FILES+=usr/share/man/man1/sntp.1.gz
6290 OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
6291 OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
6292 OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
6293 OLD_FILES+=usr/share/man/man8/ntpd.8.gz
6294 OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
6295 OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
6296 OLD_FILES+=usr/share/man/man8/ntpq.8.gz
6297 OLD_FILES+=usr/share/man/man8/ntptime.8.gz
6298 .endif
6299
6300 #.if ${MK_OBJC} == no
6301 # to be filled in
6302 #.endif
6303
6304 .if ${MK_OPENSSH} == no
6305 OLD_FILES+=etc/rc.d/sshd
6306 OLD_FILES+=etc/ssh/moduli
6307 OLD_FILES+=etc/ssh/ssh_config
6308 OLD_FILES+=etc/ssh/sshd_config
6309 OLD_FILES+=usr/bin/scp
6310 OLD_FILES+=usr/bin/sftp
6311 OLD_FILES+=usr/bin/slogin
6312 OLD_FILES+=usr/bin/ssh
6313 OLD_FILES+=usr/bin/ssh-add
6314 OLD_FILES+=usr/bin/ssh-agent
6315 OLD_FILES+=usr/bin/ssh-copy-id
6316 OLD_FILES+=usr/bin/ssh-keygen
6317 OLD_FILES+=usr/bin/ssh-keyscan
6318 OLD_FILES+=usr/lib/pam_ssh.so
6319 OLD_LIBS+=usr/lib/pam_ssh.so.5
6320 OLD_FILES+=usr/lib/private/libssh.a
6321 OLD_FILES+=usr/lib/private/libssh.so
6322 OLD_LIBS+=usr/lib/private/libssh.so.5
6323 OLD_FILES+=usr/lib/private/libssh_p.a
6324 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6325 OLD_FILES+=usr/lib32/pam_ssh.so
6326 OLD_LIBS+=usr/lib32/pam_ssh.so.5
6327 OLD_FILES+=usr/lib32/private/libssh.a
6328 OLD_FILES+=usr/lib32/private/libssh.so
6329 OLD_LIBS+=usr/lib32/private/libssh.so.5
6330 OLD_FILES+=usr/lib32/private/libssh_p.a
6331 .endif
6332 OLD_FILES+=usr/libexec/sftp-server
6333 OLD_FILES+=usr/libexec/ssh-keysign
6334 OLD_FILES+=usr/libexec/ssh-pkcs11-helper
6335 OLD_FILES+=usr/sbin/sshd
6336 OLD_FILES+=usr/share/man/man1/scp.1.gz
6337 OLD_FILES+=usr/share/man/man1/sftp.1.gz
6338 OLD_FILES+=usr/share/man/man1/slogin.1.gz
6339 OLD_FILES+=usr/share/man/man1/ssh-add.1.gz
6340 OLD_FILES+=usr/share/man/man1/ssh-agent.1.gz
6341 OLD_FILES+=usr/share/man/man1/ssh-copy-id.1.gz
6342 OLD_FILES+=usr/share/man/man1/ssh-keygen.1.gz
6343 OLD_FILES+=usr/share/man/man1/ssh-keyscan.1.gz
6344 OLD_FILES+=usr/share/man/man1/ssh.1.gz
6345 OLD_FILES+=usr/share/man/man5/ssh_config.5.gz
6346 OLD_FILES+=usr/share/man/man5/sshd_config.5.gz
6347 OLD_FILES+=usr/share/man/man8/pam_ssh.8.gz
6348 OLD_FILES+=usr/share/man/man8/sftp-server.8.gz
6349 OLD_FILES+=usr/share/man/man8/ssh-keysign.8.gz
6350 OLD_FILES+=usr/share/man/man8/ssh-pkcs11-helper.8.gz
6351 OLD_FILES+=usr/share/man/man8/sshd.8.gz
6352 .endif
6353
6354 .if ${MK_OPENSSL} == no
6355 OLD_FILES+=etc/rc.d/keyserv
6356 .endif
6357
6358 .if ${MK_PC_SYSINSTALL} == no
6359 # backend-partmanager
6360 OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/create-part.sh
6361 OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/delete-part.sh
6362 # backend-query
6363 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-emulation.sh
6364 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-laptop.sh
6365 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-nics.sh
6366 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-info.sh
6367 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-list.sh
6368 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-part.sh
6369 OLD_FILES+=usr/share/pc-sysinstall/backend-query/enable-net.sh
6370 OLD_FILES+=usr/share/pc-sysinstall/backend-query/get-packages.sh
6371 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-components.sh
6372 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-config.sh
6373 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-mirrors.sh
6374 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-packages.sh
6375 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-rsync-backups.sh
6376 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-tzones.sh
6377 OLD_FILES+=usr/share/pc-sysinstall/backend-query/query-langs.sh
6378 OLD_FILES+=usr/share/pc-sysinstall/backend-query/send-logs.sh
6379 OLD_FILES+=usr/share/pc-sysinstall/backend-query/setup-ssh-keys.sh
6380 OLD_FILES+=usr/share/pc-sysinstall/backend-query/set-mirror.sh
6381 OLD_FILES+=usr/share/pc-sysinstall/backend-query/sys-mem.sh
6382 OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-live.sh
6383 OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-netup.sh
6384 OLD_FILES+=usr/share/pc-sysinstall/backend-query/update-part-list.sh
6385 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-layouts.sh
6386 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-models.sh
6387 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-variants.sh
6388 # backend
6389 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-bsdlabel.sh
6390 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-cleanup.sh
6391 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-disk.sh
6392 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-extractimage.sh
6393 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-ftp.sh
6394 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installcomponents.sh
6395 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installpackages.sh
6396 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-localize.sh
6397 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountdisk.sh
6398 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountoptical.sh
6399 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-networking.sh
6400 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-newfs.sh
6401 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-parse.sh
6402 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-packages.sh
6403 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-runcommands.sh
6404 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-unmount.sh
6405 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-upgrade.sh
6406 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-users.sh
6407 OLD_FILES+=usr/share/pc-sysinstall/backend/functions.sh
6408 OLD_FILES+=usr/share/pc-sysinstall/backend/installimage.sh
6409 OLD_FILES+=usr/share/pc-sysinstall/backend/parseconfig.sh
6410 OLD_FILES+=usr/share/pc-sysinstall/backend/startautoinstall.sh
6411 # conf
6412 OLD_FILES+=usr/share/pc-sysinstall/conf/avail-langs
6413 OLD_FILES+=usr/share/pc-sysinstall/conf/exclude-from-upgrade
6414 OLD_FILES+=usr/share/pc-sysinstall/conf/license/bsd-en.txt
6415 OLD_FILES+=usr/share/pc-sysinstall/conf/license/intel-en.txt
6416 OLD_FILES+=usr/share/pc-sysinstall/conf/license/nvidia-en.txt
6417 OLD_FILES+=usr/share/pc-sysinstall/conf/pc-sysinstall.conf
6418 # doc
6419 OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-list
6420 OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-size
6421 OLD_FILES+=usr/share/pc-sysinstall/doc/help-index
6422 OLD_FILES+=usr/share/pc-sysinstall/doc/help-start-autoinstall
6423 # examples
6424 OLD_FILES+=usr/share/examples/pc-sysinstall/README
6425 OLD_FILES+=usr/share/examples/pc-sysinstall/pc-autoinstall.conf
6426 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.fbsd-netinstall
6427 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.geli
6428 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.gmirror
6429 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.netinstall
6430 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.restore
6431 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.rsync
6432 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.upgrade
6433 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.zfs
6434 # pc-sysinstall
6435 OLD_FILES+=usr/sbin/pc-sysinstall
6436 OLD_FILES+=usr/share/man/man8/pc-sysinstall.8.gz
6437 OLD_DIRS+=usr/share/pc-sysinstall/backend
6438 OLD_DIRS+=usr/share/pc-sysinstall/backend-partmanager
6439 OLD_DIRS+=usr/share/pc-sysinstall/backend-query
6440 OLD_DIRS+=usr/share/pc-sysinstall/conf/license
6441 OLD_DIRS+=usr/share/pc-sysinstall/conf
6442 OLD_DIRS+=usr/share/pc-sysinstall/doc
6443 OLD_DIRS+=usr/share/pc-sysinstall
6444 OLD_DIRS+=usr/share/examples/pc-sysinstall
6445 .endif
6446
6447 .if ${MK_PF} == no
6448 OLD_FILES+=etc/periodic/security/520.pfdenied
6449 OLD_FILES+=etc/pf.os
6450 OLD_FILES+=etc/rc.d/ftp-proxy
6451 OLD_FILES+=sbin/pfctl
6452 OLD_FILES+=sbin/pflogd
6453 OLD_FILES+=usr/include/netpfil/pf/pf.h
6454 OLD_FILES+=usr/include/netpfil/pf/pf_altq.h
6455 OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h
6456 OLD_FILES+=usr/lib/snmp_pf.so
6457 OLD_LIBS+=usr/lib/snmp_pf.so.6
6458 OLD_FILES+=usr/libexec/tftp-proxy
6459 OLD_FILES+=usr/sbin/ftp-proxy
6460 OLD_FILES+=usr/share/examples/etc/pf.os
6461 OLD_FILES+=usr/share/examples/pf/ackpri
6462 OLD_FILES+=usr/share/examples/pf/faq-example1
6463 OLD_FILES+=usr/share/examples/pf/faq-example2
6464 OLD_FILES+=usr/share/examples/pf/faq-example3
6465 OLD_FILES+=usr/share/examples/pf/pf.conf
6466 OLD_FILES+=usr/share/examples/pf/queue1
6467 OLD_FILES+=usr/share/examples/pf/queue2
6468 OLD_FILES+=usr/share/examples/pf/queue3
6469 OLD_FILES+=usr/share/examples/pf/queue4
6470 OLD_FILES+=usr/share/examples/pf/spamd
6471 OLD_DIRS+=usr/share/examples/pf
6472 OLD_FILES+=usr/share/man/man4/pf.4.gz
6473 OLD_FILES+=usr/share/man/man4/pflog.4.gz
6474 OLD_FILES+=usr/share/man/man4/pfsync.4.gz
6475 OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
6476 OLD_FILES+=usr/share/man/man5/pf.os.5.gz
6477 OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
6478 OLD_FILES+=usr/share/man/man8/pfctl.8.gz
6479 OLD_FILES+=usr/share/man/man8/pflogd.8.gz
6480 OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
6481 OLD_FILES+=usr/share/snmp/defs/pf_tree.def
6482 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
6483 .endif
6484
6485 .if ${MK_PKGBOOTSTRAP} == no
6486 OLD_FILES+=usr/sbin/pkg
6487 OLD_FILES+=usr/share/man/man7/pkg.7.gz
6488 .endif
6489
6490 .if ${MK_PMC} == no
6491 OLD_FILES+=usr/bin/pmcstudy
6492 OLD_FILES+=usr/include/pmc.h
6493 OLD_FILES+=usr/include/pmclog.h
6494 OLD_FILES+=usr/lib/libpmc.a
6495 OLD_FILES+=usr/lib/libpmc.so
6496 OLD_LIBS+=usr/lib/libpmc.so.5
6497 OLD_FILES+=usr/lib/libpmc_p.a
6498 OLD_FILES+=usr/lib32/libpmc.a
6499 OLD_FILES+=usr/lib32/libpmc.so
6500 OLD_LIBS+=usr/lib32/libpmc.so.5
6501 OLD_FILES+=usr/lib32/libpmc_p.a
6502 OLD_FILES+=usr/sbin/pmcannotate
6503 OLD_FILES+=usr/sbin/pmccontrol
6504 OLD_FILES+=usr/sbin/pmcstat
6505 OLD_FILES+=usr/share/man/man1/pmcstudy.1.gz
6506 OLD_FILES+=usr/share/man/man3/pmc.3.gz
6507 OLD_FILES+=usr/share/man/man3/pmc.atom.3.gz
6508 OLD_FILES+=usr/share/man/man3/pmc.atomsilvermont.3.gz
6509 OLD_FILES+=usr/share/man/man3/pmc.core.3.gz
6510 OLD_FILES+=usr/share/man/man3/pmc.core2.3.gz
6511 OLD_FILES+=usr/share/man/man3/pmc.corei7.3.gz
6512 OLD_FILES+=usr/share/man/man3/pmc.corei7uc.3.gz
6513 OLD_FILES+=usr/share/man/man3/pmc.haswell.3.gz
6514 OLD_FILES+=usr/share/man/man3/pmc.haswelluc.3.gz
6515 OLD_FILES+=usr/share/man/man3/pmc.iaf.3.gz
6516 OLD_FILES+=usr/share/man/man3/pmc.ivybridge.3.gz
6517 OLD_FILES+=usr/share/man/man3/pmc.ivybridgexeon.3.gz
6518 OLD_FILES+=usr/share/man/man3/pmc.k7.3.gz
6519 OLD_FILES+=usr/share/man/man3/pmc.k8.3.gz
6520 OLD_FILES+=usr/share/man/man3/pmc.mips24k.3.gz
6521 OLD_FILES+=usr/share/man/man3/pmc.octeon.3.gz
6522 OLD_FILES+=usr/share/man/man3/pmc.p4.3.gz
6523 OLD_FILES+=usr/share/man/man3/pmc.p5.3.gz
6524 OLD_FILES+=usr/share/man/man3/pmc.p6.3.gz
6525 OLD_FILES+=usr/share/man/man3/pmc.sandybridge.3.gz
6526 OLD_FILES+=usr/share/man/man3/pmc.sandybridgeuc.3.gz
6527 OLD_FILES+=usr/share/man/man3/pmc.sandybridgexeon.3.gz
6528 OLD_FILES+=usr/share/man/man3/pmc.soft.3.gz
6529 OLD_FILES+=usr/share/man/man3/pmc.tsc.3.gz
6530 OLD_FILES+=usr/share/man/man3/pmc.ucf.3.gz
6531 OLD_FILES+=usr/share/man/man3/pmc.westmere.3.gz
6532 OLD_FILES+=usr/share/man/man3/pmc.westmereuc.3.gz
6533 OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz
6534 OLD_FILES+=usr/share/man/man3/pmc_allocate.3.gz
6535 OLD_FILES+=usr/share/man/man3/pmc_attach.3.gz
6536 OLD_FILES+=usr/share/man/man3/pmc_capabilities.3.gz
6537 OLD_FILES+=usr/share/man/man3/pmc_configure_logfile.3.gz
6538 OLD_FILES+=usr/share/man/man3/pmc_cpuinfo.3.gz
6539 OLD_FILES+=usr/share/man/man3/pmc_detach.3.gz
6540 OLD_FILES+=usr/share/man/man3/pmc_disable.3.gz
6541 OLD_FILES+=usr/share/man/man3/pmc_enable.3.gz
6542 OLD_FILES+=usr/share/man/man3/pmc_event_names_of_class.3.gz
6543 OLD_FILES+=usr/share/man/man3/pmc_flush_logfile.3.gz
6544 OLD_FILES+=usr/share/man/man3/pmc_get_driver_stats.3.gz
6545 OLD_FILES+=usr/share/man/man3/pmc_get_msr.3.gz
6546 OLD_FILES+=usr/share/man/man3/pmc_init.3.gz
6547 OLD_FILES+=usr/share/man/man3/pmc_name_of_capability.3.gz
6548 OLD_FILES+=usr/share/man/man3/pmc_name_of_class.3.gz
6549 OLD_FILES+=usr/share/man/man3/pmc_name_of_cputype.3.gz
6550 OLD_FILES+=usr/share/man/man3/pmc_name_of_disposition.3.gz
6551 OLD_FILES+=usr/share/man/man3/pmc_name_of_event.3.gz
6552 OLD_FILES+=usr/share/man/man3/pmc_name_of_mode.3.gz
6553 OLD_FILES+=usr/share/man/man3/pmc_name_of_state.3.gz
6554 OLD_FILES+=usr/share/man/man3/pmc_ncpu.3.gz
6555 OLD_FILES+=usr/share/man/man3/pmc_npmc.3.gz
6556 OLD_FILES+=usr/share/man/man3/pmc_pmcinfo.3.gz
6557 OLD_FILES+=usr/share/man/man3/pmc_read.3.gz
6558 OLD_FILES+=usr/share/man/man3/pmc_release.3.gz
6559 OLD_FILES+=usr/share/man/man3/pmc_rw.3.gz
6560 OLD_FILES+=usr/share/man/man3/pmc_set.3.gz
6561 OLD_FILES+=usr/share/man/man3/pmc_start.3.gz
6562 OLD_FILES+=usr/share/man/man3/pmc_stop.3.gz
6563 OLD_FILES+=usr/share/man/man3/pmc_width.3.gz
6564 OLD_FILES+=usr/share/man/man3/pmc_write.3.gz
6565 OLD_FILES+=usr/share/man/man3/pmc_writelog.3.gz
6566 OLD_FILES+=usr/share/man/man3/pmclog.3.gz
6567 OLD_FILES+=usr/share/man/man3/pmclog_close.3.gz
6568 OLD_FILES+=usr/share/man/man3/pmclog_feed.3.gz
6569 OLD_FILES+=usr/share/man/man3/pmclog_open.3.gz
6570 OLD_FILES+=usr/share/man/man3/pmclog_read.3.gz
6571 OLD_FILES+=usr/share/man/man8/pmcannotate.8.gz
6572 OLD_FILES+=usr/share/man/man8/pmccontrol.8.gz
6573 OLD_FILES+=usr/share/man/man8/pmcstat.8.gz
6574 .endif
6575
6576 .if ${MK_PORTSNAP} == no
6577 OLD_FILES+=etc/portsnap.conf
6578 OLD_FILES+=usr/libexec/make_index
6579 OLD_FILES+=usr/libexec/phttpget
6580 OLD_FILES+=usr/sbin/portsnap
6581 OLD_FILES+=usr/share/examples/etc/portsnap.conf
6582 OLD_FILES+=usr/share/man/man8/phttpget.8.gz
6583 OLD_FILES+=usr/share/man/man8/portsnap.8.gz
6584 .endif
6585
6586 .if ${MK_PPP} == no
6587 OLD_FILES+=etc/ppp/ppp.conf
6588 OLD_DIRS+=etc/ppp
6589 OLD_FILES+=usr/sbin/ppp
6590 OLD_FILES+=usr/sbin/pppctl
6591 OLD_FILES+=usr/share/man/man8/ppp.8.gz
6592 OLD_FILES+=usr/share/man/man8/pppctl.8.gz
6593 .endif
6594
6595 .if ${MK_PROFILE} == no
6596 OLD_FILES+=usr/lib/libalias_cuseeme_p.a
6597 OLD_FILES+=usr/lib/libalias_dummy_p.a
6598 OLD_FILES+=usr/lib/libalias_ftp_p.a
6599 OLD_FILES+=usr/lib/libalias_irc_p.a
6600 OLD_FILES+=usr/lib/libalias_nbt_p.a
6601 OLD_FILES+=usr/lib/libalias_p.a
6602 OLD_FILES+=usr/lib/libalias_pptp_p.a
6603 OLD_FILES+=usr/lib/libalias_skinny_p.a
6604 OLD_FILES+=usr/lib/libalias_smedia_p.a
6605 OLD_FILES+=usr/lib/libarchive_p.a
6606 OLD_FILES+=usr/lib/libasn1_p.a
6607 OLD_FILES+=usr/lib/libbegemot_p.a
6608 OLD_FILES+=usr/lib/libbluetooth_p.a
6609 OLD_FILES+=usr/lib/libbsdxml_p.a
6610 OLD_FILES+=usr/lib/libbsm_p.a
6611 OLD_FILES+=usr/lib/libbsnmp_p.a
6612 OLD_FILES+=usr/lib/libbz2_p.a
6613 OLD_FILES+=usr/lib/libc_p.a
6614 OLD_FILES+=usr/lib/libcalendar_p.a
6615 OLD_FILES+=usr/lib/libcam_p.a
6616 OLD_FILES+=usr/lib/libcom_err_p.a
6617 OLD_FILES+=usr/lib/libcompat_p.a
6618 OLD_FILES+=usr/lib/libcrypt_p.a
6619 OLD_FILES+=usr/lib/libcrypto_p.a
6620 OLD_FILES+=usr/lib/libcurses_p.a
6621 OLD_FILES+=usr/lib/libcursesw_p.a
6622 OLD_FILES+=usr/lib/libdevinfo_p.a
6623 OLD_FILES+=usr/lib/libdevstat_p.a
6624 OLD_FILES+=usr/lib/libdialog_p.a
6625 OLD_FILES+=usr/lib/libedit_p.a
6626 OLD_FILES+=usr/lib/libelf_p.a
6627 OLD_FILES+=usr/lib/libfetch_p.a
6628 OLD_FILES+=usr/lib/libfl_p.a
6629 OLD_FILES+=usr/lib/libform_p.a
6630 OLD_FILES+=usr/lib/libformw_p.a
6631 OLD_FILES+=usr/lib/libgcc_p.a
6632 OLD_FILES+=usr/lib/libgeom_p.a
6633 OLD_FILES+=usr/lib/libgnuregex_p.a
6634 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
6635 OLD_FILES+=usr/lib/libgssapi_p.a
6636 OLD_FILES+=usr/lib/libhdb_p.a
6637 OLD_FILES+=usr/lib/libheimbase_p.a
6638 OLD_FILES+=usr/lib/libheimsqlite_p.a
6639 OLD_FILES+=usr/lib/libhistory_p.a
6640 OLD_FILES+=usr/lib/libipsec_p.a
6641 OLD_FILES+=usr/lib/libjail_p.a
6642 OLD_FILES+=usr/lib/libkadm5clnt_p.a
6643 OLD_FILES+=usr/lib/libkadm5srv_p.a
6644 OLD_FILES+=usr/lib/libkafs5_p.a
6645 OLD_FILES+=usr/lib/libkdc_p.a
6646 OLD_FILES+=usr/lib/libkiconv_p.a
6647 OLD_FILES+=usr/lib/libkrb5_p.a
6648 OLD_FILES+=usr/lib/libkvm_p.a
6649 OLD_FILES+=usr/lib/libl_p.a
6650 OLD_FILES+=usr/lib/libln_p.a
6651 OLD_FILES+=usr/lib/libm_p.a
6652 OLD_FILES+=usr/lib/libmagic_p.a
6653 OLD_FILES+=usr/lib/libmd_p.a
6654 OLD_FILES+=usr/lib/libmemstat_p.a
6655 OLD_FILES+=usr/lib/libmenu_p.a
6656 OLD_FILES+=usr/lib/libmenuw_p.a
6657 OLD_FILES+=usr/lib/libmilter_p.a
6658 OLD_FILES+=usr/lib/libmp_p.a
6659 OLD_FILES+=usr/lib/libncurses_p.a
6660 OLD_FILES+=usr/lib/libncursesw_p.a
6661 OLD_FILES+=usr/lib/libnetgraph_p.a
6662 OLD_FILES+=usr/lib/libngatm_p.a
6663 OLD_FILES+=usr/lib/libopie_p.a
6664 OLD_FILES+=usr/lib/libpanel_p.a
6665 OLD_FILES+=usr/lib/libpanelw_p.a
6666 OLD_FILES+=usr/lib/libpcap_p.a
6667 OLD_FILES+=usr/lib/libpmc_p.a
6668 OLD_FILES+=usr/lib/libpthread_p.a
6669 OLD_FILES+=usr/lib/libradius_p.a
6670 OLD_FILES+=usr/lib/libroken_p.a
6671 OLD_FILES+=usr/lib/librpcsvc_p.a
6672 OLD_FILES+=usr/lib/librt_p.a
6673 OLD_FILES+=usr/lib/libsbuf_p.a
6674 OLD_FILES+=usr/lib/libsdp_p.a
6675 OLD_FILES+=usr/lib/libsmb_p.a
6676 OLD_FILES+=usr/lib/libssl_p.a
6677 OLD_FILES+=usr/lib/libstdc++_p.a
6678 OLD_FILES+=usr/lib/libsupc++_p.a
6679 OLD_FILES+=usr/lib/libtacplus_p.a
6680 OLD_FILES+=usr/lib/libtermcap_p.a
6681 OLD_FILES+=usr/lib/libtermcapw_p.a
6682 OLD_FILES+=usr/lib/libtermlib_p.a
6683 OLD_FILES+=usr/lib/libtermlibw_p.a
6684 OLD_FILES+=usr/lib/libthr_p.a
6685 OLD_FILES+=usr/lib/libthread_db_p.a
6686 OLD_FILES+=usr/lib/libtinfo_p.a
6687 OLD_FILES+=usr/lib/libtinfow_p.a
6688 OLD_FILES+=usr/lib/libufs_p.a
6689 OLD_FILES+=usr/lib/libugidfw_p.a
6690 OLD_FILES+=usr/lib/libusbhid_p.a
6691 OLD_FILES+=usr/lib/libutil_p.a
6692 OLD_FILES+=usr/lib/libvgl_p.a
6693 OLD_FILES+=usr/lib/libwind_p.a
6694 OLD_FILES+=usr/lib/libwrap_p.a
6695 OLD_FILES+=usr/lib/liby_p.a
6696 OLD_FILES+=usr/lib/libypclnt_p.a
6697 OLD_FILES+=usr/lib/libz_p.a
6698 OLD_FILES+=usr/lib/private/libldns_p.a
6699 OLD_FILES+=usr/lib/private/libssh_p.a
6700 .endif
6701
6702 .if ${MK_QUOTAS} == no
6703 OLD_FILES+=sbin/quotacheck
6704 OLD_FILES+=usr/bin/quota
6705 OLD_FILES+=usr/sbin/edquota
6706 OLD_FILES+=usr/sbin/quotaoff
6707 OLD_FILES+=usr/sbin/quotaon
6708 OLD_FILES+=usr/sbin/repquota
6709 OLD_FILES+=usr/share/man/man1/quota.1.gz
6710 OLD_FILES+=usr/share/man/man8/edquota.8.gz
6711 OLD_FILES+=usr/share/man/man8/quotacheck.8.gz
6712 OLD_FILES+=usr/share/man/man8/quotaoff.8.gz
6713 OLD_FILES+=usr/share/man/man8/quotaon.8.gz
6714 OLD_FILES+=usr/share/man/man8/repquota.8.gz
6715 .endif
6716
6717 .if ${MK_RCMDS} == no
6718 OLD_FILES+=bin/rcp
6719 OLD_FILES+=etc/rc.d/rwho
6720 OLD_FILES+=etc/periodic/daily/140.clean-rwho
6721 OLD_FILES+=rescue/rcp
6722 OLD_FILES+=usr/bin/rlogin
6723 OLD_FILES+=usr/bin/rsh
6724 OLD_FILES+=usr/bin/ruptime
6725 OLD_FILES+=usr/bin/rwho
6726 OLD_FILES+=usr/libexec/rlogind
6727 OLD_FILES+=usr/libexec/rshd
6728 OLD_FILES+=usr/sbin/rwhod
6729 OLD_FILES+=usr/share/man/man1/rcp.1.gz
6730 OLD_FILES+=usr/share/man/man1/rlogin.1.gz
6731 OLD_FILES+=usr/share/man/man1/rsh.1.gz
6732 OLD_FILES+=usr/share/man/man1/ruptime.1.gz
6733 OLD_FILES+=usr/share/man/man1/rwho.1.gz
6734 OLD_FILES+=usr/share/man/man8/rlogind.8.gz
6735 OLD_FILES+=usr/share/man/man8/rshd.8.gz
6736 OLD_FILES+=usr/share/man/man8/rwhod.8.gz
6737 .endif
6738
6739 .if ${MK_RCS} == no
6740 OLD_FILES+=usr/bin/ci
6741 OLD_FILES+=usr/bin/co
6742 OLD_FILES+=usr/bin/merge
6743 OLD_FILES+=usr/bin/rcs
6744 OLD_FILES+=usr/bin/rcsclean
6745 OLD_FILES+=usr/bin/rcsdiff
6746 OLD_FILES+=usr/bin/rcsfreeze
6747 OLD_FILES+=usr/bin/rcsmerge
6748 OLD_FILES+=usr/bin/rlog
6749 OLD_FILES+=usr/sbin/etcupdate
6750 OLD_FILES+=usr/share/man/man1/ci.1.gz
6751 OLD_FILES+=usr/share/man/man1/co.1.gz
6752 OLD_FILES+=usr/share/man/man1/merge.1.gz
6753 OLD_FILES+=usr/share/man/man1/rcs.1.gz
6754 OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
6755 OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
6756 OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
6757 OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
6758 OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
6759 OLD_FILES+=usr/share/man/man1/rlog.1.gz
6760 OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
6761 OLD_FILES+=usr/share/man/man8/etcupdate.8.gz
6762 .endif
6763
6764 #.if ${MK_RESCUE} == no
6765 # to be filled in or replaced with a special target
6766 #.endif
6767
6768 .if ${MK_ROUTED} == no
6769 OLD_FILES+=sbin/routed
6770 OLD_FILES+=sbin/rtquery
6771 OLD_FILES+=usr/share/man/man8/routed.8.gz
6772 OLD_FILES+=usr/share/man/man8/rtquery.8.gz
6773 .endif
6774
6775 .if ${MK_SENDMAIL} == no
6776 OLD_FILES+=etc/periodic/daily/150.clean-hoststat
6777 OLD_FILES+=etc/periodic/daily/440.status-mailq
6778 OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
6779 OLD_FILES+=etc/periodic/daily/500.queuerun
6780 OLD_FILES+=bin/rmail
6781 OLD_FILES+=usr/bin/vacation
6782 OLD_FILES+=usr/include/libmilter/mfapi.h
6783 OLD_FILES+=usr/include/libmilter/mfdef.h
6784 OLD_DIRS+=usr/include/libmilter
6785 OLD_FILES+=usr/lib/libmilter.a
6786 OLD_FILES+=usr/lib/libmilter.so
6787 OLD_LIBS+=usr/lib/libmilter.so.5
6788 OLD_FILES+=usr/lib/libmilter_p.a
6789 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6790 OLD_FILES+=usr/lib32/libmilter.a
6791 OLD_FILES+=usr/lib32/libmilter.so
6792 OLD_LIBS+=usr/lib32/libmilter.so.5
6793 OLD_FILES+=usr/lib32/libmilter_p.a
6794 .endif
6795 OLD_FILES+=usr/libexec/mail.local
6796 OLD_FILES+=usr/libexec/sendmail/sendmail
6797 OLD_FILES+=usr/libexec/smrsh
6798 OLD_FILES+=usr/sbin/editmap
6799 OLD_FILES+=usr/sbin/mailstats
6800 OLD_FILES+=usr/sbin/makemap
6801 OLD_FILES+=usr/sbin/praliases
6802 OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
6803 OLD_DIRS+=usr/share/doc/smm/08.sendmailop
6804 OLD_FILES+=usr/share/man/man1/mailq.1.gz
6805 OLD_FILES+=usr/share/man/man1/newaliases.1.gz
6806 OLD_FILES+=usr/share/man/man1/vacation.1.gz
6807 OLD_FILES+=usr/share/man/man5/aliases.5.gz
6808 OLD_FILES+=usr/share/man/man8/editmap.8.gz
6809 OLD_FILES+=usr/share/man/man8/hoststat.8.gz
6810 OLD_FILES+=usr/share/man/man8/mail.local.8.gz
6811 OLD_FILES+=usr/share/man/man8/mailstats.8.gz
6812 OLD_FILES+=usr/share/man/man8/makemap.8.gz
6813 OLD_FILES+=usr/share/man/man8/praliases.8.gz
6814 OLD_FILES+=usr/share/man/man8/purgestat.8.gz
6815 OLD_FILES+=usr/share/man/man8/rmail.8.gz
6816 OLD_FILES+=usr/share/man/man8/sendmail.8.gz
6817 OLD_FILES+=usr/share/man/man8/smrsh.8.gz
6818 OLD_FILES+=usr/share/sendmail/cf/README
6819 OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
6820 OLD_FILES+=usr/share/sendmail/cf/cf/README
6821 OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
6822 OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
6823 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
6824 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
6825 OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
6826 OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
6827 OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
6828 OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
6829 OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
6830 OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
6831 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
6832 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
6833 OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
6834 OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
6835 OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
6836 OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
6837 OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
6838 OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
6839 OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
6840 OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
6841 OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
6842 OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
6843 OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
6844 OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
6845 OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
6846 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
6847 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
6848 OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
6849 OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
6850 OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
6851 OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
6852 OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
6853 OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
6854 OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
6855 OLD_DIRS+=usr/share/sendmail/cf/cf
6856 OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
6857 OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
6858 OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
6859 OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
6860 OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
6861 OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
6862 OLD_DIRS+=usr/share/sendmail/cf/domain
6863 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
6864 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
6865 OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
6866 OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
6867 OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
6868 OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
6869 OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
6870 OLD_FILES+=usr/share/sendmail/cf/feature/bcc.m4
6871 OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
6872 OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
6873 OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
6874 OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
6875 OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
6876 OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
6877 OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
6878 OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
6879 OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
6880 OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
6881 OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
6882 OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
6883 OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
6884 OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
6885 OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
6886 OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
6887 OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
6888 OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
6889 OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
6890 OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
6891 OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
6892 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
6893 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
6894 OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
6895 OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
6896 OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
6897 OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
6898 OLD_FILES+=usr/share/sendmail/cf/feature/nopercenthack.m4
6899 OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
6900 OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
6901 OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
6902 OLD_FILES+=usr/share/sendmail/cf/feature/prefixmod.m4
6903 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
6904 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
6905 OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
6906 OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
6907 OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
6908 OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
6909 OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
6910 OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
6911 OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
6912 OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
6913 OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
6914 OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
6915 OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
6916 OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
6917 OLD_FILES+=usr/share/sendmail/cf/feature/tls_session_features.m4
6918 OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
6919 OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
6920 OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
6921 OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
6922 OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
6923 OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
6924 OLD_DIRS+=usr/share/sendmail/cf/feature
6925 OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
6926 OLD_FILES+=usr/share/sendmail/cf/hack/xconnect.m4
6927 OLD_DIRS+=usr/share/sendmail/cf/hack
6928 OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
6929 OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
6930 OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
6931 OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
6932 OLD_DIRS+=usr/share/sendmail/cf/m4
6933 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
6934 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
6935 OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
6936 OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
6937 OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
6938 OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
6939 OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
6940 OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
6941 OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
6942 OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
6943 OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
6944 OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
6945 OLD_DIRS+=usr/share/sendmail/cf/mailer
6946 OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
6947 OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
6948 OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
6949 OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
6950 OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
6951 OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
6952 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
6953 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
6954 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
6955 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
6956 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
6957 OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
6958 OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
6959 OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
6960 OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
6961 OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
6962 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
6963 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
6964 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
6965 OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
6966 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
6967 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
6968 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
6969 OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
6970 OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
6971 OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
6972 OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
6973 OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
6974 OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
6975 OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
6976 OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
6977 OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
6978 OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
6979 OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
6980 OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
6981 OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
6982 OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
6983 OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
6984 OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
6985 OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
6986 OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
6987 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris11.m4
6988 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
6989 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
6990 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
6991 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
6992 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
6993 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
6994 OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
6995 OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
6996 OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
6997 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
6998 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
6999 OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
7000 OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
7001 OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
7002 OLD_DIRS+=usr/share/sendmail/cf/ostype
7003 OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
7004 OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
7005 OLD_DIRS+=usr/share/sendmail/cf/sh
7006 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
7007 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
7008 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
7009 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
7010 OLD_DIRS+=usr/share/sendmail/cf/siteconfig
7011 OLD_DIRS+=usr/share/sendmail/cf
7012 OLD_DIRS+=usr/share/sendmail
7013 .endif
7014
7015 .if ${MK_SHAREDOCS} == no
7016 OLD_FILES+=usr/share/doc/pjdfstest/README
7017 OLD_DIRS+=usr/share/doc/pjdfstest
7018 .endif
7019
7020 .if ${MK_SSP} == no
7021 OLD_LIBS+=lib/libssp.so.0
7022 OLD_FILES+=usr/include/ssp/ssp.h
7023 OLD_FILES+=usr/include/ssp/stdio.h
7024 OLD_FILES+=usr/include/ssp/string.h
7025 OLD_FILES+=usr/include/ssp/unistd.h
7026 OLD_FILES+=usr/lib/libssp.a
7027 OLD_FILES+=usr/lib/libssp.so
7028 OLD_FILES+=usr/lib/libssp_nonshared.a
7029 OLD_FILES+=usr/lib32/libssp.a
7030 OLD_FILES+=usr/lib32/libssp.so
7031 OLD_LIBS+=usr/lib32/libssp.so.0
7032 OLD_FILES+=usr/lib32/libssp_nonshared.a
7033 OLD_FILES+=usr/tests/lib/libc/ssp/Kyuafile
7034 OLD_FILES+=usr/tests/lib/libc/ssp/h_fgets
7035 OLD_FILES+=usr/tests/lib/libc/ssp/h_getcwd
7036 OLD_FILES+=usr/tests/lib/libc/ssp/h_gets
7037 OLD_FILES+=usr/tests/lib/libc/ssp/h_memcpy
7038 OLD_FILES+=usr/tests/lib/libc/ssp/h_memmove
7039 OLD_FILES+=usr/tests/lib/libc/ssp/h_memset
7040 OLD_FILES+=usr/tests/lib/libc/ssp/h_read
7041 OLD_FILES+=usr/tests/lib/libc/ssp/h_readlink
7042 OLD_FILES+=usr/tests/lib/libc/ssp/h_snprintf
7043 OLD_FILES+=usr/tests/lib/libc/ssp/h_sprintf
7044 OLD_FILES+=usr/tests/lib/libc/ssp/h_stpcpy
7045 OLD_FILES+=usr/tests/lib/libc/ssp/h_stpncpy
7046 OLD_FILES+=usr/tests/lib/libc/ssp/h_strcat
7047 OLD_FILES+=usr/tests/lib/libc/ssp/h_strcpy
7048 OLD_FILES+=usr/tests/lib/libc/ssp/h_strncat
7049 OLD_FILES+=usr/tests/lib/libc/ssp/h_strncpy
7050 OLD_FILES+=usr/tests/lib/libc/ssp/h_vsnprintf
7051 OLD_FILES+=usr/tests/lib/libc/ssp/h_vsprintf
7052 OLD_FILES+=usr/tests/lib/libc/ssp/ssp_test
7053 .endif
7054
7055 .if ${MK_SYSCONS} == no
7056 OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts
7057 OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt
7058 OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt
7059 OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt
7060 OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt
7061 OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt
7062 OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt
7063 OLD_FILES+=usr/share/syscons/fonts/cp437-8x14.fnt
7064 OLD_FILES+=usr/share/syscons/fonts/cp437-8x16.fnt
7065 OLD_FILES+=usr/share/syscons/fonts/cp437-8x8.fnt
7066 OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x16.fnt
7067 OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x8.fnt
7068 OLD_FILES+=usr/share/syscons/fonts/cp850-8x14.fnt
7069 OLD_FILES+=usr/share/syscons/fonts/cp850-8x16.fnt
7070 OLD_FILES+=usr/share/syscons/fonts/cp850-8x8.fnt
7071 OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x16.fnt
7072 OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x8.fnt
7073 OLD_FILES+=usr/share/syscons/fonts/cp865-8x14.fnt
7074 OLD_FILES+=usr/share/syscons/fonts/cp865-8x16.fnt
7075 OLD_FILES+=usr/share/syscons/fonts/cp865-8x8.fnt
7076 OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x16.fnt
7077 OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x8.fnt
7078 OLD_FILES+=usr/share/syscons/fonts/cp866-8x14.fnt
7079 OLD_FILES+=usr/share/syscons/fonts/cp866-8x16.fnt
7080 OLD_FILES+=usr/share/syscons/fonts/cp866-8x8.fnt
7081 OLD_FILES+=usr/share/syscons/fonts/cp866b-8x16.fnt
7082 OLD_FILES+=usr/share/syscons/fonts/cp866c-8x16.fnt
7083 OLD_FILES+=usr/share/syscons/fonts/cp866u-8x14.fnt
7084 OLD_FILES+=usr/share/syscons/fonts/cp866u-8x16.fnt
7085 OLD_FILES+=usr/share/syscons/fonts/cp866u-8x8.fnt
7086 OLD_FILES+=usr/share/syscons/fonts/haik8-8x14.fnt
7087 OLD_FILES+=usr/share/syscons/fonts/haik8-8x16.fnt
7088 OLD_FILES+=usr/share/syscons/fonts/haik8-8x8.fnt
7089 OLD_FILES+=usr/share/syscons/fonts/iso-8x14.fnt
7090 OLD_FILES+=usr/share/syscons/fonts/iso-8x16.fnt
7091 OLD_FILES+=usr/share/syscons/fonts/iso-8x8.fnt
7092 OLD_FILES+=usr/share/syscons/fonts/iso-thin-8x16.fnt
7093 OLD_FILES+=usr/share/syscons/fonts/iso02-8x14.fnt
7094 OLD_FILES+=usr/share/syscons/fonts/iso02-8x16.fnt
7095 OLD_FILES+=usr/share/syscons/fonts/iso02-8x8.fnt
7096 OLD_FILES+=usr/share/syscons/fonts/iso04-8x14.fnt
7097 OLD_FILES+=usr/share/syscons/fonts/iso04-8x16.fnt
7098 OLD_FILES+=usr/share/syscons/fonts/iso04-8x8.fnt
7099 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x14.fnt
7100 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x16.fnt
7101 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x8.fnt
7102 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-wide-8x16.fnt
7103 OLD_FILES+=usr/share/syscons/fonts/iso04-wide-8x16.fnt
7104 OLD_FILES+=usr/share/syscons/fonts/iso05-8x14.fnt
7105 OLD_FILES+=usr/share/syscons/fonts/iso05-8x16.fnt
7106 OLD_FILES+=usr/share/syscons/fonts/iso05-8x8.fnt
7107 OLD_FILES+=usr/share/syscons/fonts/iso07-8x14.fnt
7108 OLD_FILES+=usr/share/syscons/fonts/iso07-8x16.fnt
7109 OLD_FILES+=usr/share/syscons/fonts/iso07-8x8.fnt
7110 OLD_FILES+=usr/share/syscons/fonts/iso08-8x14.fnt
7111 OLD_FILES+=usr/share/syscons/fonts/iso08-8x16.fnt
7112 OLD_FILES+=usr/share/syscons/fonts/iso08-8x8.fnt
7113 OLD_FILES+=usr/share/syscons/fonts/iso09-8x16.fnt
7114 OLD_FILES+=usr/share/syscons/fonts/iso15-8x14.fnt
7115 OLD_FILES+=usr/share/syscons/fonts/iso15-8x16.fnt
7116 OLD_FILES+=usr/share/syscons/fonts/iso15-8x8.fnt
7117 OLD_FILES+=usr/share/syscons/fonts/iso15-thin-8x16.fnt
7118 OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x14.fnt
7119 OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x16.fnt
7120 OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x8.fnt
7121 OLD_FILES+=usr/share/syscons/fonts/koi8-rb-8x16.fnt
7122 OLD_FILES+=usr/share/syscons/fonts/koi8-rc-8x16.fnt
7123 OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x14.fnt
7124 OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x16.fnt
7125 OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x8.fnt
7126 OLD_FILES+=usr/share/syscons/fonts/swiss-1131-8x16.fnt
7127 OLD_FILES+=usr/share/syscons/fonts/swiss-1251-8x16.fnt
7128 OLD_FILES+=usr/share/syscons/fonts/swiss-8x14.fnt
7129 OLD_FILES+=usr/share/syscons/fonts/swiss-8x16.fnt
7130 OLD_FILES+=usr/share/syscons/fonts/swiss-8x8.fnt
7131 OLD_FILES+=usr/share/syscons/keymaps/INDEX.keymaps
7132 OLD_FILES+=usr/share/syscons/keymaps/be.iso.acc.kbd
7133 OLD_FILES+=usr/share/syscons/keymaps/be.iso.kbd
7134 OLD_FILES+=usr/share/syscons/keymaps/bg.bds.ctrlcaps.kbd
7135 OLD_FILES+=usr/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd
7136 OLD_FILES+=usr/share/syscons/keymaps/br275.cp850.kbd
7137 OLD_FILES+=usr/share/syscons/keymaps/br275.iso.acc.kbd
7138 OLD_FILES+=usr/share/syscons/keymaps/br275.iso.kbd
7139 OLD_FILES+=usr/share/syscons/keymaps/by.cp1131.kbd
7140 OLD_FILES+=usr/share/syscons/keymaps/by.cp1251.kbd
7141 OLD_FILES+=usr/share/syscons/keymaps/by.iso5.kbd
7142 OLD_FILES+=usr/share/syscons/keymaps/ce.iso2.kbd
7143 OLD_FILES+=usr/share/syscons/keymaps/colemak.iso15.acc.kbd
7144 OLD_FILES+=usr/share/syscons/keymaps/cs.latin2.qwertz.kbd
7145 OLD_FILES+=usr/share/syscons/keymaps/cz.iso2.kbd
7146 OLD_FILES+=usr/share/syscons/keymaps/danish.cp865.kbd
7147 OLD_FILES+=usr/share/syscons/keymaps/danish.iso.acc.kbd
7148 OLD_FILES+=usr/share/syscons/keymaps/danish.iso.kbd
7149 OLD_FILES+=usr/share/syscons/keymaps/danish.iso.macbook.kbd
7150 OLD_FILES+=usr/share/syscons/keymaps/dutch.iso.acc.kbd
7151 OLD_FILES+=usr/share/syscons/keymaps/eee_nordic.kbd
7152 OLD_FILES+=usr/share/syscons/keymaps/el.iso07.kbd
7153 OLD_FILES+=usr/share/syscons/keymaps/estonian.cp850.kbd
7154 OLD_FILES+=usr/share/syscons/keymaps/estonian.iso.kbd
7155 OLD_FILES+=usr/share/syscons/keymaps/estonian.iso15.kbd
7156 OLD_FILES+=usr/share/syscons/keymaps/finnish.cp850.kbd
7157 OLD_FILES+=usr/share/syscons/keymaps/finnish.iso.kbd
7158 OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.acc.kbd
7159 OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.kbd
7160 OLD_FILES+=usr/share/syscons/keymaps/fr.iso.acc.kbd
7161 OLD_FILES+=usr/share/syscons/keymaps/fr.iso.kbd
7162 OLD_FILES+=usr/share/syscons/keymaps/fr.macbook.acc.kbd
7163 OLD_FILES+=usr/share/syscons/keymaps/fr_CA.iso.acc.kbd
7164 OLD_FILES+=usr/share/syscons/keymaps/german.cp850.kbd
7165 OLD_FILES+=usr/share/syscons/keymaps/german.iso.acc.kbd
7166 OLD_FILES+=usr/share/syscons/keymaps/german.iso.kbd
7167 OLD_FILES+=usr/share/syscons/keymaps/gr.elot.acc.kbd
7168 OLD_FILES+=usr/share/syscons/keymaps/gr.us101.acc.kbd
7169 OLD_FILES+=usr/share/syscons/keymaps/hr.iso.kbd
7170 OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.101keys.kbd
7171 OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.102keys.kbd
7172 OLD_FILES+=usr/share/syscons/keymaps/hy.armscii-8.kbd
7173 OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.acc.kbd
7174 OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.kbd
7175 OLD_FILES+=usr/share/syscons/keymaps/it.iso.kbd
7176 OLD_FILES+=usr/share/syscons/keymaps/iw.iso8.kbd
7177 OLD_FILES+=usr/share/syscons/keymaps/jp.106.kbd
7178 OLD_FILES+=usr/share/syscons/keymaps/jp.106x.kbd
7179 OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.iso.kbd
7180 OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.kbd
7181 OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.io.kbd
7182 OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.kst.kbd
7183 OLD_FILES+=usr/share/syscons/keymaps/latinamerican.iso.acc.kbd
7184 OLD_FILES+=usr/share/syscons/keymaps/latinamerican.kbd
7185 OLD_FILES+=usr/share/syscons/keymaps/lt.iso4.kbd
7186 OLD_FILES+=usr/share/syscons/keymaps/norwegian.dvorak.kbd
7187 OLD_FILES+=usr/share/syscons/keymaps/norwegian.iso.kbd
7188 OLD_FILES+=usr/share/syscons/keymaps/pl_PL.ISO8859-2.kbd
7189 OLD_FILES+=usr/share/syscons/keymaps/pl_PL.dvorak.kbd
7190 OLD_FILES+=usr/share/syscons/keymaps/pt.iso.acc.kbd
7191 OLD_FILES+=usr/share/syscons/keymaps/pt.iso.kbd
7192 OLD_FILES+=usr/share/syscons/keymaps/ru.cp866.kbd
7193 OLD_FILES+=usr/share/syscons/keymaps/ru.iso5.kbd
7194 OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.kbd
7195 OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.shift.kbd
7196 OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.win.kbd
7197 OLD_FILES+=usr/share/syscons/keymaps/si.iso.kbd
7198 OLD_FILES+=usr/share/syscons/keymaps/sk.iso2.kbd
7199 OLD_FILES+=usr/share/syscons/keymaps/spanish.dvorak.kbd
7200 OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.acc.kbd
7201 OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.kbd
7202 OLD_FILES+=usr/share/syscons/keymaps/spanish.iso15.acc.kbd
7203 OLD_FILES+=usr/share/syscons/keymaps/swedish.cp850.kbd
7204 OLD_FILES+=usr/share/syscons/keymaps/swedish.iso.kbd
7205 OLD_FILES+=usr/share/syscons/keymaps/swissfrench.cp850.kbd
7206 OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.acc.kbd
7207 OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.kbd
7208 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.cp850.kbd
7209 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.acc.kbd
7210 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.kbd
7211 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.macbook.acc.kbd
7212 OLD_FILES+=usr/share/syscons/keymaps/tr.iso9.q.kbd
7213 OLD_FILES+=usr/share/syscons/keymaps/ua.iso5.kbd
7214 OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.kbd
7215 OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd
7216 OLD_FILES+=usr/share/syscons/keymaps/uk.cp850-ctrl.kbd
7217 OLD_FILES+=usr/share/syscons/keymaps/uk.cp850.kbd
7218 OLD_FILES+=usr/share/syscons/keymaps/uk.dvorak.kbd
7219 OLD_FILES+=usr/share/syscons/keymaps/uk.iso-ctrl.kbd
7220 OLD_FILES+=usr/share/syscons/keymaps/uk.iso.kbd
7221 OLD_FILES+=usr/share/syscons/keymaps/us.dvorak.kbd
7222 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakl.kbd
7223 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakp.kbd
7224 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakr.kbd
7225 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakx.kbd
7226 OLD_FILES+=usr/share/syscons/keymaps/us.emacs.kbd
7227 OLD_FILES+=usr/share/syscons/keymaps/us.iso.acc.kbd
7228 OLD_FILES+=usr/share/syscons/keymaps/us.iso.kbd
7229 OLD_FILES+=usr/share/syscons/keymaps/us.pc-ctrl.kbd
7230 OLD_FILES+=usr/share/syscons/keymaps/us.unix.kbd
7231 OLD_FILES+=usr/share/syscons/scrnmaps/armscii8-2haik8.scm
7232 OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm
7233 OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-4_for_vga9.scm
7234 OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-7_to_cp437.scm
7235 OLD_FILES+=usr/share/syscons/scrnmaps/koi8-r2cp866.scm
7236 OLD_FILES+=usr/share/syscons/scrnmaps/koi8-u2cp866u.scm
7237 OLD_FILES+=usr/share/syscons/scrnmaps/us-ascii_to_cp437.scm
7238 .endif
7239
7240 .if ${MK_TALK} == no
7241 OLD_FILES+=usr/bin/talk
7242 OLD_FILES+=usr/libexec/ntalkd
7243 OLD_FILES+=usr/share/man/man1/talk.1.gz
7244 OLD_FILES+=usr/share/man/man8/talkd.8.gz
7245 .endif
7246
7247 .if ${MK_TCSH} == no
7248 OLD_FILES+=.cshrc
7249 OLD_FILES+=etc/csh.cshrc
7250 OLD_FILES+=etc/csh.login
7251 OLD_FILES+=etc/csh.logout
7252 OLD_FILES+=bin/csh
7253 OLD_FILES+=bin/tcsh
7254 OLD_FILES+=rescue/csh
7255 OLD_FILES+=rescue/tcsh
7256 OLD_FILES+=root/.cshrc
7257 OLD_FILES+=root/.login
7258 OLD_FILES+=usr/share/examples/etc/csh.cshrc
7259 OLD_FILES+=usr/share/examples/etc/csh.login
7260 OLD_FILES+=usr/share/examples/etc/csh.logout
7261 OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
7262 OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
7263 OLD_DIRS+=usr/share/examples/tcsh
7264 OLD_FILES+=usr/share/man/man1/csh.1.gz
7265 OLD_FILES+=usr/share/man/man1/tcsh.1.gz
7266 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
7267 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
7268 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
7269 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
7270 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
7271 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
7272 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
7273 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
7274 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
7275 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
7276 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
7277 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
7278 OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
7279 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
7280 OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
7281 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
7282 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
7283 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
7284 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
7285 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
7286 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
7287 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
7288 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
7289 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
7290 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
7291 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
7292 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
7293 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
7294 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
7295 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
7296 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
7297 OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
7298 OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
7299 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
7300 OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
7301 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
7302 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
7303 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
7304 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
7305 OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
7306 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
7307 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
7308 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
7309 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
7310 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
7311 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
7312 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
7313 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
7314 .endif
7315
7316 .if ${MK_TELNET} == no
7317 OLD_FILES+=usr/bin/telnet
7318 OLD_FILES+=usr/libexec/telnetd
7319 OLD_FILES+=usr/share/man/man1/telnet.1.gz
7320 OLD_FILES+=usr/share/man/man8/telnetd.8.gz
7321 .endif
7322
7323 .if ${MK_TESTS} == yes
7324 OLD_FILES+=usr/bin/atf-sh
7325 OLD_FILES+=usr/include/atf-c++/config.hpp
7326 OLD_FILES+=usr/include/atf-c/config.h
7327 OLD_LIBS+=usr/lib/libatf-c++.a
7328 OLD_LIBS+=usr/lib/libatf-c++.so
7329 OLD_LIBS+=usr/lib/libatf-c++.so.1
7330 OLD_LIBS+=usr/lib/libatf-c++.so.2
7331 OLD_LIBS+=usr/lib/libatf-c++_p.a
7332 OLD_LIBS+=usr/lib/libatf-c.a
7333 OLD_LIBS+=usr/lib/libatf-c.so
7334 OLD_LIBS+=usr/lib/libatf-c.so.1
7335 OLD_LIBS+=usr/lib/libatf-c_p.a
7336 OLD_LIBS+=usr/lib/private/libatf-c.so.0
7337 OLD_LIBS+=usr/lib/private/libatf-c++.so.1
7338 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
7339 OLD_LIBS+=usr/lib32/libatf-c++.a
7340 OLD_LIBS+=usr/lib32/libatf-c++.so
7341 OLD_LIBS+=usr/lib32/libatf-c++.so.1
7342 OLD_LIBS+=usr/lib32/libatf-c++.so.2
7343 OLD_LIBS+=usr/lib32/libatf-c++_p.a
7344 OLD_LIBS+=usr/lib32/libatf-c.a
7345 OLD_LIBS+=usr/lib32/libatf-c.so
7346 OLD_LIBS+=usr/lib32/libatf-c.so.1
7347 OLD_LIBS+=usr/lib32/libatf-c_p.a
7348 OLD_LIBS+=usr/lib32/private/libatf-c.so.0
7349 OLD_LIBS+=usr/lib32/private/libatf-c++.so.1
7350 .endif
7351 OLD_FILES+=usr/libdata/pkgconfig/atf-c++.pc
7352 OLD_FILES+=usr/libdata/pkgconfig/atf-c.pc
7353 OLD_FILES+=usr/libdata/pkgconfig/atf-sh.pc
7354 OLD_FILES+=usr/share/aclocal/atf-c++.m4
7355 OLD_FILES+=usr/share/aclocal/atf-c.m4
7356 OLD_FILES+=usr/share/aclocal/atf-common.m4
7357 OLD_FILES+=usr/share/aclocal/atf-sh.m4
7358 OLD_DIRS+=usr/share/aclocal
7359 OLD_FILES+=usr/tests/bin/chown/units_basics
7360 OLD_FILES+=usr/tests/bin/date/legacy_test
7361 OLD_FILES+=usr/tests/bin/sh/legacy_test
7362 OLD_FILES+=usr/tests/usr.bin/atf/Kyuafile
7363 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/Kyuafile
7364 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/atf_check_test
7365 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/config_test
7366 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/integration_test
7367 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/misc_helpers
7368 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/normalize_test
7369 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tc_test
7370 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tp_test
7371 OLD_DIRS+=usr/tests/usr.bin/atf/atf-sh
7372 OLD_DIRS+=usr/tests/usr.bin/atf
7373 OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
7374 OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
7375 OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test
7376 OLD_FILES+=usr/tests/lib/atf/libatf-c++/config_test
7377 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/expand_test
7378 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/parser_test
7379 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/sanity_test
7380 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/ui_test
7381 OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test
7382 OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test
7383 OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test
7384 OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test
7385 OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test
7386 OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test
7387 OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test
7388 OLD_FILES+=usr/tests/lib/atf/libatf-c++/pkg_config_test
7389 OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test
7390 OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test
7391 OLD_FILES+=usr/tests/lib/atf/libatf-c/config_test
7392 OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test
7393 OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test
7394 OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test
7395 OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test
7396 OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test
7397 OLD_FILES+=usr/tests/lib/atf/libatf-c/pkg_config_test
7398 OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers
7399 OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test
7400 OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test
7401 OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test
7402 OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test
7403 .if ${MK_MAKE} == yes
7404 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/legacy_test
7405 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Kyuafile
7406 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Makefile.test
7407 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.1
7408 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.2
7409 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.3
7410 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.4
7411 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.5
7412 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.6
7413 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.7
7414 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.1
7415 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.2
7416 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.3
7417 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.4
7418 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.5
7419 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.6
7420 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.7
7421 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.1
7422 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.2
7423 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.3
7424 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.4
7425 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.5
7426 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.6
7427 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.7
7428 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/libtest.a
7429 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/legacy_test
7430 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Kyuafile
7431 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Makefile.test
7432 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.1
7433 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.2
7434 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.3
7435 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.4
7436 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.5
7437 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.6
7438 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.7
7439 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.1
7440 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.2
7441 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.3
7442 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.4
7443 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.5
7444 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.6
7445 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.7
7446 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.1
7447 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.2
7448 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.3
7449 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.4
7450 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.5
7451 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.6
7452 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.7
7453 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/libtest.a
7454 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/legacy_test
7455 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Kyuafile
7456 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Makefile.test
7457 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.1
7458 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.2
7459 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.3
7460 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.4
7461 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.5
7462 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.6
7463 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.7
7464 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.1
7465 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.2
7466 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.3
7467 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.4
7468 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.5
7469 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.6
7470 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.7
7471 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.1
7472 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.2
7473 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.3
7474 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.4
7475 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.5
7476 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.6
7477 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.7
7478 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/libtest.a
7479 OLD_FILES+=usr/tests/usr.bin/make/archives/Kyuafile
7480 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/legacy_test
7481 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/Kyuafile
7482 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.status.1
7483 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stderr.1
7484 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stdout.1
7485 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/legacy_test
7486 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Kyuafile
7487 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Makefile.test
7488 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.status.1
7489 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stderr.1
7490 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stdout.1
7491 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/legacy_test
7492 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Kyuafile
7493 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Makefile.test
7494 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.status.1
7495 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stderr.1
7496 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stdout.1
7497 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/legacy_test
7498 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/Kyuafile
7499 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.status.1
7500 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stderr.1
7501 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stdout.1
7502 OLD_FILES+=usr/tests/usr.bin/make/basic/Kyuafile
7503 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/legacy_test
7504 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Kyuafile
7505 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Makefile.test
7506 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.status.1
7507 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stderr.1
7508 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stdout.1
7509 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/legacy_test
7510 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Kyuafile
7511 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Makefile.test
7512 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.status.1
7513 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stderr.1
7514 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stdout.1
7515 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/legacy_test
7516 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Kyuafile
7517 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Makefile.test
7518 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.status.1
7519 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stderr.1
7520 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stdout.1
7521 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/legacy_test
7522 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Kyuafile
7523 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Makefile.test
7524 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.status.1
7525 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stderr.1
7526 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stdout.1
7527 OLD_FILES+=usr/tests/usr.bin/make/execution/Kyuafile
7528 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/legacy_test
7529 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Kyuafile
7530 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Makefile.test
7531 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.1
7532 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.2
7533 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.1
7534 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.2
7535 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.1
7536 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.2
7537 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/sh
7538 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/legacy_test
7539 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Kyuafile
7540 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Makefile.test
7541 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.1
7542 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.2
7543 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.1
7544 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.2
7545 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.1
7546 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.2
7547 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/sh
7548 OLD_FILES+=usr/tests/usr.bin/make/shell/path/legacy_test
7549 OLD_FILES+=usr/tests/usr.bin/make/shell/path/Kyuafile
7550 OLD_FILES+=usr/tests/usr.bin/make/shell/path/Makefile.test
7551 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.1
7552 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.2
7553 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.1
7554 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.2
7555 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.1
7556 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.2
7557 OLD_FILES+=usr/tests/usr.bin/make/shell/path/sh
7558 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/legacy_test
7559 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Kyuafile
7560 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Makefile.test
7561 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.1
7562 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.2
7563 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.1
7564 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.2
7565 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.1
7566 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.2
7567 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/shell
7568 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/legacy_test
7569 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Kyuafile
7570 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Makefile.test
7571 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.1
7572 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.2
7573 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.1
7574 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.2
7575 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.1
7576 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.2
7577 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/shell
7578 OLD_FILES+=usr/tests/usr.bin/make/shell/select/legacy_test
7579 OLD_FILES+=usr/tests/usr.bin/make/shell/select/Kyuafile
7580 OLD_FILES+=usr/tests/usr.bin/make/shell/select/Makefile.test
7581 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.1
7582 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.2
7583 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.1
7584 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.2
7585 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.1
7586 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.2
7587 OLD_FILES+=usr/tests/usr.bin/make/shell/Kyuafile
7588 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/legacy_test
7589 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Kyuafile
7590 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Makefile.test
7591 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/TEST1.a
7592 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.status.1
7593 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stderr.1
7594 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stdout.1
7595 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/legacy_test
7596 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Kyuafile
7597 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Makefile.test
7598 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST1.a
7599 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST2.a
7600 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.status.1
7601 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stderr.1
7602 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stdout.1
7603 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/legacy_test
7604 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Kyuafile
7605 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Makefile.test
7606 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST1.a
7607 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST2.a
7608 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.status.1
7609 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stderr.1
7610 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stdout.1
7611 OLD_FILES+=usr/tests/usr.bin/make/suffixes/Kyuafile
7612 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/legacy_test
7613 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Kyuafile
7614 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Makefile.test
7615 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.status.1
7616 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stderr.1
7617 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stdout.1
7618 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/legacy_test
7619 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Kyuafile
7620 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Makefile.test
7621 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.1
7622 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.2
7623 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.3
7624 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.4
7625 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.5
7626 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.1
7627 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.2
7628 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.3
7629 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.4
7630 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.5
7631 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.1
7632 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.2
7633 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.3
7634 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.4
7635 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.5
7636 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/legacy_test
7637 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Kyuafile
7638 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Makefile.test
7639 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.1
7640 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.2
7641 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.1
7642 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.2
7643 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.1
7644 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.2
7645 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/legacy_test
7646 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Kyuafile
7647 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Makefile.test
7648 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.1
7649 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.2
7650 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.1
7651 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.2
7652 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.1
7653 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.2
7654 OLD_FILES+=usr/tests/usr.bin/make/syntax/Kyuafile
7655 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/legacy_test
7656 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Kyuafile
7657 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Makefile.test
7658 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.status.1
7659 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stderr.1
7660 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stdout.1
7661 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/Kyuafile
7662 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/sys.mk
7663 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/Kyuafile
7664 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/Kyuafile
7665 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/legacy_test
7666 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/Kyuafile
7667 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/cleanup
7668 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.status.1
7669 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stderr.1
7670 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stdout.1
7671 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/Kyuafile
7672 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/sys.mk
7673 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/Kyuafile
7674 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/Kyuafile
7675 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/legacy_test
7676 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/Kyuafile
7677 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/cleanup
7678 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.status.1
7679 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stderr.1
7680 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stdout.1
7681 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/Kyuafile
7682 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/sys.mk
7683 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/Kyuafile
7684 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/Kyuafile
7685 OLD_FILES+=usr/tests/usr.bin/make/sysmk/Kyuafile
7686 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/legacy_test
7687 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Kyuafile
7688 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Makefile.test
7689 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.status.1
7690 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stderr.1
7691 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stdout.1
7692 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/legacy_test
7693 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Kyuafile
7694 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Makefile.test
7695 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.1
7696 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.2
7697 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.3
7698 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.1
7699 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.2
7700 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.3
7701 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.1
7702 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.2
7703 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.3
7704 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/legacy_test
7705 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Kyuafile
7706 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Makefile.test
7707 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.1
7708 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.2
7709 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.1
7710 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.2
7711 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.1
7712 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.2
7713 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/legacy_test
7714 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Kyuafile
7715 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Makefile.test
7716 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.status.1
7717 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stderr.1
7718 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stdout.1
7719 OLD_FILES+=usr/tests/usr.bin/make/variables/Kyuafile
7720 OLD_FILES+=usr/tests/usr.bin/make/Kyuafile
7721 OLD_FILES+=usr/tests/usr.bin/make/common.sh
7722 OLD_FILES+=usr/tests/usr.bin/make/test-new.mk
7723 OLD_DIRS+=usr/tests/usr.bin/make/variables/t0
7724 OLD_DIRS+=usr/tests/usr.bin/make/variables/opt_V
7725 OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_t
7726 OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_M
7727 OLD_DIRS+=usr/tests/usr.bin/make/variables
7728 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/mk
7729 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2/1
7730 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2
7731 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2
7732 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/mk
7733 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2/1
7734 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2
7735 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1
7736 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/mk
7737 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2/1
7738 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2
7739 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0
7740 OLD_DIRS+=usr/tests/usr.bin/make/sysmk
7741 OLD_DIRS+=usr/tests/usr.bin/make/syntax/semi
7742 OLD_DIRS+=usr/tests/usr.bin/make/syntax/funny-targets
7743 OLD_DIRS+=usr/tests/usr.bin/make/syntax/enl
7744 OLD_DIRS+=usr/tests/usr.bin/make/syntax/directive-t0
7745 OLD_DIRS+=usr/tests/usr.bin/make/syntax
7746 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild2
7747 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild1
7748 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/basic
7749 OLD_DIRS+=usr/tests/usr.bin/make/suffixes
7750 OLD_DIRS+=usr/tests/usr.bin/make/shell/select
7751 OLD_DIRS+=usr/tests/usr.bin/make/shell/replace
7752 OLD_DIRS+=usr/tests/usr.bin/make/shell/path_select
7753 OLD_DIRS+=usr/tests/usr.bin/make/shell/path
7754 OLD_DIRS+=usr/tests/usr.bin/make/shell/meta
7755 OLD_DIRS+=usr/tests/usr.bin/make/shell/builtin
7756 OLD_DIRS+=usr/tests/usr.bin/make/shell
7757 OLD_DIRS+=usr/tests/usr.bin/make/execution/plus
7758 OLD_DIRS+=usr/tests/usr.bin/make/execution/joberr
7759 OLD_DIRS+=usr/tests/usr.bin/make/execution/empty
7760 OLD_DIRS+=usr/tests/usr.bin/make/execution/ellipsis
7761 OLD_DIRS+=usr/tests/usr.bin/make/execution
7762 OLD_DIRS+=usr/tests/usr.bin/make/basic/t3
7763 OLD_DIRS+=usr/tests/usr.bin/make/basic/t2
7764 OLD_DIRS+=usr/tests/usr.bin/make/basic/t1
7765 OLD_DIRS+=usr/tests/usr.bin/make/basic/t0
7766 OLD_DIRS+=usr/tests/usr.bin/make/basic
7767 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_oldbsd
7768 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod
7769 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd
7770 OLD_DIRS+=usr/tests/usr.bin/make/archives
7771 OLD_DIRS+=usr/tests/usr.bin/make
7772 OLD_FILES+=usr/tests/usr.bin/yacc/legacy_test
7773 OLD_FILES+=usr/tests/usr.bin/yacc/regress.00.out
7774 OLD_FILES+=usr/tests/usr.bin/yacc/regress.01.out
7775 OLD_FILES+=usr/tests/usr.bin/yacc/regress.02.out
7776 OLD_FILES+=usr/tests/usr.bin/yacc/regress.03.out
7777 OLD_FILES+=usr/tests/usr.bin/yacc/regress.04.out
7778 OLD_FILES+=usr/tests/usr.bin/yacc/regress.05.out
7779 OLD_FILES+=usr/tests/usr.bin/yacc/regress.06.out
7780 OLD_FILES+=usr/tests/usr.bin/yacc/regress.07.out
7781 OLD_FILES+=usr/tests/usr.bin/yacc/regress.08.out
7782 OLD_FILES+=usr/tests/usr.bin/yacc/regress.09.out
7783 OLD_FILES+=usr/tests/usr.bin/yacc/regress.10.out
7784 OLD_FILES+=usr/tests/usr.bin/yacc/regress.11.out
7785 OLD_FILES+=usr/tests/usr.bin/yacc/regress.12.out
7786 OLD_FILES+=usr/tests/usr.bin/yacc/regress.13.out
7787 OLD_FILES+=usr/tests/usr.bin/yacc/regress.14.out
7788 OLD_FILES+=usr/tests/usr.bin/yacc/regress.sh
7789 OLD_FILES+=usr/tests/usr.bin/yacc/undefined.y
7790 .endif
7791 .else
7792 # ATF libraries.
7793 OLD_FILES+=etc/mtree/BSD.tests.dist
7794 OLD_FILES+=usr/bin/atf-sh
7795 OLD_DIRS+=usr/include/atf-c
7796 OLD_FILES+=usr/include/atf-c/build.h
7797 OLD_FILES+=usr/include/atf-c/check.h
7798 OLD_FILES+=usr/include/atf-c/config.h
7799 OLD_FILES+=usr/include/atf-c/defs.h
7800 OLD_FILES+=usr/include/atf-c/error.h
7801 OLD_FILES+=usr/include/atf-c/error_fwd.h
7802 OLD_FILES+=usr/include/atf-c/macros.h
7803 OLD_FILES+=usr/include/atf-c/tc.h
7804 OLD_FILES+=usr/include/atf-c/tp.h
7805 OLD_FILES+=usr/include/atf-c/utils.h
7806 OLD_FILES+=usr/include/atf-c.h
7807 OLD_DIRS+=usr/include/atf-c++
7808 OLD_FILES+=usr/include/atf-c++/build.hpp
7809 OLD_FILES+=usr/include/atf-c++/check.hpp
7810 OLD_FILES+=usr/include/atf-c++/config.hpp
7811 OLD_FILES+=usr/include/atf-c++/macros.hpp
7812 OLD_FILES+=usr/include/atf-c++/tests.hpp
7813 OLD_FILES+=usr/include/atf-c++/utils.hpp
7814 OLD_FILES+=usr/include/atf-c++.hpp
7815 OLD_FILES+=usr/lib/libatf-c_p.a
7816 OLD_FILES+=usr/lib/libatf-c.so.1
7817 OLD_FILES+=usr/lib/libatf-c.so
7818 OLD_FILES+=usr/lib/libatf-c++.a
7819 OLD_FILES+=usr/lib/libatf-c++_p.a
7820 OLD_FILES+=usr/lib/libatf-c++.so.1
7821 OLD_FILES+=usr/lib/libatf-c++.so
7822 OLD_FILES+=usr/lib/libatf-c.a
7823 OLD_FILES+=usr/libexec/atf-check
7824 OLD_FILES+=usr/libexec/atf-sh
7825 OLD_DIRS+=usr/share/atf
7826 OLD_FILES+=usr/share/atf/libatf-sh.subr
7827 OLD_DIRS+=usr/share/doc/atf
7828 OLD_FILES+=usr/share/doc/atf/AUTHORS
7829 OLD_FILES+=usr/share/doc/atf/COPYING
7830 OLD_FILES+=usr/share/doc/atf/NEWS
7831 OLD_FILES+=usr/share/doc/atf/README
7832 OLD_FILES+=usr/share/doc/pjdfstest/README
7833 OLD_FILES+=usr/share/man/man1/atf-check.1.gz
7834 OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
7835 OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
7836 OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
7837 OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
7838 OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
7839 OLD_FILES+=usr/share/man/man3/atf-sh.3.gz
7840 OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
7841 OLD_FILES+=usr/share/man/man7/atf.7.gz
7842 OLD_FILES+=usr/share/mk/atf.test.mk
7843 OLD_FILES+=usr/share/mk/plain.test.mk
7844 OLD_FILES+=usr/share/mk/suite.test.mk
7845 OLD_FILES+=usr/share/mk/tap.test.mk
7846
7847 # Test suite.
7848 . if exists(${DESTDIR}${TESTSBASE})
7849 TESTS_DIRS!=find ${DESTDIR}${TESTSBASE} -type d | sed -e 's,^${DESTDIR}/,,'; echo
7850 OLD_DIRS+=${TESTS_DIRS}
7851 TESTS_FILES!=find ${DESTDIR}${TESTSBASE} \! -type d | sed -e 's,^${DESTDIR}/,,'; echo
7852 OLD_FILES+=${TESTS_FILES}
7853 . endif
7854 .endif  # Test suite.
7855
7856 .if ${MK_TESTS_SUPPORT} == no
7857 OLD_FILES+=usr/include/atf-c++.hpp
7858 OLD_FILES+=usr/include/atf-c++/build.hpp
7859 OLD_FILES+=usr/include/atf-c++/check.hpp
7860 OLD_FILES+=usr/include/atf-c++/macros.hpp
7861 OLD_FILES+=usr/include/atf-c++/tests.hpp
7862 OLD_FILES+=usr/include/atf-c++/utils.hpp
7863 OLD_FILES+=usr/include/atf-c.h
7864 OLD_FILES+=usr/include/atf-c/build.h
7865 OLD_FILES+=usr/include/atf-c/check.h
7866 OLD_FILES+=usr/include/atf-c/defs.h
7867 OLD_FILES+=usr/include/atf-c/error.h
7868 OLD_FILES+=usr/include/atf-c/error_fwd.h
7869 OLD_FILES+=usr/include/atf-c/macros.h
7870 OLD_FILES+=usr/include/atf-c/tc.h
7871 OLD_FILES+=usr/include/atf-c/tp.h
7872 OLD_FILES+=usr/include/atf-c/utils.h
7873 OLD_LIBS+=usr/lib/private/libatf-c++.so.2
7874 OLD_LIBS+=usr/lib/private/libatf-c.so.1
7875 OLD_FILES+=usr/share/man/man3/atf-c++.3.gz
7876 OLD_FILES+=usr/share/man/man3/atf-c-api++.3.gz
7877 OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
7878 OLD_FILES+=usr/share/man/man3/atf-c.3.gz
7879 OLD_FILES+=usr/tests/lib/atf/Kyuafile
7880 OLD_FILES+=usr/tests/lib/atf/libatf-c++/Kyuafile
7881 OLD_FILES+=usr/tests/lib/atf/libatf-c++/atf_c++_test
7882 OLD_FILES+=usr/tests/lib/atf/libatf-c++/build_test
7883 OLD_FILES+=usr/tests/lib/atf/libatf-c++/check_test
7884 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/Kyuafile
7885 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/application_test
7886 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/env_test
7887 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/exceptions_test
7888 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/fs_test
7889 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/process_test
7890 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/text_test
7891 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/version_helper
7892 OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_hpp_test.cpp
7893 OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_test
7894 OLD_FILES+=usr/tests/lib/atf/libatf-c++/tests_test
7895 OLD_FILES+=usr/tests/lib/atf/libatf-c++/unused_test.cpp
7896 OLD_FILES+=usr/tests/lib/atf/libatf-c++/utils_test
7897 OLD_FILES+=usr/tests/lib/atf/libatf-c/Kyuafile
7898 OLD_FILES+=usr/tests/lib/atf/libatf-c/atf_c_test
7899 OLD_FILES+=usr/tests/lib/atf/libatf-c/build_test
7900 OLD_FILES+=usr/tests/lib/atf/libatf-c/check_test
7901 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/Kyuafile
7902 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/dynstr_test
7903 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/env_test
7904 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/fs_test
7905 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/list_test
7906 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/map_test
7907 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_helpers
7908 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_test
7909 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/sanity_test
7910 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/text_test
7911 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/user_test
7912 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/version_helper
7913 OLD_FILES+=usr/tests/lib/atf/libatf-c/error_test
7914 OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_h_test.c
7915 OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_test
7916 OLD_FILES+=usr/tests/lib/atf/libatf-c/tc_test
7917 OLD_FILES+=usr/tests/lib/atf/libatf-c/tp_test
7918 OLD_FILES+=usr/tests/lib/atf/libatf-c/unused_test.c
7919 OLD_FILES+=usr/tests/lib/atf/libatf-c/utils_test
7920 OLD_FILES+=usr/tests/lib/atf/test-programs/Kyuafile
7921 OLD_FILES+=usr/tests/lib/atf/test-programs/c_helpers
7922 OLD_FILES+=usr/tests/lib/atf/test-programs/config_test
7923 OLD_FILES+=usr/tests/lib/atf/test-programs/cpp_helpers
7924 OLD_FILES+=usr/tests/lib/atf/test-programs/expect_test
7925 OLD_FILES+=usr/tests/lib/atf/test-programs/meta_data_test
7926 OLD_FILES+=usr/tests/lib/atf/test-programs/result_test
7927 OLD_FILES+=usr/tests/lib/atf/test-programs/sh_helpers
7928 OLD_FILES+=usr/tests/lib/atf/test-programs/srcdir_test
7929 .endif
7930
7931 .if ${MK_TEXTPROC} == no
7932 OLD_FILES+=usr/bin/checknr
7933 OLD_FILES+=usr/bin/colcrt
7934 OLD_FILES+=usr/bin/ul
7935 OLD_FILES+=usr/share/man/man1/checknr.1.gz
7936 OLD_FILES+=usr/share/man/man1/colcrt.1.gz
7937 OLD_FILES+=usr/share/man/man1/ul.1.gz
7938 .endif
7939
7940 .if ${MK_TOOLCHAIN} == no
7941 OLD_FILES+=usr/bin/addr2line
7942 OLD_FILES+=usr/bin/as
7943 OLD_FILES+=usr/bin/cc
7944 OLD_FILES+=usr/bin/c88
7945 OLD_FILES+=usr/bin/c++
7946 OLD_FILES+=usr/bin/c++filt
7947 OLD_FILES+=usr/bin/ld
7948 OLD_FILES+=usr/bin/ld.bfd
7949 OLD_FILES+=usr/bin/nm
7950 OLD_FILES+=usr/bin/readelf
7951 OLD_FILES+=usr/bin/size
7952 OLD_FILES+=usr/bin/strings
7953 OLD_FILES+=usr/bin/strip
7954 OLD_FILES+=usr/share/man/man1/addr2line.1.gz
7955 OLD_FILES+=usr/share/man/man1/c++filt.1.gz
7956 OLD_FILES+=usr/share/man/man1/nm.1.gz
7957 OLD_FILES+=usr/share/man/man1/readelf.1.gz
7958 OLD_FILES+=usr/share/man/man1/size.1.gz
7959 OLD_FILES+=usr/share/man/man1/strings.1.gz
7960 OLD_FILES+=usr/share/man/man1/strip.1.gz
7961 .if ${MK_ELFCOPY_AS_OBJCOPY} != no
7962 OLD_FILES+=usr/bin/objcopy
7963 OLD_FILES+=usr/share/man/man1/objcopy.1.gz
7964 .endif
7965 .endif
7966 .if ${MK_TOOLCHAIN} == no || ${MK_ELFCOPY_AS_OBJCOPY} != no
7967 OLD_FILES+=usr/bin/elfcopy
7968 OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
7969 .endif
7970
7971 .if ${MK_UNBOUND} == no
7972 OLD_FILES+=etc/rc.d/local_unbound
7973 OLD_FILES+=etc/unbound
7974 OLD_FILES+=usr/lib/private/libunbound.a
7975 OLD_FILES+=usr/lib/private/libunbound.so
7976 OLD_LIBS+=usr/lib/private/libunbound.so.5
7977 OLD_FILES+=usr/lib/private/libunbound_p.a
7978 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
7979 OLD_FILES+=usr/lib32/private/libunbound.a
7980 OLD_FILES+=usr/lib32/private/libunbound.so
7981 OLD_LIBS+=usr/lib32/private/libunbound.so.5
7982 OLD_FILES+=usr/lib32/private/libunbound_p.a
7983 .endif
7984 OLD_FILES+=usr/sbin/local-unbound-setup
7985 OLD_FILES+=usr/sbin/unbound
7986 OLD_FILES+=usr/sbin/unbound-anchor
7987 OLD_FILES+=usr/sbin/unbound-checkconf
7988 OLD_FILES+=usr/sbin/unbound-control
7989 OLD_FILES+=usr/share/man/man5/unbound.conf.5.gz
7990 OLD_FILES+=usr/share/man/man8/unbound-anchor.8.gz
7991 OLD_FILES+=usr/share/man/man8/unbound-checkconf.8.gz
7992 OLD_FILES+=usr/share/man/man8/unbound-control.8.gz
7993 OLD_FILES+=usr/share/man/man8/unbound.8.gz
7994 .endif
7995
7996 .if ${MK_USB} == no
7997 OLD_FILES+=etc/devd/uath.conf
7998 OLD_FILES+=etc/devd/uauth.conf
7999 OLD_FILES+=etc/devd/ulpt.conf
8000 OLD_FILES+=etc/devd/usb.conf
8001 OLD_FILES+=usr/bin/usbhidaction
8002 OLD_FILES+=usr/bin/usbhidctl
8003 OLD_FILES+=usr/include/libusb.h
8004 OLD_FILES+=usr/include/libusb20.h
8005 OLD_FILES+=usr/include/libusb20_desc.h
8006 OLD_FILES+=usr/include/usb.h
8007 OLD_FILES+=usr/include/usbhid.h
8008 OLD_FILES+=usr/lib/libusb.a
8009 OLD_FILES+=usr/lib/libusb.so
8010 OLD_LIBS+=usr/lib/libusb.so.3
8011 OLD_FILES+=usr/lib/libusb_p.a
8012 OLD_FILES+=usr/lib/libusbhid.a
8013 OLD_FILES+=usr/lib/libusbhid.so
8014 OLD_LIBS+=usr/lib/libusbhid.so.4
8015 OLD_FILES+=usr/lib/libusbhid_p.a
8016 OLD_FILES+=usr/lib32/libusb.a
8017 OLD_FILES+=usr/lib32/libusb.so
8018 OLD_LIBS+=usr/lib32/libusb.so.3
8019 OLD_FILES+=usr/lib32/libusb_p.a
8020 OLD_FILES+=usr/lib32/libusbhid.a
8021 OLD_FILES+=usr/lib32/libusbhid.so
8022 OLD_LIBS+=usr/lib32/libusbhid.so.4
8023 OLD_FILES+=usr/lib32/libusbhid_p.a
8024 OLD_FILES+=usr/libdata/pkgconfig/libusb-0.1.pc
8025 OLD_FILES+=usr/libdata/pkgconfig/libusb-1.0.pc
8026 OLD_FILES+=usr/libdata/pkgconfig/libusb-2.0.pc
8027 OLD_FILES+=usr/sbin/uathload
8028 OLD_FILES+=usr/sbin/uhsoctl
8029 OLD_FILES+=usr/sbin/usbconfig
8030 OLD_FILES+=usr/sbin/usbdump
8031 OLD_FILES+=usr/share/examples/libusb20/Makefile
8032 OLD_FILES+=usr/share/examples/libusb20/README
8033 OLD_FILES+=usr/share/examples/libusb20/bulk.c
8034 OLD_FILES+=usr/share/examples/libusb20/control.c
8035 OLD_FILES+=usr/share/examples/libusb20/util.c
8036 OLD_FILES+=usr/share/examples/libusb20/util.h
8037 OLD_DIRS+=usr/share/examples/libusb20
8038 OLD_FILES+=usr/share/firmware/ar5523.bin
8039 OLD_FILES+=usr/share/man/man1/uhsoctl.1.gz
8040 OLD_FILES+=usr/share/man/man1/usbhidaction.1.gz
8041 OLD_FILES+=usr/share/man/man1/usbhidctl.1.gz
8042 OLD_FILES+=usr/share/man/man3/hid_dispose_report_desc.3.gz
8043 OLD_FILES+=usr/share/man/man3/hid_end_parse.3.gz
8044 OLD_FILES+=usr/share/man/man3/hid_get_data.3.gz
8045 OLD_FILES+=usr/share/man/man3/hid_get_item.3.gz
8046 OLD_FILES+=usr/share/man/man3/hid_get_report_desc.3.gz
8047 OLD_FILES+=usr/share/man/man3/hid_init.3.gz
8048 OLD_FILES+=usr/share/man/man3/hid_locate.3.gz
8049 OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz
8050 OLD_FILES+=usr/share/man/man3/hid_set_data.3.gz
8051 OLD_FILES+=usr/share/man/man3/hid_start_parse.3.gz
8052 OLD_FILES+=usr/share/man/man3/hid_usage_in_page.3.gz
8053 OLD_FILES+=usr/share/man/man3/hid_usage_page.3.gz
8054 OLD_FILES+=usr/share/man/man3/libusb.3.gz
8055 OLD_FILES+=usr/share/man/man3/libusb20.3.gz
8056 OLD_FILES+=usr/share/man/man3/libusb20_be_add_dev_quirk.3.gz
8057 OLD_FILES+=usr/share/man/man3/libusb20_be_alloc_default.3.gz
8058 OLD_FILES+=usr/share/man/man3/libusb20_be_dequeue_device.3.gz
8059 OLD_FILES+=usr/share/man/man3/libusb20_be_device_foreach.3.gz
8060 OLD_FILES+=usr/share/man/man3/libusb20_be_enqueue_device.3.gz
8061 OLD_FILES+=usr/share/man/man3/libusb20_be_free.3.gz
8062 OLD_FILES+=usr/share/man/man3/libusb20_be_get_dev_quirk.3.gz
8063 OLD_FILES+=usr/share/man/man3/libusb20_be_get_quirk_name.3.gz
8064 OLD_FILES+=usr/share/man/man3/libusb20_be_get_template.3.gz
8065 OLD_FILES+=usr/share/man/man3/libusb20_be_remove_dev_quirk.3.gz
8066 OLD_FILES+=usr/share/man/man3/libusb20_be_set_template.3.gz
8067 OLD_FILES+=usr/share/man/man3/libusb20_desc_foreach.3.gz
8068 OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc.3.gz
8069 OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc_config.3.gz
8070 OLD_FILES+=usr/share/man/man3/libusb20_dev_check_connected.3.gz
8071 OLD_FILES+=usr/share/man/man3/libusb20_dev_close.3.gz
8072 OLD_FILES+=usr/share/man/man3/libusb20_dev_detach_kernel_driver.3.gz
8073 OLD_FILES+=usr/share/man/man3/libusb20_dev_free.3.gz
8074 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_address.3.gz
8075 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_backend_name.3.gz
8076 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_bus_number.3.gz
8077 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_config_index.3.gz
8078 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_debug.3.gz
8079 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_desc.3.gz
8080 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_device_desc.3.gz
8081 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_fd.3.gz
8082 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_iface_desc.3.gz
8083 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_info.3.gz
8084 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_mode.3.gz
8085 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_address.3.gz
8086 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_port.3.gz
8087 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_port_path.3.gz
8088 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_mode.3.gz
8089 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_usage.3.gz
8090 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_speed.3.gz
8091 OLD_FILES+=usr/share/man/man3/libusb20_dev_kernel_driver_active.3.gz
8092 OLD_FILES+=usr/share/man/man3/libusb20_dev_open.3.gz
8093 OLD_FILES+=usr/share/man/man3/libusb20_dev_process.3.gz
8094 OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_simple_sync.3.gz
8095 OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_sync.3.gz
8096 OLD_FILES+=usr/share/man/man3/libusb20_dev_request_sync.3.gz
8097 OLD_FILES+=usr/share/man/man3/libusb20_dev_reset.3.gz
8098 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_alt_index.3.gz
8099 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_config_index.3.gz
8100 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_debug.3.gz
8101 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_power_mode.3.gz
8102 OLD_FILES+=usr/share/man/man3/libusb20_dev_wait_process.3.gz
8103 OLD_FILES+=usr/share/man/man3/libusb20_error_name.3.gz
8104 OLD_FILES+=usr/share/man/man3/libusb20_me_decode.3.gz
8105 OLD_FILES+=usr/share/man/man3/libusb20_me_encode.3.gz
8106 OLD_FILES+=usr/share/man/man3/libusb20_me_get_1.3.gz
8107 OLD_FILES+=usr/share/man/man3/libusb20_me_get_2.3.gz
8108 OLD_FILES+=usr/share/man/man3/libusb20_strerror.3.gz
8109 OLD_FILES+=usr/share/man/man3/libusb20_tr_bulk_intr_sync.3.gz
8110 OLD_FILES+=usr/share/man/man3/libusb20_tr_callback_wrapper.3.gz
8111 OLD_FILES+=usr/share/man/man3/libusb20_tr_clear_stall_sync.3.gz
8112 OLD_FILES+=usr/share/man/man3/libusb20_tr_close.3.gz
8113 OLD_FILES+=usr/share/man/man3/libusb20_tr_drain.3.gz
8114 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_frames.3.gz
8115 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_length.3.gz
8116 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_length.3.gz
8117 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_frames.3.gz
8118 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_packet_length.3.gz
8119 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_total_length.3.gz
8120 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_pointer.3.gz
8121 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc0.3.gz
8122 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc1.3.gz
8123 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_status.3.gz
8124 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_time_complete.3.gz
8125 OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz
8126 OLD_FILES+=usr/share/man/man3/libusb20_tr_pending.3.gz
8127 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_buffer.3.gz
8128 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_callback.3.gz
8129 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_flags.3.gz
8130 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_length.3.gz
8131 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc0.3.gz
8132 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc1.3.gz
8133 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_timeout.3.gz
8134 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_total_frames.3.gz
8135 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_bulk.3.gz
8136 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_control.3.gz
8137 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_intr.3.gz
8138 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_isoc.3.gz
8139 OLD_FILES+=usr/share/man/man3/libusb20_tr_start.3.gz
8140 OLD_FILES+=usr/share/man/man3/libusb20_tr_stop.3.gz
8141 OLD_FILES+=usr/share/man/man3/libusb20_tr_submit.3.gz
8142 OLD_FILES+=usr/share/man/man3/libusb_alloc_transfer.3.gz
8143 OLD_FILES+=usr/share/man/man3/libusb_attach_kernel_driver.3.gz
8144 OLD_FILES+=usr/share/man/man3/libusb_bulk_transfer.3.gz
8145 OLD_FILES+=usr/share/man/man3/libusb_cancel_transfer.3.gz
8146 OLD_FILES+=usr/share/man/man3/libusb_check_connected.3.gz
8147 OLD_FILES+=usr/share/man/man3/libusb_claim_interface.3.gz
8148 OLD_FILES+=usr/share/man/man3/libusb_clear_halt.3.gz
8149 OLD_FILES+=usr/share/man/man3/libusb_close.3.gz
8150 OLD_FILES+=usr/share/man/man3/libusb_control_transfer.3.gz
8151 OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver.3.gz
8152 OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver_np.3.gz
8153 OLD_FILES+=usr/share/man/man3/libusb_error_name.3.gz
8154 OLD_FILES+=usr/share/man/man3/libusb_event_handler_active.3.gz
8155 OLD_FILES+=usr/share/man/man3/libusb_event_handling_ok.3.gz
8156 OLD_FILES+=usr/share/man/man3/libusb_exit.3.gz
8157 OLD_FILES+=usr/share/man/man3/libusb_free_bos_descriptor.3.gz
8158 OLD_FILES+=usr/share/man/man3/libusb_free_config_descriptor.3.gz
8159 OLD_FILES+=usr/share/man/man3/libusb_free_device_list.3.gz
8160 OLD_FILES+=usr/share/man/man3/libusb_free_ss_endpoint_comp.3.gz
8161 OLD_FILES+=usr/share/man/man3/libusb_free_transfer.3.gz
8162 OLD_FILES+=usr/share/man/man3/libusb_get_active_config_descriptor.3.gz
8163 OLD_FILES+=usr/share/man/man3/libusb_get_bus_number.3.gz
8164 OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor.3.gz
8165 OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor_by_value.3.gz
8166 OLD_FILES+=usr/share/man/man3/libusb_get_configuration.3.gz
8167 OLD_FILES+=usr/share/man/man3/libusb_get_device.3.gz
8168 OLD_FILES+=usr/share/man/man3/libusb_get_device_address.3.gz
8169 OLD_FILES+=usr/share/man/man3/libusb_get_device_descriptor.3.gz
8170 OLD_FILES+=usr/share/man/man3/libusb_get_device_list.3.gz
8171 OLD_FILES+=usr/share/man/man3/libusb_get_device_speed.3.gz
8172 OLD_FILES+=usr/share/man/man3/libusb_get_driver.3.gz
8173 OLD_FILES+=usr/share/man/man3/libusb_get_driver_np.3.gz
8174 OLD_FILES+=usr/share/man/man3/libusb_get_max_iso_packet_size.3.gz
8175 OLD_FILES+=usr/share/man/man3/libusb_get_max_packet_size.3.gz
8176 OLD_FILES+=usr/share/man/man3/libusb_get_next_timeout.3.gz
8177 OLD_FILES+=usr/share/man/man3/libusb_get_pollfds.3.gz
8178 OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor.3.gz
8179 OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor_ascii.3.gz
8180 OLD_FILES+=usr/share/man/man3/libusb_handle_events.3.gz
8181 OLD_FILES+=usr/share/man/man3/libusb_handle_events_completed.3.gz
8182 OLD_FILES+=usr/share/man/man3/libusb_handle_events_locked.3.gz
8183 OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout.3.gz
8184 OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout_completed.3.gz
8185 OLD_FILES+=usr/share/man/man3/libusb_init.3.gz
8186 OLD_FILES+=usr/share/man/man3/libusb_interrupt_transfer.3.gz
8187 OLD_FILES+=usr/share/man/man3/libusb_kernel_driver_active.3.gz
8188 OLD_FILES+=usr/share/man/man3/libusb_lock_event_waiters.3.gz
8189 OLD_FILES+=usr/share/man/man3/libusb_lock_events.3.gz
8190 OLD_FILES+=usr/share/man/man3/libusb_open.3.gz
8191 OLD_FILES+=usr/share/man/man3/libusb_open_device_with_vid_pid.3.gz
8192 OLD_FILES+=usr/share/man/man3/libusb_parse_bos_descriptor.3.gz
8193 OLD_FILES+=usr/share/man/man3/libusb_parse_ss_endpoint_comp.3.gz
8194 OLD_FILES+=usr/share/man/man3/libusb_ref_device.3.gz
8195 OLD_FILES+=usr/share/man/man3/libusb_release_interface.3.gz
8196 OLD_FILES+=usr/share/man/man3/libusb_reset_device.3.gz
8197 OLD_FILES+=usr/share/man/man3/libusb_set_configuration.3.gz
8198 OLD_FILES+=usr/share/man/man3/libusb_set_debug.3.gz
8199 OLD_FILES+=usr/share/man/man3/libusb_set_interface_alt_setting.3.gz
8200 OLD_FILES+=usr/share/man/man3/libusb_set_pollfd_notifiers.3.gz
8201 OLD_FILES+=usr/share/man/man3/libusb_strerror.3.gz
8202 OLD_FILES+=usr/share/man/man3/libusb_submit_transfer.3.gz
8203 OLD_FILES+=usr/share/man/man3/libusb_try_lock_events.3.gz
8204 OLD_FILES+=usr/share/man/man3/libusb_unlock_event_waiters.3.gz
8205 OLD_FILES+=usr/share/man/man3/libusb_unlock_events.3.gz
8206 OLD_FILES+=usr/share/man/man3/libusb_unref_device.3.gz
8207 OLD_FILES+=usr/share/man/man3/libusb_wait_for_event.3.gz
8208 OLD_FILES+=usr/share/man/man3/libusbhid.3.gz
8209 OLD_FILES+=usr/share/man/man3/usb.3.gz
8210 OLD_FILES+=usr/share/man/man3/usb_bulk_read.3.gz
8211 OLD_FILES+=usr/share/man/man3/usb_bulk_write.3.gz
8212 OLD_FILES+=usr/share/man/man3/usb_check_connected.3.gz
8213 OLD_FILES+=usr/share/man/man3/usb_claim_interface.3.gz
8214 OLD_FILES+=usr/share/man/man3/usb_clear_halt.3.gz
8215 OLD_FILES+=usr/share/man/man3/usb_close.3.gz
8216 OLD_FILES+=usr/share/man/man3/usb_control_msg.3.gz
8217 OLD_FILES+=usr/share/man/man3/usb_destroy_configuration.3.gz
8218 OLD_FILES+=usr/share/man/man3/usb_device.3.gz
8219 OLD_FILES+=usr/share/man/man3/usb_fetch_and_parse_descriptors.3.gz
8220 OLD_FILES+=usr/share/man/man3/usb_find_busses.3.gz
8221 OLD_FILES+=usr/share/man/man3/usb_find_devices.3.gz
8222 OLD_FILES+=usr/share/man/man3/usb_get_busses.3.gz
8223 OLD_FILES+=usr/share/man/man3/usb_get_descriptor.3.gz
8224 OLD_FILES+=usr/share/man/man3/usb_get_descriptor_by_endpoint.3.gz
8225 OLD_FILES+=usr/share/man/man3/usb_get_string.3.gz
8226 OLD_FILES+=usr/share/man/man3/usb_get_string_simple.3.gz
8227 OLD_FILES+=usr/share/man/man3/usb_init.3.gz
8228 OLD_FILES+=usr/share/man/man3/usb_interrupt_read.3.gz
8229 OLD_FILES+=usr/share/man/man3/usb_interrupt_write.3.gz
8230 OLD_FILES+=usr/share/man/man3/usb_open.3.gz
8231 OLD_FILES+=usr/share/man/man3/usb_parse_configuration.3.gz
8232 OLD_FILES+=usr/share/man/man3/usb_parse_descriptor.3.gz
8233 OLD_FILES+=usr/share/man/man3/usb_release_interface.3.gz
8234 OLD_FILES+=usr/share/man/man3/usb_reset.3.gz
8235 OLD_FILES+=usr/share/man/man3/usb_resetep.3.gz
8236 OLD_FILES+=usr/share/man/man3/usb_set_altinterface.3.gz
8237 OLD_FILES+=usr/share/man/man3/usb_set_configuration.3.gz
8238 OLD_FILES+=usr/share/man/man3/usb_set_debug.3.gz
8239 OLD_FILES+=usr/share/man/man3/usb_strerror.3.gz
8240 OLD_FILES+=usr/share/man/man3/usbhid.3.gz
8241 OLD_FILES+=usr/share/man/man4/if_otus.4.gz
8242 OLD_FILES+=usr/share/man/man4/if_rsu.4.gz
8243 OLD_FILES+=usr/share/man/man4/otus.4.gz
8244 OLD_FILES+=usr/share/man/man4/otusfw.4.gz
8245 OLD_FILES+=usr/share/man/man4/rsu.4.gz
8246 OLD_FILES+=usr/share/man/man4/rsufw.4.gz
8247 OLD_FILES+=usr/share/man/man4/u3g.4.gz
8248 OLD_FILES+=usr/share/man/man4/u3gstub.4.gz
8249 OLD_FILES+=usr/share/man/man4/uark.4.gz
8250 OLD_FILES+=usr/share/man/man4/uart.4.gz
8251 OLD_FILES+=usr/share/man/man4/uath.4.gz
8252 OLD_FILES+=usr/share/man/man4/ubsa.4.gz
8253 OLD_FILES+=usr/share/man/man4/ubsec.4.gz
8254 OLD_FILES+=usr/share/man/man4/ubser.4.gz
8255 OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz
8256 OLD_FILES+=usr/share/man/man4/uchcom.4.gz
8257 OLD_FILES+=usr/share/man/man4/ucom.4.gz
8258 OLD_FILES+=usr/share/man/man4/ucycom.4.gz
8259 OLD_FILES+=usr/share/man/man4/udav.4.gz
8260 OLD_FILES+=usr/share/man/man4/udbp.4.gz
8261 OLD_FILES+=usr/share/man/man4/udp.4.gz
8262 OLD_FILES+=usr/share/man/man4/udplite.4.gz
8263 OLD_FILES+=usr/share/man/man4/uep.4.gz
8264 OLD_FILES+=usr/share/man/man4/ufm.4.gz
8265 OLD_FILES+=usr/share/man/man4/ufoma.4.gz
8266 OLD_FILES+=usr/share/man/man4/uftdi.4.gz
8267 OLD_FILES+=usr/share/man/man4/ugen.4.gz
8268 OLD_FILES+=usr/share/man/man4/uhci.4.gz
8269 OLD_FILES+=usr/share/man/man4/uhid.4.gz
8270 OLD_FILES+=usr/share/man/man4/uhso.4.gz
8271 OLD_FILES+=usr/share/man/man4/uipaq.4.gz
8272 OLD_FILES+=usr/share/man/man4/ukbd.4.gz
8273 OLD_FILES+=usr/share/man/man4/uled.4.gz
8274 OLD_FILES+=usr/share/man/man4/ulpt.4.gz
8275 OLD_FILES+=usr/share/man/man4/umass.4.gz
8276 OLD_FILES+=usr/share/man/man4/umcs.4.gz
8277 OLD_FILES+=usr/share/man/man4/umct.4.gz
8278 OLD_FILES+=usr/share/man/man4/umodem.4.gz
8279 OLD_FILES+=usr/share/man/man4/umoscom.4.gz
8280 OLD_FILES+=usr/share/man/man4/ums.4.gz
8281 OLD_FILES+=usr/share/man/man4/unix.4.gz
8282 OLD_FILES+=usr/share/man/man4/upgt.4.gz
8283 OLD_FILES+=usr/share/man/man4/uplcom.4.gz
8284 OLD_FILES+=usr/share/man/man4/ural.4.gz
8285 OLD_FILES+=usr/share/man/man4/urio.4.gz
8286 OLD_FILES+=usr/share/man/man4/urndis.4.gz
8287 OLD_FILES+=usr/share/man/man4/urtw.4.gz
8288 OLD_FILES+=usr/share/man/man4/urtwn.4.gz
8289 OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz
8290 OLD_FILES+=usr/share/man/man4/usb.4.gz
8291 OLD_FILES+=usr/share/man/man4/usb_quirk.4.gz
8292 OLD_FILES+=usr/share/man/man4/usb_template.4.gz
8293 OLD_FILES+=usr/share/man/man4/usfs.4.gz
8294 OLD_FILES+=usr/share/man/man4/uslcom.4.gz
8295 OLD_FILES+=usr/share/man/man4/utopia.4.gz
8296 OLD_FILES+=usr/share/man/man4/uvisor.4.gz
8297 OLD_FILES+=usr/share/man/man4/uvscom.4.gz
8298 OLD_FILES+=usr/share/man/man8/uathload.8.gz
8299 OLD_FILES+=usr/share/man/man8/usbconfig.8.gz
8300 OLD_FILES+=usr/share/man/man8/usbdump.8.gz
8301 OLD_FILES+=usr/share/man/man9/usb_fifo_alloc_buffer.9.gz
8302 OLD_FILES+=usr/share/man/man9/usb_fifo_attach.9.gz
8303 OLD_FILES+=usr/share/man/man9/usb_fifo_detach.9.gz
8304 OLD_FILES+=usr/share/man/man9/usb_fifo_free_buffer.9.gz
8305 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data.9.gz
8306 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_buffer.9.gz
8307 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_error.9.gz
8308 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_linear.9.gz
8309 OLD_FILES+=usr/share/man/man9/usb_fifo_put_bytes_max.9.gz
8310 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data.9.gz
8311 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_buffer.9.gz
8312 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_error.9.gz
8313 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_linear.9.gz
8314 OLD_FILES+=usr/share/man/man9/usb_fifo_reset.9.gz
8315 OLD_FILES+=usr/share/man/man9/usb_fifo_softc.9.gz
8316 OLD_FILES+=usr/share/man/man9/usb_fifo_wakeup.9.gz
8317 OLD_FILES+=usr/share/man/man9/usbd_do_request.9.gz
8318 OLD_FILES+=usr/share/man/man9/usbd_do_request_flags.9.gz
8319 OLD_FILES+=usr/share/man/man9/usbd_errstr.9.gz
8320 OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_info.9.gz
8321 OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_uaa.9.gz
8322 OLD_FILES+=usr/share/man/man9/usbd_transfer_clear_stall.9.gz
8323 OLD_FILES+=usr/share/man/man9/usbd_transfer_drain.9.gz
8324 OLD_FILES+=usr/share/man/man9/usbd_transfer_pending.9.gz
8325 OLD_FILES+=usr/share/man/man9/usbd_transfer_poll.9.gz
8326 OLD_FILES+=usr/share/man/man9/usbd_transfer_setup.9.gz
8327 OLD_FILES+=usr/share/man/man9/usbd_transfer_start.9.gz
8328 OLD_FILES+=usr/share/man/man9/usbd_transfer_stop.9.gz
8329 OLD_FILES+=usr/share/man/man9/usbd_transfer_submit.9.gz
8330 OLD_FILES+=usr/share/man/man9/usbd_transfer_unsetup.9.gz
8331 OLD_FILES+=usr/share/man/man9/usbd_xfer_clr_flag.9.gz
8332 OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_data.9.gz
8333 OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_len.9.gz
8334 OLD_FILES+=usr/share/man/man9/usbd_xfer_get_frame.9.gz
8335 OLD_FILES+=usr/share/man/man9/usbd_xfer_get_priv.9.gz
8336 OLD_FILES+=usr/share/man/man9/usbd_xfer_is_stalled.9.gz
8337 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_framelen.9.gz
8338 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_frames.9.gz
8339 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_len.9.gz
8340 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_flag.9.gz
8341 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_data.9.gz
8342 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_len.9.gz
8343 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_offset.9.gz
8344 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frames.9.gz
8345 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_interval.9.gz
8346 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_priv.9.gz
8347 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_stall.9.gz
8348 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_timeout.9.gz
8349 OLD_FILES+=usr/share/man/man9/usbd_xfer_softc.9.gz
8350 OLD_FILES+=usr/share/man/man9/usbd_xfer_state.9.gz
8351 OLD_FILES+=usr/share/man/man9/usbd_xfer_status.9.gz
8352 OLD_FILES+=usr/share/man/man9/usbdi.9.gz
8353 OLD_FILES+=usr/share/misc/usb_hid_usages
8354 OLD_FILES+=usr/share/misc/usbdevs
8355 .endif
8356
8357 .if ${MK_UTMPX} == no
8358 OLD_FILES+=etc/periodic/monthly/200.accounting
8359 OLD_FILES+=usr/bin/last
8360 OLD_FILES+=usr/bin/users
8361 OLD_FILES+=usr/bin/who
8362 OLD_FILES+=usr/sbin/ac
8363 OLD_FILES+=usr/sbin/lastlogin
8364 OLD_FILES+=usr/sbin/utx
8365 OLD_FILES+=usr/share/man/man1/last.1.gz
8366 OLD_FILES+=usr/share/man/man1/users.1.gz
8367 OLD_FILES+=usr/share/man/man1/who.1.gz
8368 OLD_FILES+=usr/share/man/man8/ac.8.gz
8369 OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
8370 OLD_FILES+=usr/share/man/man8/utx.8.gz
8371 .endif
8372
8373 .if ${MK_WIRELESS} == no
8374 OLD_FILES+=etc/regdomain.xml
8375 OLD_FILES+=etc/rc.d/hostapd
8376 OLD_FILES+=etc/rc.d/wpa_supplicant
8377 OLD_FILES+=usr/sbin/ancontrol
8378 OLD_FILES+=usr/sbin/hostapd
8379 OLD_FILES+=usr/sbin/hostapd_cli
8380 OLD_FILES+=usr/sbin/ndis_events
8381 OLD_FILES+=usr/sbin/wlandebug
8382 .if ${TARGET_ARCH} == "i386"
8383 OLD_FILES+=usr/sbin/wlconfig
8384 .endif
8385 OLD_FILES+=usr/sbin/wpa_cli
8386 OLD_FILES+=usr/sbin/wpa_passphrase
8387 OLD_FILES+=usr/sbin/wpa_supplicant
8388 OLD_FILES+=usr/share/examples/etc/regdomain.xml
8389 OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
8390 OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
8391 OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
8392 OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
8393 OLD_DIRS+=usr/share/examples/hostapd
8394 OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
8395 OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
8396 OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
8397 OLD_FILES+=usr/share/man/man8/hostapd.8.gz
8398 OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
8399 .if ${TARGET_ARCH} == "i386"
8400 OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
8401 .endif
8402 OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
8403 OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
8404 OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
8405 OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
8406 OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
8407 .endif
8408
8409 .if ${MK_SVNLITE} == no || ${MK_SVN} == yes
8410 OLD_FILES+=usr/bin/svnlite
8411 OLD_FILES+=usr/bin/svnliteadmin
8412 OLD_FILES+=usr/bin/svnlitedumpfilter
8413 OLD_FILES+=usr/bin/svnlitelook
8414 OLD_FILES+=usr/bin/svnlitemucc
8415 OLD_FILES+=usr/bin/svnliterdump
8416 OLD_FILES+=usr/bin/svnliteserve
8417 OLD_FILES+=usr/bin/svnlitesync
8418 OLD_FILES+=usr/bin/svnliteversion
8419 OLD_FILES+=usr/share/man/man1/svnlite.1.gz
8420 .endif
8421
8422 .if ${MK_SVN} == no
8423 OLD_FILES+=usr/bin/svn
8424 OLD_FILES+=usr/bin/svnadmin
8425 OLD_FILES+=usr/bin/svndumpfilter
8426 OLD_FILES+=usr/bin/svnlook
8427 OLD_FILES+=usr/bin/svnmucc
8428 OLD_FILES+=usr/bin/svnrdump
8429 OLD_FILES+=usr/bin/svnserve
8430 OLD_FILES+=usr/bin/svnsync
8431 OLD_FILES+=usr/bin/svnversion
8432 .endif
8433
8434 .if ${MK_HYPERV} == no
8435 OLD_FILES+=etc/devd/hyperv.conf
8436 OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
8437 OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info
8438 OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info
8439 OLD_FILES+=usr/sbin/hv_kvp_daemon
8440 OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz
8441 .endif
8442
8443 .if ${MK_ZONEINFO} == no
8444 OLD_FILES+=usr/share/zoneinfo/Africa/Abidjan
8445 OLD_FILES+=usr/share/zoneinfo/Africa/Accra
8446 OLD_FILES+=usr/share/zoneinfo/Africa/Addis_Ababa
8447 OLD_FILES+=usr/share/zoneinfo/Africa/Algiers
8448 OLD_FILES+=usr/share/zoneinfo/Africa/Asmara
8449 OLD_FILES+=usr/share/zoneinfo/Africa/Bamako
8450 OLD_FILES+=usr/share/zoneinfo/Africa/Bangui
8451 OLD_FILES+=usr/share/zoneinfo/Africa/Banjul
8452 OLD_FILES+=usr/share/zoneinfo/Africa/Bissau
8453 OLD_FILES+=usr/share/zoneinfo/Africa/Blantyre
8454 OLD_FILES+=usr/share/zoneinfo/Africa/Brazzaville
8455 OLD_FILES+=usr/share/zoneinfo/Africa/Bujumbura
8456 OLD_FILES+=usr/share/zoneinfo/Africa/Cairo
8457 OLD_FILES+=usr/share/zoneinfo/Africa/Casablanca
8458 OLD_FILES+=usr/share/zoneinfo/Africa/Ceuta
8459 OLD_FILES+=usr/share/zoneinfo/Africa/Conakry
8460 OLD_FILES+=usr/share/zoneinfo/Africa/Dakar
8461 OLD_FILES+=usr/share/zoneinfo/Africa/Dar_es_Salaam
8462 OLD_FILES+=usr/share/zoneinfo/Africa/Djibouti
8463 OLD_FILES+=usr/share/zoneinfo/Africa/Douala
8464 OLD_FILES+=usr/share/zoneinfo/Africa/El_Aaiun
8465 OLD_FILES+=usr/share/zoneinfo/Africa/Freetown
8466 OLD_FILES+=usr/share/zoneinfo/Africa/Gaborone
8467 OLD_FILES+=usr/share/zoneinfo/Africa/Harare
8468 OLD_FILES+=usr/share/zoneinfo/Africa/Johannesburg
8469 OLD_FILES+=usr/share/zoneinfo/Africa/Juba
8470 OLD_FILES+=usr/share/zoneinfo/Africa/Kampala
8471 OLD_FILES+=usr/share/zoneinfo/Africa/Khartoum
8472 OLD_FILES+=usr/share/zoneinfo/Africa/Kigali
8473 OLD_FILES+=usr/share/zoneinfo/Africa/Kinshasa
8474 OLD_FILES+=usr/share/zoneinfo/Africa/Lagos
8475 OLD_FILES+=usr/share/zoneinfo/Africa/Libreville
8476 OLD_FILES+=usr/share/zoneinfo/Africa/Lome
8477 OLD_FILES+=usr/share/zoneinfo/Africa/Luanda
8478 OLD_FILES+=usr/share/zoneinfo/Africa/Lubumbashi
8479 OLD_FILES+=usr/share/zoneinfo/Africa/Lusaka
8480 OLD_FILES+=usr/share/zoneinfo/Africa/Malabo
8481 OLD_FILES+=usr/share/zoneinfo/Africa/Maputo
8482 OLD_FILES+=usr/share/zoneinfo/Africa/Maseru
8483 OLD_FILES+=usr/share/zoneinfo/Africa/Mbabane
8484 OLD_FILES+=usr/share/zoneinfo/Africa/Mogadishu
8485 OLD_FILES+=usr/share/zoneinfo/Africa/Monrovia
8486 OLD_FILES+=usr/share/zoneinfo/Africa/Nairobi
8487 OLD_FILES+=usr/share/zoneinfo/Africa/Ndjamena
8488 OLD_FILES+=usr/share/zoneinfo/Africa/Niamey
8489 OLD_FILES+=usr/share/zoneinfo/Africa/Nouakchott
8490 OLD_FILES+=usr/share/zoneinfo/Africa/Ouagadougou
8491 OLD_FILES+=usr/share/zoneinfo/Africa/Porto-Novo
8492 OLD_FILES+=usr/share/zoneinfo/Africa/Sao_Tome
8493 OLD_FILES+=usr/share/zoneinfo/Africa/Tripoli
8494 OLD_FILES+=usr/share/zoneinfo/Africa/Tunis
8495 OLD_FILES+=usr/share/zoneinfo/Africa/Windhoek
8496 OLD_FILES+=usr/share/zoneinfo/America/Adak
8497 OLD_FILES+=usr/share/zoneinfo/America/Anchorage
8498 OLD_FILES+=usr/share/zoneinfo/America/Anguilla
8499 OLD_FILES+=usr/share/zoneinfo/America/Antigua
8500 OLD_FILES+=usr/share/zoneinfo/America/Araguaina
8501 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Buenos_Aires
8502 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Catamarca
8503 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Cordoba
8504 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Jujuy
8505 OLD_FILES+=usr/share/zoneinfo/America/Argentina/La_Rioja
8506 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Mendoza
8507 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Rio_Gallegos
8508 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Salta
8509 OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Juan
8510 OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Luis
8511 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Tucuman
8512 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Ushuaia
8513 OLD_FILES+=usr/share/zoneinfo/America/Aruba
8514 OLD_FILES+=usr/share/zoneinfo/America/Asuncion
8515 OLD_FILES+=usr/share/zoneinfo/America/Atikokan
8516 OLD_FILES+=usr/share/zoneinfo/America/Bahia
8517 OLD_FILES+=usr/share/zoneinfo/America/Bahia_Banderas
8518 OLD_FILES+=usr/share/zoneinfo/America/Barbados
8519 OLD_FILES+=usr/share/zoneinfo/America/Belem
8520 OLD_FILES+=usr/share/zoneinfo/America/Belize
8521 OLD_FILES+=usr/share/zoneinfo/America/Blanc-Sablon
8522 OLD_FILES+=usr/share/zoneinfo/America/Boa_Vista
8523 OLD_FILES+=usr/share/zoneinfo/America/Bogota
8524 OLD_FILES+=usr/share/zoneinfo/America/Boise
8525 OLD_FILES+=usr/share/zoneinfo/America/Cambridge_Bay
8526 OLD_FILES+=usr/share/zoneinfo/America/Campo_Grande
8527 OLD_FILES+=usr/share/zoneinfo/America/Cancun
8528 OLD_FILES+=usr/share/zoneinfo/America/Caracas
8529 OLD_FILES+=usr/share/zoneinfo/America/Cayenne
8530 OLD_FILES+=usr/share/zoneinfo/America/Cayman
8531 OLD_FILES+=usr/share/zoneinfo/America/Chicago
8532 OLD_FILES+=usr/share/zoneinfo/America/Chihuahua
8533 OLD_FILES+=usr/share/zoneinfo/America/Costa_Rica
8534 OLD_FILES+=usr/share/zoneinfo/America/Creston
8535 OLD_FILES+=usr/share/zoneinfo/America/Cuiaba
8536 OLD_FILES+=usr/share/zoneinfo/America/Curacao
8537 OLD_FILES+=usr/share/zoneinfo/America/Danmarkshavn
8538 OLD_FILES+=usr/share/zoneinfo/America/Dawson
8539 OLD_FILES+=usr/share/zoneinfo/America/Dawson_Creek
8540 OLD_FILES+=usr/share/zoneinfo/America/Denver
8541 OLD_FILES+=usr/share/zoneinfo/America/Detroit
8542 OLD_FILES+=usr/share/zoneinfo/America/Dominica
8543 OLD_FILES+=usr/share/zoneinfo/America/Edmonton
8544 OLD_FILES+=usr/share/zoneinfo/America/Eirunepe
8545 OLD_FILES+=usr/share/zoneinfo/America/El_Salvador
8546 OLD_FILES+=usr/share/zoneinfo/America/Fortaleza
8547 OLD_FILES+=usr/share/zoneinfo/America/Glace_Bay
8548 OLD_FILES+=usr/share/zoneinfo/America/Godthab
8549 OLD_FILES+=usr/share/zoneinfo/America/Goose_Bay
8550 OLD_FILES+=usr/share/zoneinfo/America/Grand_Turk
8551 OLD_FILES+=usr/share/zoneinfo/America/Grenada
8552 OLD_FILES+=usr/share/zoneinfo/America/Guadeloupe
8553 OLD_FILES+=usr/share/zoneinfo/America/Guatemala
8554 OLD_FILES+=usr/share/zoneinfo/America/Guayaquil
8555 OLD_FILES+=usr/share/zoneinfo/America/Guyana
8556 OLD_FILES+=usr/share/zoneinfo/America/Halifax
8557 OLD_FILES+=usr/share/zoneinfo/America/Havana
8558 OLD_FILES+=usr/share/zoneinfo/America/Hermosillo
8559 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Indianapolis
8560 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Knox
8561 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Marengo
8562 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Petersburg
8563 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Tell_City
8564 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vevay
8565 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vincennes
8566 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Winamac
8567 OLD_FILES+=usr/share/zoneinfo/America/Inuvik
8568 OLD_FILES+=usr/share/zoneinfo/America/Iqaluit
8569 OLD_FILES+=usr/share/zoneinfo/America/Jamaica
8570 OLD_FILES+=usr/share/zoneinfo/America/Juneau
8571 OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Louisville
8572 OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Monticello
8573 OLD_FILES+=usr/share/zoneinfo/America/Kralendijk
8574 OLD_FILES+=usr/share/zoneinfo/America/La_Paz
8575 OLD_FILES+=usr/share/zoneinfo/America/Lima
8576 OLD_FILES+=usr/share/zoneinfo/America/Los_Angeles
8577 OLD_FILES+=usr/share/zoneinfo/America/Lower_Princes
8578 OLD_FILES+=usr/share/zoneinfo/America/Maceio
8579 OLD_FILES+=usr/share/zoneinfo/America/Managua
8580 OLD_FILES+=usr/share/zoneinfo/America/Manaus
8581 OLD_FILES+=usr/share/zoneinfo/America/Marigot
8582 OLD_FILES+=usr/share/zoneinfo/America/Martinique
8583 OLD_FILES+=usr/share/zoneinfo/America/Matamoros
8584 OLD_FILES+=usr/share/zoneinfo/America/Mazatlan
8585 OLD_FILES+=usr/share/zoneinfo/America/Menominee
8586 OLD_FILES+=usr/share/zoneinfo/America/Merida
8587 OLD_FILES+=usr/share/zoneinfo/America/Metlakatla
8588 OLD_FILES+=usr/share/zoneinfo/America/Mexico_City
8589 OLD_FILES+=usr/share/zoneinfo/America/Miquelon
8590 OLD_FILES+=usr/share/zoneinfo/America/Moncton
8591 OLD_FILES+=usr/share/zoneinfo/America/Monterrey
8592 OLD_FILES+=usr/share/zoneinfo/America/Montevideo
8593 OLD_FILES+=usr/share/zoneinfo/America/Montreal
8594 OLD_FILES+=usr/share/zoneinfo/America/Montserrat
8595 OLD_FILES+=usr/share/zoneinfo/America/Nassau
8596 OLD_FILES+=usr/share/zoneinfo/America/New_York
8597 OLD_FILES+=usr/share/zoneinfo/America/Nipigon
8598 OLD_FILES+=usr/share/zoneinfo/America/Nome
8599 OLD_FILES+=usr/share/zoneinfo/America/Noronha
8600 OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Beulah
8601 OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Center
8602 OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/New_Salem
8603 OLD_FILES+=usr/share/zoneinfo/America/Ojinaga
8604 OLD_FILES+=usr/share/zoneinfo/America/Panama
8605 OLD_FILES+=usr/share/zoneinfo/America/Pangnirtung
8606 OLD_FILES+=usr/share/zoneinfo/America/Paramaribo
8607 OLD_FILES+=usr/share/zoneinfo/America/Phoenix
8608 OLD_FILES+=usr/share/zoneinfo/America/Port-au-Prince
8609 OLD_FILES+=usr/share/zoneinfo/America/Port_of_Spain
8610 OLD_FILES+=usr/share/zoneinfo/America/Porto_Velho
8611 OLD_FILES+=usr/share/zoneinfo/America/Puerto_Rico
8612 OLD_FILES+=usr/share/zoneinfo/America/Rainy_River
8613 OLD_FILES+=usr/share/zoneinfo/America/Rankin_Inlet
8614 OLD_FILES+=usr/share/zoneinfo/America/Recife
8615 OLD_FILES+=usr/share/zoneinfo/America/Regina
8616 OLD_FILES+=usr/share/zoneinfo/America/Resolute
8617 OLD_FILES+=usr/share/zoneinfo/America/Rio_Branco
8618 OLD_FILES+=usr/share/zoneinfo/America/Santa_Isabel
8619 OLD_FILES+=usr/share/zoneinfo/America/Santarem
8620 OLD_FILES+=usr/share/zoneinfo/America/Santiago
8621 OLD_FILES+=usr/share/zoneinfo/America/Santo_Domingo
8622 OLD_FILES+=usr/share/zoneinfo/America/Sao_Paulo
8623 OLD_FILES+=usr/share/zoneinfo/America/Scoresbysund
8624 OLD_FILES+=usr/share/zoneinfo/America/Sitka
8625 OLD_FILES+=usr/share/zoneinfo/America/St_Barthelemy
8626 OLD_FILES+=usr/share/zoneinfo/America/St_Johns
8627 OLD_FILES+=usr/share/zoneinfo/America/St_Kitts
8628 OLD_FILES+=usr/share/zoneinfo/America/St_Lucia
8629 OLD_FILES+=usr/share/zoneinfo/America/St_Thomas
8630 OLD_FILES+=usr/share/zoneinfo/America/St_Vincent
8631 OLD_FILES+=usr/share/zoneinfo/America/Swift_Current
8632 OLD_FILES+=usr/share/zoneinfo/America/Tegucigalpa
8633 OLD_FILES+=usr/share/zoneinfo/America/Thule
8634 OLD_FILES+=usr/share/zoneinfo/America/Thunder_Bay
8635 OLD_FILES+=usr/share/zoneinfo/America/Tijuana
8636 OLD_FILES+=usr/share/zoneinfo/America/Toronto
8637 OLD_FILES+=usr/share/zoneinfo/America/Tortola
8638 OLD_FILES+=usr/share/zoneinfo/America/Vancouver
8639 OLD_FILES+=usr/share/zoneinfo/America/Whitehorse
8640 OLD_FILES+=usr/share/zoneinfo/America/Winnipeg
8641 OLD_FILES+=usr/share/zoneinfo/America/Yakutat
8642 OLD_FILES+=usr/share/zoneinfo/America/Yellowknife
8643 OLD_FILES+=usr/share/zoneinfo/Antarctica/Casey
8644 OLD_FILES+=usr/share/zoneinfo/Antarctica/Davis
8645 OLD_FILES+=usr/share/zoneinfo/Antarctica/DumontDUrville
8646 OLD_FILES+=usr/share/zoneinfo/Antarctica/Macquarie
8647 OLD_FILES+=usr/share/zoneinfo/Antarctica/Mawson
8648 OLD_FILES+=usr/share/zoneinfo/Antarctica/McMurdo
8649 OLD_FILES+=usr/share/zoneinfo/Antarctica/Palmer
8650 OLD_FILES+=usr/share/zoneinfo/Antarctica/Rothera
8651 OLD_FILES+=usr/share/zoneinfo/Antarctica/Syowa
8652 OLD_FILES+=usr/share/zoneinfo/Antarctica/Troll
8653 OLD_FILES+=usr/share/zoneinfo/Antarctica/Vostok
8654 OLD_FILES+=usr/share/zoneinfo/Arctic/Longyearbyen
8655 OLD_FILES+=usr/share/zoneinfo/Asia/Aden
8656 OLD_FILES+=usr/share/zoneinfo/Asia/Almaty
8657 OLD_FILES+=usr/share/zoneinfo/Asia/Amman
8658 OLD_FILES+=usr/share/zoneinfo/Asia/Anadyr
8659 OLD_FILES+=usr/share/zoneinfo/Asia/Aqtau
8660 OLD_FILES+=usr/share/zoneinfo/Asia/Aqtobe
8661 OLD_FILES+=usr/share/zoneinfo/Asia/Ashgabat
8662 OLD_FILES+=usr/share/zoneinfo/Asia/Baghdad
8663 OLD_FILES+=usr/share/zoneinfo/Asia/Bahrain
8664 OLD_FILES+=usr/share/zoneinfo/Asia/Baku
8665 OLD_FILES+=usr/share/zoneinfo/Asia/Bangkok
8666 OLD_FILES+=usr/share/zoneinfo/Asia/Beirut
8667 OLD_FILES+=usr/share/zoneinfo/Asia/Bishkek
8668 OLD_FILES+=usr/share/zoneinfo/Asia/Brunei
8669 OLD_FILES+=usr/share/zoneinfo/Asia/Chita
8670 OLD_FILES+=usr/share/zoneinfo/Asia/Choibalsan
8671 OLD_FILES+=usr/share/zoneinfo/Asia/Colombo
8672 OLD_FILES+=usr/share/zoneinfo/Asia/Damascus
8673 OLD_FILES+=usr/share/zoneinfo/Asia/Dhaka
8674 OLD_FILES+=usr/share/zoneinfo/Asia/Dili
8675 OLD_FILES+=usr/share/zoneinfo/Asia/Dubai
8676 OLD_FILES+=usr/share/zoneinfo/Asia/Dushanbe
8677 OLD_FILES+=usr/share/zoneinfo/Asia/Gaza
8678 OLD_FILES+=usr/share/zoneinfo/Asia/Hebron
8679 OLD_FILES+=usr/share/zoneinfo/Asia/Ho_Chi_Minh
8680 OLD_FILES+=usr/share/zoneinfo/Asia/Hong_Kong
8681 OLD_FILES+=usr/share/zoneinfo/Asia/Hovd
8682 OLD_FILES+=usr/share/zoneinfo/Asia/Irkutsk
8683 OLD_FILES+=usr/share/zoneinfo/Asia/Istanbul
8684 OLD_FILES+=usr/share/zoneinfo/Asia/Jakarta
8685 OLD_FILES+=usr/share/zoneinfo/Asia/Jayapura
8686 OLD_FILES+=usr/share/zoneinfo/Asia/Jerusalem
8687 OLD_FILES+=usr/share/zoneinfo/Asia/Kabul
8688 OLD_FILES+=usr/share/zoneinfo/Asia/Kamchatka
8689 OLD_FILES+=usr/share/zoneinfo/Asia/Karachi
8690 OLD_FILES+=usr/share/zoneinfo/Asia/Kathmandu
8691 OLD_FILES+=usr/share/zoneinfo/Asia/Khandyga
8692 OLD_FILES+=usr/share/zoneinfo/Asia/Kolkata
8693 OLD_FILES+=usr/share/zoneinfo/Asia/Krasnoyarsk
8694 OLD_FILES+=usr/share/zoneinfo/Asia/Kuala_Lumpur
8695 OLD_FILES+=usr/share/zoneinfo/Asia/Kuching
8696 OLD_FILES+=usr/share/zoneinfo/Asia/Kuwait
8697 OLD_FILES+=usr/share/zoneinfo/Asia/Macau
8698 OLD_FILES+=usr/share/zoneinfo/Asia/Magadan
8699 OLD_FILES+=usr/share/zoneinfo/Asia/Makassar
8700 OLD_FILES+=usr/share/zoneinfo/Asia/Manila
8701 OLD_FILES+=usr/share/zoneinfo/Asia/Muscat
8702 OLD_FILES+=usr/share/zoneinfo/Asia/Nicosia
8703 OLD_FILES+=usr/share/zoneinfo/Asia/Novokuznetsk
8704 OLD_FILES+=usr/share/zoneinfo/Asia/Novosibirsk
8705 OLD_FILES+=usr/share/zoneinfo/Asia/Omsk
8706 OLD_FILES+=usr/share/zoneinfo/Asia/Oral
8707 OLD_FILES+=usr/share/zoneinfo/Asia/Phnom_Penh
8708 OLD_FILES+=usr/share/zoneinfo/Asia/Pontianak
8709 OLD_FILES+=usr/share/zoneinfo/Asia/Pyongyang
8710 OLD_FILES+=usr/share/zoneinfo/Asia/Qatar
8711 OLD_FILES+=usr/share/zoneinfo/Asia/Qyzylorda
8712 OLD_FILES+=usr/share/zoneinfo/Asia/Rangoon
8713 OLD_FILES+=usr/share/zoneinfo/Asia/Riyadh
8714 OLD_FILES+=usr/share/zoneinfo/Asia/Sakhalin
8715 OLD_FILES+=usr/share/zoneinfo/Asia/Samarkand
8716 OLD_FILES+=usr/share/zoneinfo/Asia/Seoul
8717 OLD_FILES+=usr/share/zoneinfo/Asia/Shanghai
8718 OLD_FILES+=usr/share/zoneinfo/Asia/Singapore
8719 OLD_FILES+=usr/share/zoneinfo/Asia/Srednekolymsk
8720 OLD_FILES+=usr/share/zoneinfo/Asia/Taipei
8721 OLD_FILES+=usr/share/zoneinfo/Asia/Tashkent
8722 OLD_FILES+=usr/share/zoneinfo/Asia/Tbilisi
8723 OLD_FILES+=usr/share/zoneinfo/Asia/Tehran
8724 OLD_FILES+=usr/share/zoneinfo/Asia/Thimphu
8725 OLD_FILES+=usr/share/zoneinfo/Asia/Tokyo
8726 OLD_FILES+=usr/share/zoneinfo/Asia/Ulaanbaatar
8727 OLD_FILES+=usr/share/zoneinfo/Asia/Urumqi
8728 OLD_FILES+=usr/share/zoneinfo/Asia/Ust-Nera
8729 OLD_FILES+=usr/share/zoneinfo/Asia/Vientiane
8730 OLD_FILES+=usr/share/zoneinfo/Asia/Vladivostok
8731 OLD_FILES+=usr/share/zoneinfo/Asia/Yakutsk
8732 OLD_FILES+=usr/share/zoneinfo/Asia/Yekaterinburg
8733 OLD_FILES+=usr/share/zoneinfo/Asia/Yerevan
8734 OLD_FILES+=usr/share/zoneinfo/Atlantic/Azores
8735 OLD_FILES+=usr/share/zoneinfo/Atlantic/Bermuda
8736 OLD_FILES+=usr/share/zoneinfo/Atlantic/Canary
8737 OLD_FILES+=usr/share/zoneinfo/Atlantic/Cape_Verde
8738 OLD_FILES+=usr/share/zoneinfo/Atlantic/Faroe
8739 OLD_FILES+=usr/share/zoneinfo/Atlantic/Madeira
8740 OLD_FILES+=usr/share/zoneinfo/Atlantic/Reykjavik
8741 OLD_FILES+=usr/share/zoneinfo/Atlantic/South_Georgia
8742 OLD_FILES+=usr/share/zoneinfo/Atlantic/St_Helena
8743 OLD_FILES+=usr/share/zoneinfo/Atlantic/Stanley
8744 OLD_FILES+=usr/share/zoneinfo/Australia/Adelaide
8745 OLD_FILES+=usr/share/zoneinfo/Australia/Brisbane
8746 OLD_FILES+=usr/share/zoneinfo/Australia/Broken_Hill
8747 OLD_FILES+=usr/share/zoneinfo/Australia/Currie
8748 OLD_FILES+=usr/share/zoneinfo/Australia/Darwin
8749 OLD_FILES+=usr/share/zoneinfo/Australia/Eucla
8750 OLD_FILES+=usr/share/zoneinfo/Australia/Hobart
8751 OLD_FILES+=usr/share/zoneinfo/Australia/Lindeman
8752 OLD_FILES+=usr/share/zoneinfo/Australia/Lord_Howe
8753 OLD_FILES+=usr/share/zoneinfo/Australia/Melbourne
8754 OLD_FILES+=usr/share/zoneinfo/Australia/Perth
8755 OLD_FILES+=usr/share/zoneinfo/Australia/Sydney
8756 OLD_FILES+=usr/share/zoneinfo/CET
8757 OLD_FILES+=usr/share/zoneinfo/CST6CDT
8758 OLD_FILES+=usr/share/zoneinfo/EET
8759 OLD_FILES+=usr/share/zoneinfo/EST
8760 OLD_FILES+=usr/share/zoneinfo/EST5EDT
8761 OLD_FILES+=usr/share/zoneinfo/Etc/GMT
8762 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+0
8763 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+1
8764 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+10
8765 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+11
8766 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+12
8767 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+2
8768 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+3
8769 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+4
8770 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+5
8771 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+6
8772 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+7
8773 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+8
8774 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+9
8775 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-0
8776 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-1
8777 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-10
8778 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-11
8779 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-12
8780 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-13
8781 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-14
8782 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-2
8783 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-3
8784 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-4
8785 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-5
8786 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-6
8787 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-7
8788 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-8
8789 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-9
8790 OLD_FILES+=usr/share/zoneinfo/Etc/GMT0
8791 OLD_FILES+=usr/share/zoneinfo/Etc/Greenwich
8792 OLD_FILES+=usr/share/zoneinfo/Etc/UCT
8793 OLD_FILES+=usr/share/zoneinfo/Etc/UTC
8794 OLD_FILES+=usr/share/zoneinfo/Etc/Universal
8795 OLD_FILES+=usr/share/zoneinfo/Etc/Zulu
8796 OLD_FILES+=usr/share/zoneinfo/Europe/Amsterdam
8797 OLD_FILES+=usr/share/zoneinfo/Europe/Andorra
8798 OLD_FILES+=usr/share/zoneinfo/Europe/Athens
8799 OLD_FILES+=usr/share/zoneinfo/Europe/Belgrade
8800 OLD_FILES+=usr/share/zoneinfo/Europe/Berlin
8801 OLD_FILES+=usr/share/zoneinfo/Europe/Bratislava
8802 OLD_FILES+=usr/share/zoneinfo/Europe/Brussels
8803 OLD_FILES+=usr/share/zoneinfo/Europe/Bucharest
8804 OLD_FILES+=usr/share/zoneinfo/Europe/Budapest
8805 OLD_FILES+=usr/share/zoneinfo/Europe/Busingen
8806 OLD_FILES+=usr/share/zoneinfo/Europe/Chisinau
8807 OLD_FILES+=usr/share/zoneinfo/Europe/Copenhagen
8808 OLD_FILES+=usr/share/zoneinfo/Europe/Dublin
8809 OLD_FILES+=usr/share/zoneinfo/Europe/Gibraltar
8810 OLD_FILES+=usr/share/zoneinfo/Europe/Guernsey
8811 OLD_FILES+=usr/share/zoneinfo/Europe/Helsinki
8812 OLD_FILES+=usr/share/zoneinfo/Europe/Isle_of_Man
8813 OLD_FILES+=usr/share/zoneinfo/Europe/Istanbul
8814 OLD_FILES+=usr/share/zoneinfo/Europe/Jersey
8815 OLD_FILES+=usr/share/zoneinfo/Europe/Kaliningrad
8816 OLD_FILES+=usr/share/zoneinfo/Europe/Kiev
8817 OLD_FILES+=usr/share/zoneinfo/Europe/Lisbon
8818 OLD_FILES+=usr/share/zoneinfo/Europe/Ljubljana
8819 OLD_FILES+=usr/share/zoneinfo/Europe/London
8820 OLD_FILES+=usr/share/zoneinfo/Europe/Luxembourg
8821 OLD_FILES+=usr/share/zoneinfo/Europe/Madrid
8822 OLD_FILES+=usr/share/zoneinfo/Europe/Malta
8823 OLD_FILES+=usr/share/zoneinfo/Europe/Mariehamn
8824 OLD_FILES+=usr/share/zoneinfo/Europe/Minsk
8825 OLD_FILES+=usr/share/zoneinfo/Europe/Monaco
8826 OLD_FILES+=usr/share/zoneinfo/Europe/Moscow
8827 OLD_FILES+=usr/share/zoneinfo/Europe/Nicosia
8828 OLD_FILES+=usr/share/zoneinfo/Europe/Oslo
8829 OLD_FILES+=usr/share/zoneinfo/Europe/Paris
8830 OLD_FILES+=usr/share/zoneinfo/Europe/Podgorica
8831 OLD_FILES+=usr/share/zoneinfo/Europe/Prague
8832 OLD_FILES+=usr/share/zoneinfo/Europe/Riga
8833 OLD_FILES+=usr/share/zoneinfo/Europe/Rome
8834 OLD_FILES+=usr/share/zoneinfo/Europe/Samara
8835 OLD_FILES+=usr/share/zoneinfo/Europe/San_Marino
8836 OLD_FILES+=usr/share/zoneinfo/Europe/Sarajevo
8837 OLD_FILES+=usr/share/zoneinfo/Europe/Simferopol
8838 OLD_FILES+=usr/share/zoneinfo/Europe/Skopje
8839 OLD_FILES+=usr/share/zoneinfo/Europe/Sofia
8840 OLD_FILES+=usr/share/zoneinfo/Europe/Stockholm
8841 OLD_FILES+=usr/share/zoneinfo/Europe/Tallinn
8842 OLD_FILES+=usr/share/zoneinfo/Europe/Tirane
8843 OLD_FILES+=usr/share/zoneinfo/Europe/Uzhgorod
8844 OLD_FILES+=usr/share/zoneinfo/Europe/Vaduz
8845 OLD_FILES+=usr/share/zoneinfo/Europe/Vatican
8846 OLD_FILES+=usr/share/zoneinfo/Europe/Vienna
8847 OLD_FILES+=usr/share/zoneinfo/Europe/Vilnius
8848 OLD_FILES+=usr/share/zoneinfo/Europe/Volgograd
8849 OLD_FILES+=usr/share/zoneinfo/Europe/Warsaw
8850 OLD_FILES+=usr/share/zoneinfo/Europe/Zagreb
8851 OLD_FILES+=usr/share/zoneinfo/Europe/Zaporozhye
8852 OLD_FILES+=usr/share/zoneinfo/Europe/Zurich
8853 OLD_FILES+=usr/share/zoneinfo/Factory
8854 OLD_FILES+=usr/share/zoneinfo/HST
8855 OLD_FILES+=usr/share/zoneinfo/Indian/Antananarivo
8856 OLD_FILES+=usr/share/zoneinfo/Indian/Chagos
8857 OLD_FILES+=usr/share/zoneinfo/Indian/Christmas
8858 OLD_FILES+=usr/share/zoneinfo/Indian/Cocos
8859 OLD_FILES+=usr/share/zoneinfo/Indian/Comoro
8860 OLD_FILES+=usr/share/zoneinfo/Indian/Kerguelen
8861 OLD_FILES+=usr/share/zoneinfo/Indian/Mahe
8862 OLD_FILES+=usr/share/zoneinfo/Indian/Maldives
8863 OLD_FILES+=usr/share/zoneinfo/Indian/Mauritius
8864 OLD_FILES+=usr/share/zoneinfo/Indian/Mayotte
8865 OLD_FILES+=usr/share/zoneinfo/Indian/Reunion
8866 OLD_FILES+=usr/share/zoneinfo/MET
8867 OLD_FILES+=usr/share/zoneinfo/MST
8868 OLD_FILES+=usr/share/zoneinfo/MST7MDT
8869 OLD_FILES+=usr/share/zoneinfo/PST8PDT
8870 OLD_FILES+=usr/share/zoneinfo/Pacific/Apia
8871 OLD_FILES+=usr/share/zoneinfo/Pacific/Auckland
8872 OLD_FILES+=usr/share/zoneinfo/Pacific/Bougainville
8873 OLD_FILES+=usr/share/zoneinfo/Pacific/Chatham
8874 OLD_FILES+=usr/share/zoneinfo/Pacific/Chuuk
8875 OLD_FILES+=usr/share/zoneinfo/Pacific/Easter
8876 OLD_FILES+=usr/share/zoneinfo/Pacific/Efate
8877 OLD_FILES+=usr/share/zoneinfo/Pacific/Enderbury
8878 OLD_FILES+=usr/share/zoneinfo/Pacific/Fakaofo
8879 OLD_FILES+=usr/share/zoneinfo/Pacific/Fiji
8880 OLD_FILES+=usr/share/zoneinfo/Pacific/Funafuti
8881 OLD_FILES+=usr/share/zoneinfo/Pacific/Galapagos
8882 OLD_FILES+=usr/share/zoneinfo/Pacific/Gambier
8883 OLD_FILES+=usr/share/zoneinfo/Pacific/Guadalcanal
8884 OLD_FILES+=usr/share/zoneinfo/Pacific/Guam
8885 OLD_FILES+=usr/share/zoneinfo/Pacific/Honolulu
8886 OLD_FILES+=usr/share/zoneinfo/Pacific/Johnston
8887 OLD_FILES+=usr/share/zoneinfo/Pacific/Kiritimati
8888 OLD_FILES+=usr/share/zoneinfo/Pacific/Kosrae
8889 OLD_FILES+=usr/share/zoneinfo/Pacific/Kwajalein
8890 OLD_FILES+=usr/share/zoneinfo/Pacific/Majuro
8891 OLD_FILES+=usr/share/zoneinfo/Pacific/Marquesas
8892 OLD_FILES+=usr/share/zoneinfo/Pacific/Midway
8893 OLD_FILES+=usr/share/zoneinfo/Pacific/Nauru
8894 OLD_FILES+=usr/share/zoneinfo/Pacific/Niue
8895 OLD_FILES+=usr/share/zoneinfo/Pacific/Norfolk
8896 OLD_FILES+=usr/share/zoneinfo/Pacific/Noumea
8897 OLD_FILES+=usr/share/zoneinfo/Pacific/Pago_Pago
8898 OLD_FILES+=usr/share/zoneinfo/Pacific/Palau
8899 OLD_FILES+=usr/share/zoneinfo/Pacific/Pitcairn
8900 OLD_FILES+=usr/share/zoneinfo/Pacific/Pohnpei
8901 OLD_FILES+=usr/share/zoneinfo/Pacific/Port_Moresby
8902 OLD_FILES+=usr/share/zoneinfo/Pacific/Rarotonga
8903 OLD_FILES+=usr/share/zoneinfo/Pacific/Saipan
8904 OLD_FILES+=usr/share/zoneinfo/Pacific/Tahiti
8905 OLD_FILES+=usr/share/zoneinfo/Pacific/Tarawa
8906 OLD_FILES+=usr/share/zoneinfo/Pacific/Tongatapu
8907 OLD_FILES+=usr/share/zoneinfo/Pacific/Wake
8908 OLD_FILES+=usr/share/zoneinfo/Pacific/Wallis
8909 OLD_FILES+=usr/share/zoneinfo/UTC
8910 OLD_FILES+=usr/share/zoneinfo/WET
8911 OLD_FILES+=usr/share/zoneinfo/posixrules
8912 OLD_FILES+=usr/share/zoneinfo/zone.tab
8913 .endif