]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/mk/OptionalObsoleteFiles.inc
- Remove more files when MK_MAKE == no
[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+=rescue/atmconfig
80 OLD_FILES+=sbin/atmconfig
81 OLD_FILES+=usr/bin/sscop
82 OLD_FILES+=usr/include/bsnmp/snmp_atm.h
83 OLD_FILES+=usr/include/netnatm/addr.h
84 OLD_FILES+=usr/include/netnatm/api/atmapi.h
85 OLD_FILES+=usr/include/netnatm/api/ccatm.h
86 OLD_FILES+=usr/include/netnatm/api/unisap.h
87 OLD_DIRS+=usr/include/netnatm/api
88 OLD_FILES+=usr/include/netnatm/msg/uni_config.h
89 OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h
90 OLD_FILES+=usr/include/netnatm/msg/uni_ie.h
91 OLD_FILES+=usr/include/netnatm/msg/uni_msg.h
92 OLD_FILES+=usr/include/netnatm/msg/unimsglib.h
93 OLD_FILES+=usr/include/netnatm/msg/uniprint.h
94 OLD_FILES+=usr/include/netnatm/msg/unistruct.h
95 OLD_DIRS+=usr/include/netnatm/msg
96 OLD_FILES+=usr/include/netnatm/saal/sscfu.h
97 OLD_FILES+=usr/include/netnatm/saal/sscfudef.h
98 OLD_FILES+=usr/include/netnatm/saal/sscop.h
99 OLD_FILES+=usr/include/netnatm/saal/sscopdef.h
100 OLD_DIRS+=usr/include/netnatm/saal
101 OLD_FILES+=usr/include/netnatm/sig/uni.h
102 OLD_FILES+=usr/include/netnatm/sig/unidef.h
103 OLD_FILES+=usr/include/netnatm/sig/unisig.h
104 OLD_DIRS+=usr/include/netnatm/sig
105 OLD_FILES+=usr/include/netnatm/unimsg.h
106 OLD_FILES+=usr/lib/libngatm.a
107 OLD_FILES+=usr/lib/libngatm.so
108 OLD_LIBS+=usr/lib/libngatm.so.4
109 OLD_FILES+=usr/lib/libngatm_p.a
110 OLD_FILES+=usr/lib/snmp_atm.so
111 OLD_LIBS+=usr/lib/snmp_atm.so.6
112 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
113 OLD_FILES+=usr/lib32/libngatm.a
114 OLD_FILES+=usr/lib32/libngatm.so
115 OLD_LIBS+=usr/lib32/libngatm.so.4
116 OLD_FILES+=usr/lib32/libngatm_p.a
117 .endif
118 OLD_FILES+=usr/share/doc/atm/atmconfig.help
119 OLD_FILES+=usr/share/doc/atm/atmconfig_device.help
120 OLD_DIRS+=usr/share/doc/atm
121 OLD_FILES+=usr/share/man/man1/sscop.1.gz
122 OLD_FILES+=usr/share/man/man3/libngatm.3.gz
123 OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
124 OLD_FILES+=usr/share/man/man3/uniaddr.3.gz
125 OLD_FILES+=usr/share/man/man3/unifunc.3.gz
126 OLD_FILES+=usr/share/man/man3/unimsg.3.gz
127 OLD_FILES+=usr/share/man/man3/unisap.3.gz
128 OLD_FILES+=usr/share/man/man3/unistruct.3.gz
129 OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
130 OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
131 OLD_FILES+=usr/share/snmp/defs/atm_tree.def
132 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
133 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
134 .endif
135
136 .if ${MK_AUDIT} == no
137 OLD_FILES+=usr/sbin/audit
138 OLD_FILES+=usr/sbin/auditd
139 OLD_FILES+=usr/sbin/auditreduce
140 OLD_FILES+=usr/sbin/praudit
141 OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
142 OLD_FILES+=usr/share/man/man1/praudit.1.gz
143 OLD_FILES+=usr/share/man/man8/audit.8.gz
144 OLD_FILES+=usr/share/man/man8/auditd.8.gz
145 .endif
146
147 .if ${MK_AUTHPF} == no
148 OLD_FILES+=usr/sbin/authpf
149 OLD_FILES+=usr/sbin/authpf-noip
150 OLD_FILES+=usr/share/man/man8/authpf.8.gz
151 OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
152 .endif
153
154 .if ${MK_AUTOFS} == no
155 OLD_FILES+=etc/autofs/include_ldap
156 OLD_FILES+=etc/autofs/special_hosts
157 OLD_FILES+=etc/autofs/special_media
158 OLD_FILES+=etc/autofs/special_null
159 OLD_FILES+=etc/auto_master
160 OLD_FILES+=etc/rc.d/automount
161 OLD_FILES+=etc/rc.d/automountd
162 OLD_FILES+=etc/rc.d/autounmountd
163 OLD_FILES+=usr/sbin/automount
164 OLD_FILES+=usr/sbin/automountd
165 OLD_FILES+=usr/sbin/autounmountd
166 OLD_FILES+=usr/share/man/man5/autofs.5.gz
167 OLD_FILES+=usr/share/man/man5/auto_master.5.gz
168 OLD_FILES+=usr/share/man/man8/automount.8.gz
169 OLD_FILES+=usr/share/man/man8/automountd.8.gz
170 OLD_FILES+=usr/share/man/man8/autounmountd.8.gz
171 OLD_DIRS+=etc/autofs
172 .endif
173
174 .if ${MK_BHYVE} == no
175 OLD_FILES+=usr/sbin/bhyve
176 OLD_FILES+=usr/sbin/bhyvectl
177 OLD_FILES+=usr/sbin/bhyveload
178 OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
179 OLD_FILES+=usr/share/man/man8/bhyve.8.gz
180 OLD_FILES+=usr/share/man/man8/bhyveload.8.gz
181 OLD_DIRS+=usr/share/examples/bhyve
182 .endif
183
184 .if ${MK_BINUTILS} == no
185 OLD_FILES+=usr/bin/as
186 OLD_FILES+=usr/bin/ld
187 OLD_FILES+=usr/bin/objcopy
188 OLD_FILES+=usr/bin/objdump
189 OLD_FILES+=usr/bin/readelf
190 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.x
191 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xbn
192 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xc
193 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xd
194 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdc
195 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdw
196 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xn
197 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xr
198 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xs
199 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsc
200 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw
201 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu
202 OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw
203 OLD_FILES+=usr/share/doc/binutils/as.txt
204 OLD_FILES+=usr/share/doc/binutils/ld.txt
205 OLD_FILES+=usr/share/man/man1/as.1.gz
206 OLD_FILES+=usr/share/man/man1/ld.1.gz
207 OLD_FILES+=usr/share/man/man1/objcopy.1.gz
208 OLD_FILES+=usr/share/man/man1/objdump.1.gz
209 OLD_FILES+=usr/share/man/man1/readelf.1.gz
210 .endif
211
212 .if ${MK_BLUETOOTH} == no
213 OLD_FILES+=etc/bluetooth/hcsecd.conf
214 OLD_FILES+=etc/bluetooth/hosts
215 OLD_FILES+=etc/bluetooth/protocols
216 OLD_FILES+=etc/defaults/bluetooth.device.conf
217 OLD_DIRS+=etc/bluetooth
218 OLD_FILES+=etc/rc.d/bluetooth
219 OLD_FILES+=etc/rc.d/bthidd
220 OLD_FILES+=etc/rc.d/hcsecd
221 OLD_FILES+=etc/rc.d/ubthidhci
222 OLD_FILES+=usr/bin/bthost
223 OLD_FILES+=usr/bin/btsockstat
224 OLD_FILES+=usr/bin/rfcomm_sppd
225 OLD_FILES+=usr/include/bluetooth.h
226 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
227 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
228 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
229 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
230 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
231 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
232 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
233 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
234 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
235 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
236 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
237 OLD_DIRS+=usr/include/netgraph/bluetooth/include
238 OLD_DIRS+=usr/include/netgraph/bluetooth
239 OLD_FILES+=usr/include/sdp.h
240 OLD_FILES+=usr/lib/libbluetooth.a
241 OLD_FILES+=usr/lib/libbluetooth.so
242 OLD_LIBS+=usr/lib/libbluetooth.so.4
243 OLD_FILES+=usr/lib/libbluetooth_p.a
244 OLD_FILES+=usr/lib/libsdp.a
245 OLD_FILES+=usr/lib/libsdp.so
246 OLD_LIBS+=usr/lib/libsdp.so.4
247 OLD_FILES+=usr/lib/libsdp_p.a
248 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
249 OLD_FILES+=usr/lib32/libbluetooth.a
250 OLD_FILES+=usr/lib32/libbluetooth.so
251 OLD_LIBS+=usr/lib32/libbluetooth.so.4
252 OLD_FILES+=usr/lib32/libbluetooth_p.a
253 OLD_FILES+=usr/lib32/libsdp.a
254 OLD_FILES+=usr/lib32/libsdp.so
255 OLD_LIBS+=usr/lib32/libsdp.so.4
256 OLD_FILES+=usr/lib32/libsdp_p.a
257 .endif
258 OLD_FILES+=usr/sbin/ath3kfw
259 OLD_FILES+=usr/sbin/bcmfw
260 OLD_FILES+=usr/sbin/bt3cfw
261 OLD_FILES+=usr/sbin/bthidcontrol
262 OLD_FILES+=usr/sbin/bthidd
263 OLD_FILES+=usr/sbin/btpand
264 OLD_FILES+=usr/sbin/hccontrol
265 OLD_FILES+=usr/sbin/hcsecd
266 OLD_FILES+=usr/sbin/hcseriald
267 OLD_FILES+=usr/sbin/l2control
268 OLD_FILES+=usr/sbin/l2ping
269 OLD_FILES+=usr/sbin/rfcomm_pppd
270 OLD_FILES+=usr/sbin/sdpcontrol
271 OLD_FILES+=usr/sbin/sdpd
272 OLD_FILES+=usr/share/examples/etc/defaults/bluetooth.device.conf
273 OLD_FILES+=usr/share/man/man1/bthost.1.gz
274 OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
275 OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
276 OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
277 OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
278 OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
279 OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
280 OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
281 OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
282 OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
283 OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
284 OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
285 OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
286 OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
287 OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
288 OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
289 OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
290 OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
291 OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
292 OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
293 OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
294 OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
295 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
296 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
297 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
298 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
299 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
300 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
301 OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
302 OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
303 OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
304 OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
305 OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
306 OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
307 OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
308 OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
309 OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
310 OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
311 OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
312 OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
313 OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
314 OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
315 OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
316 OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
317 OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
318 OLD_FILES+=usr/share/man/man3/sdp.3.gz
319 OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
320 OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
321 OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
322 OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
323 OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
324 OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
325 OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
326 OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
327 OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
328 OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
329 OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
330 OLD_FILES+=usr/share/man/man8/ath3kfw.8.gz
331 OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
332 OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
333 OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
334 OLD_FILES+=usr/share/man/man8/bthidd.8.gz
335 OLD_FILES+=usr/share/man/man8/btpand.8.gz
336 OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
337 OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
338 OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
339 OLD_FILES+=usr/share/man/man8/l2control.8.gz
340 OLD_FILES+=usr/share/man/man8/l2ping.8.gz
341 OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
342 OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
343 OLD_FILES+=usr/share/man/man8/sdpd.8.gz
344 .endif
345
346 .if ${MK_BOOT} == no
347 OLD_FILES+=boot/beastie.4th
348 OLD_FILES+=boot/boot
349 OLD_FILES+=boot/boot0
350 OLD_FILES+=boot/boot0sio
351 OLD_FILES+=boot/boot1
352 OLD_FILES+=boot/boot1.efi
353 OLD_FILES+=boot/boot1.efifat
354 OLD_FILES+=boot/boot2
355 OLD_FILES+=boot/brand.4th
356 OLD_FILES+=boot/cdboot
357 OLD_FILES+=boot/check-password.4th
358 OLD_FILES+=boot/color.4th
359 OLD_FILES+=boot/defaults/loader.conf
360 OLD_FILES+=boot/delay.4th
361 OLD_FILES+=boot/device.hints
362 OLD_FILES+=boot/frames.4th
363 OLD_FILES+=boot/gptboot
364 OLD_FILES+=boot/gptzfsboot
365 OLD_FILES+=boot/loader
366 OLD_FILES+=boot/loader.4th
367 OLD_FILES+=boot/loader.efi
368 OLD_FILES+=boot/loader.help
369 OLD_FILES+=boot/loader.rc
370 OLD_FILES+=boot/mbr
371 OLD_FILES+=boot/menu-commands.4th
372 OLD_FILES+=boot/menu.4th
373 OLD_FILES+=boot/menu.rc
374 OLD_FILES+=boot/menusets.4th
375 OLD_FILES+=boot/pcibios.4th
376 OLD_FILES+=boot/pmbr
377 OLD_FILES+=boot/pxeboot
378 OLD_FILES+=boot/screen.4th
379 OLD_FILES+=boot/shortcuts.4th
380 OLD_FILES+=boot/support.4th
381 OLD_FILES+=boot/userboot.so
382 OLD_FILES+=boot/version.4th
383 OLD_FILES+=boot/zfsboot
384 OLD_FILES+=boot/zfsloader
385 OLD_FILES+=usr/lib/kgzldr.o
386 OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
387 OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
388 OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
389 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
390 OLD_FILES+=usr/share/man/man8/color.4th.8.gz
391 OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
392 OLD_FILES+=usr/share/man/man8/gptboot.8.gz
393 OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz
394 OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
395 OLD_FILES+=usr/share/man/man8/loader.8.gz
396 OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
397 OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
398 OLD_FILES+=usr/share/man/man8/pxeboot.8.gz
399 OLD_FILES+=usr/share/man/man8/version.4th.8.gz
400 OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
401 OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
402 .endif
403
404 .if ${MK_BSD_CPIO} == no
405 OLD_FILES+=usr/bin/bsdcpio
406 OLD_FILES+=usr/bin/cpio
407 OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz
408 OLD_FILES+=usr/share/man/man1/cpio.1.gz
409 .endif
410
411 .if ${MK_BSDINSTALL} == no
412 OLD_FILES+=usr/libexec/bsdinstall/adduser
413 OLD_FILES+=usr/libexec/bsdinstall/auto
414 OLD_FILES+=usr/libexec/bsdinstall/autopart
415 OLD_FILES+=usr/libexec/bsdinstall/checksum
416 OLD_FILES+=usr/libexec/bsdinstall/config
417 OLD_FILES+=usr/libexec/bsdinstall/distextract
418 OLD_FILES+=usr/libexec/bsdinstall/distfetch
419 OLD_FILES+=usr/libexec/bsdinstall/docsinstall
420 OLD_FILES+=usr/libexec/bsdinstall/entropy
421 OLD_FILES+=usr/libexec/bsdinstall/hostname
422 OLD_FILES+=usr/libexec/bsdinstall/jail
423 OLD_FILES+=usr/libexec/bsdinstall/keymap
424 OLD_FILES+=usr/libexec/bsdinstall/mirrorselect
425 OLD_FILES+=usr/libexec/bsdinstall/mount
426 OLD_FILES+=usr/libexec/bsdinstall/netconfig
427 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4
428 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6
429 OLD_FILES+=usr/libexec/bsdinstall/partedit
430 OLD_FILES+=usr/libexec/bsdinstall/rootpass
431 OLD_FILES+=usr/libexec/bsdinstall/script
432 OLD_FILES+=usr/libexec/bsdinstall/scriptedpart
433 OLD_FILES+=usr/libexec/bsdinstall/services
434 OLD_FILES+=usr/libexec/bsdinstall/time
435 OLD_FILES+=usr/libexec/bsdinstall/umount
436 OLD_FILES+=usr/libexec/bsdinstall/wlanconfig
437 OLD_FILES+=usr/libexec/bsdinstall/zfsboot
438 OLD_FILES+=usr/sbin/bsdinstall
439 OLD_FILES+=usr/share/man/man8/bsdinstall.8.gz
440 OLD_FILES+=usr/share/man/man8/sade.8.gz
441 OLD_DIRS+=usr/libexec/bsdinstall
442 .endif
443
444 .if ${MK_BSNMP} == no
445 OLD_FILES+=etc/snmpd.config
446 OLD_FILES+=etc/rc.d/bsnmpd
447 OLD_FILES+=usr/bin/bsnmpget
448 OLD_FILES+=usr/bin/bsnmpset
449 OLD_FILES+=usr/bin/bsnmpwalk
450 OLD_FILES+=usr/include/bsnmp/asn1.h
451 OLD_FILES+=usr/include/bsnmp/bridge_snmp.h
452 OLD_FILES+=usr/include/bsnmp/snmp.h
453 OLD_FILES+=usr/include/bsnmp/snmp_atm.h
454 OLD_FILES+=usr/include/bsnmp/snmp_mibII.h
455 OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
456 OLD_FILES+=usr/include/bsnmp/snmpagent.h
457 OLD_FILES+=usr/include/bsnmp/snmpclient.h
458 OLD_FILES+=usr/include/bsnmp/snmpmod.h
459 OLD_FILES+=usr/lib/libbsnmp.a
460 OLD_FILES+=usr/lib/libbsnmp.so
461 OLD_LIBS+=usr/lib/libbsnmp.so.6
462 OLD_FILES+=usr/lib/libbsnmp_p.a
463 OLD_FILES+=usr/lib/libbsnmptools.a
464 OLD_FILES+=usr/lib/libbsnmptools.so
465 OLD_LIBS+=usr/lib/libbsnmptools.so.0
466 OLD_FILES+=usr/lib/libbsnmptools_p.a
467 OLD_FILES+=usr/lib/snmp_atm.so
468 OLD_LIBS+=usr/lib/snmp_atm.so.6
469 OLD_FILES+=usr/lib/snmp_bridge.so
470 OLD_LIBS+=usr/lib/snmp_bridge.so.6
471 OLD_FILES+=usr/lib/snmp_hast.so
472 OLD_LIBS+=usr/lib/snmp_hast.so.6
473 OLD_FILES+=usr/lib/snmp_hostres.so
474 OLD_LIBS+=usr/lib/snmp_hostres.so.6
475 OLD_FILES+=usr/lib/snmp_lm75.so
476 OLD_LIBS+=usr/lib/snmp_lm75.so.6
477 OLD_FILES+=usr/lib/snmp_mibII.so
478 OLD_LIBS+=usr/lib/snmp_mibII.so.6
479 OLD_FILES+=usr/lib/snmp_netgraph.so
480 OLD_LIBS+=usr/lib/snmp_netgraph.so.6
481 OLD_FILES+=usr/lib/snmp_pf.so
482 OLD_LIBS+=usr/lib/snmp_pf.so.6
483 OLD_FILES+=usr/lib/snmp_target.so
484 OLD_LIBS+=usr/lib/snmp_target.so.6
485 OLD_FILES+=usr/lib/snmp_usm.so
486 OLD_LIBS+=usr/lib/snmp_usm.so.6
487 OLD_FILES+=usr/lib/snmp_vacm.so
488 OLD_LIBS+=usr/lib/snmp_vacm.so.6
489 OLD_FILES+=usr/lib/snmp_wlan.so
490 OLD_LIBS+=usr/lib/snmp_wlan.so.6
491 OLD_FILES+=usr/lib32/libbsnmp.a
492 OLD_FILES+=usr/lib32/libbsnmp.so
493 OLD_LIBS+=usr/lib32/libbsnmp.so.6
494 OLD_FILES+=usr/lib32/libbsnmp_p.a
495 OLD_FILES+=usr/sbin/bsnmpd
496 OLD_FILES+=usr/sbin/gensnmptree
497 OLD_FILES+=usr/share/examples/etc/snmpd.config
498 OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz
499 OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz
500 OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz
501 OLD_FILES+=usr/share/man/man1/bsnmpwalk.1.gz
502 OLD_FILES+=usr/share/man/man1/gensnmptree.1.gz
503 OLD_FILES+=usr/share/man/man3/asn1.3.gz
504 OLD_FILES+=usr/share/man/man3/bsnmpagent.3.gz
505 OLD_FILES+=usr/share/man/man3/bsnmpclient.3.gz
506 OLD_FILES+=usr/share/man/man3/bsnmplib.3.gz
507 OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
508 OLD_FILES+=usr/share/man/man3/snmp_bridge.3.gz
509 OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz
510 OLD_FILES+=usr/share/man/man3/snmp_hostres.3.gz
511 OLD_FILES+=usr/share/man/man3/snmp_lm75.3.gz
512 OLD_FILES+=usr/share/man/man3/snmp_mibII.3.gz
513 OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
514 OLD_FILES+=usr/share/man/man3/snmp_target.3.gz
515 OLD_FILES+=usr/share/man/man3/snmp_usm.3.gz
516 OLD_FILES+=usr/share/man/man3/snmp_vacm.3.gz
517 OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz
518 OLD_FILES+=usr/share/man/man3/snmpmod.3.gz
519 OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
520 OLD_FILES+=usr/share/snmp/defs/atm_tree.def
521 OLD_FILES+=usr/share/snmp/defs/bridge_tree.def
522 OLD_FILES+=usr/share/snmp/defs/hast_tree.def
523 OLD_FILES+=usr/share/snmp/defs/hostres_tree.def
524 OLD_FILES+=usr/share/snmp/defs/lm75_tree.def
525 OLD_FILES+=usr/share/snmp/defs/mibII_tree.def
526 OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
527 OLD_FILES+=usr/share/snmp/defs/pf_tree.def
528 OLD_FILES+=usr/share/snmp/defs/target_tree.def
529 OLD_FILES+=usr/share/snmp/defs/tree.def
530 OLD_FILES+=usr/share/snmp/defs/usm_tree.def
531 OLD_FILES+=usr/share/snmp/defs/vacm_tree.def
532 OLD_FILES+=usr/share/snmp/defs/wlan_tree.def
533 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
534 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
535 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt
536 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt
537 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt
538 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-IP-MIB.txt
539 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-LM75-MIB.txt
540 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB.txt
541 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB2-MIB.txt
542 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
543 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
544 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-SNMPD.txt
545 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt
546 OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt
547 OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt
548 OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt
549 OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt
550 OLD_DIRS+=usr/include/bsnmp
551 OLD_DIRS+=usr/share/snmp
552 OLD_DIRS+=usr/share/snmp/defs
553 OLD_DIRS+=usr/share/snmp/mibs
554 .endif
555
556 .if ${MK_CALENDAR} == no
557 OLD_FILES+=etc/periodic/daily/300.calendar
558 OLD_FILES+=usr/bin/calendar
559 OLD_FILES+=usr/share/calendar/calendar.all
560 OLD_FILES+=usr/share/calendar/calendar.australia
561 OLD_FILES+=usr/share/calendar/calendar.birthday
562 OLD_FILES+=usr/share/calendar/calendar.brazilian
563 OLD_FILES+=usr/share/calendar/calendar.christian
564 OLD_FILES+=usr/share/calendar/calendar.computer
565 OLD_FILES+=usr/share/calendar/calendar.croatian
566 OLD_FILES+=usr/share/calendar/calendar.dutch
567 OLD_FILES+=usr/share/calendar/calendar.freebsd
568 OLD_FILES+=usr/share/calendar/calendar.french
569 OLD_FILES+=usr/share/calendar/calendar.german
570 OLD_FILES+=usr/share/calendar/calendar.history
571 OLD_FILES+=usr/share/calendar/calendar.holiday
572 OLD_FILES+=usr/share/calendar/calendar.hungarian
573 OLD_FILES+=usr/share/calendar/calendar.judaic
574 OLD_FILES+=usr/share/calendar/calendar.lotr
575 OLD_FILES+=usr/share/calendar/calendar.music
576 OLD_FILES+=usr/share/calendar/calendar.newzealand
577 OLD_FILES+=usr/share/calendar/calendar.russian
578 OLD_FILES+=usr/share/calendar/calendar.southafrica
579 OLD_FILES+=usr/share/calendar/calendar.ukrainian
580 OLD_FILES+=usr/share/calendar/calendar.usholiday
581 OLD_FILES+=usr/share/calendar/calendar.world
582 OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
583 OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
584 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
585 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
586 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
587 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
588 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
589 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
590 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
591 OLD_DIRS+=usr/share/calendar/de_DE.ISO8859-1
592 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
593 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
594 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
595 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
596 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
597 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
598 OLD_DIRS+=usr/share/calendar/fr_FR.ISO8859-1
599 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
600 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
601 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
602 OLD_DIRS+=usr/share/calendar/hr_HR.ISO8859-2
603 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
604 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
605 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
606 OLD_DIRS+=usr/share/calendar/hu_HU.ISO8859-2
607 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all
608 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative
609 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays
610 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative
611 OLD_DIRS+=usr/share/calendar/pt_BR.ISO8859-1
612 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all
613 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative
614 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays
615 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative
616 OLD_DIRS+=usr/share/calendar/pt_BR.UTF-8
617 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
618 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
619 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
620 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
621 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
622 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
623 OLD_DIRS+=usr/share/calendar/ru_RU.KOI8-R
624 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all
625 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common
626 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday
627 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military
628 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox
629 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan
630 OLD_DIRS+=usr/share/calendar/ru_RU.UTF-8
631 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
632 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
633 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
634 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
635 OLD_DIRS+=usr/share/calendar/uk_UA.KOI8-U
636 OLD_DIRS+=usr/share/calendar
637 OLD_FILES+=usr/share/man/man1/calendar.1.gz
638 .endif
639
640 .if ${MK_CASPER} == no
641 OLD_FILES+=etc/rc.d/casperd
642 OLD_LIBS+=lib/libcasper.so.0
643 OLD_FILES+=sbin/casper
644 OLD_FILES+=usr/lib/libcasper.a
645 .endif
646
647 .if ${MK_CCD} == no
648 OLD_FILES+=etc/rc.d/ccd
649 OLD_FILES+=sbin/ccdconfig
650 OLD_FILES+=usr/share/man/man4/ccd.4.gz
651 OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz
652 .endif
653
654 .if ${MK_CDDL} == no
655 OLD_LIBS+=lib/libavl.so.2
656 OLD_LIBS+=lib/libctf.so.2
657 OLD_LIBS+=lib/libdtrace.so.2
658 OLD_LIBS+=lib/libnvpair.so.2
659 OLD_LIBS+=lib/libumem.so.2
660 OLD_LIBS+=lib/libuutil.so.2
661 OLD_FILES+=usr/bin/ctfconvert
662 OLD_FILES+=usr/bin/ctfdump
663 OLD_FILES+=usr/bin/ctfmerge
664 OLD_FILES+=usr/bin/sgsmsg
665 OLD_FILES+=usr/lib/dtrace/drti.o
666 OLD_FILES+=usr/lib/dtrace/errno.d
667 OLD_FILES+=usr/lib/dtrace/io.d
668 OLD_FILES+=usr/lib/dtrace/ip.d
669 OLD_FILES+=usr/lib/dtrace/psinfo.d
670 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
671 OLD_FILES+=usr/lib/dtrace/regs_x86.d
672 .endif
673 OLD_FILES+=usr/lib/dtrace/signal.d
674 OLD_FILES+=usr/lib/dtrace/tcp.d
675 OLD_FILES+=usr/lib/dtrace/udp.d
676 OLD_FILES+=usr/lib/dtrace/unistd.d
677 OLD_FILES+=usr/lib/libavl.a
678 OLD_FILES+=usr/lib/libavl.so
679 OLD_FILES+=usr/lib/libavl_p.a
680 OLD_FILES+=usr/lib/libctf.a
681 OLD_FILES+=usr/lib/libctf.so
682 OLD_FILES+=usr/lib/libctf_p.a
683 OLD_FILES+=usr/lib/libdtrace.a
684 OLD_FILES+=usr/lib/libdtrace.so
685 OLD_FILES+=usr/lib/libdtrace_p.a
686 OLD_FILES+=usr/lib/libnvpair.a
687 OLD_FILES+=usr/lib/libnvpair.so
688 OLD_FILES+=usr/lib/libnvpair_p.a
689 OLD_FILES+=usr/lib/libumem.a
690 OLD_FILES+=usr/lib/libumem.so
691 OLD_FILES+=usr/lib/libumem_p.a
692 OLD_FILES+=usr/lib/libuutil.a
693 OLD_FILES+=usr/lib/libuutil.so
694 OLD_FILES+=usr/lib/libuutil_p.a
695 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
696 OLD_FILES+=usr/lib32/dtrace/drti.o
697 OLD_FILES+=usr/lib32/libavl.a
698 OLD_FILES+=usr/lib32/libavl.so
699 OLD_LIBS+=usr/lib32/libavl.so.2
700 OLD_FILES+=usr/lib32/libavl_p.a
701 OLD_FILES+=usr/lib32/libctf.a
702 OLD_FILES+=usr/lib32/libctf.so
703 OLD_LIBS+=usr/lib32/libctf.so.2
704 OLD_FILES+=usr/lib32/libctf_p.a
705 OLD_FILES+=usr/lib32/libdtrace.a
706 OLD_FILES+=usr/lib32/libdtrace.so
707 OLD_LIBS+=usr/lib32/libdtrace.so.2
708 OLD_FILES+=usr/lib32/libdtrace_p.a
709 OLD_FILES+=usr/lib32/libnvpair.a
710 OLD_FILES+=usr/lib32/libnvpair.so
711 OLD_LIBS+=usr/lib32/libnvpair.so.2
712 OLD_FILES+=usr/lib32/libnvpair_p.a
713 OLD_FILES+=usr/lib32/libumem.a
714 OLD_FILES+=usr/lib32/libumem.so
715 OLD_LIBS+=usr/lib32/libumem.so.2
716 OLD_FILES+=usr/lib32/libumem_p.a
717 OLD_FILES+=usr/lib32/libuutil.a
718 OLD_FILES+=usr/lib32/libuutil.so
719 OLD_LIBS+=usr/lib32/libuutil.so.2
720 OLD_FILES+=usr/lib32/libuutil_p.a
721 .endif
722 OLD_LIBS+=lib/libdtrace.so.2
723 OLD_FILES+=usr/sbin/dtrace
724 OLD_FILES+=usr/sbin/lockstat
725 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
726 OLD_FILES+=usr/share/dtrace/disklatency
727 OLD_FILES+=usr/share/dtrace/disklatencycmd
728 OLD_FILES+=usr/share/dtrace/hotopen
729 OLD_FILES+=usr/share/dtrace/nfsclienttime
730 OLD_FILES+=usr/share/dtrace/toolkit/execsnoop
731 OLD_FILES+=usr/share/dtrace/toolkit/hotkernel
732 OLD_FILES+=usr/share/dtrace/toolkit/hotuser
733 OLD_FILES+=usr/share/dtrace/toolkit/opensnoop
734 OLD_FILES+=usr/share/dtrace/toolkit/procsystime
735 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
736 OLD_DIRS+=usr/lib/dtrace
737 OLD_DIRS+=usr/lib32/dtrace
738 OLD_DIRS+=usr/share/dtrace/toolkit
739 OLD_DIRS+=usr/share/dtrace
740 .endif
741
742 .if ${MK_ZFS} == no
743 OLD_FILES+=boot/gptzfsboot
744 OLD_FILES+=boot/zfsboot
745 OLD_FILES+=boot/zfsloader
746 OLD_FILES+=etc/devd/zfs.conf
747 OLD_FILES+=etc/periodic/daily/404.status-zfs
748 OLD_FILES+=etc/periodic/daily/800.scrub-zfs
749 OLD_LIBS+=lib/libzfs.so.2
750 OLD_LIBS+=lib/libzfs_core.so.2
751 OLD_LIBS+=lib/libzpool.so.2
752 OLD_FILES+=rescue/zfs
753 OLD_FILES+=rescue/zpool
754 OLD_FILES+=sbin/zfs
755 OLD_FILES+=sbin/zpool
756 OLD_FILES+=usr/bin/zinject
757 OLD_FILES+=usr/bin/ztest
758 OLD_FILES+=usr/lib/libzfs.a
759 OLD_FILES+=usr/lib/libzfs.so
760 OLD_FILES+=usr/lib/libzfs_core.a
761 OLD_FILES+=usr/lib/libzfs_core.so
762 OLD_FILES+=usr/lib/libzfs_core_p.a
763 OLD_FILES+=usr/lib/libzfs_p.a
764 OLD_FILES+=usr/lib/libzpool.a
765 OLD_FILES+=usr/lib/libzpool.so
766 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
767 OLD_FILES+=usr/lib32/libzfs.a
768 OLD_FILES+=usr/lib32/libzfs.so
769 OLD_LIBS+=usr/lib32/libzfs.so.2
770 OLD_FILES+=usr/lib32/libzfs_core.a
771 OLD_FILES+=usr/lib32/libzfs_core.so
772 OLD_LIBS+=usr/lib32/libzfs_core.so.2
773 OLD_FILES+=usr/lib32/libzfs_core_p.a
774 OLD_FILES+=usr/lib32/libzfs_p.a
775 OLD_FILES+=usr/lib32/libzpool.a
776 OLD_FILES+=usr/lib32/libzpool.so
777 OLD_LIBS+=usr/lib32/libzpool.so.2
778 .endif
779 OLD_FILES+=usr/sbin/zdb
780 OLD_FILES+=usr/share/man/man8/zdb.8.gz
781 OLD_FILES+=usr/share/man/man8/zfs.8.gz
782 OLD_FILES+=usr/share/man/man8/zpool.8.gz
783 .endif
784
785 .if ${MK_CLANG} == no
786 OLD_FILES+=usr/bin/clang
787 OLD_FILES+=usr/bin/clang++
788 OLD_FILES+=usr/bin/clang-cpp
789 OLD_FILES+=usr/bin/clang-tblgen
790 OLD_FILES+=usr/bin/tblgen
791 OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_aes.h
792 OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_pclmul.h
793 OLD_FILES+=usr/include/clang/3.5.1/altivec.h
794 OLD_FILES+=usr/include/clang/3.5.1/ammintrin.h
795 OLD_FILES+=usr/include/clang/3.5.1/arm_acle.h
796 OLD_FILES+=usr/include/clang/3.5.1/arm_neon.h
797 OLD_FILES+=usr/include/clang/3.5.1/avx2intrin.h
798 OLD_FILES+=usr/include/clang/3.5.1/avxintrin.h
799 OLD_FILES+=usr/include/clang/3.5.1/bmi2intrin.h
800 OLD_FILES+=usr/include/clang/3.5.1/bmiintrin.h
801 OLD_FILES+=usr/include/clang/3.5.1/cpuid.h
802 OLD_FILES+=usr/include/clang/3.5.1/emmintrin.h
803 OLD_FILES+=usr/include/clang/3.5.1/f16cintrin.h
804 OLD_FILES+=usr/include/clang/3.5.1/fma4intrin.h
805 OLD_FILES+=usr/include/clang/3.5.1/fmaintrin.h
806 OLD_FILES+=usr/include/clang/3.5.1/ia32intrin.h
807 OLD_FILES+=usr/include/clang/3.5.1/immintrin.h
808 OLD_FILES+=usr/include/clang/3.5.1/lzcntintrin.h
809 OLD_FILES+=usr/include/clang/3.5.1/mm3dnow.h
810 OLD_FILES+=usr/include/clang/3.5.1/mm_malloc.h
811 OLD_FILES+=usr/include/clang/3.5.1/mmintrin.h
812 OLD_FILES+=usr/include/clang/3.5.1/module.modulemap
813 OLD_FILES+=usr/include/clang/3.5.1/nmmintrin.h
814 OLD_FILES+=usr/include/clang/3.5.1/pmmintrin.h
815 OLD_FILES+=usr/include/clang/3.5.1/popcntintrin.h
816 OLD_FILES+=usr/include/clang/3.5.1/prfchwintrin.h
817 OLD_FILES+=usr/include/clang/3.5.1/rdseedintrin.h
818 OLD_FILES+=usr/include/clang/3.5.1/rtmintrin.h
819 OLD_FILES+=usr/include/clang/3.5.1/shaintrin.h
820 OLD_FILES+=usr/include/clang/3.5.1/smmintrin.h
821 OLD_FILES+=usr/include/clang/3.5.1/tbmintrin.h
822 OLD_FILES+=usr/include/clang/3.5.1/tmmintrin.h
823 OLD_FILES+=usr/include/clang/3.5.1/wmmintrin.h
824 OLD_FILES+=usr/include/clang/3.5.1/x86intrin.h
825 OLD_FILES+=usr/include/clang/3.5.1/xmmintrin.h
826 OLD_FILES+=usr/include/clang/3.5.1/xopintrin.h
827 OLD_DIRS+=usr/include/clang/3.5.1
828 OLD_DIRS+=usr/include/clang
829 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan-i386.a
830 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan-x86_64.a
831 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
832 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
833 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-arm.a
834 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-i386.a
835 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-x86_64.a
836 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.san-i386.a
837 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.san-x86_64.a
838 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan-i386.a
839 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan-x86_64.a
840 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan_cxx-i386.a
841 OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a
842 OLD_DIRS+=usr/lib/clang/3.5.1/lib/freebsd
843 OLD_DIRS+=usr/lib/clang/3.5.1/lib
844 OLD_DIRS+=usr/lib/clang/3.5.1
845 OLD_DIRS+=usr/lib/clang
846 OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
847 OLD_DIRS+=usr/share/doc/llvm/clang
848 OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
849 OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
850 OLD_DIRS+=usr/share/doc/llvm
851 OLD_FILES+=usr/share/man/man1/clang.1.gz
852 OLD_FILES+=usr/share/man/man1/clang++.1.gz
853 OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
854 OLD_FILES+=usr/share/man/man1/tblgen.1.gz
855 .endif
856
857 .if ${MK_CLANG_EXTRAS} == no
858 OLD_FILES+=usr/bin/bugpoint
859 OLD_FILES+=usr/bin/llc
860 OLD_FILES+=usr/bin/lli
861 OLD_FILES+=usr/bin/llvm-ar
862 OLD_FILES+=usr/bin/llvm-as
863 OLD_FILES+=usr/bin/llvm-bcanalyzer
864 OLD_FILES+=usr/bin/llvm-diff
865 OLD_FILES+=usr/bin/llvm-dis
866 OLD_FILES+=usr/bin/llvm-extract
867 OLD_FILES+=usr/bin/llvm-link
868 OLD_FILES+=usr/bin/llvm-mc
869 OLD_FILES+=usr/bin/llvm-nm
870 OLD_FILES+=usr/bin/llvm-objdump
871 OLD_FILES+=usr/bin/llvm-rtdyld
872 OLD_FILES+=usr/bin/llvm-symbolizer
873 OLD_FILES+=usr/bin/macho-dump
874 OLD_FILES+=usr/bin/opt
875 OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
876 OLD_FILES+=usr/share/man/man1/llc.1.gz
877 OLD_FILES+=usr/share/man/man1/lli.1.gz
878 OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
879 OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
880 OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
881 OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
882 OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
883 OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
884 OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
885 OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
886 OLD_FILES+=usr/share/man/man1/llvm-symbolizer.1.gz
887 OLD_FILES+=usr/share/man/man1/opt.1.gz
888 .endif
889
890 .if ${MK_CPP} == no
891 OLD_FILES+=usr/bin/cpp
892 OLD_FILES+=usr/share/man/man1/cpp.1.gz
893 .endif
894
895 #.if ${MK_CRYPT} == no
896 # to be filled in
897 #.endif
898
899 .if ${MK_CTM} == no
900 OLD_FILES+=usr/sbin/ctm
901 OLD_FILES+=usr/sbin/ctm_dequeue
902 OLD_FILES+=usr/sbin/ctm_rmail
903 OLD_FILES+=usr/sbin/ctm_smail
904 OLD_FILES+=usr/share/man/man1/ctm.1.gz
905 OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
906 OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
907 OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
908 OLD_FILES+=usr/share/man/man5/ctm.5.gz
909 .endif
910
911 .if ${MK_CUSE} == no
912 OLD_FILES+=usr/include/fs/cuse/cuse_defs.h
913 OLD_FILES+=usr/include/fs/cuse/cuse_ioctl.h
914 OLD_FILES+=usr/include/cuse.h
915 OLD_FILES+=usr/lib/libcuse.a
916 OLD_LIBS+=usr/lib/libcuse.so.1
917 OLD_FILES+=usr/lib/libcuse_p.a
918 OLD_FILES+=usr/share/man/man3/cuse.3.gz
919 OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number.3.gz
920 OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number_by_id.3.gz
921 OLD_FILES+=usr/share/man/man3/cuse_copy_in.3.gz
922 OLD_FILES+=usr/share/man/man3/cuse_copy_out.3.gz
923 OLD_FILES+=usr/share/man/man3/cuse_dev_create.3.gz
924 OLD_FILES+=usr/share/man/man3/cuse_dev_destroy.3.gz
925 OLD_FILES+=usr/share/man/man3/cuse_dev_get_current.3.gz
926 OLD_FILES+=usr/share/man/man3/cuse_dev_get_per_file_handle.3.gz
927 OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv0.3.gz
928 OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv1.3.gz
929 OLD_FILES+=usr/share/man/man3/cuse_dev_set_per_file_handle.3.gz
930 OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv0.3.gz
931 OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv1.3.gz
932 OLD_FILES+=usr/share/man/man3/cuse_free_unit_number.3.gz
933 OLD_FILES+=usr/share/man/man3/cuse_free_unit_number_by_id.3.gz
934 OLD_FILES+=usr/share/man/man3/cuse_get_local.3.gz
935 OLD_FILES+=usr/share/man/man3/cuse_got_peer_signal.3.gz
936 OLD_FILES+=usr/share/man/man3/cuse_init.3.gz
937 OLD_FILES+=usr/share/man/man3/cuse_is_vmalloc_addr.3.gz
938 OLD_FILES+=usr/share/man/man3/cuse_poll_wakeup.3.gz
939 OLD_FILES+=usr/share/man/man3/cuse_set_local.3.gz
940 OLD_FILES+=usr/share/man/man3/cuse_uninit.3.gz
941 OLD_FILES+=usr/share/man/man3/cuse_vmalloc.3.gz
942 OLD_FILES+=usr/share/man/man3/cuse_vmfree.3.gz
943 OLD_FILES+=usr/share/man/man3/cuse_vmoffset.3.gz
944 OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz
945 OLD_DIRS+=usr/include/fs/cuse
946 .endif
947
948 # devd(8) not listed here on purpose
949 .if ${MK_CXX} == no
950 OLD_FILES+=usr/bin/CC
951 OLD_FILES+=usr/bin/c++
952 OLD_FILES+=usr/bin/c++filt
953 OLD_FILES+=usr/bin/g++
954 OLD_FILES+=usr/libexec/cc1plus
955 .if ${MK_GCC} == no
956 OLD_FILES+=usr/bin/gperf
957 OLD_FILES+=usr/share/info/gperf.info.gz
958 OLD_FILES+=usr/share/man/man1/gperf.1.gz
959 .endif
960 .endif
961
962 .if ${MK_FMTREE} == no
963 OLD_FILES+=usr/sbin/fmtree
964 OLD_FILES+=usr/share/man/man8/fmtree.8.gz
965 .endif
966
967 .if ${MK_GNUCXX} == no
968 OLD_FILES+=usr/bin/g++
969 OLD_FILES+=usr/include/c++/4.2/algorithm
970 OLD_FILES+=usr/include/c++/4.2/backward/algo.h
971 OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
972 OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
973 OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
974 OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
975 OLD_FILES+=usr/include/c++/4.2/backward/complex.h
976 OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
977 OLD_FILES+=usr/include/c++/4.2/backward/deque.h
978 OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
979 OLD_FILES+=usr/include/c++/4.2/backward/function.h
980 OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
981 OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
982 OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
983 OLD_FILES+=usr/include/c++/4.2/backward/heap.h
984 OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
985 OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
986 OLD_FILES+=usr/include/c++/4.2/backward/istream.h
987 OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
988 OLD_FILES+=usr/include/c++/4.2/backward/list.h
989 OLD_FILES+=usr/include/c++/4.2/backward/map.h
990 OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
991 OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
992 OLD_FILES+=usr/include/c++/4.2/backward/new.h
993 OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
994 OLD_FILES+=usr/include/c++/4.2/backward/pair.h
995 OLD_FILES+=usr/include/c++/4.2/backward/queue.h
996 OLD_FILES+=usr/include/c++/4.2/backward/rope.h
997 OLD_FILES+=usr/include/c++/4.2/backward/set.h
998 OLD_FILES+=usr/include/c++/4.2/backward/slist.h
999 OLD_FILES+=usr/include/c++/4.2/backward/stack.h
1000 OLD_FILES+=usr/include/c++/4.2/backward/stream.h
1001 OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
1002 OLD_FILES+=usr/include/c++/4.2/backward/strstream
1003 OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
1004 OLD_FILES+=usr/include/c++/4.2/backward/tree.h
1005 OLD_FILES+=usr/include/c++/4.2/backward/vector.h
1006 OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
1007 OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
1008 OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
1009 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
1010 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
1011 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
1012 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
1013 OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
1014 OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
1015 OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
1016 OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
1017 OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
1018 OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
1019 OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
1020 OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
1021 OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
1022 OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
1023 OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
1024 OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
1025 OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
1026 OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
1027 OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
1028 OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
1029 OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
1030 OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
1031 OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
1032 OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
1033 OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
1034 OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
1035 OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
1036 OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
1037 OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
1038 OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
1039 OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
1040 OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
1041 OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
1042 OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
1043 OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
1044 OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
1045 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
1046 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
1047 OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
1048 OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
1049 OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
1050 OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
1051 OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
1052 OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
1053 OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
1054 OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
1055 OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
1056 OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
1057 OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
1058 OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
1059 OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
1060 OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
1061 OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
1062 OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
1063 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
1064 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
1065 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
1066 OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
1067 OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
1068 OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
1069 OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
1070 OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
1071 OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
1072 OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
1073 OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
1074 OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
1075 OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
1076 OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
1077 OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
1078 OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
1079 OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
1080 OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
1081 OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
1082 OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
1083 OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
1084 OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
1085 OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
1086 OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
1087 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
1088 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
1089 OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
1090 OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
1091 OLD_FILES+=usr/include/c++/4.2/bitset
1092 OLD_FILES+=usr/include/c++/4.2/cassert
1093 OLD_FILES+=usr/include/c++/4.2/cctype
1094 OLD_FILES+=usr/include/c++/4.2/cerrno
1095 OLD_FILES+=usr/include/c++/4.2/cfloat
1096 OLD_FILES+=usr/include/c++/4.2/ciso646
1097 OLD_FILES+=usr/include/c++/4.2/climits
1098 OLD_FILES+=usr/include/c++/4.2/clocale
1099 OLD_FILES+=usr/include/c++/4.2/cmath
1100 OLD_FILES+=usr/include/c++/4.2/complex
1101 OLD_FILES+=usr/include/c++/4.2/csetjmp
1102 OLD_FILES+=usr/include/c++/4.2/csignal
1103 OLD_FILES+=usr/include/c++/4.2/cstdarg
1104 OLD_FILES+=usr/include/c++/4.2/cstddef
1105 OLD_FILES+=usr/include/c++/4.2/cstdio
1106 OLD_FILES+=usr/include/c++/4.2/cstdlib
1107 OLD_FILES+=usr/include/c++/4.2/cstring
1108 OLD_FILES+=usr/include/c++/4.2/ctime
1109 OLD_FILES+=usr/include/c++/4.2/cwchar
1110 OLD_FILES+=usr/include/c++/4.2/cwctype
1111 OLD_FILES+=usr/include/c++/4.2/cxxabi.h
1112 OLD_FILES+=usr/include/c++/4.2/debug/bitset
1113 OLD_FILES+=usr/include/c++/4.2/debug/debug.h
1114 OLD_FILES+=usr/include/c++/4.2/debug/deque
1115 OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
1116 OLD_FILES+=usr/include/c++/4.2/debug/functions.h
1117 OLD_FILES+=usr/include/c++/4.2/debug/hash_map
1118 OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
1119 OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
1120 OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
1121 OLD_FILES+=usr/include/c++/4.2/debug/hash_set
1122 OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
1123 OLD_FILES+=usr/include/c++/4.2/debug/list
1124 OLD_FILES+=usr/include/c++/4.2/debug/macros.h
1125 OLD_FILES+=usr/include/c++/4.2/debug/map
1126 OLD_FILES+=usr/include/c++/4.2/debug/map.h
1127 OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
1128 OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
1129 OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
1130 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
1131 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
1132 OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
1133 OLD_FILES+=usr/include/c++/4.2/debug/set
1134 OLD_FILES+=usr/include/c++/4.2/debug/set.h
1135 OLD_FILES+=usr/include/c++/4.2/debug/string
1136 OLD_FILES+=usr/include/c++/4.2/debug/vector
1137 OLD_FILES+=usr/include/c++/4.2/deque
1138 OLD_FILES+=usr/include/c++/4.2/exception
1139 OLD_FILES+=usr/include/c++/4.2/exception_defines.h
1140 OLD_FILES+=usr/include/c++/4.2/ext/algorithm
1141 OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
1142 OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
1143 OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
1144 OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
1145 OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
1146 OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
1147 OLD_FILES+=usr/include/c++/4.2/ext/functional
1148 OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
1149 OLD_FILES+=usr/include/c++/4.2/ext/hash_map
1150 OLD_FILES+=usr/include/c++/4.2/ext/hash_set
1151 OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
1152 OLD_FILES+=usr/include/c++/4.2/ext/iterator
1153 OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
1154 OLD_FILES+=usr/include/c++/4.2/ext/memory
1155 OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
1156 OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
1157 OLD_FILES+=usr/include/c++/4.2/ext/numeric
1158 OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
1159 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
1160 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
1161 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
1162 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
1163 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
1164 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
1165 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
1166 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
1167 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
1168 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
1169 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
1170 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
1171 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
1172 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
1173 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
1174 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
1175 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
1176 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
1177 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
1178 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
1179 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
1180 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
1181 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
1182 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
1183 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
1184 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
1185 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
1186 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
1187 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
1188 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
1189 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
1190 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
1191 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
1192 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
1193 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
1194 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
1195 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
1196 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
1197 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
1198 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
1199 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
1200 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
1201 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
1202 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
1203 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
1204 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
1205 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
1206 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
1207 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
1208 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
1209 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
1210 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
1211 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1212 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1213 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
1214 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1215 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
1216 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
1217 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
1218 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1219 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
1220 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
1221 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
1222 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
1223 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
1224 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1225 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
1226 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
1227 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
1228 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
1229 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1230 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
1231 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
1232 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
1233 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
1234 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
1235 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
1236 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
1237 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
1238 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
1239 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
1240 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1241 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1242 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
1243 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1244 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
1245 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
1246 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1247 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
1248 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
1249 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
1250 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
1251 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
1252 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
1253 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
1254 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1255 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
1256 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
1257 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
1258 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
1259 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1260 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
1261 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
1262 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
1263 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
1264 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
1265 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
1266 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
1267 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
1268 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
1269 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
1270 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
1271 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
1272 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
1273 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
1274 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
1275 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
1276 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
1277 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
1278 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
1279 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
1280 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
1281 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
1282 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
1283 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
1284 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
1285 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
1286 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
1287 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
1288 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
1289 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
1290 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
1291 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
1292 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
1293 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
1294 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
1295 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
1296 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
1297 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
1298 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
1299 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
1300 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
1301 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
1302 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
1303 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
1304 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
1305 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
1306 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
1307 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
1308 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
1309 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
1310 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
1311 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
1312 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
1313 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
1314 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
1315 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
1316 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
1317 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
1318 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
1319 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
1320 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
1321 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
1322 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
1323 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
1324 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
1325 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
1326 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
1327 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
1328 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
1329 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
1330 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
1331 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
1332 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
1333 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
1334 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
1335 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
1336 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
1337 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
1338 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
1339 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
1340 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
1341 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
1342 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
1343 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
1344 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
1345 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
1346 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
1347 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
1348 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
1349 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
1350 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
1351 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
1352 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
1353 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
1354 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
1355 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
1356 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
1357 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
1358 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
1359 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
1360 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
1361 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
1362 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
1363 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
1364 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
1365 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
1366 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
1367 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
1368 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
1369 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
1370 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
1371 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
1372 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
1373 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
1374 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
1375 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
1376 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
1377 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
1378 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
1379 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
1380 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
1381 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
1382 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
1383 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
1384 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
1385 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
1386 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
1387 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
1388 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
1389 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
1390 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
1391 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
1392 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
1393 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
1394 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
1395 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
1396 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
1397 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
1398 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
1399 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
1400 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
1401 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
1402 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
1403 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
1404 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
1405 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
1406 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
1407 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
1408 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
1409 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
1410 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
1411 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
1412 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
1413 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
1414 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
1415 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
1416 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
1417 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
1418 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
1419 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
1420 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
1421 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
1422 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
1423 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
1424 OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
1425 OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
1426 OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
1427 OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
1428 OLD_FILES+=usr/include/c++/4.2/ext/rope
1429 OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
1430 OLD_FILES+=usr/include/c++/4.2/ext/slist
1431 OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
1432 OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
1433 OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
1434 OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
1435 OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
1436 OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
1437 OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
1438 OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
1439 OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
1440 OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
1441 OLD_FILES+=usr/include/c++/4.2/fstream
1442 OLD_FILES+=usr/include/c++/4.2/functional
1443 OLD_FILES+=usr/include/c++/4.2/iomanip
1444 OLD_FILES+=usr/include/c++/4.2/ios
1445 OLD_FILES+=usr/include/c++/4.2/iosfwd
1446 OLD_FILES+=usr/include/c++/4.2/iostream
1447 OLD_FILES+=usr/include/c++/4.2/istream
1448 OLD_FILES+=usr/include/c++/4.2/iterator
1449 OLD_FILES+=usr/include/c++/4.2/limits
1450 OLD_FILES+=usr/include/c++/4.2/list
1451 OLD_FILES+=usr/include/c++/4.2/locale
1452 OLD_FILES+=usr/include/c++/4.2/map
1453 OLD_FILES+=usr/include/c++/4.2/memory
1454 OLD_FILES+=usr/include/c++/4.2/new
1455 OLD_FILES+=usr/include/c++/4.2/numeric
1456 OLD_FILES+=usr/include/c++/4.2/ostream
1457 OLD_FILES+=usr/include/c++/4.2/queue
1458 OLD_FILES+=usr/include/c++/4.2/set
1459 OLD_FILES+=usr/include/c++/4.2/sstream
1460 OLD_FILES+=usr/include/c++/4.2/stack
1461 OLD_FILES+=usr/include/c++/4.2/stdexcept
1462 OLD_FILES+=usr/include/c++/4.2/streambuf
1463 OLD_FILES+=usr/include/c++/4.2/string
1464 OLD_FILES+=usr/include/c++/4.2/tr1/array
1465 OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
1466 OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
1467 OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
1468 OLD_FILES+=usr/include/c++/4.2/tr1/cctype
1469 OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
1470 OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
1471 OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
1472 OLD_FILES+=usr/include/c++/4.2/tr1/climits
1473 OLD_FILES+=usr/include/c++/4.2/tr1/cmath
1474 OLD_FILES+=usr/include/c++/4.2/tr1/common.h
1475 OLD_FILES+=usr/include/c++/4.2/tr1/complex
1476 OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
1477 OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
1478 OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
1479 OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
1480 OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
1481 OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
1482 OLD_FILES+=usr/include/c++/4.2/tr1/ctime
1483 OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
1484 OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
1485 OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
1486 OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
1487 OLD_FILES+=usr/include/c++/4.2/tr1/float.h
1488 OLD_FILES+=usr/include/c++/4.2/tr1/functional
1489 OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
1490 OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
1491 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
1492 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
1493 OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
1494 OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
1495 OLD_FILES+=usr/include/c++/4.2/tr1/math.h
1496 OLD_FILES+=usr/include/c++/4.2/tr1/memory
1497 OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
1498 OLD_FILES+=usr/include/c++/4.2/tr1/random
1499 OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
1500 OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
1501 OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
1502 OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
1503 OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
1504 OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
1505 OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
1506 OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
1507 OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
1508 OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
1509 OLD_FILES+=usr/include/c++/4.2/tr1/tuple
1510 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
1511 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
1512 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
1513 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
1514 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
1515 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
1516 OLD_FILES+=usr/include/c++/4.2/tr1/utility
1517 OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
1518 OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
1519 OLD_FILES+=usr/include/c++/4.2/typeinfo
1520 OLD_FILES+=usr/include/c++/4.2/utility
1521 OLD_FILES+=usr/include/c++/4.2/valarray
1522 OLD_FILES+=usr/include/c++/4.2/vector
1523 OLD_FILES+=usr/lib/libstdc++.a
1524 OLD_FILES+=usr/lib/libstdc++.so
1525 OLD_LIBS+=usr/lib/libstdc++.so.6
1526 OLD_FILES+=usr/lib/libstdc++_p.a
1527 OLD_FILES+=usr/lib/libsupc++.a
1528 OLD_FILES+=usr/lib/libsupc++.so
1529 OLD_LIBS+=usr/lib/libsupc++.so.1
1530 OLD_FILES+=usr/lib/libsupc++_p.a
1531 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1532 OLD_FILES+=usr/lib32/libstdc++.a
1533 OLD_FILES+=usr/lib32/libstdc++.so
1534 OLD_LIBS+=usr/lib32/libstdc++.so.6
1535 OLD_FILES+=usr/lib32/libstdc++_p.a
1536 OLD_FILES+=usr/lib32/libsupc++.a
1537 OLD_FILES+=usr/lib32/libsupc++.so
1538 OLD_LIBS+=usr/lib32/libsupc++.so.1
1539 OLD_FILES+=usr/lib32/libsupc++_p.a
1540 .endif
1541 OLD_FILES+=usr/libexec/cc1plus
1542 .endif
1543
1544 .if ${MK_DICT} == no
1545 OLD_FILES+=usr/share/dict/README
1546 OLD_FILES+=usr/share/dict/eign
1547 OLD_FILES+=usr/share/dict/freebsd
1548 OLD_FILES+=usr/share/dict/propernames
1549 OLD_FILES+=usr/share/dict/web2
1550 OLD_FILES+=usr/share/dict/web2a
1551 OLD_FILES+=usr/share/dict/words
1552 OLD_DIRS+=usr/share/dict
1553 .endif
1554
1555 .if ${MK_DMAGENT} == no
1556 OLD_FILES+=etc/dma/dma.conf
1557 OLD_FILES+=usr/libexec/dma
1558 OLD_FILES+=usr/libexec/dma-mbox-create
1559 OLD_FILES+=usr/share/man/man8/dma.8.gz
1560 OLD_FILES+=usr/share/examples/dma/mailer.conf
1561 .endif
1562
1563 .if ${MK_EE} == no
1564 OLD_FILES+=usr/bin/edit
1565 OLD_FILES+=usr/bin/ee
1566 OLD_FILES+=usr/bin/ree
1567 OLD_FILES+=usr/share/man/man1/edit.1.gz
1568 OLD_FILES+=usr/share/man/man1/ee.1.gz
1569 OLD_FILES+=usr/share/man/man1/ree.1.gz
1570 OLD_FILES+=usr/share/nls/C/ee.cat
1571 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
1572 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
1573 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
1574 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
1575 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
1576 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
1577 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
1578 .endif
1579
1580 .if ${MK_ELFTOOLCHAIN_TOOLS} == no
1581 OLD_FILES+=usr/bin/elfcopy
1582 OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
1583 .endif
1584
1585 #.if ${MK_EXAMPLES} == no
1586 # to be filled in
1587 #.endif
1588
1589 .if ${MK_FLOPPY} == no
1590 OLD_FILES+=usr/sbin/fdcontrol
1591 OLD_FILES+=usr/sbin/fdformat
1592 OLD_FILES+=usr/sbin/fdread
1593 OLD_FILES+=usr/sbin/fdwrite
1594 OLD_FILES+=usr/share/man/man1/fdformat.1.gz
1595 OLD_FILES+=usr/share/man/man1/fdread.1.gz
1596 OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
1597 OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
1598 .endif
1599
1600 .if ${MK_FREEBSD_UPDATE} == no
1601 OLD_FILES+=etc/freebsd-update.conf
1602 OLD_FILES+=usr/sbin/freebsd-update
1603 OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
1604 OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz
1605 OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
1606 .endif
1607
1608 .if ${MK_GAMES} == no
1609 OLD_FILES+=usr/games/bcd
1610 OLD_FILES+=usr/games/caesar
1611 OLD_FILES+=usr/games/factor
1612 OLD_FILES+=usr/games/fortune
1613 OLD_FILES+=usr/games/grdc
1614 OLD_FILES+=usr/games/morse
1615 OLD_FILES+=usr/games/number
1616 OLD_FILES+=usr/games/pom
1617 OLD_FILES+=usr/games/ppt
1618 OLD_FILES+=usr/games/primes
1619 OLD_FILES+=usr/games/random
1620 OLD_FILES+=usr/games/rot13
1621 OLD_FILES+=usr/games/strfile
1622 OLD_FILES+=usr/games/unstr
1623 OLD_DIRS+=usr/games
1624 OLD_FILES+=usr/share/games/fortune/fortunes
1625 OLD_FILES+=usr/share/games/fortune/fortunes.dat
1626 OLD_FILES+=usr/share/games/fortune/freebsd-tips
1627 OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
1628 OLD_FILES+=usr/share/games/fortune/gerrold.limerick
1629 OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
1630 OLD_FILES+=usr/share/games/fortune/limerick
1631 OLD_FILES+=usr/share/games/fortune/limerick.dat
1632 OLD_FILES+=usr/share/games/fortune/murphy
1633 OLD_FILES+=usr/share/games/fortune/murphy-o
1634 OLD_FILES+=usr/share/games/fortune/murphy-o.dat
1635 OLD_FILES+=usr/share/games/fortune/murphy.dat
1636 OLD_FILES+=usr/share/games/fortune/startrek
1637 OLD_FILES+=usr/share/games/fortune/startrek.dat
1638 OLD_FILES+=usr/share/games/fortune/zippy
1639 OLD_FILES+=usr/share/games/fortune/zippy.dat
1640 OLD_DIRS+=usr/share/games/fortune
1641 OLD_DIRS+=usr/share/games
1642 OLD_FILES+=usr/share/man/man6/bcd.6.gz
1643 OLD_FILES+=usr/share/man/man6/caesar.6.gz
1644 OLD_FILES+=usr/share/man/man6/factor.6.gz
1645 OLD_FILES+=usr/share/man/man6/fortune.6.gz
1646 OLD_FILES+=usr/share/man/man6/grdc.6.gz
1647 OLD_FILES+=usr/share/man/man6/morse.6.gz
1648 OLD_FILES+=usr/share/man/man6/number.6.gz
1649 OLD_FILES+=usr/share/man/man6/pom.6.gz
1650 OLD_FILES+=usr/share/man/man6/ppt.6.gz
1651 OLD_FILES+=usr/share/man/man6/primes.6.gz
1652 OLD_FILES+=usr/share/man/man6/random.6.gz
1653 OLD_FILES+=usr/share/man/man6/rot13.6.gz
1654 OLD_FILES+=usr/share/man/man8/strfile.8.gz
1655 OLD_FILES+=usr/share/man/man8/unstr.8.gz
1656 .endif
1657
1658 .if ${MK_GCC} == no
1659 OLD_FILES+=usr/bin/c++filt
1660 OLD_FILES+=usr/bin/g++
1661 OLD_FILES+=usr/bin/gcc
1662 OLD_FILES+=usr/bin/gcov
1663 OLD_FILES+=usr/bin/gcpp
1664 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
1665 OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_aes.h
1666 OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_pclmul.h
1667 OLD_FILES+=usr/include/gcc/4.2/ammintrin.h
1668 OLD_FILES+=usr/include/gcc/4.2/emmintrin.h
1669 OLD_FILES+=usr/include/gcc/4.2/mm3dnow.h
1670 OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h
1671 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1672 OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h
1673 OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h
1674 OLD_FILES+=usr/include/gcc/4.2/wmmintrin.h
1675 OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h
1676 .elif ${TARGET_ARCH} == "arm"
1677 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1678 .elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
1679 OLD_FILES+=usr/include/gcc/4.2/altivec.h
1680 OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
1681 OLD_FILES+=usr/include/gcc/4.2/spe.h
1682 .endif
1683 OLD_FILES+=usr/libexec/cc1
1684 OLD_FILES+=usr/libexec/cc1plus
1685 OLD_FILES+=usr/share/info/cpp.info.gz
1686 OLD_FILES+=usr/share/info/cppinternals.info.gz
1687 OLD_FILES+=usr/share/info/gcc.info.gz
1688 OLD_FILES+=usr/share/info/gccint.info.gz
1689 OLD_FILES+=usr/share/man/man1/g++.1.gz
1690 OLD_FILES+=usr/share/man/man1/gcc.1.gz
1691 OLD_FILES+=usr/share/man/man1/gcov.1.gz
1692 OLD_FILES+=usr/share/man/man1/gcpp.1.gz
1693 .endif
1694
1695 .if ${MK_GCOV} == no
1696 OLD_FILES+=usr/bin/gcov
1697 OLD_FILES+=usr/share/man/man1/gcov.1.gz
1698 .endif
1699
1700 .if ${MK_GDB} == no
1701 OLD_FILES+=usr/bin/gdb
1702 OLD_FILES+=usr/bin/gdbserver
1703 OLD_FILES+=usr/bin/gdbtui
1704 OLD_FILES+=usr/bin/kgdb
1705 OLD_FILES+=usr/share/info/gdb.info.gz
1706 OLD_FILES+=usr/share/info/gdbint.info.gz
1707 OLD_FILES+=usr/share/info/stabs.info.gz
1708 OLD_FILES+=usr/share/man/man1/gdb.1.gz
1709 OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1710 OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1711 .endif
1712
1713 .if ${MK_GPIO} == no
1714 OLD_FILES+=usr/include/libgpio.h
1715 OLD_FILES+=usr/lib/libgpio.a
1716 OLD_FILES+=usr/lib/libgpio.so
1717 OLD_LIBS+=usr/lib/libgpio.so.0
1718 OLD_FILES+=usr/lib/libgpio_p.a
1719 OLD_FILES+=usr/lib32/libgpio.a
1720 OLD_FILES+=usr/lib32/libgpio.so
1721 OLD_LIBS+=usr/lib32/libgpio.so.0
1722 OLD_FILES+=usr/lib32/libgpio_p.a
1723 OLD_FILES+=usr/sbin/gpioctl
1724 OLD_FILES+=usr/share/man/man3/gpio.3.gz
1725 OLD_FILES+=usr/share/man/man3/gpio_close.3.gz
1726 OLD_FILES+=usr/share/man/man3/gpio_open.3.gz
1727 OLD_FILES+=usr/share/man/man3/gpio_open_device.3.gz
1728 OLD_FILES+=usr/share/man/man3/gpio_pin_config.3.gz
1729 OLD_FILES+=usr/share/man/man3/gpio_pin_get.3.gz
1730 OLD_FILES+=usr/share/man/man3/gpio_pin_high.3.gz
1731 OLD_FILES+=usr/share/man/man3/gpio_pin_input.3.gz
1732 OLD_FILES+=usr/share/man/man3/gpio_pin_invin.3.gz
1733 OLD_FILES+=usr/share/man/man3/gpio_pin_invout.3.gz
1734 OLD_FILES+=usr/share/man/man3/gpio_pin_list.3.gz
1735 OLD_FILES+=usr/share/man/man3/gpio_pin_low.3.gz
1736 OLD_FILES+=usr/share/man/man3/gpio_pin_opendrain.3.gz
1737 OLD_FILES+=usr/share/man/man3/gpio_pin_output.3.gz
1738 OLD_FILES+=usr/share/man/man3/gpio_pin_pulldown.3.gz
1739 OLD_FILES+=usr/share/man/man3/gpio_pin_pullup.3.gz
1740 OLD_FILES+=usr/share/man/man3/gpio_pin_pulsate.3.gz
1741 OLD_FILES+=usr/share/man/man3/gpio_pin_pushpull.3.gz
1742 OLD_FILES+=usr/share/man/man3/gpio_pin_set.3.gz
1743 OLD_FILES+=usr/share/man/man3/gpio_pin_set_flags.3.gz
1744 OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz
1745 OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
1746 .endif
1747
1748 # Also includes vgrind(1)
1749 .if ${MK_GROFF} == no
1750 OLD_FILES+=usr/bin/addftinfo
1751 OLD_FILES+=usr/bin/afmtodit
1752 OLD_FILES+=usr/bin/eqn
1753 OLD_FILES+=usr/bin/grn
1754 OLD_FILES+=usr/bin/grodvi
1755 OLD_FILES+=usr/bin/groff
1756 OLD_FILES+=usr/bin/grog
1757 OLD_FILES+=usr/bin/grolbp
1758 OLD_FILES+=usr/bin/grolj4
1759 OLD_FILES+=usr/bin/grops
1760 OLD_FILES+=usr/bin/grotty
1761 OLD_FILES+=usr/bin/hpftodit
1762 OLD_FILES+=usr/bin/indxbib
1763 OLD_FILES+=usr/bin/lkbib
1764 OLD_FILES+=usr/bin/lookbib
1765 OLD_FILES+=usr/bin/mmroff
1766 OLD_FILES+=usr/bin/neqn
1767 OLD_FILES+=usr/bin/nroff
1768 OLD_FILES+=usr/bin/pfbtops
1769 OLD_FILES+=usr/bin/pic
1770 OLD_FILES+=usr/bin/post-grohtml
1771 OLD_FILES+=usr/bin/pre-grohtml
1772 OLD_FILES+=usr/bin/psroff
1773 OLD_FILES+=usr/bin/refer
1774 OLD_FILES+=usr/bin/soelim
1775 OLD_FILES+=usr/bin/tbl
1776 OLD_FILES+=usr/bin/tfmtodit
1777 OLD_FILES+=usr/bin/troff
1778 OLD_FILES+=usr/bin/vgrind
1779 OLD_FILES+=usr/libexec/vfontedpr
1780 OLD_FILES+=usr/share/dict/eign
1781 OLD_FILES+=usr/share/doc/papers/beyond43.ascii.gz
1782 OLD_FILES+=usr/share/doc/papers/bio.ascii.gz
1783 OLD_FILES+=usr/share/doc/papers/contents.ascii.gz
1784 OLD_FILES+=usr/share/doc/papers/devfs.ascii.gz
1785 OLD_FILES+=usr/share/doc/papers/diskperf.ascii.gz
1786 OLD_FILES+=usr/share/doc/papers/fsinterface.ascii.gz
1787 OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz
1788 OLD_FILES+=usr/share/doc/papers/jail.ascii.gz
1789 OLD_FILES+=usr/share/doc/papers/kernmalloc.ascii.gz
1790 OLD_FILES+=usr/share/doc/papers/kerntune.ascii.gz
1791 OLD_FILES+=usr/share/doc/papers/malloc.ascii.gz
1792 OLD_FILES+=usr/share/doc/papers/newvm.ascii.gz
1793 OLD_FILES+=usr/share/doc/papers/releng.ascii.gz
1794 OLD_FILES+=usr/share/doc/papers/sysperf.ascii.gz
1795 OLD_FILES+=usr/share/doc/papers/timecounter.ascii.gz
1796 OLD_FILES+=usr/share/doc/psd/01.cacm/paper.ascii.gz
1797 OLD_FILES+=usr/share/doc/psd/02.implement/paper.ascii.gz
1798 OLD_FILES+=usr/share/doc/psd/03.iosys/paper.ascii.gz
1799 OLD_FILES+=usr/share/doc/psd/04.uprog/paper.ascii.gz
1800 OLD_FILES+=usr/share/doc/psd/05.sysman/paper.ascii.gz
1801 OLD_FILES+=usr/share/doc/psd/06.Clang/paper.ascii.gz
1802 OLD_FILES+=usr/share/doc/psd/12.make/paper.ascii.gz
1803 OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz
1804 OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz
1805 OLD_FILES+=usr/share/doc/psd/15.yacc/paper.ascii.gz
1806 OLD_FILES+=usr/share/doc/psd/16.lex/paper.ascii.gz
1807 OLD_FILES+=usr/share/doc/psd/17.m4/paper.ascii.gz
1808 OLD_FILES+=usr/share/doc/psd/18.gprof/paper.ascii.gz
1809 OLD_FILES+=usr/share/doc/psd/20.ipctut/paper.ascii.gz
1810 OLD_FILES+=usr/share/doc/psd/21.ipc/paper.ascii.gz
1811 OLD_FILES+=usr/share/doc/psd/22.rpcgen/paper.ascii.gz
1812 OLD_FILES+=usr/share/doc/psd/23.rpc/paper.ascii.gz
1813 OLD_FILES+=usr/share/doc/psd/24.xdr/paper.ascii.gz
1814 OLD_FILES+=usr/share/doc/psd/25.xdrrfc/paper.ascii.gz
1815 OLD_FILES+=usr/share/doc/psd/26.rpcrfc/paper.ascii.gz
1816 OLD_FILES+=usr/share/doc/psd/27.nfsrfc/paper.ascii.gz
1817 OLD_FILES+=usr/share/doc/psd/Title.ascii.gz
1818 OLD_FILES+=usr/share/doc/psd/contents.ascii.gz
1819 OLD_FILES+=usr/share/doc/smm/01.setup/paper.ascii.gz
1820 OLD_FILES+=usr/share/doc/smm/02.config/paper.ascii.gz
1821 OLD_FILES+=usr/share/doc/smm/03.fsck/paper.ascii.gz
1822 OLD_FILES+=usr/share/doc/smm/04.quotas/paper.ascii.gz
1823 OLD_FILES+=usr/share/doc/smm/05.fastfs/paper.ascii.gz
1824 OLD_FILES+=usr/share/doc/smm/06.nfs/paper.ascii.gz
1825 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
1826 OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
1827 OLD_FILES+=usr/share/doc/smm/11.timedop/paper.ascii.gz
1828 OLD_FILES+=usr/share/doc/smm/12.timed/paper.ascii.gz
1829 OLD_FILES+=usr/share/doc/smm/18.net/paper.ascii.gz
1830 OLD_FILES+=usr/share/doc/smm/Title.ascii.gz
1831 OLD_FILES+=usr/share/doc/smm/contents.ascii.gz
1832 OLD_FILES+=usr/share/doc/usd/04.csh/paper.ascii.gz
1833 OLD_FILES+=usr/share/doc/usd/05.dc/paper.ascii.gz
1834 OLD_FILES+=usr/share/doc/usd/06.bc/paper.ascii.gz
1835 OLD_FILES+=usr/share/doc/usd/07.mail/paper.ascii.gz
1836 OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz
1837 OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz
1838 OLD_FILES+=usr/share/doc/usd/11.edit/paper.ascii.gz
1839 OLD_FILES+=usr/share/doc/usd/12.vi/paper.ascii.gz
1840 OLD_FILES+=usr/share/doc/usd/12.vi/summary.ascii.gz
1841 OLD_FILES+=usr/share/doc/usd/12.vi/viapwh.ascii.gz
1842 OLD_FILES+=usr/share/doc/usd/13.viref/paper.ascii.gz
1843 OLD_FILES+=usr/share/doc/usd/18.msdiffs/paper.ascii.gz
1844 OLD_FILES+=usr/share/doc/usd/19.memacros/paper.ascii.gz
1845 OLD_FILES+=usr/share/doc/usd/20.meref/paper.ascii.gz
1846 OLD_FILES+=usr/share/doc/usd/21.troff/paper.ascii.gz
1847 OLD_FILES+=usr/share/doc/usd/22.trofftut/paper.ascii.gz
1848 OLD_FILES+=usr/share/doc/usd/Title.ascii.gz
1849 OLD_FILES+=usr/share/doc/usd/contents.ascii.gz
1850 OLD_FILES+=usr/share/groff_font/devX100-12/CB
1851 OLD_FILES+=usr/share/groff_font/devX100-12/CBI
1852 OLD_FILES+=usr/share/groff_font/devX100-12/CI
1853 OLD_FILES+=usr/share/groff_font/devX100-12/CR
1854 OLD_FILES+=usr/share/groff_font/devX100-12/DESC
1855 OLD_FILES+=usr/share/groff_font/devX100-12/HB
1856 OLD_FILES+=usr/share/groff_font/devX100-12/HBI
1857 OLD_FILES+=usr/share/groff_font/devX100-12/HI
1858 OLD_FILES+=usr/share/groff_font/devX100-12/HR
1859 OLD_FILES+=usr/share/groff_font/devX100-12/NB
1860 OLD_FILES+=usr/share/groff_font/devX100-12/NBI
1861 OLD_FILES+=usr/share/groff_font/devX100-12/NI
1862 OLD_FILES+=usr/share/groff_font/devX100-12/NR
1863 OLD_FILES+=usr/share/groff_font/devX100-12/S
1864 OLD_FILES+=usr/share/groff_font/devX100-12/TB
1865 OLD_FILES+=usr/share/groff_font/devX100-12/TBI
1866 OLD_FILES+=usr/share/groff_font/devX100-12/TI
1867 OLD_FILES+=usr/share/groff_font/devX100-12/TR
1868 OLD_DIRS+=usr/share/groff_font/devX100-12
1869 OLD_FILES+=usr/share/groff_font/devX100/CB
1870 OLD_FILES+=usr/share/groff_font/devX100/CBI
1871 OLD_FILES+=usr/share/groff_font/devX100/CI
1872 OLD_FILES+=usr/share/groff_font/devX100/CR
1873 OLD_FILES+=usr/share/groff_font/devX100/DESC
1874 OLD_FILES+=usr/share/groff_font/devX100/HB
1875 OLD_FILES+=usr/share/groff_font/devX100/HBI
1876 OLD_FILES+=usr/share/groff_font/devX100/HI
1877 OLD_FILES+=usr/share/groff_font/devX100/HR
1878 OLD_FILES+=usr/share/groff_font/devX100/NB
1879 OLD_FILES+=usr/share/groff_font/devX100/NBI
1880 OLD_FILES+=usr/share/groff_font/devX100/NI
1881 OLD_FILES+=usr/share/groff_font/devX100/NR
1882 OLD_FILES+=usr/share/groff_font/devX100/S
1883 OLD_FILES+=usr/share/groff_font/devX100/TB
1884 OLD_FILES+=usr/share/groff_font/devX100/TBI
1885 OLD_FILES+=usr/share/groff_font/devX100/TI
1886 OLD_FILES+=usr/share/groff_font/devX100/TR
1887 OLD_DIRS+=usr/share/groff_font/devX100
1888 OLD_FILES+=usr/share/groff_font/devX75-12/CB
1889 OLD_FILES+=usr/share/groff_font/devX75-12/CBI
1890 OLD_FILES+=usr/share/groff_font/devX75-12/CI
1891 OLD_FILES+=usr/share/groff_font/devX75-12/CR
1892 OLD_FILES+=usr/share/groff_font/devX75-12/DESC
1893 OLD_FILES+=usr/share/groff_font/devX75-12/HB
1894 OLD_FILES+=usr/share/groff_font/devX75-12/HBI
1895 OLD_FILES+=usr/share/groff_font/devX75-12/HI
1896 OLD_FILES+=usr/share/groff_font/devX75-12/HR
1897 OLD_FILES+=usr/share/groff_font/devX75-12/NB
1898 OLD_FILES+=usr/share/groff_font/devX75-12/NBI
1899 OLD_FILES+=usr/share/groff_font/devX75-12/NI
1900 OLD_FILES+=usr/share/groff_font/devX75-12/NR
1901 OLD_FILES+=usr/share/groff_font/devX75-12/S
1902 OLD_FILES+=usr/share/groff_font/devX75-12/TB
1903 OLD_FILES+=usr/share/groff_font/devX75-12/TBI
1904 OLD_FILES+=usr/share/groff_font/devX75-12/TI
1905 OLD_FILES+=usr/share/groff_font/devX75-12/TR
1906 OLD_DIRS+=usr/share/groff_font/devX75-12
1907 OLD_FILES+=usr/share/groff_font/devX75/CB
1908 OLD_FILES+=usr/share/groff_font/devX75/CBI
1909 OLD_FILES+=usr/share/groff_font/devX75/CI
1910 OLD_FILES+=usr/share/groff_font/devX75/CR
1911 OLD_FILES+=usr/share/groff_font/devX75/DESC
1912 OLD_FILES+=usr/share/groff_font/devX75/HB
1913 OLD_FILES+=usr/share/groff_font/devX75/HBI
1914 OLD_FILES+=usr/share/groff_font/devX75/HI
1915 OLD_FILES+=usr/share/groff_font/devX75/HR
1916 OLD_FILES+=usr/share/groff_font/devX75/NB
1917 OLD_FILES+=usr/share/groff_font/devX75/NBI
1918 OLD_FILES+=usr/share/groff_font/devX75/NI
1919 OLD_FILES+=usr/share/groff_font/devX75/NR
1920 OLD_FILES+=usr/share/groff_font/devX75/S
1921 OLD_FILES+=usr/share/groff_font/devX75/TB
1922 OLD_FILES+=usr/share/groff_font/devX75/TBI
1923 OLD_FILES+=usr/share/groff_font/devX75/TI
1924 OLD_FILES+=usr/share/groff_font/devX75/TR
1925 OLD_DIRS+=usr/share/groff_font/devX75
1926 OLD_FILES+=usr/share/groff_font/devascii/B
1927 OLD_FILES+=usr/share/groff_font/devascii/BI
1928 OLD_FILES+=usr/share/groff_font/devascii/CW
1929 OLD_FILES+=usr/share/groff_font/devascii/DESC
1930 OLD_FILES+=usr/share/groff_font/devascii/I
1931 OLD_FILES+=usr/share/groff_font/devascii/L
1932 OLD_FILES+=usr/share/groff_font/devascii/R
1933 OLD_FILES+=usr/share/groff_font/devascii/S
1934 OLD_DIRS+=usr/share/groff_font/devascii
1935 OLD_FILES+=usr/share/groff_font/devcp1047/B
1936 OLD_FILES+=usr/share/groff_font/devcp1047/BI
1937 OLD_FILES+=usr/share/groff_font/devcp1047/CW
1938 OLD_FILES+=usr/share/groff_font/devcp1047/DESC
1939 OLD_FILES+=usr/share/groff_font/devcp1047/I
1940 OLD_FILES+=usr/share/groff_font/devcp1047/L
1941 OLD_FILES+=usr/share/groff_font/devcp1047/R
1942 OLD_FILES+=usr/share/groff_font/devcp1047/S
1943 OLD_DIRS+=usr/share/groff_font/devcp1047
1944 OLD_FILES+=usr/share/groff_font/devdvi/CW
1945 OLD_FILES+=usr/share/groff_font/devdvi/CWEC
1946 OLD_FILES+=usr/share/groff_font/devdvi/CWI
1947 OLD_FILES+=usr/share/groff_font/devdvi/CWIEC
1948 OLD_FILES+=usr/share/groff_font/devdvi/CWITC
1949 OLD_FILES+=usr/share/groff_font/devdvi/CWTC
1950 OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts
1951 OLD_FILES+=usr/share/groff_font/devdvi/DESC
1952 OLD_FILES+=usr/share/groff_font/devdvi/EX
1953 OLD_FILES+=usr/share/groff_font/devdvi/HB
1954 OLD_FILES+=usr/share/groff_font/devdvi/HBEC
1955 OLD_FILES+=usr/share/groff_font/devdvi/HBI
1956 OLD_FILES+=usr/share/groff_font/devdvi/HBIEC
1957 OLD_FILES+=usr/share/groff_font/devdvi/HBITC
1958 OLD_FILES+=usr/share/groff_font/devdvi/HBTC
1959 OLD_FILES+=usr/share/groff_font/devdvi/HI
1960 OLD_FILES+=usr/share/groff_font/devdvi/HIEC
1961 OLD_FILES+=usr/share/groff_font/devdvi/HITC
1962 OLD_FILES+=usr/share/groff_font/devdvi/HR
1963 OLD_FILES+=usr/share/groff_font/devdvi/HREC
1964 OLD_FILES+=usr/share/groff_font/devdvi/HRTC
1965 OLD_FILES+=usr/share/groff_font/devdvi/MI
1966 OLD_FILES+=usr/share/groff_font/devdvi/Makefile
1967 OLD_FILES+=usr/share/groff_font/devdvi/S
1968 OLD_FILES+=usr/share/groff_font/devdvi/SA
1969 OLD_FILES+=usr/share/groff_font/devdvi/SB
1970 OLD_FILES+=usr/share/groff_font/devdvi/SC
1971 OLD_FILES+=usr/share/groff_font/devdvi/TB
1972 OLD_FILES+=usr/share/groff_font/devdvi/TBEC
1973 OLD_FILES+=usr/share/groff_font/devdvi/TBI
1974 OLD_FILES+=usr/share/groff_font/devdvi/TBIEC
1975 OLD_FILES+=usr/share/groff_font/devdvi/TBITC
1976 OLD_FILES+=usr/share/groff_font/devdvi/TBTC
1977 OLD_FILES+=usr/share/groff_font/devdvi/TI
1978 OLD_FILES+=usr/share/groff_font/devdvi/TIEC
1979 OLD_FILES+=usr/share/groff_font/devdvi/TITC
1980 OLD_FILES+=usr/share/groff_font/devdvi/TR
1981 OLD_FILES+=usr/share/groff_font/devdvi/TREC
1982 OLD_FILES+=usr/share/groff_font/devdvi/TRTC
1983 OLD_FILES+=usr/share/groff_font/devdvi/ec.map
1984 OLD_FILES+=usr/share/groff_font/devdvi/msam.map
1985 OLD_FILES+=usr/share/groff_font/devdvi/msbm.map
1986 OLD_FILES+=usr/share/groff_font/devdvi/tc.map
1987 OLD_FILES+=usr/share/groff_font/devdvi/texb.map
1988 OLD_FILES+=usr/share/groff_font/devdvi/texex.map
1989 OLD_FILES+=usr/share/groff_font/devdvi/texi.map
1990 OLD_FILES+=usr/share/groff_font/devdvi/texmi.map
1991 OLD_FILES+=usr/share/groff_font/devdvi/texr.map
1992 OLD_FILES+=usr/share/groff_font/devdvi/texsy.map
1993 OLD_FILES+=usr/share/groff_font/devdvi/textex.map
1994 OLD_FILES+=usr/share/groff_font/devdvi/textt.map
1995 OLD_DIRS+=usr/share/groff_font/devdvi
1996 OLD_FILES+=usr/share/groff_font/devhtml/B
1997 OLD_FILES+=usr/share/groff_font/devhtml/BI
1998 OLD_FILES+=usr/share/groff_font/devhtml/CB
1999 OLD_FILES+=usr/share/groff_font/devhtml/CBI
2000 OLD_FILES+=usr/share/groff_font/devhtml/CI
2001 OLD_FILES+=usr/share/groff_font/devhtml/CR
2002 OLD_FILES+=usr/share/groff_font/devhtml/DESC
2003 OLD_FILES+=usr/share/groff_font/devhtml/I
2004 OLD_FILES+=usr/share/groff_font/devhtml/R
2005 OLD_FILES+=usr/share/groff_font/devhtml/S
2006 OLD_DIRS+=usr/share/groff_font/devhtml
2007 OLD_FILES+=usr/share/groff_font/devkoi8-r/B
2008 OLD_FILES+=usr/share/groff_font/devkoi8-r/BI
2009 OLD_FILES+=usr/share/groff_font/devkoi8-r/CW
2010 OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC
2011 OLD_FILES+=usr/share/groff_font/devkoi8-r/I
2012 OLD_FILES+=usr/share/groff_font/devkoi8-r/L
2013 OLD_FILES+=usr/share/groff_font/devkoi8-r/R
2014 OLD_FILES+=usr/share/groff_font/devkoi8-r/S
2015 OLD_DIRS+=usr/share/groff_font/devkoi8-r
2016 OLD_FILES+=usr/share/groff_font/devlatin1/B
2017 OLD_FILES+=usr/share/groff_font/devlatin1/BI
2018 OLD_FILES+=usr/share/groff_font/devlatin1/CW
2019 OLD_FILES+=usr/share/groff_font/devlatin1/DESC
2020 OLD_FILES+=usr/share/groff_font/devlatin1/I
2021 OLD_FILES+=usr/share/groff_font/devlatin1/L
2022 OLD_FILES+=usr/share/groff_font/devlatin1/R
2023 OLD_FILES+=usr/share/groff_font/devlatin1/S
2024 OLD_DIRS+=usr/share/groff_font/devlatin1
2025 OLD_FILES+=usr/share/groff_font/devlbp/CB
2026 OLD_FILES+=usr/share/groff_font/devlbp/CI
2027 OLD_FILES+=usr/share/groff_font/devlbp/CR
2028 OLD_FILES+=usr/share/groff_font/devlbp/DESC
2029 OLD_FILES+=usr/share/groff_font/devlbp/EB
2030 OLD_FILES+=usr/share/groff_font/devlbp/EI
2031 OLD_FILES+=usr/share/groff_font/devlbp/ER
2032 OLD_FILES+=usr/share/groff_font/devlbp/HB
2033 OLD_FILES+=usr/share/groff_font/devlbp/HBI
2034 OLD_FILES+=usr/share/groff_font/devlbp/HI
2035 OLD_FILES+=usr/share/groff_font/devlbp/HNB
2036 OLD_FILES+=usr/share/groff_font/devlbp/HNBI
2037 OLD_FILES+=usr/share/groff_font/devlbp/HNI
2038 OLD_FILES+=usr/share/groff_font/devlbp/HNR
2039 OLD_FILES+=usr/share/groff_font/devlbp/HR
2040 OLD_FILES+=usr/share/groff_font/devlbp/TB
2041 OLD_FILES+=usr/share/groff_font/devlbp/TBI
2042 OLD_FILES+=usr/share/groff_font/devlbp/TI
2043 OLD_FILES+=usr/share/groff_font/devlbp/TR
2044 OLD_DIRS+=usr/share/groff_font/devlbp
2045 OLD_FILES+=usr/share/groff_font/devlj4/AB
2046 OLD_FILES+=usr/share/groff_font/devlj4/ABI
2047 OLD_FILES+=usr/share/groff_font/devlj4/AI
2048 OLD_FILES+=usr/share/groff_font/devlj4/ALBB
2049 OLD_FILES+=usr/share/groff_font/devlj4/ALBR
2050 OLD_FILES+=usr/share/groff_font/devlj4/AOB
2051 OLD_FILES+=usr/share/groff_font/devlj4/AOI
2052 OLD_FILES+=usr/share/groff_font/devlj4/AOR
2053 OLD_FILES+=usr/share/groff_font/devlj4/AR
2054 OLD_FILES+=usr/share/groff_font/devlj4/CB
2055 OLD_FILES+=usr/share/groff_font/devlj4/CBI
2056 OLD_FILES+=usr/share/groff_font/devlj4/CI
2057 OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON
2058 OLD_FILES+=usr/share/groff_font/devlj4/CORONET
2059 OLD_FILES+=usr/share/groff_font/devlj4/CR
2060 OLD_FILES+=usr/share/groff_font/devlj4/DESC
2061 OLD_FILES+=usr/share/groff_font/devlj4/GB
2062 OLD_FILES+=usr/share/groff_font/devlj4/GBI
2063 OLD_FILES+=usr/share/groff_font/devlj4/GI
2064 OLD_FILES+=usr/share/groff_font/devlj4/GR
2065 OLD_FILES+=usr/share/groff_font/devlj4/LGB
2066 OLD_FILES+=usr/share/groff_font/devlj4/LGI
2067 OLD_FILES+=usr/share/groff_font/devlj4/LGR
2068 OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD
2069 OLD_FILES+=usr/share/groff_font/devlj4/OB
2070 OLD_FILES+=usr/share/groff_font/devlj4/OBI
2071 OLD_FILES+=usr/share/groff_font/devlj4/OI
2072 OLD_FILES+=usr/share/groff_font/devlj4/OR
2073 OLD_FILES+=usr/share/groff_font/devlj4/S
2074 OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL
2075 OLD_FILES+=usr/share/groff_font/devlj4/TB
2076 OLD_FILES+=usr/share/groff_font/devlj4/TBI
2077 OLD_FILES+=usr/share/groff_font/devlj4/TI
2078 OLD_FILES+=usr/share/groff_font/devlj4/TNRB
2079 OLD_FILES+=usr/share/groff_font/devlj4/TNRBI
2080 OLD_FILES+=usr/share/groff_font/devlj4/TNRI
2081 OLD_FILES+=usr/share/groff_font/devlj4/TNRR
2082 OLD_FILES+=usr/share/groff_font/devlj4/TR
2083 OLD_FILES+=usr/share/groff_font/devlj4/UB
2084 OLD_FILES+=usr/share/groff_font/devlj4/UBI
2085 OLD_FILES+=usr/share/groff_font/devlj4/UCB
2086 OLD_FILES+=usr/share/groff_font/devlj4/UCBI
2087 OLD_FILES+=usr/share/groff_font/devlj4/UCI
2088 OLD_FILES+=usr/share/groff_font/devlj4/UCR
2089 OLD_FILES+=usr/share/groff_font/devlj4/UI
2090 OLD_FILES+=usr/share/groff_font/devlj4/UR
2091 OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS
2092 OLD_DIRS+=usr/share/groff_font/devlj4
2093 OLD_FILES+=usr/share/groff_font/devps/AB
2094 OLD_FILES+=usr/share/groff_font/devps/ABI
2095 OLD_FILES+=usr/share/groff_font/devps/AI
2096 OLD_FILES+=usr/share/groff_font/devps/AR
2097 OLD_FILES+=usr/share/groff_font/devps/BMB
2098 OLD_FILES+=usr/share/groff_font/devps/BMBI
2099 OLD_FILES+=usr/share/groff_font/devps/BMI
2100 OLD_FILES+=usr/share/groff_font/devps/BMR
2101 OLD_FILES+=usr/share/groff_font/devps/CB
2102 OLD_FILES+=usr/share/groff_font/devps/CBI
2103 OLD_FILES+=usr/share/groff_font/devps/CI
2104 OLD_FILES+=usr/share/groff_font/devps/CR
2105 OLD_FILES+=usr/share/groff_font/devps/DESC
2106 OLD_FILES+=usr/share/groff_font/devps/EURO
2107 OLD_FILES+=usr/share/groff_font/devps/HB
2108 OLD_FILES+=usr/share/groff_font/devps/HBI
2109 OLD_FILES+=usr/share/groff_font/devps/HI
2110 OLD_FILES+=usr/share/groff_font/devps/HNB
2111 OLD_FILES+=usr/share/groff_font/devps/HNBI
2112 OLD_FILES+=usr/share/groff_font/devps/HNI
2113 OLD_FILES+=usr/share/groff_font/devps/HNR
2114 OLD_FILES+=usr/share/groff_font/devps/HR
2115 OLD_FILES+=usr/share/groff_font/devps/Makefile
2116 OLD_FILES+=usr/share/groff_font/devps/NB
2117 OLD_FILES+=usr/share/groff_font/devps/NBI
2118 OLD_FILES+=usr/share/groff_font/devps/NI
2119 OLD_FILES+=usr/share/groff_font/devps/NR
2120 OLD_FILES+=usr/share/groff_font/devps/PB
2121 OLD_FILES+=usr/share/groff_font/devps/PBI
2122 OLD_FILES+=usr/share/groff_font/devps/PI
2123 OLD_FILES+=usr/share/groff_font/devps/PR
2124 OLD_FILES+=usr/share/groff_font/devps/S
2125 OLD_FILES+=usr/share/groff_font/devps/SS
2126 OLD_FILES+=usr/share/groff_font/devps/TB
2127 OLD_FILES+=usr/share/groff_font/devps/TBI
2128 OLD_FILES+=usr/share/groff_font/devps/TI
2129 OLD_FILES+=usr/share/groff_font/devps/TR
2130 OLD_FILES+=usr/share/groff_font/devps/ZCMI
2131 OLD_FILES+=usr/share/groff_font/devps/ZD
2132 OLD_FILES+=usr/share/groff_font/devps/ZDR
2133 OLD_FILES+=usr/share/groff_font/devps/afmname
2134 OLD_FILES+=usr/share/groff_font/devps/dingbats.map
2135 OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
2136 OLD_FILES+=usr/share/groff_font/devps/download
2137 OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa
2138 OLD_FILES+=usr/share/groff_font/devps/lgreekmap
2139 OLD_FILES+=usr/share/groff_font/devps/prologue
2140 OLD_FILES+=usr/share/groff_font/devps/symbol.sed
2141 OLD_FILES+=usr/share/groff_font/devps/symbolchars
2142 OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm
2143 OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa
2144 OLD_FILES+=usr/share/groff_font/devps/text.enc
2145 OLD_FILES+=usr/share/groff_font/devps/textmap
2146 OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa
2147 OLD_DIRS+=usr/share/groff_font/devps
2148 OLD_FILES+=usr/share/groff_font/devutf8/B
2149 OLD_FILES+=usr/share/groff_font/devutf8/BI
2150 OLD_FILES+=usr/share/groff_font/devutf8/CW
2151 OLD_FILES+=usr/share/groff_font/devutf8/DESC
2152 OLD_FILES+=usr/share/groff_font/devutf8/I
2153 OLD_FILES+=usr/share/groff_font/devutf8/L
2154 OLD_FILES+=usr/share/groff_font/devutf8/R
2155 OLD_FILES+=usr/share/groff_font/devutf8/S
2156 OLD_DIRS+=usr/share/groff_font/devutf8
2157 OLD_DIRS+=usr/share/groff_font
2158 OLD_FILES+=usr/share/info/groff.info.gz
2159 OLD_FILES+=usr/share/man/man1/addftinfo.1.gz
2160 OLD_FILES+=usr/share/man/man1/afmtodit.1.gz
2161 OLD_FILES+=usr/share/man/man1/eqn.1.gz
2162 OLD_FILES+=usr/share/man/man1/grn.1.gz
2163 OLD_FILES+=usr/share/man/man1/grodvi.1.gz
2164 OLD_FILES+=usr/share/man/man1/groff.1.gz
2165 OLD_FILES+=usr/share/man/man1/grog.1.gz
2166 OLD_FILES+=usr/share/man/man1/grolbp.1.gz
2167 OLD_FILES+=usr/share/man/man1/grolj4.1.gz
2168 OLD_FILES+=usr/share/man/man1/grops.1.gz
2169 OLD_FILES+=usr/share/man/man1/grotty.1.gz
2170 OLD_FILES+=usr/share/man/man1/hpftodit.1.gz
2171 OLD_FILES+=usr/share/man/man1/indxbib.1.gz
2172 OLD_FILES+=usr/share/man/man1/lkbib.1.gz
2173 OLD_FILES+=usr/share/man/man1/lookbib.1.gz
2174 OLD_FILES+=usr/share/man/man1/mmroff.1.gz
2175 OLD_FILES+=usr/share/man/man1/neqn.1.gz
2176 OLD_FILES+=usr/share/man/man1/nroff.1.gz
2177 OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
2178 OLD_FILES+=usr/share/man/man1/pic.1.gz
2179 OLD_FILES+=usr/share/man/man1/psroff.1.gz
2180 OLD_FILES+=usr/share/man/man1/refer.1.gz
2181 OLD_FILES+=usr/share/man/man1/soelim.1.gz
2182 OLD_FILES+=usr/share/man/man1/tbl.1.gz
2183 OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
2184 OLD_FILES+=usr/share/man/man1/troff.1.gz
2185 OLD_FILES+=usr/share/man/man1/vgrind.1.gz
2186 OLD_FILES+=usr/share/man/man5/groff_font.5.gz
2187 OLD_FILES+=usr/share/man/man5/groff_out.5.gz
2188 OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz
2189 OLD_FILES+=usr/share/man/man5/lj4_font.5.gz
2190 OLD_FILES+=usr/share/man/man5/tmac.5.gz
2191 OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz
2192 OLD_FILES+=usr/share/man/man7/ditroff.7.gz
2193 OLD_FILES+=usr/share/man/man7/groff.7.gz
2194 OLD_FILES+=usr/share/man/man7/groff_char.7.gz
2195 OLD_FILES+=usr/share/man/man7/groff_diff.7.gz
2196 OLD_FILES+=usr/share/man/man7/groff_man.7.gz
2197 OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz
2198 OLD_FILES+=usr/share/man/man7/groff_me.7.gz
2199 OLD_FILES+=usr/share/man/man7/groff_mm.7.gz
2200 OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz
2201 OLD_FILES+=usr/share/man/man7/groff_ms.7.gz
2202 OLD_FILES+=usr/share/man/man7/groff_trace.7.gz
2203 OLD_FILES+=usr/share/man/man7/groff_www.7.gz
2204 OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz
2205 OLD_FILES+=usr/share/man/man7/me.7.gz
2206 OLD_FILES+=usr/share/man/man7/mm.7.gz
2207 OLD_FILES+=usr/share/man/man7/mmse.7.gz
2208 OLD_FILES+=usr/share/man/man7/ms.7.gz
2209 OLD_FILES+=usr/share/man/man7/orig_me.7.gz
2210 OLD_FILES+=usr/share/man/man7/roff.7.gz
2211 OLD_FILES+=usr/share/me/acm.me
2212 OLD_FILES+=usr/share/me/chars.me
2213 OLD_FILES+=usr/share/me/deltext.me
2214 OLD_FILES+=usr/share/me/eqn.me
2215 OLD_FILES+=usr/share/me/float.me
2216 OLD_FILES+=usr/share/me/footnote.me
2217 OLD_FILES+=usr/share/me/index.me
2218 OLD_FILES+=usr/share/me/letterhead.me
2219 OLD_FILES+=usr/share/me/local.me
2220 OLD_FILES+=usr/share/me/null.me
2221 OLD_FILES+=usr/share/me/refer.me
2222 OLD_FILES+=usr/share/me/revisions
2223 OLD_FILES+=usr/share/me/sh.me
2224 OLD_FILES+=usr/share/me/tbl.me
2225 OLD_FILES+=usr/share/me/thesis.me
2226 OLD_DIRS+=usr/share/me
2227 OLD_FILES+=usr/share/misc/vgrindefs
2228 OLD_FILES+=usr/share/misc/vgrindefs.db
2229 OLD_FILES+=usr/share/tmac/X.tmac
2230 OLD_FILES+=usr/share/tmac/Xps.tmac
2231 OLD_FILES+=usr/share/tmac/a4.tmac
2232 OLD_FILES+=usr/share/tmac/an-old.tmac
2233 OLD_FILES+=usr/share/tmac/an.tmac
2234 OLD_FILES+=usr/share/tmac/andoc.tmac
2235 OLD_FILES+=usr/share/tmac/composite.tmac
2236 OLD_FILES+=usr/share/tmac/cp1047.tmac
2237 OLD_FILES+=usr/share/tmac/devtag.tmac
2238 OLD_FILES+=usr/share/tmac/doc.tmac
2239 OLD_FILES+=usr/share/tmac/dvi.tmac
2240 OLD_FILES+=usr/share/tmac/e.tmac
2241 OLD_FILES+=usr/share/tmac/ec.tmac
2242 OLD_FILES+=usr/share/tmac/eqnrc
2243 OLD_FILES+=usr/share/tmac/europs.tmac
2244 OLD_FILES+=usr/share/tmac/html-end.tmac
2245 OLD_FILES+=usr/share/tmac/html.tmac
2246 OLD_FILES+=usr/share/tmac/hyphen.ru
2247 OLD_FILES+=usr/share/tmac/hyphen.us
2248 OLD_FILES+=usr/share/tmac/hyphenex.us
2249 OLD_FILES+=usr/share/tmac/koi8-r.tmac
2250 OLD_FILES+=usr/share/tmac/latin1.tmac
2251 OLD_FILES+=usr/share/tmac/latin2.tmac
2252 OLD_FILES+=usr/share/tmac/latin9.tmac
2253 OLD_FILES+=usr/share/tmac/lbp.tmac
2254 OLD_FILES+=usr/share/tmac/lj4.tmac
2255 OLD_FILES+=usr/share/tmac/m.tmac
2256 OLD_FILES+=usr/share/tmac/man.local
2257 OLD_FILES+=usr/share/tmac/man.tmac
2258 OLD_FILES+=usr/share/tmac/mandoc.tmac
2259 OLD_FILES+=usr/share/tmac/mdoc.local
2260 OLD_FILES+=usr/share/tmac/mdoc.tmac
2261 OLD_FILES+=usr/share/tmac/mdoc/doc-common
2262 OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff
2263 OLD_FILES+=usr/share/tmac/mdoc/doc-nroff
2264 OLD_FILES+=usr/share/tmac/mdoc/doc-syms
2265 OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1
2266 OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R
2267 OLD_DIRS+=usr/share/tmac/mdoc
2268 OLD_FILES+=usr/share/tmac/me.tmac
2269 OLD_FILES+=usr/share/tmac/mm/0.MT
2270 OLD_FILES+=usr/share/tmac/mm/4.MT
2271 OLD_FILES+=usr/share/tmac/mm/5.MT
2272 OLD_FILES+=usr/share/tmac/mm/locale
2273 OLD_FILES+=usr/share/tmac/mm/mm.tmac
2274 OLD_FILES+=usr/share/tmac/mm/mmse.tmac
2275 OLD_FILES+=usr/share/tmac/mm/ms.cov
2276 OLD_FILES+=usr/share/tmac/mm/se_locale
2277 OLD_FILES+=usr/share/tmac/mm/se_ms.cov
2278 OLD_DIRS+=usr/share/tmac/mm
2279 OLD_FILES+=usr/share/tmac/ms.tmac
2280 OLD_FILES+=usr/share/tmac/mse.tmac
2281 OLD_FILES+=usr/share/tmac/papersize.tmac
2282 OLD_FILES+=usr/share/tmac/pic.tmac
2283 OLD_FILES+=usr/share/tmac/ps.tmac
2284 OLD_FILES+=usr/share/tmac/psatk.tmac
2285 OLD_FILES+=usr/share/tmac/psold.tmac
2286 OLD_FILES+=usr/share/tmac/pspic.tmac
2287 OLD_FILES+=usr/share/tmac/s.tmac
2288 OLD_FILES+=usr/share/tmac/safer.tmac
2289 OLD_FILES+=usr/share/tmac/tmac.orig_me
2290 OLD_FILES+=usr/share/tmac/tmac.vgrind
2291 OLD_FILES+=usr/share/tmac/trace.tmac
2292 OLD_FILES+=usr/share/tmac/troffrc
2293 OLD_FILES+=usr/share/tmac/troffrc-end
2294 OLD_FILES+=usr/share/tmac/tty-char.tmac
2295 OLD_FILES+=usr/share/tmac/tty.tmac
2296 OLD_FILES+=usr/share/tmac/unicode.tmac
2297 OLD_FILES+=usr/share/tmac/www.tmac
2298 OLD_DIRS+=usr/share/tmac
2299 .endif
2300
2301 .if ${MK_GSSAPI} == no
2302 OLD_FILES+=usr/include/gssapi/gssapi.h
2303 OLD_DIRS+=usr/include/gssapi
2304 OLD_FILES+=usr/include/gssapi.h
2305 OLD_FILES+=usr/lib/libgssapi.a
2306 OLD_FILES+=usr/lib/libgssapi.so
2307 OLD_LIBS+=usr/lib/libgssapi.so.10
2308 OLD_FILES+=usr/lib/libgssapi_p.a
2309 OLD_FILES+=usr/lib/librpcsec_gss.a
2310 OLD_FILES+=usr/lib/librpcsec_gss.so
2311 OLD_LIBS+=usr/lib/librpcsec_gss.so.1
2312 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2313 OLD_FILES+=usr/lib32/libgssapi.a
2314 OLD_FILES+=usr/lib32/libgssapi.so
2315 OLD_LIBS+=usr/lib32/libgssapi.so.10
2316 OLD_FILES+=usr/lib32/libgssapi_p.a
2317 OLD_FILES+=usr/lib32/librpcsec_gss.a
2318 OLD_FILES+=usr/lib32/librpcsec_gss.so
2319 OLD_LIBS+=usr/lib32/librpcsec_gss.so.1
2320 .endif
2321 OLD_FILES+=usr/sbin/gssd
2322 OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
2323 OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
2324 OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
2325 OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
2326 OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
2327 OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
2328 OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
2329 OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
2330 OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
2331 OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
2332 OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
2333 OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
2334 OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
2335 OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
2336 OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
2337 OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
2338 OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
2339 OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
2340 OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
2341 OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
2342 OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
2343 OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
2344 OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
2345 OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
2346 OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
2347 OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
2348 OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
2349 OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
2350 OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
2351 OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
2352 OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
2353 OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
2354 OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
2355 OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
2356 OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
2357 OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
2358 OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
2359 OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
2360 OLD_FILES+=usr/share/man/man3/gssapi.3.gz
2361 OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
2362 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
2363 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
2364 OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
2365 OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
2366 OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
2367 OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
2368 OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
2369 OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
2370 OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
2371 OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
2372 OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
2373 OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
2374 OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
2375 OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
2376 OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
2377 OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
2378 OLD_FILES+=usr/share/man/man5/mech.5.gz
2379 OLD_FILES+=usr/share/man/man5/qop.5.gz
2380 OLD_FILES+=usr/share/man/man8/gssd.8.gz
2381 .endif
2382
2383 .if ${MK_HAST} == no
2384 OLD_FILES+=sbin/hastctl
2385 OLD_FILES+=sbin/hastd
2386 OLD_FILES+=usr/share/examples/hast/ucarp.sh
2387 OLD_FILES+=usr/share/examples/hast/ucarp_down.sh
2388 OLD_FILES+=usr/share/examples/hast/ucarp_up.sh
2389 OLD_FILES+=usr/share/examples/hast/vip-down.sh
2390 OLD_FILES+=usr/share/examples/hast/vip-up.sh
2391 OLD_FILES+=usr/share/man/man5/hast.conf.5.gz
2392 OLD_FILES+=usr/share/man/man8/hastctl.8.gz
2393 OLD_FILES+=usr/share/man/man8/hastd.8.gz
2394 OLD_DIRS+=usr/share/examples/hast
2395 .endif
2396
2397 .if ${MK_HESIOD} == no
2398 OLD_FILES+=usr/bin/hesinfo
2399 OLD_FILES+=usr/include/hesiod.h
2400 OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
2401 OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2402 OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2403 .endif
2404
2405 .if ${MK_HTML} == no
2406 OLD_FILES+=usr/share/doc/ncurses/hackguide.html
2407 OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html
2408 OLD_FILES+=usr/share/doc/ntp/accopt.html
2409 OLD_FILES+=usr/share/doc/ntp/assoc.html
2410 OLD_FILES+=usr/share/doc/ntp/audio.html
2411 OLD_FILES+=usr/share/doc/ntp/authopt.html
2412 OLD_FILES+=usr/share/doc/ntp/build.html
2413 OLD_FILES+=usr/share/doc/ntp/clockopt.html
2414 OLD_FILES+=usr/share/doc/ntp/config.html
2415 OLD_FILES+=usr/share/doc/ntp/confopt.html
2416 OLD_FILES+=usr/share/doc/ntp/copyright.html
2417 OLD_FILES+=usr/share/doc/ntp/debug.html
2418 OLD_FILES+=usr/share/doc/ntp/driver1.html
2419 OLD_FILES+=usr/share/doc/ntp/driver10.html
2420 OLD_FILES+=usr/share/doc/ntp/driver11.html
2421 OLD_FILES+=usr/share/doc/ntp/driver12.html
2422 OLD_FILES+=usr/share/doc/ntp/driver16.html
2423 OLD_FILES+=usr/share/doc/ntp/driver18.html
2424 OLD_FILES+=usr/share/doc/ntp/driver19.html
2425 OLD_FILES+=usr/share/doc/ntp/driver2.html
2426 OLD_FILES+=usr/share/doc/ntp/driver20.html
2427 OLD_FILES+=usr/share/doc/ntp/driver22.html
2428 OLD_FILES+=usr/share/doc/ntp/driver26.html
2429 OLD_FILES+=usr/share/doc/ntp/driver27.html
2430 OLD_FILES+=usr/share/doc/ntp/driver28.html
2431 OLD_FILES+=usr/share/doc/ntp/driver29.html
2432 OLD_FILES+=usr/share/doc/ntp/driver3.html
2433 OLD_FILES+=usr/share/doc/ntp/driver30.html
2434 OLD_FILES+=usr/share/doc/ntp/driver32.html
2435 OLD_FILES+=usr/share/doc/ntp/driver33.html
2436 OLD_FILES+=usr/share/doc/ntp/driver34.html
2437 OLD_FILES+=usr/share/doc/ntp/driver35.html
2438 OLD_FILES+=usr/share/doc/ntp/driver36.html
2439 OLD_FILES+=usr/share/doc/ntp/driver37.html
2440 OLD_FILES+=usr/share/doc/ntp/driver4.html
2441 OLD_FILES+=usr/share/doc/ntp/driver5.html
2442 OLD_FILES+=usr/share/doc/ntp/driver6.html
2443 OLD_FILES+=usr/share/doc/ntp/driver7.html
2444 OLD_FILES+=usr/share/doc/ntp/driver8.html
2445 OLD_FILES+=usr/share/doc/ntp/driver9.html
2446 OLD_FILES+=usr/share/doc/ntp/extern.html
2447 OLD_FILES+=usr/share/doc/ntp/hints.html
2448 OLD_FILES+=usr/share/doc/ntp/howto.html
2449 OLD_FILES+=usr/share/doc/ntp/index.html
2450 OLD_FILES+=usr/share/doc/ntp/kern.html
2451 OLD_FILES+=usr/share/doc/ntp/ldisc.html
2452 OLD_FILES+=usr/share/doc/ntp/measure.html
2453 OLD_FILES+=usr/share/doc/ntp/miscopt.html
2454 OLD_FILES+=usr/share/doc/ntp/monopt.html
2455 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
2456 OLD_FILES+=usr/share/doc/ntp/notes.html
2457 OLD_FILES+=usr/share/doc/ntp/ntpd.html
2458 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
2459 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
2460 OLD_FILES+=usr/share/doc/ntp/ntpq.html
2461 OLD_FILES+=usr/share/doc/ntp/ntptime.html
2462 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
2463 OLD_FILES+=usr/share/doc/ntp/parsedata.html
2464 OLD_FILES+=usr/share/doc/ntp/parsenew.html
2465 OLD_FILES+=usr/share/doc/ntp/patches.html
2466 OLD_FILES+=usr/share/doc/ntp/porting.html
2467 OLD_FILES+=usr/share/doc/ntp/pps.html
2468 OLD_FILES+=usr/share/doc/ntp/prefer.html
2469 OLD_FILES+=usr/share/doc/ntp/quick.html
2470 OLD_FILES+=usr/share/doc/ntp/rdebug.html
2471 OLD_FILES+=usr/share/doc/ntp/refclock.html
2472 OLD_FILES+=usr/share/doc/ntp/release.html
2473 OLD_FILES+=usr/share/doc/ntp/tickadj.html
2474 .endif
2475
2476 .if ${MK_ICONV} == no
2477 OLD_FILES+=usr/bin/iconv
2478 OLD_FILES+=usr/bin/mkcsmapper
2479 OLD_FILES+=usr/bin/mkesdb
2480 OLD_FILES+=usr/include/_libiconv_compat.h
2481 OLD_FILES+=usr/include/iconv.h
2482 OLD_FILES+=usr/share/man/man1/iconv.1.gz
2483 OLD_FILES+=usr/share/man/man1/mkcsmapper.1.gz
2484 OLD_FILES+=usr/share/man/man1/mkesdb.1.gz
2485 OLD_FILES+=usr/share/man/man3/__iconv.3.gz
2486 OLD_FILES+=usr/share/man/man3/__iconv_free_list.3.gz    
2487 OLD_FILES+=usr/share/man/man3/__iconv_get_list.3.gz
2488 OLD_FILES+=usr/share/man/man3/iconv.3.gz
2489 OLD_FILES+=usr/share/man/man3/iconv_canonicalize.3.gz   
2490 OLD_FILES+=usr/share/man/man3/iconv_close.3.gz
2491 OLD_FILES+=usr/share/man/man3/iconv_open.3.gz
2492 OLD_FILES+=usr/share/man/man3/iconv_open_into.3.gz
2493 OLD_FILES+=usr/share/man/man3/iconvctl.3.gz
2494 OLD_FILES+=usr/share/man/man3/iconvlist.3.gz    
2495 .endif
2496
2497 .if ${MK_INET6} == no
2498 OLD_FILES+=sbin/ping6
2499 OLD_FILES+=sbin/rtsol
2500 OLD_FILES+=usr/sbin/ip6addrctl
2501 OLD_FILES+=usr/sbin/mld6query
2502 OLD_FILES+=usr/sbin/ndp
2503 OLD_FILES+=usr/sbin/rip6query
2504 OLD_FILES+=usr/sbin/route6d
2505 OLD_FILES+=usr/sbin/rrenumd
2506 OLD_FILES+=usr/sbin/rtadvd
2507 OLD_FILES+=usr/sbin/rtsold
2508 OLD_FILES+=usr/sbin/traceroute6
2509 OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
2510 OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
2511 OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
2512 OLD_FILES+=usr/share/man/man8/mld6query.8.gz
2513 OLD_FILES+=usr/share/man/man8/ndp.8.gz
2514 OLD_FILES+=usr/share/man/man8/ping6.8.gz
2515 OLD_FILES+=usr/share/man/man8/rip6query.8.gz
2516 OLD_FILES+=usr/share/man/man8/route6d.8.gz
2517 OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
2518 OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
2519 OLD_FILES+=usr/share/man/man8/rtsol.8.gz
2520 OLD_FILES+=usr/share/man/man8/rtsold.8.gz
2521 OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
2522 .endif
2523
2524 .if ${MK_INET6_SUPPORT} == no
2525 OLD_FILES+=rescue/ping6
2526 .endif
2527
2528 .if ${MK_IPFILTER} == no
2529 OLD_FILES+=etc/periodic/security/510.ipfdenied
2530 OLD_FILES+=etc/periodic/security/610.ipf6denied
2531 OLD_FILES+=rescue/ipf
2532 OLD_FILES+=sbin/ipf
2533 OLD_FILES+=sbin/ipfs
2534 OLD_FILES+=sbin/ipfstat
2535 OLD_FILES+=sbin/ipftest
2536 OLD_FILES+=sbin/ipmon
2537 OLD_FILES+=sbin/ipnat
2538 OLD_FILES+=sbin/ippool
2539 OLD_FILES+=sbin/ipresend
2540 OLD_FILES+=usr/include/netinet/ip_auth.h
2541 OLD_FILES+=usr/include/netinet/ip_compat.h
2542 OLD_FILES+=usr/include/netinet/ip_fil.h
2543 OLD_FILES+=usr/include/netinet/ip_frag.h
2544 OLD_FILES+=usr/include/netinet/ip_htable.h
2545 OLD_FILES+=usr/include/netinet/ip_lookup.h
2546 OLD_FILES+=usr/include/netinet/ip_nat.h
2547 OLD_FILES+=usr/include/netinet/ip_pool.h
2548 OLD_FILES+=usr/include/netinet/ip_proxy.h
2549 OLD_FILES+=usr/include/netinet/ip_rules.h
2550 OLD_FILES+=usr/include/netinet/ip_scan.h
2551 OLD_FILES+=usr/include/netinet/ip_state.h
2552 OLD_FILES+=usr/include/netinet/ip_sync.h
2553 OLD_FILES+=usr/include/netinet/ipl.h
2554 OLD_FILES+=usr/share/examples/ipfilter/README
2555 OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2556 OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2557 OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2558 OLD_FILES+=usr/share/examples/ipfilter/example.1
2559 OLD_FILES+=usr/share/examples/ipfilter/example.2
2560 OLD_FILES+=usr/share/examples/ipfilter/example.3
2561 OLD_FILES+=usr/share/examples/ipfilter/example.4
2562 OLD_FILES+=usr/share/examples/ipfilter/example.5
2563 OLD_FILES+=usr/share/examples/ipfilter/example.6
2564 OLD_FILES+=usr/share/examples/ipfilter/example.7
2565 OLD_FILES+=usr/share/examples/ipfilter/example.8
2566 OLD_FILES+=usr/share/examples/ipfilter/example.9
2567 OLD_FILES+=usr/share/examples/ipfilter/example.10
2568 OLD_FILES+=usr/share/examples/ipfilter/example.11
2569 OLD_FILES+=usr/share/examples/ipfilter/example.12
2570 OLD_FILES+=usr/share/examples/ipfilter/example.13
2571 OLD_FILES+=usr/share/examples/ipfilter/example.sr
2572 OLD_FILES+=usr/share/examples/ipfilter/firewall
2573 OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2574 OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2575 OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2576 OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2577 OLD_FILES+=usr/share/examples/ipfilter/server
2578 OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2579 OLD_FILES+=usr/share/examples/ipfilter/example.14
2580 OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2581 OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2582 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2583 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2584 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2585 OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2586 OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2587 OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2588 OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2589 OLD_FILES+=usr/share/examples/ipfilter/mkfilters
2590 OLD_DIRS+=usr/share/examples/ipfilter
2591 OLD_FILES+=usr/share/man/man1/ipftest.1.gz
2592 OLD_FILES+=usr/share/man/man1/ipresend.1.gz
2593 OLD_FILES+=usr/share/man/man4/ipf.4.gz
2594 OLD_FILES+=usr/share/man/man4/ipl.4.gz
2595 OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
2596 OLD_FILES+=usr/share/man/man4/ipnat.4.gz
2597 OLD_FILES+=usr/share/man/man5/ipf.5.gz
2598 OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
2599 OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
2600 OLD_FILES+=usr/share/man/man5/ipnat.5.gz
2601 OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
2602 OLD_FILES+=usr/share/man/man5/ippool.5.gz
2603 OLD_FILES+=usr/share/man/man8/ipf.8.gz
2604 OLD_FILES+=usr/share/man/man8/ipfs.8.gz
2605 OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
2606 OLD_FILES+=usr/share/man/man8/ipmon.8.gz
2607 OLD_FILES+=usr/share/man/man8/ipnat.8.gz
2608 OLD_FILES+=usr/share/man/man8/ippool.8.gz
2609 .endif
2610
2611 .if ${MK_IPFW} == no
2612 OLD_FILES+=etc/periodic/security/500.ipfwdenied
2613 OLD_FILES+=etc/periodic/security/550.ipfwlimit
2614 OLD_FILES+=sbin/ipfw
2615 OLD_FILES+=sbin/natd
2616 OLD_FILES+=usr/sbin/ipfwpcap
2617 OLD_FILES+=usr/share/man/man8/ipfw.8.gz
2618 OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
2619 OLD_FILES+=usr/share/man/man8/natd.8.gz
2620 .endif
2621
2622 .if ${MK_ISCSI} == no
2623 OLD_FILES+=etc/rc.d/iscsictl
2624 OLD_FILES+=etc/rc.d/iscsid
2625 OLD_FILES+=sbin/iscontrol
2626 OLD_FILES+=usr/bin/iscsictl
2627 OLD_FILES+=usr/sbin/iscsid
2628 OLD_FILES+=usr/share/man/man4/iscsi.4.gz
2629 OLD_FILES+=usr/share/man/man4/iscsi_initiator.4.gz
2630 OLD_FILES+=usr/share/man/man5/iscsi.conf.5.gz
2631 OLD_FILES+=usr/share/man/man8/iscontrol.8.gz
2632 OLD_FILES+=usr/share/man/man8/iscsictl.8.gz
2633 OLD_FILES+=usr/share/man/man8/iscsid.8.gz
2634 .endif
2635
2636 .if ${MK_JAIL} == no
2637 OLD_FILES+=etc/rc.d/jail
2638 OLD_FILES+=usr/sbin/jail
2639 OLD_FILES+=usr/sbin/jexec
2640 OLD_FILES+=usr/sbin/jls
2641 OLD_FILES+=usr/share/man/man8/jail.8.gz
2642 OLD_FILES+=usr/share/man/man8/jexec.8.gz
2643 OLD_FILES+=usr/share/man/man8/jls.8.gz
2644 .endif
2645
2646 .if ${MK_KERBEROS} == no
2647 OLD_FILES+=etc/rc.d/ipropd_master
2648 OLD_FILES+=etc/rc.d/ipropd_slave
2649 OLD_FILES+=usr/bin/compile_et
2650 OLD_FILES+=usr/bin/hxtool
2651 OLD_FILES+=usr/bin/kadmin
2652 OLD_FILES+=usr/bin/kdestroy
2653 OLD_FILES+=usr/bin/kf
2654 OLD_FILES+=usr/bin/kgetcred
2655 OLD_FILES+=usr/bin/kinit
2656 OLD_FILES+=usr/bin/klist
2657 OLD_FILES+=usr/bin/kpasswd
2658 OLD_FILES+=usr/bin/krb5-config
2659 OLD_FILES+=usr/bin/ksu
2660 OLD_FILES+=usr/bin/kswitch
2661 OLD_FILES+=usr/bin/string2key
2662 OLD_FILES+=usr/bin/verify_krb5_conf
2663 OLD_FILES+=usr/include/asn1-common.h
2664 OLD_FILES+=usr/include/asn1_err.h
2665 OLD_FILES+=usr/include/base64.h
2666 OLD_FILES+=usr/include/cms_asn1.h
2667 OLD_FILES+=usr/include/crmf_asn1.h
2668 OLD_FILES+=usr/include/der-private.h
2669 OLD_FILES+=usr/include/der-protos.h
2670 OLD_FILES+=usr/include/der.h
2671 OLD_FILES+=usr/include/digest_asn1.h
2672 OLD_FILES+=usr/include/getarg.h
2673 OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
2674 OLD_FILES+=usr/include/hdb-protos.h
2675 OLD_FILES+=usr/include/hdb.h
2676 OLD_FILES+=usr/include/hdb_asn1.h
2677 OLD_FILES+=usr/include/hdb_err.h
2678 OLD_FILES+=usr/include/heim_asn1.h
2679 OLD_FILES+=usr/include/heim_err.h
2680 OLD_FILES+=usr/include/heim_threads.h
2681 OLD_FILES+=usr/include/heimbase.h
2682 OLD_FILES+=usr/include/heimntlm-protos.h
2683 OLD_FILES+=usr/include/heimntlm.h
2684 OLD_FILES+=usr/include/hex.h
2685 OLD_FILES+=usr/include/hx509-private.h
2686 OLD_FILES+=usr/include/hx509-protos.h
2687 OLD_FILES+=usr/include/hx509.h
2688 OLD_FILES+=usr/include/hx509_err.h
2689 OLD_FILES+=usr/include/k524_err.h
2690 OLD_FILES+=usr/include/kadm5/admin.h
2691 OLD_FILES+=usr/include/kadm5/kadm5-private.h
2692 OLD_FILES+=usr/include/kadm5/kadm5-protos.h
2693 OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h
2694 OLD_FILES+=usr/include/kadm5/kadm5_err.h
2695 OLD_FILES+=usr/include/kadm5/private.h
2696 OLD_DIRS+=usr/include/kadm5
2697 OLD_FILES+=usr/include/kafs.h
2698 OLD_FILES+=usr/include/kdc-protos.h
2699 OLD_FILES+=usr/include/kdc.h
2700 OLD_FILES+=usr/include/krb5-private.h
2701 OLD_FILES+=usr/include/krb5-protos.h
2702 OLD_FILES+=usr/include/krb5-types.h
2703 OLD_FILES+=usr/include/krb5.h
2704 OLD_FILES+=usr/include/krb5/ccache_plugin.h
2705 OLD_FILES+=usr/include/krb5/locate_plugin.h
2706 OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h
2707 OLD_FILES+=usr/include/krb5/windc_plugin.h
2708 OLD_DIRS+=usr/include/krb5
2709 OLD_FILES+=usr/include/krb5_asn1.h
2710 OLD_FILES+=usr/include/krb5_ccapi.h
2711 OLD_FILES+=usr/include/krb5_err.h
2712 OLD_FILES+=usr/include/kx509_asn1.h
2713 OLD_FILES+=usr/include/ntlm_err.h
2714 OLD_FILES+=usr/include/ocsp_asn1.h
2715 OLD_FILES+=usr/include/parse_bytes.h
2716 OLD_FILES+=usr/include/parse_time.h
2717 OLD_FILES+=usr/include/parse_units.h
2718 OLD_FILES+=usr/include/pkcs10_asn1.h
2719 OLD_FILES+=usr/include/pkcs12_asn1.h
2720 OLD_FILES+=usr/include/pkcs8_asn1.h
2721 OLD_FILES+=usr/include/pkcs9_asn1.h
2722 OLD_FILES+=usr/include/pkinit_asn1.h
2723 OLD_FILES+=usr/include/resolve.h
2724 OLD_FILES+=usr/include/rfc2459_asn1.h
2725 OLD_FILES+=usr/include/roken-common.h
2726 OLD_FILES+=usr/include/rtbl.h
2727 OLD_FILES+=usr/include/wind.h
2728 OLD_FILES+=usr/include/wind_err.h
2729 OLD_FILES+=usr/include/xdbm.h
2730 OLD_FILES+=usr/lib/libasn1.a
2731 OLD_FILES+=usr/lib/libasn1.so
2732 OLD_LIBS+=usr/lib/libasn1.so.11
2733 OLD_FILES+=usr/lib/libasn1_p.a
2734 OLD_FILES+=usr/lib/libcom_err.a
2735 OLD_FILES+=usr/lib/libcom_err.so
2736 OLD_LIBS+=usr/lib/libcom_err.so.5
2737 OLD_FILES+=usr/lib/libcom_err_p.a
2738 OLD_FILES+=usr/lib/libgssapi_krb5.a
2739 OLD_FILES+=usr/lib/libgssapi_krb5.so
2740 OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2741 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2742 OLD_FILES+=usr/lib/libgssapi_ntlm.a
2743 OLD_FILES+=usr/lib/libgssapi_ntlm.so
2744 OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2745 OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
2746 OLD_FILES+=usr/lib/libgssapi_spnego.a
2747 OLD_FILES+=usr/lib/libgssapi_spnego.so
2748 OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
2749 OLD_FILES+=usr/lib/libgssapi_spnego_p.a
2750 OLD_FILES+=usr/lib/libhdb.a
2751 OLD_FILES+=usr/lib/libhdb.so
2752 OLD_LIBS+=usr/lib/libhdb.so.11
2753 OLD_FILES+=usr/lib/libhdb_p.a
2754 OLD_FILES+=usr/lib/libheimbase.a
2755 OLD_FILES+=usr/lib/libheimbase.so
2756 OLD_LIBS+=usr/lib/libheimbase.so.11
2757 OLD_FILES+=usr/lib/libheimbase_p.a
2758 OLD_FILES+=usr/lib/libheimntlm.a
2759 OLD_FILES+=usr/lib/libheimntlm.so
2760 OLD_LIBS+=usr/lib/libheimntlm.so.11
2761 OLD_FILES+=usr/lib/libheimntlm_p.a
2762 OLD_FILES+=usr/lib/libheimsqlite.a
2763 OLD_FILES+=usr/lib/libheimsqlite.so
2764 OLD_LIBS+=usr/lib/libheimsqlite.so.11
2765 OLD_FILES+=usr/lib/libheimsqlite_p.a
2766 OLD_FILES+=usr/lib/libhx509.a
2767 OLD_FILES+=usr/lib/libhx509.so
2768 OLD_LIBS+=usr/lib/libhx509.so.11
2769 OLD_FILES+=usr/lib/libhx509_p.a
2770 OLD_FILES+=usr/lib/libkadm5clnt.a
2771 OLD_FILES+=usr/lib/libkadm5clnt.so
2772 OLD_LIBS+=usr/lib/libkadm5clnt.so.11
2773 OLD_FILES+=usr/lib/libkadm5clnt_p.a
2774 OLD_FILES+=usr/lib/libkadm5srv.a
2775 OLD_FILES+=usr/lib/libkadm5srv.so
2776 OLD_LIBS+=usr/lib/libkadm5srv.so.11
2777 OLD_FILES+=usr/lib/libkadm5srv_p.a
2778 OLD_FILES+=usr/lib/libkafs5.a
2779 OLD_FILES+=usr/lib/libkafs5.so
2780 OLD_LIBS+=usr/lib/libkafs5.so.11
2781 OLD_FILES+=usr/lib/libkafs5_p.a
2782 OLD_FILES+=usr/lib/libkdc.a
2783 OLD_FILES+=usr/lib/libkdc.so
2784 OLD_LIBS+=usr/lib/libkdc.so.11
2785 OLD_FILES+=usr/lib/libkdc_p.a
2786 OLD_FILES+=usr/lib/libkrb5.a
2787 OLD_FILES+=usr/lib/libkrb5.so
2788 OLD_LIBS+=usr/lib/libkrb5.so.11
2789 OLD_FILES+=usr/lib/libkrb5_p.a
2790 OLD_FILES+=usr/lib/libroken.a
2791 OLD_FILES+=usr/lib/libroken.so
2792 OLD_LIBS+=usr/lib/libroken.so.11
2793 OLD_FILES+=usr/lib/libroken_p.a
2794 OLD_FILES+=usr/lib/libwind.a
2795 OLD_FILES+=usr/lib/libwind.so
2796 OLD_LIBS+=usr/lib/libwind.so.11
2797 OLD_FILES+=usr/lib/libwind_p.a
2798 OLD_FILES+=usr/lib/pam_krb5.so
2799 OLD_LIBS+=usr/lib/pam_krb5.so.5
2800 OLD_FILES+=usr/lib/pam_ksu.so
2801 OLD_LIBS+=usr/lib/pam_ksu.so.5
2802 OLD_FILES+=usr/lib/private/libheimipcc.a
2803 OLD_FILES+=usr/lib/private/libheimipcc.so
2804 OLD_LIBS+=usr/lib/private/libheimipcc.so.11
2805 OLD_FILES+=usr/lib/private/libheimipcc_p.a
2806 OLD_FILES+=usr/lib/private/libheimipcs.a
2807 OLD_FILES+=usr/lib/private/libheimipcs.so
2808 OLD_LIBS+=usr/lib/private/libheimipcs.so.11
2809 OLD_FILES+=usr/lib/private/libheimipcs_p.a
2810 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2811 OLD_FILES+=usr/lib32/libasn1.a
2812 OLD_FILES+=usr/lib32/libasn1.so
2813 OLD_LIBS+=usr/lib32/libasn1.so.11
2814 OLD_FILES+=usr/lib32/libasn1_p.a
2815 OLD_FILES+=usr/lib32/libgssapi_krb5.a
2816 OLD_FILES+=usr/lib32/libgssapi_krb5.so
2817 OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10
2818 OLD_FILES+=usr/lib32/libgssapi_krb5_p.a
2819 OLD_FILES+=usr/lib32/libgssapi_ntlm.a
2820 OLD_FILES+=usr/lib32/libgssapi_ntlm.so
2821 OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10
2822 OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a
2823 OLD_FILES+=usr/lib32/libgssapi_spnego.a
2824 OLD_FILES+=usr/lib32/libgssapi_spnego.so
2825 OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10
2826 OLD_FILES+=usr/lib32/libgssapi_spnego_p.a
2827 OLD_FILES+=usr/lib32/libhdb.a
2828 OLD_FILES+=usr/lib32/libhdb.so
2829 OLD_LIBS+=usr/lib32/libhdb.so.11
2830 OLD_FILES+=usr/lib32/libhdb_p.a
2831 OLD_FILES+=usr/lib32/libheimbase.a
2832 OLD_FILES+=usr/lib32/libheimbase.so
2833 OLD_LIBS+=usr/lib32/libheimbase.so.11
2834 OLD_FILES+=usr/lib32/libheimbase_p.a
2835 OLD_FILES+=usr/lib32/libheimntlm.a
2836 OLD_FILES+=usr/lib32/libheimntlm.so
2837 OLD_LIBS+=usr/lib32/libheimntlm.so.11
2838 OLD_FILES+=usr/lib32/libheimntlm_p.a
2839 OLD_FILES+=usr/lib32/libheimsqlite.a
2840 OLD_FILES+=usr/lib32/libheimsqlite.so
2841 OLD_LIBS+=usr/lib32/libheimsqlite.so.11
2842 OLD_FILES+=usr/lib32/libheimsqlite_p.a
2843 OLD_FILES+=usr/lib32/libhx509.a
2844 OLD_FILES+=usr/lib32/libhx509.so
2845 OLD_LIBS+=usr/lib32/libhx509.so.11
2846 OLD_FILES+=usr/lib32/libhx509_p.a
2847 OLD_FILES+=usr/lib32/libkadm5clnt.a
2848 OLD_FILES+=usr/lib32/libkadm5clnt.so
2849 OLD_LIBS+=usr/lib32/libkadm5clnt.so.11
2850 OLD_FILES+=usr/lib32/libkadm5clnt_p.a
2851 OLD_FILES+=usr/lib32/libkadm5srv.a
2852 OLD_FILES+=usr/lib32/libkadm5srv.so
2853 OLD_LIBS+=usr/lib32/libkadm5srv.so.11
2854 OLD_FILES+=usr/lib32/libkadm5srv_p.a
2855 OLD_FILES+=usr/lib32/libkafs5.a
2856 OLD_FILES+=usr/lib32/libkafs5.so
2857 OLD_LIBS+=usr/lib32/libkafs5.so.11
2858 OLD_FILES+=usr/lib32/libkafs5_p.a
2859 OLD_FILES+=usr/lib32/libkdc.a
2860 OLD_FILES+=usr/lib32/libkdc.so
2861 OLD_LIBS+=usr/lib32/libkdc.so.11
2862 OLD_FILES+=usr/lib32/libkdc_p.a
2863 OLD_FILES+=usr/lib32/libkrb5.a
2864 OLD_FILES+=usr/lib32/libkrb5.so
2865 OLD_LIBS+=usr/lib32/libkrb5.so.11
2866 OLD_FILES+=usr/lib32/libkrb5_p.a
2867 OLD_FILES+=usr/lib32/libroken.a
2868 OLD_FILES+=usr/lib32/libroken.so
2869 OLD_LIBS+=usr/lib32/libroken.so.11
2870 OLD_FILES+=usr/lib32/libroken_p.a
2871 OLD_FILES+=usr/lib32/libwind.a
2872 OLD_FILES+=usr/lib32/libwind.so
2873 OLD_LIBS+=usr/lib32/libwind.so.11
2874 OLD_FILES+=usr/lib32/libwind_p.a
2875 OLD_FILES+=usr/lib32/pam_krb5.so
2876 OLD_LIBS+=usr/lib32/pam_krb5.so.5
2877 OLD_FILES+=usr/lib32/pam_ksu.so
2878 OLD_LIBS+=usr/lib32/pam_ksu.so.5
2879 OLD_FILES+=usr/lib32/private/libheimipcc.a
2880 OLD_FILES+=usr/lib32/private/libheimipcc.so
2881 OLD_LIBS+=usr/lib32/private/libheimipcc.so.11
2882 OLD_FILES+=usr/lib32/private/libheimipcc_p.a
2883 OLD_FILES+=usr/lib32/private/libheimipcs.a
2884 OLD_FILES+=usr/lib32/private/libheimipcs.so
2885 OLD_LIBS+=usr/lib32/private/libheimipcs.so.11
2886 OLD_FILES+=usr/lib32/private/libheimipcs_p.a
2887 .endif
2888 OLD_FILES+=usr/libexec/digest-service
2889 OLD_FILES+=usr/libexec/hprop
2890 OLD_FILES+=usr/libexec/hpropd
2891 OLD_FILES+=usr/libexec/ipropd-master
2892 OLD_FILES+=usr/libexec/ipropd-slave
2893 OLD_FILES+=usr/libexec/kadmind
2894 OLD_FILES+=usr/libexec/kcm
2895 OLD_FILES+=usr/libexec/kdc
2896 OLD_FILES+=usr/libexec/kdigest
2897 OLD_FILES+=usr/libexec/kfd
2898 OLD_FILES+=usr/libexec/kimpersonate
2899 OLD_FILES+=usr/libexec/kpasswdd
2900 OLD_FILES+=usr/sbin/kstash
2901 OLD_FILES+=usr/sbin/ktutil
2902 OLD_FILES+=usr/sbin/iprop-log
2903 OLD_FILES+=usr/share/info/heimdal.info.gz
2904 OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
2905 OLD_FILES+=usr/share/man/man1/kf.1.gz
2906 OLD_FILES+=usr/share/man/man1/kinit.1.gz
2907 OLD_FILES+=usr/share/man/man1/klist.1.gz
2908 OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
2909 OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
2910 OLD_FILES+=usr/share/man/man1/kswitch.1.gz
2911 OLD_FILES+=usr/share/man/man3/HDB.3.gz
2912 OLD_FILES+=usr/share/man/man3/hdb__del.3.gz
2913 OLD_FILES+=usr/share/man/man3/hdb__get.3.gz
2914 OLD_FILES+=usr/share/man/man3/hdb__put.3.gz
2915 OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz
2916 OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz
2917 OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz
2918 OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz
2919 OLD_FILES+=usr/share/man/man3/hdb_close.3.gz
2920 OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz
2921 OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz
2922 OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz
2923 OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz
2924 OLD_FILES+=usr/share/man/man3/hdb_free.3.gz
2925 OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz
2926 OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz
2927 OLD_FILES+=usr/share/man/man3/hdb_name.3.gz
2928 OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz
2929 OLD_FILES+=usr/share/man/man3/hdb_open.3.gz
2930 OLD_FILES+=usr/share/man/man3/hdb_password.3.gz
2931 OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz
2932 OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz
2933 OLD_FILES+=usr/share/man/man3/hdb_store.3.gz
2934 OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz
2935 OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz
2936 OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz
2937 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz
2938 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz
2939 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz
2940 OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz
2941 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz
2942 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz
2943 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz
2944 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz
2945 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz
2946 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz
2947 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz
2948 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz
2949 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz
2950 OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz
2951 OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz
2952 OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz
2953 OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz
2954 OLD_FILES+=usr/share/man/man3/hx509.3.gz
2955 OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz
2956 OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz
2957 OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz
2958 OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz
2959 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz
2960 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz
2961 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz
2962 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz
2963 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz
2964 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz
2965 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz
2966 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz
2967 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz
2968 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz
2969 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz
2970 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz
2971 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz
2972 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz
2973 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz
2974 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz
2975 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz
2976 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz
2977 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz
2978 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz
2979 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz
2980 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz
2981 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz
2982 OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz
2983 OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz
2984 OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz
2985 OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz
2986 OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz
2987 OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz
2988 OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz
2989 OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz
2990 OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz
2991 OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz
2992 OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz
2993 OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz
2994 OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz
2995 OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz
2996 OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz
2997 OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz
2998 OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz
2999 OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz
3000 OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz
3001 OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz
3002 OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz
3003 OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz
3004 OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz
3005 OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz
3006 OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz
3007 OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz
3008 OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz
3009 OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz
3010 OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz
3011 OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz
3012 OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz
3013 OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz
3014 OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz
3015 OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz
3016 OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz
3017 OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz
3018 OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz
3019 OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz
3020 OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz
3021 OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz
3022 OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz
3023 OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz
3024 OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz
3025 OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz
3026 OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz
3027 OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz
3028 OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz
3029 OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz
3030 OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz
3031 OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz
3032 OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz
3033 OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz
3034 OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz
3035 OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz
3036 OLD_FILES+=usr/share/man/man3/hx509_env.3.gz
3037 OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz
3038 OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz
3039 OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz
3040 OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz
3041 OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz
3042 OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz
3043 OLD_FILES+=usr/share/man/man3/hx509_err.3.gz
3044 OLD_FILES+=usr/share/man/man3/hx509_error.3.gz
3045 OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz
3046 OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz
3047 OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz
3048 OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz
3049 OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz
3050 OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz
3051 OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz
3052 OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz
3053 OLD_FILES+=usr/share/man/man3/hx509_name.3.gz
3054 OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz
3055 OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz
3056 OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz
3057 OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz
3058 OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz
3059 OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz
3060 OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz
3061 OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz
3062 OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz
3063 OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz
3064 OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz
3065 OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz
3066 OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz
3067 OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz
3068 OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz
3069 OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz
3070 OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz
3071 OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz
3072 OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz
3073 OLD_FILES+=usr/share/man/man3/hx509_print.3.gz
3074 OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz
3075 OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz
3076 OLD_FILES+=usr/share/man/man3/hx509_query.3.gz
3077 OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz
3078 OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz
3079 OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz
3080 OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz
3081 OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz
3082 OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz
3083 OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz
3084 OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz
3085 OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz
3086 OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz
3087 OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz
3088 OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz
3089 OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz
3090 OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz
3091 OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz
3092 OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz
3093 OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz
3094 OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz
3095 OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz
3096 OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz
3097 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz
3098 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz
3099 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz
3100 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz
3101 OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz
3102 OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz
3103 OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz
3104 OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz
3105 OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz
3106 OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz
3107 OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz
3108 OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz
3109 OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz
3110 OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz
3111 OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz
3112 OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz
3113 OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz
3114 OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz
3115 OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
3116 OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
3117 OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
3118 OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
3119 OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
3120 OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz
3121 OLD_FILES+=usr/share/man/man3/kafs.3.gz
3122 OLD_FILES+=usr/share/man/man3/kafs5.3.gz
3123 OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
3124 OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
3125 OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
3126 OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
3127 OLD_FILES+=usr/share/man/man3/krb5.3.gz
3128 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
3129 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz
3130 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
3131 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
3132 OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
3133 OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz
3134 OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
3135 OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz
3136 OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz
3137 OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz
3138 OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz
3139 OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
3140 OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
3141 OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
3142 OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
3143 OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
3144 OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
3145 OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz
3146 OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
3147 OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
3148 OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
3149 OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz
3150 OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
3151 OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
3152 OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
3153 OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
3154 OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
3155 OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
3156 OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
3157 OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz
3158 OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
3159 OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
3160 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
3161 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
3162 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
3163 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
3164 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
3165 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
3166 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
3167 OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
3168 OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
3169 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
3170 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
3171 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
3172 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
3173 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
3174 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
3175 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
3176 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
3177 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
3178 OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
3179 OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
3180 OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
3181 OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
3182 OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
3183 OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
3184 OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
3185 OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
3186 OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
3187 OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
3188 OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
3189 OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
3190 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
3191 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
3192 OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz
3193 OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
3194 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz
3195 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz
3196 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz
3197 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz
3198 OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz
3199 OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
3200 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
3201 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz
3202 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz
3203 OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
3204 OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
3205 OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
3206 OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
3207 OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
3208 OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz
3209 OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz
3210 OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz
3211 OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz
3212 OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz
3213 OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz
3214 OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
3215 OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
3216 OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz
3217 OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
3218 OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
3219 OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
3220 OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
3221 OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz
3222 OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz
3223 OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz
3224 OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
3225 OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
3226 OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
3227 OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
3228 OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
3229 OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz
3230 OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
3231 OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
3232 OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz
3233 OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz
3234 OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz
3235 OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
3236 OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz
3237 OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz
3238 OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
3239 OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz
3240 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz
3241 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz
3242 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz
3243 OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz
3244 OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz
3245 OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
3246 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
3247 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
3248 OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
3249 OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz
3250 OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz
3251 OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz
3252 OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
3253 OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
3254 OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz
3255 OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz
3256 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz
3257 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
3258 OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz
3259 OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz
3260 OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
3261 OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz
3262 OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz
3263 OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
3264 OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz
3265 OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz
3266 OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz
3267 OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz
3268 OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz
3269 OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz
3270 OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz
3271 OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz
3272 OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz
3273 OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz
3274 OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
3275 OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
3276 OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz
3277 OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz
3278 OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz
3279 OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
3280 OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz
3281 OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz
3282 OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz
3283 OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
3284 OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz
3285 OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
3286 OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz
3287 OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz
3288 OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
3289 OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz
3290 OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz
3291 OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
3292 OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz
3293 OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz
3294 OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz
3295 OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz
3296 OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz
3297 OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
3298 OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz
3299 OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
3300 OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz
3301 OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
3302 OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz
3303 OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
3304 OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
3305 OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
3306 OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
3307 OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
3308 OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz
3309 OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz
3310 OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
3311 OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz
3312 OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
3313 OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
3314 OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
3315 OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz
3316 OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz
3317 OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz
3318 OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz
3319 OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz
3320 OLD_FILES+=usr/share/man/man3/krb5_error.3.gz
3321 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
3322 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz
3323 OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
3324 OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz
3325 OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
3326 OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
3327 OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
3328 OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz
3329 OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
3330 OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz
3331 OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz
3332 OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz
3333 OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
3334 OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
3335 OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz
3336 OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
3337 OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz
3338 OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz
3339 OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
3340 OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
3341 OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz
3342 OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz
3343 OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz
3344 OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
3345 OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz
3346 OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz
3347 OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
3348 OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
3349 OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz
3350 OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz
3351 OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
3352 OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
3353 OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz
3354 OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz
3355 OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
3356 OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
3357 OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
3358 OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz
3359 OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz
3360 OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz
3361 OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
3362 OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
3363 OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz
3364 OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
3365 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz
3366 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz
3367 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz
3368 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
3369 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz
3370 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz
3371 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz
3372 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz
3373 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz
3374 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz
3375 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz
3376 OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz
3377 OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
3378 OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
3379 OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
3380 OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
3381 OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz
3382 OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz
3383 OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz
3384 OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
3385 OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
3386 OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
3387 OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz
3388 OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
3389 OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz
3390 OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz
3391 OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz
3392 OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz
3393 OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz
3394 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz
3395 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz
3396 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz
3397 OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz
3398 OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz
3399 OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
3400 OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz
3401 OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz
3402 OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
3403 OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz
3404 OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz
3405 OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz
3406 OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz
3407 OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
3408 OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz
3409 OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz
3410 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz
3411 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz
3412 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz
3413 OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
3414 OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
3415 OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
3416 OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
3417 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
3418 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
3419 OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
3420 OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
3421 OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
3422 OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
3423 OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
3424 OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
3425 OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz
3426 OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
3427 OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz
3428 OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
3429 OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
3430 OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
3431 OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz
3432 OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
3433 OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
3434 OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz
3435 OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
3436 OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
3437 OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
3438 OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
3439 OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
3440 OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
3441 OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
3442 OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
3443 OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
3444 OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
3445 OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
3446 OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
3447 OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
3448 OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
3449 OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
3450 OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
3451 OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz
3452 OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz
3453 OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz
3454 OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
3455 OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
3456 OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
3457 OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
3458 OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz
3459 OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz
3460 OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz
3461 OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
3462 OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
3463 OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
3464 OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
3465 OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
3466 OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
3467 OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz
3468 OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
3469 OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
3470 OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz
3471 OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz
3472 OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
3473 OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz
3474 OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
3475 OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
3476 OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz
3477 OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
3478 OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
3479 OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz
3480 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz
3481 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz
3482 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz
3483 OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz
3484 OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz
3485 OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
3486 OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
3487 OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz
3488 OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz
3489 OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz
3490 OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz
3491 OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz
3492 OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz
3493 OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz
3494 OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz
3495 OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz
3496 OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz
3497 OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz
3498 OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz
3499 OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz
3500 OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz
3501 OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz
3502 OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz
3503 OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz
3504 OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz
3505 OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz
3506 OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
3507 OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz
3508 OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz
3509 OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz
3510 OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz
3511 OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz
3512 OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz
3513 OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz
3514 OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz
3515 OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz
3516 OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
3517 OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz
3518 OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz
3519 OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
3520 OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
3521 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
3522 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
3523 OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
3524 OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
3525 OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz
3526 OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz
3527 OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz
3528 OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz
3529 OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz
3530 OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz
3531 OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz
3532 OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz
3533 OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz
3534 OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz
3535 OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz
3536 OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz
3537 OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz
3538 OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz
3539 OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz
3540 OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz
3541 OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz
3542 OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz
3543 OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz
3544 OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz
3545 OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz
3546 OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz
3547 OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz
3548 OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz
3549 OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz
3550 OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz
3551 OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz
3552 OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz
3553 OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz
3554 OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz
3555 OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz
3556 OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz
3557 OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz
3558 OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz
3559 OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz
3560 OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz
3561 OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
3562 OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz
3563 OLD_FILES+=usr/share/man/man3/krb5_support.3.gz
3564 OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
3565 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz
3566 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz
3567 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz
3568 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz
3569 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz
3570 OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
3571 OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
3572 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
3573 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
3574 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
3575 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
3576 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
3577 OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
3578 OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz
3579 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
3580 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz
3581 OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
3582 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
3583 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
3584 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
3585 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
3586 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
3587 OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
3588 OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
3589 OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
3590 OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
3591 OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
3592 OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz
3593 OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
3594 OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
3595 OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
3596 OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz
3597 OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz
3598 OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz
3599 OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz
3600 OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz
3601 OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
3602 OLD_FILES+=usr/share/man/man8/hprop.8.gz
3603 OLD_FILES+=usr/share/man/man8/hpropd.8.gz
3604 OLD_FILES+=usr/share/man/man8/iprop-log.8.gz
3605 OLD_FILES+=usr/share/man/man8/iprop.8.gz
3606 OLD_FILES+=usr/share/man/man8/kadmin.8.gz
3607 OLD_FILES+=usr/share/man/man8/kadmind.8.gz
3608 OLD_FILES+=usr/share/man/man8/kcm.8.gz
3609 OLD_FILES+=usr/share/man/man8/kdc.8.gz
3610 OLD_FILES+=usr/share/man/man8/kdigest.8.gz
3611 OLD_FILES+=usr/share/man/man8/kerberos.8.gz
3612 OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz
3613 OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
3614 OLD_FILES+=usr/share/man/man8/kstash.8.gz
3615 OLD_FILES+=usr/share/man/man8/ktutil.8.gz
3616 OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
3617 OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
3618 OLD_FILES+=usr/share/man/man8/string2key.8.gz
3619 OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3620 .endif
3621
3622 .if ${MK_LDNS} == no
3623 OLD_FILES+=usr/lib/private/libldns.a
3624 OLD_FILES+=usr/lib/private/libldns.so
3625 OLD_LIBS+=usr/lib/private/libldns.so.5
3626 OLD_FILES+=usr/lib/private/libldns_p.a
3627 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3628 OLD_FILES+=usr/lib32/private/libldns.a
3629 OLD_FILES+=usr/lib32/private/libldns.so
3630 OLD_LIBS+=usr/lib32/private/libldns.so.5
3631 OLD_FILES+=usr/lib32/private/libldns_p.a
3632 .endif
3633 .endif
3634
3635 .if ${MK_LDNS_UTILS} == no
3636 OLD_FILES+=usr/bin/drill
3637 OLD_FILES+=usr/share/man/man1/drill.1.gz
3638 OLD_FILES+=usr/bin/host
3639 OLD_FILES+=usr/share/man/man1/host.1.gz
3640 .endif
3641
3642 #.if ${MK_LIB32} == no
3643 # to be filled in
3644 #.endif
3645
3646 .if ${MK_LIBCPLUSPLUS} == no
3647 OLD_LIBS+=lib/libcxxrt.so.1
3648 OLD_FILES+=usr/lib/libc++.a
3649 OLD_FILES+=usr/lib/libc++_p.a
3650 OLD_FILES+=usr/lib/libc++.so
3651 OLD_LIBS+=usr/lib/libc++.so.1
3652 OLD_FILES+=usr/lib/libcxxrt.a
3653 OLD_FILES+=usr/lib/libcxxrt.so
3654 OLD_FILES+=usr/lib/libcxxrt_p.a
3655 OLD_FILES+=usr/include/c++/v1/__bit_reference
3656 OLD_FILES+=usr/include/c++/v1/__config
3657 OLD_FILES+=usr/include/c++/v1/__debug
3658 OLD_FILES+=usr/include/c++/v1/__functional_03
3659 OLD_FILES+=usr/include/c++/v1/__functional_base
3660 OLD_FILES+=usr/include/c++/v1/__functional_base_03
3661 OLD_FILES+=usr/include/c++/v1/__hash_table
3662 OLD_FILES+=usr/include/c++/v1/__locale
3663 OLD_FILES+=usr/include/c++/v1/__mutex_base
3664 OLD_FILES+=usr/include/c++/v1/__refstring
3665 OLD_FILES+=usr/include/c++/v1/__split_buffer
3666 OLD_FILES+=usr/include/c++/v1/__sso_allocator
3667 OLD_FILES+=usr/include/c++/v1/__std_stream
3668 OLD_FILES+=usr/include/c++/v1/__tree
3669 OLD_FILES+=usr/include/c++/v1/__tuple
3670 OLD_FILES+=usr/include/c++/v1/__tuple_03
3671 OLD_FILES+=usr/include/c++/v1/__undef_min_max
3672 OLD_FILES+=usr/include/c++/v1/algorithm
3673 OLD_FILES+=usr/include/c++/v1/array
3674 OLD_FILES+=usr/include/c++/v1/atomic
3675 OLD_FILES+=usr/include/c++/v1/bitset
3676 OLD_FILES+=usr/include/c++/v1/cassert
3677 OLD_FILES+=usr/include/c++/v1/ccomplex
3678 OLD_FILES+=usr/include/c++/v1/cctype
3679 OLD_FILES+=usr/include/c++/v1/cerrno
3680 OLD_FILES+=usr/include/c++/v1/cfenv
3681 OLD_FILES+=usr/include/c++/v1/cfloat
3682 OLD_FILES+=usr/include/c++/v1/chrono
3683 OLD_FILES+=usr/include/c++/v1/cinttypes
3684 OLD_FILES+=usr/include/c++/v1/ciso646
3685 OLD_FILES+=usr/include/c++/v1/climits
3686 OLD_FILES+=usr/include/c++/v1/clocale
3687 OLD_FILES+=usr/include/c++/v1/cmath
3688 OLD_FILES+=usr/include/c++/v1/codecvt
3689 OLD_FILES+=usr/include/c++/v1/complex
3690 OLD_FILES+=usr/include/c++/v1/complex.h
3691 OLD_FILES+=usr/include/c++/v1/condition_variable
3692 OLD_FILES+=usr/include/c++/v1/csetjmp
3693 OLD_FILES+=usr/include/c++/v1/csignal
3694 OLD_FILES+=usr/include/c++/v1/cstdarg
3695 OLD_FILES+=usr/include/c++/v1/cstdbool
3696 OLD_FILES+=usr/include/c++/v1/cstddef
3697 OLD_FILES+=usr/include/c++/v1/cstdint
3698 OLD_FILES+=usr/include/c++/v1/cstdio
3699 OLD_FILES+=usr/include/c++/v1/cstdlib
3700 OLD_FILES+=usr/include/c++/v1/cstring
3701 OLD_FILES+=usr/include/c++/v1/ctgmath
3702 OLD_FILES+=usr/include/c++/v1/ctime
3703 OLD_FILES+=usr/include/c++/v1/cwchar
3704 OLD_FILES+=usr/include/c++/v1/cwctype
3705 OLD_FILES+=usr/include/c++/v1/cxxabi.h
3706 OLD_FILES+=usr/include/c++/v1/deque
3707 OLD_FILES+=usr/include/c++/v1/exception
3708 OLD_FILES+=usr/include/c++/v1/experimental/__config
3709 OLD_FILES+=usr/include/c++/v1/experimental/dynarray
3710 OLD_FILES+=usr/include/c++/v1/experimental/optional
3711 OLD_FILES+=usr/include/c++/v1/experimental/string_view
3712 OLD_FILES+=usr/include/c++/v1/experimental/type_traits
3713 OLD_FILES+=usr/include/c++/v1/experimental/utility
3714 OLD_FILES+=usr/include/c++/v1/ext/__hash
3715 OLD_FILES+=usr/include/c++/v1/ext/hash_map
3716 OLD_FILES+=usr/include/c++/v1/ext/hash_set
3717 OLD_FILES+=usr/include/c++/v1/forward_list
3718 OLD_FILES+=usr/include/c++/v1/fstream
3719 OLD_FILES+=usr/include/c++/v1/functional
3720 OLD_FILES+=usr/include/c++/v1/future
3721 OLD_FILES+=usr/include/c++/v1/initializer_list
3722 OLD_FILES+=usr/include/c++/v1/iomanip
3723 OLD_FILES+=usr/include/c++/v1/ios
3724 OLD_FILES+=usr/include/c++/v1/iosfwd
3725 OLD_FILES+=usr/include/c++/v1/iostream
3726 OLD_FILES+=usr/include/c++/v1/istream
3727 OLD_FILES+=usr/include/c++/v1/iterator
3728 OLD_FILES+=usr/include/c++/v1/limits
3729 OLD_FILES+=usr/include/c++/v1/list
3730 OLD_FILES+=usr/include/c++/v1/locale
3731 OLD_FILES+=usr/include/c++/v1/map
3732 OLD_FILES+=usr/include/c++/v1/memory
3733 OLD_FILES+=usr/include/c++/v1/mutex
3734 OLD_FILES+=usr/include/c++/v1/new
3735 OLD_FILES+=usr/include/c++/v1/numeric
3736 OLD_FILES+=usr/include/c++/v1/ostream
3737 OLD_FILES+=usr/include/c++/v1/queue
3738 OLD_FILES+=usr/include/c++/v1/random
3739 OLD_FILES+=usr/include/c++/v1/ratio
3740 OLD_FILES+=usr/include/c++/v1/regex
3741 OLD_FILES+=usr/include/c++/v1/scoped_allocator
3742 OLD_FILES+=usr/include/c++/v1/set
3743 OLD_FILES+=usr/include/c++/v1/shared_mutex
3744 OLD_FILES+=usr/include/c++/v1/sstream
3745 OLD_FILES+=usr/include/c++/v1/stack
3746 OLD_FILES+=usr/include/c++/v1/stdexcept
3747 OLD_FILES+=usr/include/c++/v1/streambuf
3748 OLD_FILES+=usr/include/c++/v1/string
3749 OLD_FILES+=usr/include/c++/v1/strstream
3750 OLD_FILES+=usr/include/c++/v1/system_error
3751 OLD_FILES+=usr/include/c++/v1/tgmath.h
3752 OLD_FILES+=usr/include/c++/v1/thread
3753 OLD_FILES+=usr/include/c++/v1/tr1/__bit_reference
3754 OLD_FILES+=usr/include/c++/v1/tr1/__config
3755 OLD_FILES+=usr/include/c++/v1/tr1/__debug
3756 OLD_FILES+=usr/include/c++/v1/tr1/__functional_03
3757 OLD_FILES+=usr/include/c++/v1/tr1/__functional_base
3758 OLD_FILES+=usr/include/c++/v1/tr1/__functional_base_03
3759 OLD_FILES+=usr/include/c++/v1/tr1/__hash_table
3760 OLD_FILES+=usr/include/c++/v1/tr1/__locale
3761 OLD_FILES+=usr/include/c++/v1/tr1/__mutex_base
3762 OLD_FILES+=usr/include/c++/v1/tr1/__refstring
3763 OLD_FILES+=usr/include/c++/v1/tr1/__split_buffer
3764 OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator
3765 OLD_FILES+=usr/include/c++/v1/tr1/__std_stream
3766 OLD_FILES+=usr/include/c++/v1/tr1/__tree
3767 OLD_FILES+=usr/include/c++/v1/tr1/__tuple
3768 OLD_FILES+=usr/include/c++/v1/tr1/__tuple_03
3769 OLD_FILES+=usr/include/c++/v1/tr1/__undef_min_max
3770 OLD_FILES+=usr/include/c++/v1/tr1/algorithm
3771 OLD_FILES+=usr/include/c++/v1/tr1/array
3772 OLD_FILES+=usr/include/c++/v1/tr1/atomic
3773 OLD_FILES+=usr/include/c++/v1/tr1/bitset
3774 OLD_FILES+=usr/include/c++/v1/tr1/cassert
3775 OLD_FILES+=usr/include/c++/v1/tr1/ccomplex
3776 OLD_FILES+=usr/include/c++/v1/tr1/cctype
3777 OLD_FILES+=usr/include/c++/v1/tr1/cerrno
3778 OLD_FILES+=usr/include/c++/v1/tr1/cfenv
3779 OLD_FILES+=usr/include/c++/v1/tr1/cfloat
3780 OLD_FILES+=usr/include/c++/v1/tr1/chrono
3781 OLD_FILES+=usr/include/c++/v1/tr1/cinttypes
3782 OLD_FILES+=usr/include/c++/v1/tr1/ciso646
3783 OLD_FILES+=usr/include/c++/v1/tr1/climits
3784 OLD_FILES+=usr/include/c++/v1/tr1/clocale
3785 OLD_FILES+=usr/include/c++/v1/tr1/cmath
3786 OLD_FILES+=usr/include/c++/v1/tr1/codecvt
3787 OLD_FILES+=usr/include/c++/v1/tr1/complex
3788 OLD_FILES+=usr/include/c++/v1/tr1/complex.h
3789 OLD_FILES+=usr/include/c++/v1/tr1/condition_variable
3790 OLD_FILES+=usr/include/c++/v1/tr1/csetjmp
3791 OLD_FILES+=usr/include/c++/v1/tr1/csignal
3792 OLD_FILES+=usr/include/c++/v1/tr1/cstdarg
3793 OLD_FILES+=usr/include/c++/v1/tr1/cstdbool
3794 OLD_FILES+=usr/include/c++/v1/tr1/cstddef
3795 OLD_FILES+=usr/include/c++/v1/tr1/cstdint
3796 OLD_FILES+=usr/include/c++/v1/tr1/cstdio
3797 OLD_FILES+=usr/include/c++/v1/tr1/cstdlib
3798 OLD_FILES+=usr/include/c++/v1/tr1/cstring
3799 OLD_FILES+=usr/include/c++/v1/tr1/ctgmath
3800 OLD_FILES+=usr/include/c++/v1/tr1/ctime
3801 OLD_FILES+=usr/include/c++/v1/tr1/cwchar
3802 OLD_FILES+=usr/include/c++/v1/tr1/cwctype
3803 OLD_FILES+=usr/include/c++/v1/tr1/deque
3804 OLD_FILES+=usr/include/c++/v1/tr1/exception
3805 OLD_FILES+=usr/include/c++/v1/tr1/forward_list
3806 OLD_FILES+=usr/include/c++/v1/tr1/fstream
3807 OLD_FILES+=usr/include/c++/v1/tr1/functional
3808 OLD_FILES+=usr/include/c++/v1/tr1/future
3809 OLD_FILES+=usr/include/c++/v1/tr1/initializer_list
3810 OLD_FILES+=usr/include/c++/v1/tr1/iomanip
3811 OLD_FILES+=usr/include/c++/v1/tr1/ios
3812 OLD_FILES+=usr/include/c++/v1/tr1/iosfwd
3813 OLD_FILES+=usr/include/c++/v1/tr1/iostream
3814 OLD_FILES+=usr/include/c++/v1/tr1/istream
3815 OLD_FILES+=usr/include/c++/v1/tr1/iterator
3816 OLD_FILES+=usr/include/c++/v1/tr1/limits
3817 OLD_FILES+=usr/include/c++/v1/tr1/list
3818 OLD_FILES+=usr/include/c++/v1/tr1/locale
3819 OLD_FILES+=usr/include/c++/v1/tr1/map
3820 OLD_FILES+=usr/include/c++/v1/tr1/memory
3821 OLD_FILES+=usr/include/c++/v1/tr1/mutex
3822 OLD_FILES+=usr/include/c++/v1/tr1/new
3823 OLD_FILES+=usr/include/c++/v1/tr1/numeric
3824 OLD_FILES+=usr/include/c++/v1/tr1/ostream
3825 OLD_FILES+=usr/include/c++/v1/tr1/queue
3826 OLD_FILES+=usr/include/c++/v1/tr1/random
3827 OLD_FILES+=usr/include/c++/v1/tr1/ratio
3828 OLD_FILES+=usr/include/c++/v1/tr1/regex
3829 OLD_FILES+=usr/include/c++/v1/tr1/scoped_allocator
3830 OLD_FILES+=usr/include/c++/v1/tr1/set
3831 OLD_FILES+=usr/include/c++/v1/tr1/shared_mutex
3832 OLD_FILES+=usr/include/c++/v1/tr1/sstream
3833 OLD_FILES+=usr/include/c++/v1/tr1/stack
3834 OLD_FILES+=usr/include/c++/v1/tr1/stdexcept
3835 OLD_FILES+=usr/include/c++/v1/tr1/streambuf
3836 OLD_FILES+=usr/include/c++/v1/tr1/string
3837 OLD_FILES+=usr/include/c++/v1/tr1/strstream
3838 OLD_FILES+=usr/include/c++/v1/tr1/system_error
3839 OLD_FILES+=usr/include/c++/v1/tr1/tgmath.h
3840 OLD_FILES+=usr/include/c++/v1/tr1/thread
3841 OLD_FILES+=usr/include/c++/v1/tr1/tuple
3842 OLD_FILES+=usr/include/c++/v1/tr1/type_traits
3843 OLD_FILES+=usr/include/c++/v1/tr1/typeindex
3844 OLD_FILES+=usr/include/c++/v1/tr1/typeinfo
3845 OLD_FILES+=usr/include/c++/v1/tr1/unordered_map
3846 OLD_FILES+=usr/include/c++/v1/tr1/unordered_set
3847 OLD_FILES+=usr/include/c++/v1/tr1/utility
3848 OLD_FILES+=usr/include/c++/v1/tr1/valarray
3849 OLD_FILES+=usr/include/c++/v1/tr1/vector
3850 OLD_FILES+=usr/include/c++/v1/tuple
3851 OLD_FILES+=usr/include/c++/v1/type_traits
3852 OLD_FILES+=usr/include/c++/v1/typeindex
3853 OLD_FILES+=usr/include/c++/v1/typeinfo
3854 OLD_FILES+=usr/include/c++/v1/unordered_map
3855 OLD_FILES+=usr/include/c++/v1/unordered_set
3856 OLD_FILES+=usr/include/c++/v1/unwind-arm.h
3857 OLD_FILES+=usr/include/c++/v1/unwind-itanium.h
3858 OLD_FILES+=usr/include/c++/v1/unwind.h
3859 OLD_FILES+=usr/include/c++/v1/utility
3860 OLD_FILES+=usr/include/c++/v1/valarray
3861 OLD_FILES+=usr/include/c++/v1/vector
3862 OLD_FILES+=usr/lib32/libc++.a
3863 OLD_FILES+=usr/lib32/libc++.so
3864 OLD_LIBS+=usr/lib32/libc++.so.1
3865 OLD_FILES+=usr/lib32/libc++_p.a
3866 OLD_FILES+=usr/lib32/libcxxrt.a
3867 OLD_FILES+=usr/lib32/libcxxrt.so
3868 OLD_LIBS+=usr/lib32/libcxxrt.so.1
3869 OLD_FILES+=usr/lib32/libcxxrt_p.a
3870 OLD_DIRS+=usr/include/c++/v1/experimental
3871 OLD_DIRS+=usr/include/c++/v1/ext
3872 OLD_DIRS+=usr/include/c++/v1
3873 .endif
3874
3875 #.if ${MK_LIBTHR} == no
3876 # to be filled in
3877 #.endif
3878
3879 .if ${MK_LOCALES} == no
3880 OLD_FILES+=usr/share/locale/UTF-8/LC_CTYPE
3881 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE
3882 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE
3883 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MESSAGES
3884 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MONETARY
3885 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_NUMERIC
3886 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_TIME
3887 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE
3888 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE
3889 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MESSAGES
3890 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MONETARY
3891 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_NUMERIC
3892 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_TIME
3893 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_COLLATE
3894 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_CTYPE
3895 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MESSAGES
3896 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MONETARY
3897 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_NUMERIC
3898 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_TIME
3899 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_COLLATE
3900 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_CTYPE
3901 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MESSAGES
3902 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MONETARY
3903 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_NUMERIC
3904 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_TIME
3905 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_COLLATE
3906 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_CTYPE
3907 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MESSAGES
3908 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MONETARY
3909 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_NUMERIC
3910 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_TIME
3911 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_COLLATE
3912 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_CTYPE
3913 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MESSAGES
3914 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MONETARY
3915 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_NUMERIC
3916 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_TIME
3917 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_COLLATE
3918 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_CTYPE
3919 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MESSAGES
3920 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MONETARY
3921 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_NUMERIC
3922 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_TIME
3923 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_COLLATE
3924 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_CTYPE
3925 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MESSAGES
3926 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MONETARY
3927 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_NUMERIC
3928 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_TIME
3929 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_COLLATE
3930 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_CTYPE
3931 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MESSAGES
3932 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MONETARY
3933 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_NUMERIC
3934 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_TIME
3935 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_COLLATE
3936 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_CTYPE
3937 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MESSAGES
3938 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MONETARY
3939 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_NUMERIC
3940 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_TIME
3941 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_COLLATE
3942 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_CTYPE
3943 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MESSAGES
3944 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MONETARY
3945 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_NUMERIC
3946 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_TIME
3947 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_COLLATE
3948 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_CTYPE
3949 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MESSAGES
3950 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MONETARY
3951 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_NUMERIC
3952 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_TIME
3953 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_COLLATE
3954 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_CTYPE
3955 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MESSAGES
3956 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MONETARY
3957 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_NUMERIC
3958 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_TIME
3959 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_COLLATE
3960 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_CTYPE
3961 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MESSAGES
3962 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MONETARY
3963 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_NUMERIC
3964 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_TIME
3965 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_COLLATE
3966 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_CTYPE
3967 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MESSAGES
3968 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MONETARY
3969 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_NUMERIC
3970 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_TIME
3971 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_COLLATE
3972 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_CTYPE
3973 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MESSAGES
3974 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MONETARY
3975 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_NUMERIC
3976 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_TIME
3977 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_COLLATE
3978 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_CTYPE
3979 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MESSAGES
3980 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MONETARY
3981 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_NUMERIC
3982 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_TIME
3983 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_COLLATE
3984 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_CTYPE
3985 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MESSAGES
3986 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MONETARY
3987 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_NUMERIC
3988 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_TIME
3989 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_COLLATE
3990 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_CTYPE
3991 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MESSAGES
3992 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MONETARY
3993 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_NUMERIC
3994 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_TIME
3995 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_COLLATE
3996 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE
3997 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MESSAGES
3998 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MONETARY
3999 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_NUMERIC
4000 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_TIME
4001 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_COLLATE
4002 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_CTYPE
4003 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MESSAGES
4004 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MONETARY
4005 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_NUMERIC
4006 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_TIME
4007 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_COLLATE
4008 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_CTYPE
4009 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MESSAGES
4010 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MONETARY
4011 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_NUMERIC
4012 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_TIME
4013 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE
4014 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_CTYPE
4015 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MESSAGES
4016 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MONETARY
4017 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_NUMERIC
4018 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_TIME
4019 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_COLLATE
4020 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_CTYPE
4021 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MESSAGES
4022 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MONETARY
4023 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_NUMERIC
4024 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_TIME
4025 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_COLLATE
4026 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_CTYPE
4027 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MESSAGES
4028 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MONETARY
4029 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_NUMERIC
4030 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_TIME
4031 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_COLLATE
4032 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_CTYPE
4033 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MESSAGES
4034 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MONETARY
4035 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_NUMERIC
4036 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_TIME
4037 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_COLLATE
4038 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_CTYPE
4039 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MESSAGES
4040 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MONETARY
4041 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_NUMERIC
4042 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_TIME
4043 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_COLLATE
4044 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_CTYPE
4045 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MESSAGES
4046 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MONETARY
4047 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_NUMERIC
4048 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_TIME
4049 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_COLLATE
4050 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_CTYPE
4051 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MESSAGES
4052 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MONETARY
4053 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_NUMERIC
4054 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_TIME
4055 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_COLLATE
4056 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_CTYPE
4057 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MESSAGES
4058 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MONETARY
4059 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_NUMERIC
4060 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_TIME
4061 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_COLLATE
4062 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_CTYPE
4063 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MESSAGES
4064 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MONETARY
4065 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_NUMERIC
4066 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_TIME
4067 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_COLLATE
4068 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_CTYPE
4069 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MESSAGES
4070 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MONETARY
4071 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_NUMERIC
4072 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_TIME
4073 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_COLLATE
4074 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_CTYPE
4075 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MESSAGES
4076 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MONETARY
4077 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_NUMERIC
4078 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_TIME
4079 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_COLLATE
4080 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_CTYPE
4081 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MESSAGES
4082 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MONETARY
4083 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_NUMERIC
4084 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_TIME
4085 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_COLLATE
4086 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_CTYPE
4087 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MESSAGES
4088 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MONETARY
4089 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_NUMERIC
4090 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_TIME
4091 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_COLLATE
4092 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_CTYPE
4093 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MESSAGES
4094 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MONETARY
4095 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_NUMERIC
4096 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_TIME
4097 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_COLLATE
4098 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_CTYPE
4099 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MESSAGES
4100 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MONETARY
4101 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_NUMERIC
4102 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_TIME
4103 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_COLLATE
4104 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_CTYPE
4105 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MESSAGES
4106 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MONETARY
4107 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_NUMERIC
4108 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_TIME
4109 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_COLLATE
4110 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_CTYPE
4111 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MESSAGES
4112 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MONETARY
4113 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_NUMERIC
4114 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_TIME
4115 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_COLLATE
4116 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_CTYPE
4117 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MESSAGES
4118 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MONETARY
4119 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_NUMERIC
4120 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_TIME
4121 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_COLLATE
4122 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_CTYPE
4123 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MESSAGES
4124 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MONETARY
4125 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_NUMERIC
4126 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_TIME
4127 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_COLLATE
4128 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_CTYPE
4129 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MESSAGES
4130 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MONETARY
4131 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_NUMERIC
4132 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_TIME
4133 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_COLLATE
4134 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_CTYPE
4135 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES
4136 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MONETARY
4137 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_NUMERIC
4138 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_TIME
4139 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_COLLATE
4140 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_CTYPE
4141 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MESSAGES
4142 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MONETARY
4143 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_NUMERIC
4144 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_TIME
4145 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_COLLATE
4146 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_CTYPE
4147 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MESSAGES
4148 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MONETARY
4149 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_NUMERIC
4150 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_TIME
4151 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_COLLATE
4152 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_CTYPE
4153 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MESSAGES
4154 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MONETARY
4155 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_NUMERIC
4156 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_TIME
4157 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_COLLATE
4158 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_CTYPE
4159 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MESSAGES
4160 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MONETARY
4161 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_NUMERIC
4162 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_TIME
4163 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_COLLATE
4164 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_CTYPE
4165 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MESSAGES
4166 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MONETARY
4167 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_NUMERIC
4168 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_TIME
4169 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_COLLATE
4170 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_CTYPE
4171 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MESSAGES
4172 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MONETARY
4173 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_NUMERIC
4174 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_TIME
4175 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_COLLATE
4176 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_CTYPE
4177 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MESSAGES
4178 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MONETARY
4179 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_NUMERIC
4180 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_TIME
4181 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_COLLATE
4182 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_CTYPE
4183 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MESSAGES
4184 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MONETARY
4185 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_NUMERIC
4186 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_TIME
4187 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_COLLATE
4188 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_CTYPE
4189 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MESSAGES
4190 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MONETARY
4191 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_NUMERIC
4192 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_TIME
4193 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_COLLATE
4194 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_CTYPE
4195 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MESSAGES
4196 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MONETARY
4197 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_NUMERIC
4198 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_TIME
4199 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_COLLATE
4200 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_CTYPE
4201 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MESSAGES
4202 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MONETARY
4203 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_NUMERIC
4204 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_TIME
4205 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_COLLATE
4206 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_CTYPE
4207 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MESSAGES
4208 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MONETARY
4209 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_NUMERIC
4210 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_TIME
4211 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_COLLATE
4212 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_CTYPE
4213 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MESSAGES
4214 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MONETARY
4215 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_NUMERIC
4216 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_TIME
4217 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_COLLATE
4218 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_CTYPE
4219 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MESSAGES
4220 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MONETARY
4221 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_NUMERIC
4222 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_TIME
4223 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_COLLATE
4224 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_CTYPE
4225 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MESSAGES
4226 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MONETARY
4227 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_NUMERIC
4228 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_TIME
4229 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_COLLATE
4230 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_CTYPE
4231 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MESSAGES
4232 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MONETARY
4233 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_NUMERIC
4234 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_TIME
4235 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_COLLATE
4236 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_CTYPE
4237 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MESSAGES
4238 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MONETARY
4239 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_NUMERIC
4240 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_TIME
4241 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_COLLATE
4242 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_CTYPE
4243 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MESSAGES
4244 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MONETARY
4245 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_NUMERIC
4246 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_TIME
4247 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_COLLATE
4248 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_CTYPE
4249 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MESSAGES
4250 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MONETARY
4251 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_NUMERIC
4252 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_TIME
4253 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_COLLATE
4254 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_CTYPE
4255 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MESSAGES
4256 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MONETARY
4257 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_NUMERIC
4258 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_TIME
4259 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_COLLATE
4260 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_CTYPE
4261 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MESSAGES
4262 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MONETARY
4263 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_NUMERIC
4264 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_TIME
4265 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_COLLATE
4266 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_CTYPE
4267 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MESSAGES
4268 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MONETARY
4269 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_NUMERIC
4270 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_TIME
4271 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_COLLATE
4272 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_CTYPE
4273 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MESSAGES
4274 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MONETARY
4275 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_NUMERIC
4276 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_TIME
4277 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_COLLATE
4278 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_CTYPE
4279 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MESSAGES
4280 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MONETARY
4281 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_NUMERIC
4282 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_TIME
4283 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_COLLATE
4284 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_CTYPE
4285 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MESSAGES
4286 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MONETARY
4287 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_NUMERIC
4288 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_TIME
4289 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_COLLATE
4290 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_CTYPE
4291 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MESSAGES
4292 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MONETARY
4293 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_NUMERIC
4294 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_TIME
4295 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_COLLATE
4296 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_CTYPE
4297 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MESSAGES
4298 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MONETARY
4299 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_NUMERIC
4300 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_TIME
4301 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_COLLATE
4302 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_CTYPE
4303 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MESSAGES
4304 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MONETARY
4305 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_NUMERIC
4306 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_TIME
4307 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_COLLATE
4308 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_CTYPE
4309 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MESSAGES
4310 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MONETARY
4311 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_NUMERIC
4312 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_TIME
4313 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_COLLATE
4314 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_CTYPE
4315 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MESSAGES
4316 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MONETARY
4317 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_NUMERIC
4318 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_TIME
4319 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_COLLATE
4320 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_CTYPE
4321 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MESSAGES
4322 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MONETARY
4323 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_NUMERIC
4324 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_TIME
4325 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_COLLATE
4326 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_CTYPE
4327 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MESSAGES
4328 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MONETARY
4329 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_NUMERIC
4330 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_TIME
4331 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_COLLATE
4332 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_CTYPE
4333 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MESSAGES
4334 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MONETARY
4335 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_NUMERIC
4336 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_TIME
4337 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_COLLATE
4338 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_CTYPE
4339 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MESSAGES
4340 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MONETARY
4341 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_NUMERIC
4342 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_TIME
4343 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_COLLATE
4344 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_CTYPE
4345 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MESSAGES
4346 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MONETARY
4347 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_NUMERIC
4348 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_TIME
4349 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_COLLATE
4350 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_CTYPE
4351 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MESSAGES
4352 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MONETARY
4353 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_NUMERIC
4354 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_TIME
4355 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_COLLATE
4356 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_CTYPE
4357 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MESSAGES
4358 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MONETARY
4359 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_NUMERIC
4360 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_TIME
4361 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_COLLATE
4362 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_CTYPE
4363 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MESSAGES
4364 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MONETARY
4365 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_NUMERIC
4366 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_TIME
4367 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_COLLATE
4368 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_CTYPE
4369 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MESSAGES
4370 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MONETARY
4371 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_NUMERIC
4372 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_TIME
4373 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_COLLATE
4374 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_CTYPE
4375 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MESSAGES
4376 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MONETARY
4377 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_NUMERIC
4378 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_TIME
4379 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE
4380 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_CTYPE
4381 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MESSAGES
4382 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MONETARY
4383 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_NUMERIC
4384 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_TIME
4385 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE
4386 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_CTYPE
4387 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES
4388 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MONETARY
4389 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_NUMERIC
4390 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_TIME
4391 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_COLLATE
4392 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_CTYPE
4393 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MESSAGES
4394 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MONETARY
4395 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_NUMERIC
4396 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_TIME
4397 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_COLLATE
4398 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_CTYPE
4399 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MESSAGES
4400 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MONETARY
4401 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_NUMERIC
4402 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_TIME
4403 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_COLLATE
4404 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_CTYPE
4405 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MESSAGES
4406 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MONETARY
4407 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_NUMERIC
4408 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_TIME
4409 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_COLLATE
4410 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_CTYPE
4411 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MESSAGES
4412 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MONETARY
4413 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_NUMERIC
4414 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_TIME
4415 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_COLLATE
4416 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_CTYPE
4417 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MESSAGES
4418 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MONETARY
4419 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_NUMERIC
4420 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_TIME
4421 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_COLLATE
4422 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_CTYPE
4423 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MESSAGES
4424 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MONETARY
4425 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_NUMERIC
4426 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_TIME
4427 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_COLLATE
4428 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_CTYPE
4429 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MESSAGES
4430 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MONETARY
4431 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_NUMERIC
4432 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_TIME
4433 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_COLLATE
4434 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_CTYPE
4435 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MESSAGES
4436 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MONETARY
4437 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_NUMERIC
4438 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_TIME
4439 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_COLLATE
4440 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_CTYPE
4441 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MESSAGES
4442 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MONETARY
4443 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_NUMERIC
4444 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_TIME
4445 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_COLLATE
4446 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_CTYPE
4447 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MESSAGES
4448 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MONETARY
4449 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_NUMERIC
4450 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_TIME
4451 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_COLLATE
4452 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_CTYPE
4453 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MESSAGES
4454 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MONETARY
4455 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_NUMERIC
4456 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_TIME
4457 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_COLLATE
4458 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_CTYPE
4459 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MESSAGES
4460 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MONETARY
4461 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_NUMERIC
4462 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_TIME
4463 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_COLLATE
4464 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_CTYPE
4465 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MESSAGES
4466 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MONETARY
4467 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_NUMERIC
4468 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_TIME
4469 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_COLLATE
4470 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_CTYPE
4471 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MESSAGES
4472 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MONETARY
4473 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_NUMERIC
4474 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_TIME
4475 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_COLLATE
4476 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_CTYPE
4477 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MESSAGES
4478 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MONETARY
4479 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_NUMERIC
4480 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_TIME
4481 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_COLLATE
4482 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_CTYPE
4483 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MESSAGES
4484 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MONETARY
4485 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_NUMERIC
4486 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_TIME
4487 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_COLLATE
4488 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_CTYPE
4489 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MESSAGES
4490 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MONETARY
4491 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_NUMERIC
4492 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_TIME
4493 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_COLLATE
4494 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_CTYPE
4495 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MESSAGES
4496 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MONETARY
4497 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_NUMERIC
4498 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_TIME
4499 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_COLLATE
4500 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_CTYPE
4501 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MESSAGES
4502 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MONETARY
4503 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_NUMERIC
4504 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_TIME
4505 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_COLLATE
4506 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_CTYPE
4507 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MESSAGES
4508 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MONETARY
4509 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_NUMERIC
4510 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_TIME
4511 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_COLLATE
4512 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_CTYPE
4513 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MESSAGES
4514 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MONETARY
4515 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_NUMERIC
4516 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_TIME
4517 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_COLLATE
4518 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_CTYPE
4519 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MESSAGES
4520 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MONETARY
4521 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_NUMERIC
4522 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_TIME
4523 OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_COLLATE
4524 OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_CTYPE
4525 OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_TIME
4526 OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_COLLATE
4527 OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_CTYPE
4528 OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_COLLATE
4529 OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_CTYPE
4530 OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_TIME
4531 OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_COLLATE
4532 OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_CTYPE
4533 OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_TIME
4534 OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_COLLATE
4535 OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_CTYPE
4536 OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_TIME
4537 OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_COLLATE
4538 OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_CTYPE
4539 OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_TIME
4540 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_COLLATE
4541 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_CTYPE
4542 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MESSAGES
4543 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MONETARY
4544 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_NUMERIC
4545 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_TIME
4546 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_COLLATE
4547 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_CTYPE
4548 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MESSAGES
4549 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MONETARY
4550 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_NUMERIC
4551 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_TIME
4552 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_COLLATE
4553 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_CTYPE
4554 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MESSAGES
4555 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MONETARY
4556 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_NUMERIC
4557 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_TIME
4558 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_COLLATE
4559 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_CTYPE
4560 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MESSAGES
4561 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MONETARY
4562 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_NUMERIC
4563 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_TIME
4564 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_COLLATE
4565 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_CTYPE
4566 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MESSAGES
4567 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MONETARY
4568 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_NUMERIC
4569 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_TIME
4570 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_COLLATE
4571 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_CTYPE
4572 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MESSAGES
4573 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MONETARY
4574 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_NUMERIC
4575 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_TIME
4576 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_COLLATE
4577 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_CTYPE
4578 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MESSAGES
4579 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MONETARY
4580 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_NUMERIC
4581 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_TIME
4582 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_COLLATE
4583 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_CTYPE
4584 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MESSAGES
4585 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MONETARY
4586 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_NUMERIC
4587 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_TIME
4588 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_COLLATE
4589 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_CTYPE
4590 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MESSAGES
4591 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MONETARY
4592 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_NUMERIC
4593 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_TIME
4594 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_COLLATE
4595 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_CTYPE
4596 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES
4597 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MONETARY
4598 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_NUMERIC
4599 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_TIME
4600 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_COLLATE
4601 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_CTYPE
4602 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MESSAGES
4603 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MONETARY
4604 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_NUMERIC
4605 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_TIME
4606 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_COLLATE
4607 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_CTYPE
4608 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MESSAGES
4609 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MONETARY
4610 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_NUMERIC
4611 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_TIME
4612 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_COLLATE
4613 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_CTYPE
4614 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MESSAGES
4615 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MONETARY
4616 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_NUMERIC
4617 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_TIME
4618 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_COLLATE
4619 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_CTYPE
4620 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MESSAGES
4621 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MONETARY
4622 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_NUMERIC
4623 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_TIME
4624 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_COLLATE
4625 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_CTYPE
4626 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MESSAGES
4627 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MONETARY
4628 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_NUMERIC
4629 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_TIME
4630 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_COLLATE
4631 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_CTYPE
4632 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES
4633 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MONETARY
4634 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_NUMERIC
4635 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_TIME
4636 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_COLLATE
4637 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_CTYPE
4638 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MESSAGES
4639 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MONETARY
4640 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_NUMERIC
4641 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_TIME
4642 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_COLLATE
4643 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_CTYPE
4644 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MESSAGES
4645 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MONETARY
4646 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_NUMERIC
4647 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_TIME
4648 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_COLLATE
4649 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_CTYPE
4650 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MESSAGES
4651 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MONETARY
4652 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_NUMERIC
4653 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_TIME
4654 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_COLLATE
4655 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_CTYPE
4656 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MESSAGES
4657 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MONETARY
4658 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_NUMERIC
4659 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_TIME
4660 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_COLLATE
4661 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_CTYPE
4662 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MESSAGES
4663 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MONETARY
4664 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_NUMERIC
4665 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_TIME
4666 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE
4667 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_CTYPE
4668 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MESSAGES
4669 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MONETARY
4670 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_NUMERIC
4671 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_TIME
4672 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_COLLATE
4673 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_CTYPE
4674 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MESSAGES
4675 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MONETARY
4676 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_NUMERIC
4677 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_TIME
4678 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_COLLATE
4679 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_CTYPE
4680 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES
4681 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MONETARY
4682 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_NUMERIC
4683 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_TIME
4684 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_COLLATE
4685 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_CTYPE
4686 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MESSAGES
4687 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MONETARY
4688 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_NUMERIC
4689 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_TIME
4690 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_COLLATE
4691 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_CTYPE
4692 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MESSAGES
4693 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MONETARY
4694 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_NUMERIC
4695 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_TIME
4696 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_COLLATE
4697 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_CTYPE
4698 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MESSAGES
4699 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MONETARY
4700 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_NUMERIC
4701 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_TIME
4702 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_COLLATE
4703 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_CTYPE
4704 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MESSAGES
4705 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MONETARY
4706 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_NUMERIC
4707 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_TIME
4708 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_COLLATE
4709 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_CTYPE
4710 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MESSAGES
4711 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MONETARY
4712 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_NUMERIC
4713 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_TIME
4714 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_COLLATE
4715 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_CTYPE
4716 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MESSAGES
4717 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MONETARY
4718 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_NUMERIC
4719 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_TIME
4720 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_COLLATE
4721 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_CTYPE
4722 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MESSAGES
4723 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MONETARY
4724 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_NUMERIC
4725 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_TIME
4726 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_COLLATE
4727 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_CTYPE
4728 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MESSAGES
4729 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MONETARY
4730 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_NUMERIC
4731 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_TIME
4732 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE
4733 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_CTYPE
4734 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MESSAGES
4735 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MONETARY
4736 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_NUMERIC
4737 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_TIME
4738 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_COLLATE
4739 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_CTYPE
4740 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES
4741 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MONETARY
4742 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_NUMERIC
4743 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_TIME
4744 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_COLLATE
4745 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_CTYPE
4746 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MESSAGES
4747 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MONETARY
4748 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_NUMERIC
4749 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_TIME
4750 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_COLLATE
4751 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_CTYPE
4752 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES
4753 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MONETARY
4754 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_NUMERIC
4755 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_TIME
4756 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_COLLATE
4757 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_CTYPE
4758 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MESSAGES
4759 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MONETARY
4760 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_NUMERIC
4761 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_TIME
4762 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_COLLATE
4763 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_CTYPE
4764 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MESSAGES
4765 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MONETARY
4766 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_NUMERIC
4767 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_TIME
4768 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_COLLATE
4769 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_CTYPE
4770 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MESSAGES
4771 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MONETARY
4772 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_NUMERIC
4773 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_TIME
4774 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_COLLATE
4775 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_CTYPE
4776 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MESSAGES
4777 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MONETARY
4778 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_NUMERIC
4779 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_TIME
4780 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_COLLATE
4781 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_CTYPE
4782 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MESSAGES
4783 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MONETARY
4784 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_NUMERIC
4785 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_TIME
4786 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_COLLATE
4787 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_CTYPE
4788 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MESSAGES
4789 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MONETARY
4790 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_NUMERIC
4791 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_TIME
4792 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE
4793 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_CTYPE
4794 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MESSAGES
4795 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MONETARY
4796 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_NUMERIC
4797 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_TIME
4798 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE
4799 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_CTYPE
4800 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MESSAGES
4801 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MONETARY
4802 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_NUMERIC
4803 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_TIME
4804 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_COLLATE
4805 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_CTYPE
4806 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MESSAGES
4807 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MONETARY
4808 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_NUMERIC
4809 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_TIME
4810 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_COLLATE
4811 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_CTYPE
4812 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MESSAGES
4813 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MONETARY
4814 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_NUMERIC
4815 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_TIME
4816 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_COLLATE
4817 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_CTYPE
4818 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MESSAGES
4819 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MONETARY
4820 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_NUMERIC
4821 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_TIME
4822 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_COLLATE
4823 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_CTYPE
4824 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MESSAGES
4825 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MONETARY
4826 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_NUMERIC
4827 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_TIME
4828 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE
4829 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_CTYPE
4830 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MESSAGES
4831 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MONETARY
4832 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_NUMERIC
4833 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_TIME
4834 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_COLLATE
4835 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_CTYPE
4836 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MESSAGES
4837 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MONETARY
4838 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_NUMERIC
4839 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_TIME
4840 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_COLLATE
4841 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_CTYPE
4842 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MESSAGES
4843 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MONETARY
4844 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_NUMERIC
4845 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_TIME
4846 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_COLLATE
4847 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_CTYPE
4848 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MESSAGES
4849 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MONETARY
4850 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_NUMERIC
4851 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_TIME
4852 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_COLLATE
4853 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_CTYPE
4854 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MESSAGES
4855 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MONETARY
4856 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_NUMERIC
4857 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_TIME
4858 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_COLLATE
4859 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_CTYPE
4860 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MESSAGES
4861 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MONETARY
4862 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_NUMERIC
4863 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_TIME
4864 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_COLLATE
4865 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_CTYPE
4866 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MESSAGES
4867 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MONETARY
4868 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_NUMERIC
4869 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_TIME
4870 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_COLLATE
4871 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_CTYPE
4872 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MESSAGES
4873 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MONETARY
4874 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_NUMERIC
4875 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_TIME
4876 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_COLLATE
4877 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_CTYPE
4878 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MESSAGES
4879 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MONETARY
4880 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_NUMERIC
4881 OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_TIME
4882 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_COLLATE
4883 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_CTYPE
4884 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MESSAGES
4885 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MONETARY
4886 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_NUMERIC
4887 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_TIME
4888 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE
4889 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE
4890 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES
4891 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY
4892 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
4893 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME
4894 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_COLLATE
4895 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_CTYPE
4896 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MESSAGES
4897 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MONETARY
4898 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_NUMERIC
4899 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_TIME
4900 OLD_FILES+=usr/tests/lib/libc/locale/Kyuafile
4901 OLD_FILES+=usr/tests/lib/libc/locale/io_test
4902 OLD_FILES+=usr/tests/lib/libc/locale/mbrtowc_test
4903 OLD_FILES+=usr/tests/lib/libc/locale/mbsnrtowcs_test
4904 OLD_FILES+=usr/tests/lib/libc/locale/mbstowcs_test
4905 OLD_FILES+=usr/tests/lib/libc/locale/mbtowc_test
4906 OLD_FILES+=usr/tests/lib/libc/locale/wcscspn_test
4907 OLD_FILES+=usr/tests/lib/libc/locale/wcspbrk_test
4908 OLD_FILES+=usr/tests/lib/libc/locale/wcsspn_test
4909 OLD_FILES+=usr/tests/lib/libc/locale/wcstod_test
4910 OLD_FILES+=usr/tests/lib/libc/locale/wctomb_test
4911 .endif
4912
4913 .if ${MK_LOCATE} == no
4914 OLD_FILES+=etc/locate.rc
4915 OLD_FILES+=etc/periodic/weekly/310.locate
4916 OLD_FILES+=usr/bin/locate
4917 OLD_FILES+=usr/libexec/locate.bigram
4918 OLD_FILES+=usr/libexec/locate.code
4919 OLD_FILES+=usr/libexec/locate.concatdb
4920 OLD_FILES+=usr/libexec/locate.mklocatedb
4921 OLD_FILES+=usr/libexec/locate.updatedb
4922 OLD_FILES+=usr/share/man/man1/locate.1.gz
4923 OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
4924 OLD_FILES+=usr/share/man/man8/updatedb.8.gz
4925 .endif
4926
4927 .if ${MK_LPR} == no
4928 OLD_FILES+=etc/hosts.lpd
4929 OLD_FILES+=etc/printcap
4930 OLD_FILES+=etc/rc.d/lpd
4931 OLD_FILES+=usr/bin/lp
4932 OLD_FILES+=usr/bin/lpq
4933 OLD_FILES+=usr/bin/lpr
4934 OLD_FILES+=usr/bin/lprm
4935 OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
4936 OLD_FILES+=usr/libexec/lpr/ru/koi2alt
4937 OLD_FILES+=usr/libexec/lpr/ru/koi2855
4938 OLD_DIRS+=usr/libexec/lpr/ru
4939 OLD_FILES+=usr/libexec/lpr/lpf
4940 OLD_DIRS+=usr/libexec/lpr
4941 OLD_FILES+=usr/sbin/chkprintcap
4942 OLD_FILES+=usr/sbin/lpc
4943 OLD_FILES+=usr/sbin/lpd
4944 OLD_FILES+=usr/sbin/lptest
4945 OLD_FILES+=usr/sbin/pac
4946 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
4947 OLD_DIRS+=usr/share/doc/smm/07.lpd
4948 OLD_FILES+=usr/share/examples/etc/hosts.lpd
4949 OLD_FILES+=usr/share/examples/etc/printcap
4950 OLD_FILES+=usr/share/man/man1/lp.1.gz
4951 OLD_FILES+=usr/share/man/man1/lpq.1.gz
4952 OLD_FILES+=usr/share/man/man1/lpr.1.gz
4953 OLD_FILES+=usr/share/man/man1/lprm.1.gz
4954 OLD_FILES+=usr/share/man/man1/lptest.1.gz
4955 OLD_FILES+=usr/share/man/man5/printcap.5.gz
4956 OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
4957 OLD_FILES+=usr/share/man/man8/lpc.8.gz
4958 OLD_FILES+=usr/share/man/man8/lpd.8.gz
4959 OLD_FILES+=usr/share/man/man8/pac.8.gz
4960 .endif
4961
4962 .if ${MK_MAIL} == no
4963 OLD_FILES+=etc/aliases
4964 OLD_FILES+=etc/mail.rc
4965 OLD_FILES+=etc/mail/aliases
4966 OLD_FILES+=etc/mail/mailer.conf
4967 OLD_FILES+=etc/periodic/daily/130.clean-msgs
4968 OLD_FILES+=usr/bin/Mail
4969 OLD_FILES+=usr/bin/biff
4970 OLD_FILES+=usr/bin/from
4971 OLD_FILES+=usr/bin/mail
4972 OLD_FILES+=usr/bin/mailx
4973 OLD_FILES+=usr/bin/msgs
4974 OLD_FILES+=usr/libexec/comsat
4975 OLD_FILES+=usr/share/examples/etc/mail.rc
4976 OLD_FILES+=usr/share/man/man1/Mail.1.gz
4977 OLD_FILES+=usr/share/man/man1/biff.1.gz
4978 OLD_FILES+=usr/share/man/man1/from.1.gz
4979 OLD_FILES+=usr/share/man/man1/mail.1.gz
4980 OLD_FILES+=usr/share/man/man1/mailx.1.gz
4981 OLD_FILES+=usr/share/man/man1/msgs.1.gz
4982 OLD_FILES+=usr/share/man/man8/comsat.8.gz
4983 OLD_FILES+=usr/share/misc/mail.help
4984 OLD_FILES+=usr/share/misc/mail.tildehelp
4985 .endif
4986
4987 .if ${MK_MAILWRAPPER} == no
4988 OLD_FILES+=etc/mail/mailer.conf
4989 .if ${MK_SENDMAIL} == no
4990 OLD_FILES+=usr/sbin/mailwrapper
4991 .endif
4992 OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
4993 .endif
4994
4995 .if ${MK_MAKE} == no
4996 OLD_FILES+=usr/bin/make
4997 OLD_FILES+=usr/share/man/man1/make.1.gz
4998 OLD_FILES+=usr/share/mk/atf.test.mk
4999 OLD_FILES+=usr/share/mk/bsd.README
5000 OLD_FILES+=usr/share/mk/bsd.arch.inc.mk
5001 OLD_FILES+=usr/share/mk/bsd.compiler.mk
5002 OLD_FILES+=usr/share/mk/bsd.cpu.mk
5003 OLD_FILES+=usr/share/mk/bsd.crunchgen.mk
5004 OLD_FILES+=usr/share/mk/bsd.dep.mk
5005 OLD_FILES+=usr/share/mk/bsd.doc.mk
5006 OLD_FILES+=usr/share/mk/bsd.dtb.mk
5007 OLD_FILES+=usr/share/mk/bsd.endian.mk
5008 OLD_FILES+=usr/share/mk/bsd.files.mk
5009 OLD_FILES+=usr/share/mk/bsd.incs.mk
5010 OLD_FILES+=usr/share/mk/bsd.info.mk
5011 OLD_FILES+=usr/share/mk/bsd.init.mk
5012 OLD_FILES+=usr/share/mk/bsd.kmod.mk
5013 OLD_FILES+=usr/share/mk/bsd.lib.mk
5014 OLD_FILES+=usr/share/mk/bsd.libnames.mk
5015 OLD_FILES+=usr/share/mk/bsd.links.mk
5016 OLD_FILES+=usr/share/mk/bsd.man.mk
5017 OLD_FILES+=usr/share/mk/bsd.mkopt.mk
5018 OLD_FILES+=usr/share/mk/bsd.nls.mk
5019 OLD_FILES+=usr/share/mk/bsd.obj.mk
5020 OLD_FILES+=usr/share/mk/bsd.opts.mk
5021 OLD_FILES+=usr/share/mk/bsd.own.mk
5022 OLD_FILES+=usr/share/mk/bsd.port.mk
5023 OLD_FILES+=usr/share/mk/bsd.port.options.mk
5024 OLD_FILES+=usr/share/mk/bsd.port.post.mk
5025 OLD_FILES+=usr/share/mk/bsd.port.pre.mk
5026 OLD_FILES+=usr/share/mk/bsd.port.subdir.mk
5027 OLD_FILES+=usr/share/mk/bsd.prog.mk
5028 OLD_FILES+=usr/share/mk/bsd.progs.mk
5029 OLD_FILES+=usr/share/mk/bsd.snmpmod.mk
5030 OLD_FILES+=usr/share/mk/bsd.subdir.mk
5031 OLD_FILES+=usr/share/mk/bsd.symver.mk
5032 OLD_FILES+=usr/share/mk/bsd.sys.mk
5033 OLD_FILES+=usr/share/mk/bsd.test.mk
5034 OLD_FILES+=usr/share/mk/plain.test.mk
5035 OLD_FILES+=usr/share/mk/suite.test.mk
5036 OLD_FILES+=usr/share/mk/sys.mk
5037 OLD_FILES+=usr/share/mk/tap.test.mk
5038 OLD_FILES+=usr/share/mk/version_gen.awk
5039 OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile
5040 OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile
5041 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile
5042 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test
5043 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1
5044 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2
5045 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3
5046 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4
5047 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5
5048 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6
5049 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.7
5050 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.1
5051 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.2
5052 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.3
5053 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.4
5054 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.5
5055 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.6
5056 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.7
5057 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.1
5058 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.2
5059 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.3
5060 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.4
5061 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.5
5062 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.6
5063 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.7
5064 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/legacy_test
5065 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/libtest.a
5066 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Kyuafile
5067 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Makefile.test
5068 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.1
5069 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.2
5070 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.3
5071 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.4
5072 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.5
5073 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.6
5074 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.7
5075 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.1
5076 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.2
5077 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.3
5078 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.4
5079 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.5
5080 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.6
5081 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.7
5082 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.1
5083 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.2
5084 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.3
5085 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.4
5086 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.5
5087 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.6
5088 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.7
5089 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/legacy_test
5090 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/libtest.a
5091 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Kyuafile
5092 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Makefile.test
5093 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.1
5094 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.2
5095 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.3
5096 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.4
5097 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.5
5098 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.6
5099 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.7
5100 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.1
5101 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.2
5102 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.3
5103 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.4
5104 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.5
5105 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.6
5106 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.7
5107 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.1
5108 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.2
5109 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.3
5110 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.4
5111 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.5
5112 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.6
5113 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.7
5114 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/legacy_test
5115 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/libtest.a
5116 OLD_FILES+=usr/tests/usr.bin/bmake/basic/Kyuafile
5117 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/Kyuafile
5118 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.status.1
5119 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stderr.1
5120 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stdout.1
5121 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/legacy_test
5122 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Kyuafile
5123 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Makefile.test
5124 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.status.1
5125 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stderr.1
5126 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stdout.1
5127 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/legacy_test
5128 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Kyuafile
5129 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Makefile.test
5130 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.status.1
5131 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stderr.1
5132 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stdout.1
5133 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/legacy_test
5134 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/Kyuafile
5135 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.status.1
5136 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stderr.1
5137 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stdout.1
5138 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/legacy_test
5139 OLD_FILES+=usr/tests/usr.bin/bmake/common.sh
5140 OLD_FILES+=usr/tests/usr.bin/bmake/execution/Kyuafile
5141 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Kyuafile
5142 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Makefile.test
5143 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.status.1
5144 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stderr.1
5145 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stdout.1
5146 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/legacy_test
5147 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Kyuafile
5148 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Makefile.test
5149 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.status.1
5150 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stderr.1
5151 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stdout.1
5152 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/legacy_test
5153 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Kyuafile
5154 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Makefile.test
5155 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.status.1
5156 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stderr.1
5157 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stdout.1
5158 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/legacy_test
5159 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Kyuafile
5160 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Makefile.test
5161 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.status.1
5162 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stderr.1
5163 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stdout.1
5164 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/legacy_test
5165 OLD_FILES+=usr/tests/usr.bin/bmake/shell/Kyuafile
5166 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Kyuafile
5167 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Makefile.test
5168 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.1
5169 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.2
5170 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.1
5171 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.2
5172 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.1
5173 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.2
5174 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/legacy_test
5175 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/sh
5176 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Kyuafile
5177 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Makefile.test
5178 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.1
5179 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.2
5180 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.1
5181 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.2
5182 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.1
5183 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.2
5184 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/legacy_test
5185 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/sh
5186 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Kyuafile
5187 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Makefile.test
5188 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.1
5189 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.2
5190 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.1
5191 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.2
5192 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.1
5193 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.2
5194 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/legacy_test
5195 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/sh
5196 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Kyuafile
5197 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Makefile.test
5198 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.1
5199 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.2
5200 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.1
5201 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.2
5202 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.1
5203 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.2
5204 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/legacy_test
5205 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/shell
5206 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Kyuafile
5207 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Makefile.test
5208 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.1
5209 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.2
5210 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.1
5211 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.2
5212 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.1
5213 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.2
5214 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/legacy_test
5215 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/shell
5216 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Kyuafile
5217 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Makefile.test
5218 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.1
5219 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.2
5220 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.1
5221 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.2
5222 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.1
5223 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.2
5224 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/legacy_test
5225 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/Kyuafile
5226 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Kyuafile
5227 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Makefile.test
5228 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/TEST1.a
5229 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.status.1
5230 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stderr.1
5231 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stdout.1
5232 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/legacy_test
5233 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Kyuafile
5234 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Makefile.test
5235 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST1.a
5236 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST2.a
5237 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.status.1
5238 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stderr.1
5239 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stdout.1
5240 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/legacy_test
5241 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Kyuafile
5242 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Makefile.test
5243 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST1.a
5244 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST2.a
5245 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.status.1
5246 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stderr.1
5247 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stdout.1
5248 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/legacy_test
5249 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/Kyuafile
5250 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Kyuafile
5251 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Makefile.test
5252 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.status.1
5253 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stderr.1
5254 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stdout.1
5255 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/legacy_test
5256 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Kyuafile
5257 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Makefile.test
5258 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.1
5259 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.2
5260 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.3
5261 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.4
5262 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.5
5263 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.1
5264 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.2
5265 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.3
5266 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.4
5267 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.5
5268 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.1
5269 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.2
5270 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.3
5271 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.4
5272 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.5
5273 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/legacy_test
5274 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Kyuafile
5275 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Makefile.test
5276 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.1
5277 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.2
5278 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.1
5279 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.2
5280 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.1
5281 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.2
5282 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/legacy_test
5283 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Kyuafile
5284 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Makefile.test
5285 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.1
5286 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.2
5287 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.1
5288 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.2
5289 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.1
5290 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.2
5291 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/legacy_test
5292 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/Kyuafile
5293 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Kyuafile
5294 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Makefile.test
5295 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.status.1
5296 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stderr.1
5297 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stdout.1
5298 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/legacy_test
5299 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/Kyuafile
5300 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/Kyuafile
5301 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/Kyuafile
5302 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/sys.mk
5303 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/Kyuafile
5304 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/cleanup
5305 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.status.1
5306 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stderr.1
5307 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stdout.1
5308 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/legacy_test
5309 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/Kyuafile
5310 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/Kyuafile
5311 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/Kyuafile
5312 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/sys.mk
5313 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/Kyuafile
5314 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/cleanup
5315 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.status.1
5316 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stderr.1
5317 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stdout.1
5318 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/legacy_test
5319 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/Kyuafile
5320 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/Kyuafile
5321 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/Kyuafile
5322 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/sys.mk
5323 OLD_FILES+=usr/tests/usr.bin/bmake/test-new.mk
5324 OLD_FILES+=usr/tests/usr.bin/bmake/variables/Kyuafile
5325 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Kyuafile
5326 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Makefile.test
5327 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.status.1
5328 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stderr.1
5329 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stdout.1
5330 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/legacy_test
5331 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Kyuafile
5332 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Makefile.test
5333 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.1
5334 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.2
5335 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.3
5336 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.1
5337 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.2
5338 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.3
5339 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.1
5340 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.2
5341 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.3
5342 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/legacy_test
5343 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Kyuafile
5344 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Makefile.test
5345 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.1
5346 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.2
5347 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.1
5348 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.2
5349 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.1
5350 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.2
5351 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/legacy_test
5352 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Kyuafile
5353 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Makefile.test
5354 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.status.1
5355 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stderr.1
5356 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stdout.1
5357 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test
5358 .endif
5359
5360 #.if ${MK_MAN} == no
5361 # This should add a dependency to a special target which removes all man pages.
5362 # Listing all of them here is overkill.
5363 #.endif
5364
5365 .if ${MK_NDIS} == no
5366 OLD_FILES+=usr/sbin/ndiscvt
5367 OLD_FILES+=usr/sbin/ndisgen
5368 OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
5369 OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
5370 OLD_FILES+=usr/share/misc/windrv_stub.c
5371 .endif
5372
5373 .if ${MK_NETCAT} == no
5374 OLD_FILES+=usr/bin/nc
5375 OLD_FILES+=usr/share/man/man1/nc.1.gz
5376 .endif
5377
5378 .if ${MK_NIS} == no
5379 OLD_FILES+=usr/bin/ypcat
5380 OLD_FILES+=usr/bin/ypchfn
5381 OLD_FILES+=usr/bin/ypchpass
5382 OLD_FILES+=usr/bin/ypchsh
5383 OLD_FILES+=usr/bin/ypmatch
5384 OLD_FILES+=usr/bin/yppasswd
5385 OLD_FILES+=usr/bin/ypwhich
5386 OLD_FILES+=usr/include/ypclnt.h
5387 OLD_FILES+=usr/lib/libypclnt.a
5388 OLD_FILES+=usr/lib/libypclnt.so
5389 OLD_LIBS+=usr/lib/libypclnt.so.4
5390 OLD_FILES+=usr/lib/libypclnt_p.a
5391 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
5392 OLD_FILES+=usr/lib32/libypclnt.a
5393 OLD_FILES+=usr/lib32/libypclnt.so
5394 OLD_LIBS+=usr/lib32/libypclnt.so.4
5395 OLD_FILES+=usr/lib32/libypclnt_p.a
5396 .endif
5397 OLD_FILES+=usr/libexec/mknetid
5398 OLD_FILES+=usr/libexec/yppwupdate
5399 OLD_FILES+=usr/libexec/ypxfr
5400 OLD_FILES+=usr/sbin/rpc.yppasswdd
5401 OLD_FILES+=usr/sbin/rpc.ypupdated
5402 OLD_FILES+=usr/sbin/rpc.ypxfrd
5403 OLD_FILES+=usr/sbin/yp_mkdb
5404 OLD_FILES+=usr/sbin/ypbind
5405 OLD_FILES+=usr/sbin/ypinit
5406 OLD_FILES+=usr/sbin/yppoll
5407 OLD_FILES+=usr/sbin/yppush
5408 OLD_FILES+=usr/sbin/ypserv
5409 OLD_FILES+=usr/sbin/ypset
5410 OLD_FILES+=usr/share/man/man1/ypcat.1.gz
5411 OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
5412 OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
5413 OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
5414 OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
5415 OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
5416 OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
5417 OLD_FILES+=usr/share/man/man5/netid.5.gz
5418 OLD_FILES+=usr/share/man/man8/mknetid.8.gz
5419 OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
5420 OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
5421 OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
5422 OLD_FILES+=usr/share/man/man8/ypbind.8.gz
5423 OLD_FILES+=usr/share/man/man8/ypinit.8.gz
5424 OLD_FILES+=usr/share/man/man8/yppoll.8.gz
5425 OLD_FILES+=usr/share/man/man8/yppush.8.gz
5426 OLD_FILES+=usr/share/man/man8/ypserv.8.gz
5427 OLD_FILES+=usr/share/man/man8/ypset.8.gz
5428 OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
5429 OLD_FILES+=var/yp/Makefile
5430 OLD_FILES+=var/yp/Makefile.dist
5431 .endif
5432
5433 .if ${MK_NLS} == no
5434 OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0
5435 # to be filled in
5436 .endif
5437
5438 .if ${MK_NTP} == no
5439 OLD_FILES+=etc/ntp.conf
5440 OLD_FILES+=etc/periodic/daily/480.status-ntpd
5441 OLD_FILES+=usr/bin/ntpq
5442 OLD_FILES+=usr/sbin/ntp-keygen
5443 OLD_FILES+=usr/sbin/ntpd
5444 OLD_FILES+=usr/sbin/ntpdate
5445 OLD_FILES+=usr/sbin/ntpdc
5446 OLD_FILES+=usr/sbin/ntptime
5447 OLD_FILES+=usr/sbin/sntp
5448 OLD_FILES+=usr/share/doc/ntp/accopt.html
5449 OLD_FILES+=usr/share/doc/ntp/assoc.html
5450 OLD_FILES+=usr/share/doc/ntp/audio.html
5451 OLD_FILES+=usr/share/doc/ntp/authopt.html
5452 OLD_FILES+=usr/share/doc/ntp/build.html
5453 OLD_FILES+=usr/share/doc/ntp/clockopt.html
5454 OLD_FILES+=usr/share/doc/ntp/config.html
5455 OLD_FILES+=usr/share/doc/ntp/confopt.html
5456 OLD_FILES+=usr/share/doc/ntp/copyright.html
5457 OLD_FILES+=usr/share/doc/ntp/debug.html
5458 OLD_FILES+=usr/share/doc/ntp/driver1.html
5459 OLD_FILES+=usr/share/doc/ntp/driver10.html
5460 OLD_FILES+=usr/share/doc/ntp/driver11.html
5461 OLD_FILES+=usr/share/doc/ntp/driver12.html
5462 OLD_FILES+=usr/share/doc/ntp/driver16.html
5463 OLD_FILES+=usr/share/doc/ntp/driver18.html
5464 OLD_FILES+=usr/share/doc/ntp/driver19.html
5465 OLD_FILES+=usr/share/doc/ntp/driver2.html
5466 OLD_FILES+=usr/share/doc/ntp/driver20.html
5467 OLD_FILES+=usr/share/doc/ntp/driver22.html
5468 OLD_FILES+=usr/share/doc/ntp/driver26.html
5469 OLD_FILES+=usr/share/doc/ntp/driver27.html
5470 OLD_FILES+=usr/share/doc/ntp/driver28.html
5471 OLD_FILES+=usr/share/doc/ntp/driver29.html
5472 OLD_FILES+=usr/share/doc/ntp/driver3.html
5473 OLD_FILES+=usr/share/doc/ntp/driver30.html
5474 OLD_FILES+=usr/share/doc/ntp/driver32.html
5475 OLD_FILES+=usr/share/doc/ntp/driver33.html
5476 OLD_FILES+=usr/share/doc/ntp/driver34.html
5477 OLD_FILES+=usr/share/doc/ntp/driver35.html
5478 OLD_FILES+=usr/share/doc/ntp/driver36.html
5479 OLD_FILES+=usr/share/doc/ntp/driver37.html
5480 OLD_FILES+=usr/share/doc/ntp/driver4.html
5481 OLD_FILES+=usr/share/doc/ntp/driver5.html
5482 OLD_FILES+=usr/share/doc/ntp/driver6.html
5483 OLD_FILES+=usr/share/doc/ntp/driver7.html
5484 OLD_FILES+=usr/share/doc/ntp/driver8.html
5485 OLD_FILES+=usr/share/doc/ntp/driver9.html
5486 OLD_FILES+=usr/share/doc/ntp/extern.html
5487 OLD_FILES+=usr/share/doc/ntp/hints.html
5488 OLD_FILES+=usr/share/doc/ntp/howto.html
5489 OLD_FILES+=usr/share/doc/ntp/index.html
5490 OLD_FILES+=usr/share/doc/ntp/kern.html
5491 OLD_FILES+=usr/share/doc/ntp/ldisc.html
5492 OLD_FILES+=usr/share/doc/ntp/measure.html
5493 OLD_FILES+=usr/share/doc/ntp/miscopt.html
5494 OLD_FILES+=usr/share/doc/ntp/monopt.html
5495 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
5496 OLD_FILES+=usr/share/doc/ntp/notes.html
5497 OLD_FILES+=usr/share/doc/ntp/ntpd.html
5498 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
5499 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
5500 OLD_FILES+=usr/share/doc/ntp/ntpq.html
5501 OLD_FILES+=usr/share/doc/ntp/ntptime.html
5502 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
5503 OLD_FILES+=usr/share/doc/ntp/parsedata.html
5504 OLD_FILES+=usr/share/doc/ntp/parsenew.html
5505 OLD_FILES+=usr/share/doc/ntp/patches.html
5506 OLD_FILES+=usr/share/doc/ntp/porting.html
5507 OLD_FILES+=usr/share/doc/ntp/pps.html
5508 OLD_FILES+=usr/share/doc/ntp/prefer.html
5509 OLD_FILES+=usr/share/doc/ntp/quick.html
5510 OLD_FILES+=usr/share/doc/ntp/rdebug.html
5511 OLD_FILES+=usr/share/doc/ntp/refclock.html
5512 OLD_FILES+=usr/share/doc/ntp/release.html
5513 OLD_FILES+=usr/share/doc/ntp/tickadj.html
5514 OLD_DIRS+=usr/share/doc/ntp
5515 OLD_FILES+=usr/share/examples/etc/ntp.conf
5516 OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
5517 OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
5518 OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
5519 OLD_FILES+=usr/share/man/man8/ntpd.8.gz
5520 OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
5521 OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
5522 OLD_FILES+=usr/share/man/man8/ntpq.8.gz
5523 OLD_FILES+=usr/share/man/man8/ntptime.8.gz
5524 .endif
5525
5526 #.if ${MK_OBJC} == no
5527 # to be filled in
5528 #.endif
5529
5530 .if ${MK_OPENSSH} == no
5531 OLD_FILES+=usr/bin/sftp
5532 OLD_FILES+=usr/bin/ssh
5533 OLD_FILES+=usr/bin/ssh-add
5534 OLD_FILES+=usr/bin/ssh-agent
5535 OLD_FILES+=usr/bin/ssh-copy-id
5536 OLD_FILES+=usr/bin/ssh-keygen
5537 OLD_FILES+=usr/bin/ssh-keyscan
5538 OLD_FILES+=usr/lib/private/libssh.a
5539 OLD_FILES+=usr/lib/private/libssh.so
5540 OLD_LIBS+=usr/lib/private/libssh.so.5
5541 OLD_FILES+=usr/lib/private/libssh_p.a
5542 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
5543 OLD_FILES+=usr/lib32/private/libssh.a
5544 OLD_FILES+=usr/lib32/private/libssh.so
5545 OLD_LIBS+=usr/lib32/private/libssh.so.5
5546 OLD_FILES+=usr/lib32/private/libssh_p.a
5547 .endif
5548 OLD_FILES+=usr/libexec/sftp-server
5549 OLD_FILES+=usr/libexec/ssh-keysign
5550 OLD_FILES+=usr/libexec/ssh-pkcs11-helper
5551 OLD_FILES+=usr/sbin/sshd
5552 .endif
5553
5554 .if ${MK_OPENSSL} == no
5555 OLD_FILES+=etc/rc.d/keyserv
5556 .endif
5557
5558 .if ${MK_PC_SYSINSTALL} == no
5559 # backend-partmanager
5560 OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/create-part.sh
5561 OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/delete-part.sh
5562 # backend-query
5563 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-emulation.sh
5564 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-laptop.sh
5565 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-nics.sh
5566 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-info.sh
5567 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-list.sh
5568 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-part.sh
5569 OLD_FILES+=usr/share/pc-sysinstall/backend-query/enable-net.sh
5570 OLD_FILES+=usr/share/pc-sysinstall/backend-query/get-packages.sh
5571 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-components.sh
5572 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-config.sh
5573 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-mirrors.sh
5574 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-packages.sh
5575 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-rsync-backups.sh
5576 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-tzones.sh
5577 OLD_FILES+=usr/share/pc-sysinstall/backend-query/query-langs.sh
5578 OLD_FILES+=usr/share/pc-sysinstall/backend-query/send-logs.sh
5579 OLD_FILES+=usr/share/pc-sysinstall/backend-query/setup-ssh-keys.sh
5580 OLD_FILES+=usr/share/pc-sysinstall/backend-query/set-mirror.sh
5581 OLD_FILES+=usr/share/pc-sysinstall/backend-query/sys-mem.sh
5582 OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-live.sh
5583 OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-netup.sh
5584 OLD_FILES+=usr/share/pc-sysinstall/backend-query/update-part-list.sh
5585 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-layouts.sh
5586 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-models.sh
5587 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-variants.sh
5588 # backend
5589 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-bsdlabel.sh
5590 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-cleanup.sh
5591 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-disk.sh
5592 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-extractimage.sh
5593 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-ftp.sh
5594 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installcomponents.sh
5595 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installpackages.sh
5596 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-localize.sh
5597 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountdisk.sh
5598 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountoptical.sh
5599 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-networking.sh
5600 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-newfs.sh
5601 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-parse.sh
5602 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-packages.sh
5603 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-runcommands.sh
5604 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-unmount.sh
5605 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-upgrade.sh
5606 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-users.sh
5607 OLD_FILES+=usr/share/pc-sysinstall/backend/functions.sh
5608 OLD_FILES+=usr/share/pc-sysinstall/backend/installimage.sh
5609 OLD_FILES+=usr/share/pc-sysinstall/backend/parseconfig.sh
5610 OLD_FILES+=usr/share/pc-sysinstall/backend/startautoinstall.sh
5611 # conf
5612 OLD_FILES+=usr/share/pc-sysinstall/conf/avail-langs
5613 OLD_FILES+=usr/share/pc-sysinstall/conf/exclude-from-upgrade
5614 OLD_FILES+=usr/share/pc-sysinstall/conf/license/bsd-en.txt
5615 OLD_FILES+=usr/share/pc-sysinstall/conf/license/intel-en.txt
5616 OLD_FILES+=usr/share/pc-sysinstall/conf/license/nvidia-en.txt
5617 OLD_FILES+=usr/share/pc-sysinstall/conf/pc-sysinstall.conf
5618 # doc
5619 OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-list
5620 OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-size
5621 OLD_FILES+=usr/share/pc-sysinstall/doc/help-index
5622 OLD_FILES+=usr/share/pc-sysinstall/doc/help-start-autoinstall
5623 # examples
5624 OLD_FILES+=usr/share/examples/pc-sysinstall/README
5625 OLD_FILES+=usr/share/examples/pc-sysinstall/pc-autoinstall.conf
5626 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.fbsd-netinstall
5627 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.geli
5628 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.gmirror
5629 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.netinstall
5630 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.restore
5631 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.rsync
5632 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.upgrade
5633 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.zfs
5634 # pc-sysinstall
5635 OLD_FILES+=usr/sbin/pc-sysinstall
5636 OLD_FILES+=usr/share/man/man8/pc-sysinstall.8.gz
5637 OLD_DIRS+=usr/share/pc-sysinstall/backend
5638 OLD_DIRS+=usr/share/pc-sysinstall/backend-partmanager
5639 OLD_DIRS+=usr/share/pc-sysinstall/backend-query
5640 OLD_DIRS+=usr/share/pc-sysinstall/conf/license
5641 OLD_DIRS+=usr/share/pc-sysinstall/conf
5642 OLD_DIRS+=usr/share/pc-sysinstall/doc
5643 OLD_DIRS+=usr/share/pc-sysinstall
5644 OLD_DIRS+=usr/share/examples/pc-sysinstall
5645 .endif
5646
5647 .if ${MK_PF} == no
5648 OLD_FILES+=etc/periodic/security/520.pfdenied
5649 OLD_FILES+=etc/pf.os
5650 OLD_FILES+=etc/rc.d/ftp-proxy
5651 OLD_FILES+=sbin/pfctl
5652 OLD_FILES+=sbin/pflogd
5653 OLD_FILES+=usr/libexec/tftp-proxy
5654 OLD_FILES+=usr/sbin/ftp-proxy
5655 OLD_FILES+=usr/share/examples/etc/pf.os
5656 OLD_FILES+=usr/share/examples/pf/ackpri
5657 OLD_FILES+=usr/share/examples/pf/faq-example1
5658 OLD_FILES+=usr/share/examples/pf/faq-example2
5659 OLD_FILES+=usr/share/examples/pf/faq-example3
5660 OLD_FILES+=usr/share/examples/pf/pf.conf
5661 OLD_FILES+=usr/share/examples/pf/queue1
5662 OLD_FILES+=usr/share/examples/pf/queue2
5663 OLD_FILES+=usr/share/examples/pf/queue3
5664 OLD_FILES+=usr/share/examples/pf/queue4
5665 OLD_FILES+=usr/share/examples/pf/spamd
5666 OLD_DIRS+=usr/share/examples/pf
5667 OLD_FILES+=usr/share/man/man4/pf.4.gz
5668 OLD_FILES+=usr/share/man/man4/pflog.4.gz
5669 OLD_FILES+=usr/share/man/man4/pfsync.4.gz
5670 OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
5671 OLD_FILES+=usr/share/man/man5/pf.os.5.gz
5672 OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
5673 OLD_FILES+=usr/share/man/man8/pfctl.8.gz
5674 OLD_FILES+=usr/share/man/man8/pflogd.8.gz
5675 OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
5676 .endif
5677
5678 .if ${MK_PKGBOOTSTRAP} == no
5679 OLD_FILES+=usr/sbin/pkg
5680 OLD_FILES+=usr/share/man/man7/pkg.7.gz
5681 .endif
5682
5683 .if ${MK_PORTSNAP} == no
5684 OLD_FILES+=etc/portsnap.conf
5685 OLD_FILES+=usr/libexec/make_index
5686 OLD_FILES+=usr/libexec/phttpget
5687 OLD_FILES+=usr/sbin/portsnap
5688 OLD_FILES+=usr/share/examples/etc/portsnap.conf
5689 OLD_FILES+=usr/share/man/man8/portsnap.8.gz
5690 .endif
5691
5692 .if ${MK_PPP} == no
5693 OLD_FILES+=etc/ppp/ppp.conf
5694 OLD_DIRS+=etc/ppp
5695 OLD_FILES+=usr/sbin/ppp
5696 OLD_FILES+=usr/sbin/pppctl
5697 OLD_FILES+=usr/share/man/man8/ppp.8.gz
5698 OLD_FILES+=usr/share/man/man8/pppctl.8.gz
5699 .endif
5700
5701 .if ${MK_PROFILE} == no
5702 OLD_FILES+=usr/lib/libalias_cuseeme_p.a
5703 OLD_FILES+=usr/lib/libalias_dummy_p.a
5704 OLD_FILES+=usr/lib/libalias_ftp_p.a
5705 OLD_FILES+=usr/lib/libalias_irc_p.a
5706 OLD_FILES+=usr/lib/libalias_nbt_p.a
5707 OLD_FILES+=usr/lib/libalias_p.a
5708 OLD_FILES+=usr/lib/libalias_pptp_p.a
5709 OLD_FILES+=usr/lib/libalias_skinny_p.a
5710 OLD_FILES+=usr/lib/libalias_smedia_p.a
5711 OLD_FILES+=usr/lib/libarchive_p.a
5712 OLD_FILES+=usr/lib/libasn1_p.a
5713 OLD_FILES+=usr/lib/libbegemot_p.a
5714 OLD_FILES+=usr/lib/libbluetooth_p.a
5715 OLD_FILES+=usr/lib/libbsdxml_p.a
5716 OLD_FILES+=usr/lib/libbsm_p.a
5717 OLD_FILES+=usr/lib/libbsnmp_p.a
5718 OLD_FILES+=usr/lib/libbz2_p.a
5719 OLD_FILES+=usr/lib/libc_p.a
5720 OLD_FILES+=usr/lib/libcalendar_p.a
5721 OLD_FILES+=usr/lib/libcam_p.a
5722 OLD_FILES+=usr/lib/libcom_err_p.a
5723 OLD_FILES+=usr/lib/libcompat_p.a
5724 OLD_FILES+=usr/lib/libcrypt_p.a
5725 OLD_FILES+=usr/lib/libcrypto_p.a
5726 OLD_FILES+=usr/lib/libcurses_p.a
5727 OLD_FILES+=usr/lib/libcursesw_p.a
5728 OLD_FILES+=usr/lib/libdevinfo_p.a
5729 OLD_FILES+=usr/lib/libdevstat_p.a
5730 OLD_FILES+=usr/lib/libdialog_p.a
5731 OLD_FILES+=usr/lib/libedit_p.a
5732 OLD_FILES+=usr/lib/libelf_p.a
5733 OLD_FILES+=usr/lib/libfetch_p.a
5734 OLD_FILES+=usr/lib/libfl_p.a
5735 OLD_FILES+=usr/lib/libform_p.a
5736 OLD_FILES+=usr/lib/libformw_p.a
5737 OLD_FILES+=usr/lib/libgcc_p.a
5738 OLD_FILES+=usr/lib/libgeom_p.a
5739 OLD_FILES+=usr/lib/libgnuregex_p.a
5740 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
5741 OLD_FILES+=usr/lib/libgssapi_p.a
5742 OLD_FILES+=usr/lib/libhdb_p.a
5743 OLD_FILES+=usr/lib/libheimbase_p.a
5744 OLD_FILES+=usr/lib/libheimsqlite_p.a
5745 OLD_FILES+=usr/lib/libhistory_p.a
5746 OLD_FILES+=usr/lib/libipsec_p.a
5747 OLD_FILES+=usr/lib/libjail_p.a
5748 OLD_FILES+=usr/lib/libkadm5clnt_p.a
5749 OLD_FILES+=usr/lib/libkadm5srv_p.a
5750 OLD_FILES+=usr/lib/libkafs5_p.a
5751 OLD_FILES+=usr/lib/libkdc_p.a
5752 OLD_FILES+=usr/lib/libkiconv_p.a
5753 OLD_FILES+=usr/lib/libkrb5_p.a
5754 OLD_FILES+=usr/lib/libkvm_p.a
5755 OLD_FILES+=usr/lib/libl_p.a
5756 OLD_FILES+=usr/lib/libln_p.a
5757 OLD_FILES+=usr/lib/libm_p.a
5758 OLD_FILES+=usr/lib/libmagic_p.a
5759 OLD_FILES+=usr/lib/libmd_p.a
5760 OLD_FILES+=usr/lib/libmemstat_p.a
5761 OLD_FILES+=usr/lib/libmenu_p.a
5762 OLD_FILES+=usr/lib/libmenuw_p.a
5763 OLD_FILES+=usr/lib/libmilter_p.a
5764 OLD_FILES+=usr/lib/libmp_p.a
5765 OLD_FILES+=usr/lib/libncurses_p.a
5766 OLD_FILES+=usr/lib/libncursesw_p.a
5767 OLD_FILES+=usr/lib/libnetgraph_p.a
5768 OLD_FILES+=usr/lib/libngatm_p.a
5769 OLD_FILES+=usr/lib/libopie_p.a
5770 OLD_FILES+=usr/lib/libpanel_p.a
5771 OLD_FILES+=usr/lib/libpanelw_p.a
5772 OLD_FILES+=usr/lib/libpcap_p.a
5773 OLD_FILES+=usr/lib/libpmc_p.a
5774 OLD_FILES+=usr/lib/libpthread_p.a
5775 OLD_FILES+=usr/lib/libradius_p.a
5776 OLD_FILES+=usr/lib/libroken_p.a
5777 OLD_FILES+=usr/lib/librpcsvc_p.a
5778 OLD_FILES+=usr/lib/librt_p.a
5779 OLD_FILES+=usr/lib/libsbuf_p.a
5780 OLD_FILES+=usr/lib/libsdp_p.a
5781 OLD_FILES+=usr/lib/libsmb_p.a
5782 OLD_FILES+=usr/lib/libssl_p.a
5783 OLD_FILES+=usr/lib/libstdc++_p.a
5784 OLD_FILES+=usr/lib/libsupc++_p.a
5785 OLD_FILES+=usr/lib/libtacplus_p.a
5786 OLD_FILES+=usr/lib/libtermcap_p.a
5787 OLD_FILES+=usr/lib/libtermcapw_p.a
5788 OLD_FILES+=usr/lib/libtermlib_p.a
5789 OLD_FILES+=usr/lib/libtermlibw_p.a
5790 OLD_FILES+=usr/lib/libthr_p.a
5791 OLD_FILES+=usr/lib/libthread_db_p.a
5792 OLD_FILES+=usr/lib/libtinfo_p.a
5793 OLD_FILES+=usr/lib/libtinfow_p.a
5794 OLD_FILES+=usr/lib/libufs_p.a
5795 OLD_FILES+=usr/lib/libugidfw_p.a
5796 OLD_FILES+=usr/lib/libusbhid_p.a
5797 OLD_FILES+=usr/lib/libutil_p.a
5798 OLD_FILES+=usr/lib/libvgl_p.a
5799 OLD_FILES+=usr/lib/libwind_p.a
5800 OLD_FILES+=usr/lib/libwrap_p.a
5801 OLD_FILES+=usr/lib/liby_p.a
5802 OLD_FILES+=usr/lib/libypclnt_p.a
5803 OLD_FILES+=usr/lib/libz_p.a
5804 OLD_FILES+=usr/lib/private/libldns_p.a
5805 OLD_FILES+=usr/lib/private/libssh_p.a
5806 .endif
5807
5808 .if ${MK_RCMDS} == no
5809 OLD_FILES+=bin/rcp
5810 OLD_FILES+=etc/rc.d/rwho
5811 OLD_FILES+=etc/periodic/daily/140.clean-rwho 
5812 OLD_FILES+=etc/periodic/daily/430.status-rwho
5813 OLD_FILES+=rescue/rcp
5814 OLD_FILES+=usr/bin/rlogin
5815 OLD_FILES+=usr/bin/rsh
5816 OLD_FILES+=usr/bin/ruptime
5817 OLD_FILES+=usr/bin/rwho
5818 OLD_FILES+=usr/libexec/rlogind
5819 OLD_FILES+=usr/libexec/rshd
5820 OLD_FILES+=usr/sbin/rwhod
5821 OLD_FILES+=usr/share/man/man1/rcp.1.gz
5822 OLD_FILES+=usr/share/man/man1/rlogin.1.gz
5823 OLD_FILES+=usr/share/man/man1/rsh.1.gz
5824 OLD_FILES+=usr/share/man/man1/ruptime.1.gz
5825 OLD_FILES+=usr/share/man/man1/rwho.1.gz
5826 OLD_FILES+=usr/share/man/man8/rlogind.8.gz
5827 OLD_FILES+=usr/share/man/man8/rshd.8.gz
5828 OLD_FILES+=usr/share/man/man8/rwhod.8.gz
5829 .endif
5830
5831 .if ${MK_RCS} == no
5832 OLD_FILES+=usr/bin/ci
5833 OLD_FILES+=usr/bin/co
5834 OLD_FILES+=usr/bin/ident
5835 OLD_FILES+=usr/bin/merge
5836 OLD_FILES+=usr/bin/rcs
5837 OLD_FILES+=usr/bin/rcsclean
5838 OLD_FILES+=usr/bin/rcsdiff
5839 OLD_FILES+=usr/bin/rcsfreeze
5840 OLD_FILES+=usr/bin/rcsmerge
5841 OLD_FILES+=usr/bin/rlog
5842 OLD_FILES+=usr/sbin/etcupdate
5843 OLD_FILES+=usr/share/man/man1/ci.1.gz
5844 OLD_FILES+=usr/share/man/man1/co.1.gz
5845 OLD_FILES+=usr/share/man/man1/ident.1.gz
5846 OLD_FILES+=usr/share/man/man1/merge.1.gz
5847 OLD_FILES+=usr/share/man/man1/rcs.1.gz
5848 OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
5849 OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
5850 OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
5851 OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
5852 OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
5853 OLD_FILES+=usr/share/man/man1/rlog.1.gz
5854 OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
5855 OLD_FILES+=usr/share/man/man8/etcupdate.8.gz
5856 .endif
5857
5858 #.if ${MK_RESCUE} == no
5859 # to be filled in or replaced with a special target
5860 #.endif
5861
5862 .if ${MK_ROUTED} == no
5863 OLD_FILES+=sbin/routed
5864 OLD_FILES+=sbin/rtquery
5865 OLD_FILES+=usr/share/man/man8/routed.8.gz
5866 OLD_FILES+=usr/share/man/man8/rtquery.8.gz
5867 .endif
5868
5869 .if ${MK_SENDMAIL} == no
5870 OLD_FILES+=etc/periodic/daily/150.clean-hoststat
5871 OLD_FILES+=etc/periodic/daily/440.status-mailq
5872 OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
5873 OLD_FILES+=etc/periodic/daily/500.queuerun
5874 .if ${MK_MAILWRAPPER} == no
5875 OLD_FILES+=bin/rmail
5876 .endif
5877 OLD_FILES+=usr/bin/vacation
5878 OLD_FILES+=usr/include/libmilter/mfapi.h
5879 OLD_FILES+=usr/include/libmilter/mfdef.h
5880 OLD_DIRS+=usr/include/libmilter
5881 OLD_FILES+=usr/lib/libmilter.a
5882 OLD_FILES+=usr/lib/libmilter.so
5883 OLD_LIBS+=usr/lib/libmilter.so.5
5884 OLD_FILES+=usr/lib/libmilter_p.a
5885 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
5886 OLD_FILES+=usr/lib32/libmilter.a
5887 OLD_FILES+=usr/lib32/libmilter.so
5888 OLD_LIBS+=usr/lib32/libmilter.so.5
5889 OLD_FILES+=usr/lib32/libmilter_p.a
5890 .endif
5891 OLD_FILES+=usr/libexec/mail.local
5892 OLD_FILES+=usr/libexec/sendmail/sendmail
5893 OLD_FILES+=usr/libexec/smrsh
5894 OLD_FILES+=usr/sbin/editmap
5895 OLD_FILES+=usr/sbin/mailstats
5896 OLD_FILES+=usr/sbin/makemap
5897 OLD_FILES+=usr/sbin/praliases
5898 OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
5899 OLD_DIRS+=usr/share/doc/smm/08.sendmailop
5900 OLD_FILES+=usr/share/man/man1/mailq.1.gz
5901 OLD_FILES+=usr/share/man/man1/newaliases.1.gz
5902 OLD_FILES+=usr/share/man/man1/vacation.1.gz
5903 OLD_FILES+=usr/share/man/man5/aliases.5.gz
5904 OLD_FILES+=usr/share/man/man8/editmap.8.gz
5905 OLD_FILES+=usr/share/man/man8/hoststat.8.gz
5906 OLD_FILES+=usr/share/man/man8/mail.local.8.gz
5907 OLD_FILES+=usr/share/man/man8/mailstats.8.gz
5908 OLD_FILES+=usr/share/man/man8/makemap.8.gz
5909 OLD_FILES+=usr/share/man/man8/praliases.8.gz
5910 OLD_FILES+=usr/share/man/man8/purgestat.8.gz
5911 OLD_FILES+=usr/share/man/man8/rmail.8.gz
5912 OLD_FILES+=usr/share/man/man8/sendmail.8.gz
5913 OLD_FILES+=usr/share/man/man8/smrsh.8.gz
5914 OLD_FILES+=usr/share/sendmail/cf/README
5915 OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
5916 OLD_FILES+=usr/share/sendmail/cf/cf/README
5917 OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
5918 OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
5919 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
5920 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
5921 OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
5922 OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
5923 OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
5924 OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
5925 OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
5926 OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
5927 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
5928 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
5929 OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
5930 OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
5931 OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
5932 OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
5933 OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
5934 OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
5935 OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
5936 OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
5937 OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
5938 OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
5939 OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
5940 OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
5941 OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
5942 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
5943 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
5944 OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
5945 OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
5946 OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
5947 OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
5948 OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
5949 OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
5950 OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
5951 OLD_DIRS+=usr/share/sendmail/cf/cf
5952 OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
5953 OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
5954 OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
5955 OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
5956 OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
5957 OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
5958 OLD_DIRS+=usr/share/sendmail/cf/domain
5959 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
5960 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
5961 OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
5962 OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
5963 OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
5964 OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
5965 OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
5966 OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
5967 OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
5968 OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
5969 OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
5970 OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
5971 OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
5972 OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
5973 OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
5974 OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
5975 OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
5976 OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
5977 OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
5978 OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
5979 OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
5980 OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
5981 OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
5982 OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
5983 OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
5984 OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
5985 OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
5986 OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
5987 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
5988 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
5989 OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
5990 OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
5991 OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
5992 OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
5993 OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
5994 OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
5995 OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
5996 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
5997 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
5998 OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
5999 OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
6000 OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
6001 OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
6002 OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
6003 OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
6004 OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
6005 OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
6006 OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
6007 OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
6008 OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
6009 OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
6010 OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
6011 OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
6012 OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
6013 OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
6014 OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
6015 OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
6016 OLD_DIRS+=usr/share/sendmail/cf/feature
6017 OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
6018 OLD_DIRS+=usr/share/sendmail/cf/hack
6019 OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
6020 OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
6021 OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
6022 OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
6023 OLD_DIRS+=usr/share/sendmail/cf/m4
6024 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
6025 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
6026 OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
6027 OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
6028 OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
6029 OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
6030 OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
6031 OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
6032 OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
6033 OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
6034 OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
6035 OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
6036 OLD_DIRS+=usr/share/sendmail/cf/mailer
6037 OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
6038 OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
6039 OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
6040 OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
6041 OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
6042 OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
6043 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
6044 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
6045 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
6046 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
6047 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
6048 OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
6049 OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
6050 OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
6051 OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
6052 OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
6053 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
6054 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
6055 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
6056 OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
6057 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
6058 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
6059 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
6060 OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
6061 OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
6062 OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
6063 OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
6064 OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
6065 OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
6066 OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
6067 OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
6068 OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
6069 OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
6070 OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
6071 OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
6072 OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
6073 OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
6074 OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
6075 OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
6076 OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
6077 OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
6078 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris11.m4
6079 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
6080 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
6081 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
6082 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
6083 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
6084 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
6085 OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
6086 OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
6087 OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
6088 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
6089 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
6090 OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
6091 OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
6092 OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
6093 OLD_DIRS+=usr/share/sendmail/cf/ostype
6094 OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
6095 OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
6096 OLD_DIRS+=usr/share/sendmail/cf/sh
6097 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
6098 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
6099 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
6100 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
6101 OLD_DIRS+=usr/share/sendmail/cf/siteconfig
6102 OLD_DIRS+=usr/share/sendmail/cf
6103 OLD_DIRS+=usr/share/sendmail
6104 .endif
6105
6106 .if ${MK_SHAREDOCS} == no
6107 OLD_FILES+=usr/share/doc/pjdfstest/README
6108 OLD_DIRS+=usr/share/doc/pjdfstest
6109 .endif
6110
6111 #.if ${MK_SYSCONS} == no
6112 # to be filled in
6113 #.endif
6114
6115 .if ${MK_TALK} == no
6116 OLD_FILES+=usr/bin/talk
6117 OLD_FILES+=usr/libexec/ntalkd
6118 OLD_FILES+=usr/share/man/man1/talk.1.gz
6119 OLD_FILES+=usr/share/man/man8/talkd.8.gz
6120 .endif
6121
6122 .if ${MK_TCSH} == no
6123 OLD_FILES+=bin/csh
6124 OLD_FILES+=bin/tcsh
6125 OLD_FILES+=rescue/csh
6126 OLD_FILES+=rescue/tcsh
6127 OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
6128 OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
6129 OLD_DIRS+=usr/share/examples/tcsh
6130 OLD_FILES+=usr/share/man/man1/csh.1.gz
6131 OLD_FILES+=usr/share/man/man1/tcsh.1.gz
6132 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
6133 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
6134 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
6135 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
6136 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
6137 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
6138 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
6139 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
6140 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
6141 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
6142 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
6143 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
6144 OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
6145 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
6146 OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
6147 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
6148 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
6149 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
6150 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
6151 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
6152 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
6153 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
6154 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
6155 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
6156 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
6157 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
6158 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
6159 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
6160 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
6161 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
6162 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
6163 OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
6164 OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
6165 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
6166 OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
6167 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
6168 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
6169 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
6170 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
6171 OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
6172 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
6173 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
6174 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
6175 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
6176 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
6177 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
6178 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
6179 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
6180 .endif
6181
6182 .if ${MK_TELNET} == no
6183 OLD_FILES+=usr/bin/telnet
6184 OLD_FILES+=usr/libexec/telnetd
6185 OLD_FILES+=usr/share/man/man1/telnet.1.gz
6186 OLD_FILES+=usr/share/man/man8/telnetd.8.gz
6187 .endif
6188
6189 .if ${MK_TESTS} == yes
6190 OLD_FILES+=usr/bin/atf-sh
6191 OLD_FILES+=usr/include/atf-c++/config.hpp
6192 OLD_FILES+=usr/include/atf-c/config.h
6193 OLD_LIBS+=usr/lib/libatf-c++.a
6194 OLD_LIBS+=usr/lib/libatf-c++.so
6195 OLD_LIBS+=usr/lib/libatf-c++.so.1
6196 OLD_LIBS+=usr/lib/libatf-c++.so.2
6197 OLD_LIBS+=usr/lib/libatf-c++_p.a
6198 OLD_LIBS+=usr/lib/libatf-c.a
6199 OLD_LIBS+=usr/lib/libatf-c.so
6200 OLD_LIBS+=usr/lib/libatf-c.so.1
6201 OLD_LIBS+=usr/lib/libatf-c_p.a
6202 OLD_LIBS+=usr/lib/private/libatf-c.so.0
6203 OLD_LIBS+=usr/lib/private/libatf-c++.so.1
6204 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6205 OLD_LIBS+=usr/lib32/libatf-c++.a
6206 OLD_LIBS+=usr/lib32/libatf-c++.so
6207 OLD_LIBS+=usr/lib32/libatf-c++.so.1
6208 OLD_LIBS+=usr/lib32/libatf-c++.so.2
6209 OLD_LIBS+=usr/lib32/libatf-c++_p.a
6210 OLD_LIBS+=usr/lib32/libatf-c.a
6211 OLD_LIBS+=usr/lib32/libatf-c.so
6212 OLD_LIBS+=usr/lib32/libatf-c.so.1
6213 OLD_LIBS+=usr/lib32/libatf-c_p.a
6214 OLD_LIBS+=usr/lib32/private/libatf-c.so.0
6215 OLD_LIBS+=usr/lib32/private/libatf-c++.so.1
6216 .endif
6217 OLD_FILES+=usr/libdata/pkgconfig/atf-c++.pc
6218 OLD_FILES+=usr/libdata/pkgconfig/atf-c.pc
6219 OLD_FILES+=usr/libdata/pkgconfig/atf-sh.pc
6220 OLD_FILES+=usr/share/aclocal/atf-c++.m4
6221 OLD_FILES+=usr/share/aclocal/atf-c.m4
6222 OLD_FILES+=usr/share/aclocal/atf-common.m4
6223 OLD_FILES+=usr/share/aclocal/atf-sh.m4
6224 OLD_DIRS+=usr/share/aclocal
6225 OLD_FILES+=usr/tests/bin/chown/units_basics
6226 OLD_FILES+=usr/tests/bin/date/legacy_test
6227 OLD_FILES+=usr/tests/bin/sh/legacy_test
6228 OLD_FILES+=usr/tests/usr.bin/atf/Kyuafile
6229 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/Kyuafile
6230 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/atf_check_test
6231 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/config_test
6232 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/integration_test
6233 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/misc_helpers
6234 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/normalize_test
6235 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tc_test
6236 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tp_test
6237 OLD_DIRS+=usr/tests/usr.bin/atf/atf-sh
6238 OLD_DIRS+=usr/tests/usr.bin/atf
6239 OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
6240 OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
6241 OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test
6242 OLD_FILES+=usr/tests/lib/atf/libatf-c++/config_test
6243 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/expand_test
6244 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/parser_test
6245 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/sanity_test
6246 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/ui_test
6247 OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test
6248 OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test
6249 OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test
6250 OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test
6251 OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test
6252 OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test
6253 OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test
6254 OLD_FILES+=usr/tests/lib/atf/libatf-c++/pkg_config_test
6255 OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test
6256 OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test
6257 OLD_FILES+=usr/tests/lib/atf/libatf-c/config_test
6258 OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test
6259 OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test
6260 OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test
6261 OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test
6262 OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test
6263 OLD_FILES+=usr/tests/lib/atf/libatf-c/pkg_config_test
6264 OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers
6265 OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test
6266 OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test
6267 OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test
6268 OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test
6269 .if ${MK_MAKE} == yes
6270 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/legacy_test
6271 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Kyuafile
6272 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Makefile.test
6273 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.1
6274 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.2
6275 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.3
6276 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.4
6277 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.5
6278 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.6
6279 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.7
6280 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.1
6281 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.2
6282 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.3
6283 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.4
6284 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.5
6285 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.6
6286 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.7
6287 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.1
6288 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.2
6289 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.3
6290 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.4
6291 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.5
6292 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.6
6293 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.7
6294 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/libtest.a
6295 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/legacy_test
6296 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Kyuafile
6297 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Makefile.test
6298 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.1
6299 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.2
6300 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.3
6301 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.4
6302 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.5
6303 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.6
6304 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.7
6305 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.1
6306 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.2
6307 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.3
6308 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.4
6309 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.5
6310 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.6
6311 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.7
6312 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.1
6313 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.2
6314 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.3
6315 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.4
6316 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.5
6317 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.6
6318 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.7
6319 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/libtest.a
6320 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/legacy_test
6321 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Kyuafile
6322 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Makefile.test
6323 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.1
6324 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.2
6325 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.3
6326 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.4
6327 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.5
6328 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.6
6329 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.7
6330 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.1
6331 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.2
6332 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.3
6333 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.4
6334 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.5
6335 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.6
6336 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.7
6337 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.1
6338 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.2
6339 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.3
6340 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.4
6341 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.5
6342 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.6
6343 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.7
6344 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/libtest.a
6345 OLD_FILES+=usr/tests/usr.bin/make/archives/Kyuafile
6346 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/legacy_test
6347 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/Kyuafile
6348 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.status.1
6349 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stderr.1
6350 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stdout.1
6351 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/legacy_test
6352 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Kyuafile
6353 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Makefile.test
6354 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.status.1
6355 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stderr.1
6356 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stdout.1
6357 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/legacy_test
6358 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Kyuafile
6359 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Makefile.test
6360 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.status.1
6361 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stderr.1
6362 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stdout.1
6363 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/legacy_test
6364 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/Kyuafile
6365 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.status.1
6366 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stderr.1
6367 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stdout.1
6368 OLD_FILES+=usr/tests/usr.bin/make/basic/Kyuafile
6369 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/legacy_test
6370 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Kyuafile
6371 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Makefile.test
6372 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.status.1
6373 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stderr.1
6374 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stdout.1
6375 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/legacy_test
6376 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Kyuafile
6377 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Makefile.test
6378 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.status.1
6379 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stderr.1
6380 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stdout.1
6381 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/legacy_test
6382 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Kyuafile
6383 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Makefile.test
6384 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.status.1
6385 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stderr.1
6386 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stdout.1
6387 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/legacy_test
6388 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Kyuafile
6389 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Makefile.test
6390 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.status.1
6391 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stderr.1
6392 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stdout.1
6393 OLD_FILES+=usr/tests/usr.bin/make/execution/Kyuafile
6394 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/legacy_test
6395 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Kyuafile
6396 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Makefile.test
6397 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.1
6398 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.2
6399 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.1
6400 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.2
6401 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.1
6402 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.2
6403 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/sh
6404 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/legacy_test
6405 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Kyuafile
6406 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Makefile.test
6407 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.1
6408 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.2
6409 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.1
6410 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.2
6411 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.1
6412 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.2
6413 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/sh
6414 OLD_FILES+=usr/tests/usr.bin/make/shell/path/legacy_test
6415 OLD_FILES+=usr/tests/usr.bin/make/shell/path/Kyuafile
6416 OLD_FILES+=usr/tests/usr.bin/make/shell/path/Makefile.test
6417 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.1
6418 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.2
6419 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.1
6420 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.2
6421 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.1
6422 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.2
6423 OLD_FILES+=usr/tests/usr.bin/make/shell/path/sh
6424 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/legacy_test
6425 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Kyuafile
6426 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Makefile.test
6427 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.1
6428 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.2
6429 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.1
6430 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.2
6431 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.1
6432 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.2
6433 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/shell
6434 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/legacy_test
6435 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Kyuafile
6436 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Makefile.test
6437 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.1
6438 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.2
6439 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.1
6440 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.2
6441 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.1
6442 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.2
6443 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/shell
6444 OLD_FILES+=usr/tests/usr.bin/make/shell/select/legacy_test
6445 OLD_FILES+=usr/tests/usr.bin/make/shell/select/Kyuafile
6446 OLD_FILES+=usr/tests/usr.bin/make/shell/select/Makefile.test
6447 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.1
6448 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.2
6449 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.1
6450 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.2
6451 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.1
6452 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.2
6453 OLD_FILES+=usr/tests/usr.bin/make/shell/Kyuafile
6454 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/legacy_test
6455 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Kyuafile
6456 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Makefile.test
6457 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/TEST1.a
6458 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.status.1
6459 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stderr.1
6460 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stdout.1
6461 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/legacy_test
6462 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Kyuafile
6463 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Makefile.test
6464 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST1.a
6465 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST2.a
6466 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.status.1
6467 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stderr.1
6468 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stdout.1
6469 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/legacy_test
6470 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Kyuafile
6471 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Makefile.test
6472 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST1.a
6473 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST2.a
6474 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.status.1
6475 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stderr.1
6476 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stdout.1
6477 OLD_FILES+=usr/tests/usr.bin/make/suffixes/Kyuafile
6478 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/legacy_test
6479 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Kyuafile
6480 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Makefile.test
6481 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.status.1
6482 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stderr.1
6483 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stdout.1
6484 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/legacy_test
6485 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Kyuafile
6486 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Makefile.test
6487 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.1
6488 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.2
6489 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.3
6490 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.4
6491 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.5
6492 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.1
6493 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.2
6494 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.3
6495 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.4
6496 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.5
6497 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.1
6498 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.2
6499 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.3
6500 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.4
6501 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.5
6502 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/legacy_test
6503 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Kyuafile
6504 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Makefile.test
6505 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.1
6506 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.2
6507 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.1
6508 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.2
6509 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.1
6510 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.2
6511 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/legacy_test
6512 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Kyuafile
6513 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Makefile.test
6514 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.1
6515 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.2
6516 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.1
6517 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.2
6518 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.1
6519 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.2
6520 OLD_FILES+=usr/tests/usr.bin/make/syntax/Kyuafile
6521 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/legacy_test
6522 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Kyuafile
6523 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Makefile.test
6524 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.status.1
6525 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stderr.1
6526 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stdout.1
6527 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/Kyuafile
6528 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/sys.mk
6529 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/Kyuafile
6530 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/Kyuafile
6531 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/legacy_test
6532 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/Kyuafile
6533 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/cleanup
6534 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.status.1
6535 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stderr.1
6536 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stdout.1
6537 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/Kyuafile
6538 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/sys.mk
6539 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/Kyuafile
6540 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/Kyuafile
6541 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/legacy_test
6542 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/Kyuafile
6543 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/cleanup
6544 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.status.1
6545 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stderr.1
6546 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stdout.1
6547 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/Kyuafile
6548 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/sys.mk
6549 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/Kyuafile
6550 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/Kyuafile
6551 OLD_FILES+=usr/tests/usr.bin/make/sysmk/Kyuafile
6552 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/legacy_test
6553 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Kyuafile
6554 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Makefile.test
6555 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.status.1
6556 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stderr.1
6557 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stdout.1
6558 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/legacy_test
6559 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Kyuafile
6560 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Makefile.test
6561 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.1
6562 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.2
6563 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.3
6564 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.1
6565 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.2
6566 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.3
6567 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.1
6568 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.2
6569 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.3
6570 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/legacy_test
6571 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Kyuafile
6572 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Makefile.test
6573 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.1
6574 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.2
6575 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.1
6576 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.2
6577 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.1
6578 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.2
6579 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/legacy_test
6580 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Kyuafile
6581 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Makefile.test
6582 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.status.1
6583 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stderr.1
6584 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stdout.1
6585 OLD_FILES+=usr/tests/usr.bin/make/variables/Kyuafile
6586 OLD_FILES+=usr/tests/usr.bin/make/Kyuafile
6587 OLD_FILES+=usr/tests/usr.bin/make/common.sh
6588 OLD_FILES+=usr/tests/usr.bin/make/test-new.mk
6589 OLD_DIRS+=usr/tests/usr.bin/make/variables/t0
6590 OLD_DIRS+=usr/tests/usr.bin/make/variables/opt_V
6591 OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_t
6592 OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_M
6593 OLD_DIRS+=usr/tests/usr.bin/make/variables
6594 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/mk
6595 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2/1
6596 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2
6597 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2
6598 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/mk
6599 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2/1
6600 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2
6601 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1
6602 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/mk
6603 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2/1
6604 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2
6605 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0
6606 OLD_DIRS+=usr/tests/usr.bin/make/sysmk
6607 OLD_DIRS+=usr/tests/usr.bin/make/syntax/semi
6608 OLD_DIRS+=usr/tests/usr.bin/make/syntax/funny-targets
6609 OLD_DIRS+=usr/tests/usr.bin/make/syntax/enl
6610 OLD_DIRS+=usr/tests/usr.bin/make/syntax/directive-t0
6611 OLD_DIRS+=usr/tests/usr.bin/make/syntax
6612 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild2
6613 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild1
6614 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/basic
6615 OLD_DIRS+=usr/tests/usr.bin/make/suffixes
6616 OLD_DIRS+=usr/tests/usr.bin/make/shell/select
6617 OLD_DIRS+=usr/tests/usr.bin/make/shell/replace
6618 OLD_DIRS+=usr/tests/usr.bin/make/shell/path_select
6619 OLD_DIRS+=usr/tests/usr.bin/make/shell/path
6620 OLD_DIRS+=usr/tests/usr.bin/make/shell/meta
6621 OLD_DIRS+=usr/tests/usr.bin/make/shell/builtin
6622 OLD_DIRS+=usr/tests/usr.bin/make/shell
6623 OLD_DIRS+=usr/tests/usr.bin/make/execution/plus
6624 OLD_DIRS+=usr/tests/usr.bin/make/execution/joberr
6625 OLD_DIRS+=usr/tests/usr.bin/make/execution/empty
6626 OLD_DIRS+=usr/tests/usr.bin/make/execution/ellipsis
6627 OLD_DIRS+=usr/tests/usr.bin/make/execution
6628 OLD_DIRS+=usr/tests/usr.bin/make/basic/t3
6629 OLD_DIRS+=usr/tests/usr.bin/make/basic/t2
6630 OLD_DIRS+=usr/tests/usr.bin/make/basic/t1
6631 OLD_DIRS+=usr/tests/usr.bin/make/basic/t0
6632 OLD_DIRS+=usr/tests/usr.bin/make/basic
6633 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_oldbsd
6634 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod
6635 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd
6636 OLD_DIRS+=usr/tests/usr.bin/make/archives
6637 OLD_DIRS+=usr/tests/usr.bin/make
6638 OLD_FILES+=usr/tests/usr.bin/yacc/legacy_test
6639 OLD_FILES+=usr/tests/usr.bin/yacc/regress.00.out
6640 OLD_FILES+=usr/tests/usr.bin/yacc/regress.01.out
6641 OLD_FILES+=usr/tests/usr.bin/yacc/regress.02.out
6642 OLD_FILES+=usr/tests/usr.bin/yacc/regress.03.out
6643 OLD_FILES+=usr/tests/usr.bin/yacc/regress.04.out
6644 OLD_FILES+=usr/tests/usr.bin/yacc/regress.05.out
6645 OLD_FILES+=usr/tests/usr.bin/yacc/regress.06.out
6646 OLD_FILES+=usr/tests/usr.bin/yacc/regress.07.out
6647 OLD_FILES+=usr/tests/usr.bin/yacc/regress.08.out
6648 OLD_FILES+=usr/tests/usr.bin/yacc/regress.09.out
6649 OLD_FILES+=usr/tests/usr.bin/yacc/regress.10.out
6650 OLD_FILES+=usr/tests/usr.bin/yacc/regress.11.out
6651 OLD_FILES+=usr/tests/usr.bin/yacc/regress.12.out
6652 OLD_FILES+=usr/tests/usr.bin/yacc/regress.13.out
6653 OLD_FILES+=usr/tests/usr.bin/yacc/regress.14.out
6654 OLD_FILES+=usr/tests/usr.bin/yacc/regress.sh
6655 OLD_FILES+=usr/tests/usr.bin/yacc/undefined.y
6656 .endif
6657 .else
6658 # ATF libraries.
6659 OLD_FILES+=usr/bin/atf-sh
6660 OLD_DIRS+=usr/include/atf-c
6661 OLD_FILES+=usr/include/atf-c/build.h
6662 OLD_FILES+=usr/include/atf-c/check.h
6663 OLD_FILES+=usr/include/atf-c/config.h
6664 OLD_FILES+=usr/include/atf-c/defs.h
6665 OLD_FILES+=usr/include/atf-c/error.h
6666 OLD_FILES+=usr/include/atf-c/error_fwd.h
6667 OLD_FILES+=usr/include/atf-c/macros.h
6668 OLD_FILES+=usr/include/atf-c/tc.h
6669 OLD_FILES+=usr/include/atf-c/tp.h
6670 OLD_FILES+=usr/include/atf-c/utils.h
6671 OLD_FILES+=usr/include/atf-c.h
6672 OLD_DIRS+=usr/include/atf-c++
6673 OLD_FILES+=usr/include/atf-c++/build.hpp
6674 OLD_FILES+=usr/include/atf-c++/check.hpp
6675 OLD_FILES+=usr/include/atf-c++/config.hpp
6676 OLD_FILES+=usr/include/atf-c++/macros.hpp
6677 OLD_FILES+=usr/include/atf-c++/tests.hpp
6678 OLD_FILES+=usr/include/atf-c++/utils.hpp
6679 OLD_FILES+=usr/include/atf-c++.hpp
6680 OLD_FILES+=usr/lib/libatf-c_p.a
6681 OLD_FILES+=usr/lib/libatf-c.so.1
6682 OLD_FILES+=usr/lib/libatf-c.so
6683 OLD_FILES+=usr/lib/libatf-c++.a
6684 OLD_FILES+=usr/lib/libatf-c++_p.a
6685 OLD_FILES+=usr/lib/libatf-c++.so.1
6686 OLD_FILES+=usr/lib/libatf-c++.so
6687 OLD_FILES+=usr/lib/libatf-c.a
6688 OLD_FILES+=usr/libexec/atf-check
6689 OLD_DIRS+=usr/share/atf
6690 OLD_FILES+=usr/share/atf/libatf-sh.subr
6691 OLD_DIRS+=usr/share/doc/atf
6692 OLD_FILES+=usr/share/doc/atf/AUTHORS
6693 OLD_FILES+=usr/share/doc/atf/COPYING
6694 OLD_FILES+=usr/share/doc/atf/NEWS
6695 OLD_FILES+=usr/share/doc/atf/README
6696 OLD_FILES+=usr/share/man/man1/atf-check.1.gz
6697 OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
6698 OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
6699 OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
6700 OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
6701 OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
6702 OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
6703 OLD_FILES+=usr/share/mk/atf.test.mk
6704
6705 # Test suite.
6706 . if exists(${DESTDIR}${TESTSBASE})
6707 TESTS_DIRS!=find ${DESTDIR}${TESTSBASE} -type d | sed -e 's,^${DESTDIR}/,,'; echo
6708 OLD_DIRS+=${TESTS_DIRS}
6709 TESTS_FILES!=find ${DESTDIR}${TESTSBASE} \! -type d | sed -e 's,^${DESTDIR}/,,'; echo
6710 OLD_FILES+=${TESTS_FILES}
6711 . endif
6712 .endif  # Test suite.
6713
6714 #.if ${MK_TOOLCHAIN} == no
6715 # to be filled in
6716 #.endif
6717
6718 .if ${MK_UNBOUND} == no
6719 OLD_FILES+=etc/rc.d/local_unbound
6720 OLD_FILES+=usr/lib/private/libunbound.a
6721 OLD_FILES+=usr/lib/private/libunbound.so
6722 OLD_LIBS+=usr/lib/private/libunbound.so.5
6723 OLD_FILES+=usr/lib/private/libunbound_p.a
6724 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6725 OLD_FILES+=usr/lib32/private/libunbound.a
6726 OLD_FILES+=usr/lib32/private/libunbound.so
6727 OLD_LIBS+=usr/lib32/private/libunbound.so.5
6728 OLD_FILES+=usr/lib32/private/libunbound_p.a
6729 .endif
6730 OLD_FILES+=usr/sbin/local-unbound-setup
6731 OLD_FILES+=usr/sbin/unbound
6732 OLD_FILES+=usr/sbin/unbound-anchor
6733 OLD_FILES+=usr/sbin/unbound-checkconf
6734 OLD_FILES+=usr/sbin/unbound-control
6735 OLD_FILES+=usr/sbin/unbound-control-setup
6736 .endif
6737
6738 .if ${MK_USB} == no
6739 OLD_FILES+=etc/devd/uauth.conf
6740 OLD_FILES+=etc/devd/usb.conf
6741 .endif
6742
6743 .if ${MK_UTMPX} == no
6744 OLD_FILES+=etc/periodic/monthly/200.accounting
6745 OLD_FILES+=usr/bin/last
6746 OLD_FILES+=usr/bin/users
6747 OLD_FILES+=usr/bin/who
6748 OLD_FILES+=usr/sbin/ac
6749 OLD_FILES+=usr/sbin/lastlogin
6750 OLD_FILES+=usr/sbin/utx
6751 OLD_FILES+=usr/share/man/man1/last.1.gz
6752 OLD_FILES+=usr/share/man/man1/users.1.gz
6753 OLD_FILES+=usr/share/man/man1/who.1.gz
6754 OLD_FILES+=usr/share/man/man8/ac.8.gz
6755 OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
6756 OLD_FILES+=usr/share/man/man8/utx.8.gz
6757 .endif
6758
6759 .if ${MK_WIRELESS} == no
6760 OLD_FILES+=etc/regdomain.xml
6761 OLD_FILES+=etc/rc.d/hostapd
6762 OLD_FILES+=etc/rc.d/wpa_supplicant
6763 OLD_FILES+=usr/sbin/ancontrol
6764 OLD_FILES+=usr/sbin/hostapd
6765 OLD_FILES+=usr/sbin/hostapd_cli
6766 OLD_FILES+=usr/sbin/ndis_events
6767 OLD_FILES+=usr/sbin/wlandebug
6768 .if ${TARGET_ARCH} == "i386"
6769 OLD_FILES+=usr/sbin/wlconfig
6770 .endif
6771 OLD_FILES+=usr/sbin/wpa_cli
6772 OLD_FILES+=usr/sbin/wpa_passphrase
6773 OLD_FILES+=usr/sbin/wpa_supplicant
6774 OLD_FILES+=usr/share/examples/etc/regdomain.xml
6775 OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
6776 OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
6777 OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
6778 OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
6779 OLD_DIRS+=usr/share/examples/hostapd
6780 OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
6781 OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
6782 OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
6783 OLD_FILES+=usr/share/man/man8/hostapd.8.gz
6784 OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
6785 .if ${TARGET_ARCH} == "i386"
6786 OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
6787 .endif
6788 OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
6789 OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
6790 OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
6791 OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
6792 OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
6793 .endif
6794
6795 .if ${MK_SVNLITE} == no || ${MK_SVN} == yes
6796 OLD_FILES+=usr/bin/svnlite
6797 OLD_FILES+=usr/bin/svnliteadmin
6798 OLD_FILES+=usr/bin/svnlitedumpfilter
6799 OLD_FILES+=usr/bin/svnlitelook
6800 OLD_FILES+=usr/bin/svnlitemucc
6801 OLD_FILES+=usr/bin/svnliterdump
6802 OLD_FILES+=usr/bin/svnliteserve
6803 OLD_FILES+=usr/bin/svnlitesync
6804 OLD_FILES+=usr/bin/svnliteversion
6805 OLD_FILES+=usr/share/man/man1/svnlite.1.gz
6806 .endif
6807
6808 .if ${MK_SVN} == no
6809 OLD_FILES+=usr/bin/svn
6810 OLD_FILES+=usr/bin/svnadmin
6811 OLD_FILES+=usr/bin/svndumpfilter
6812 OLD_FILES+=usr/bin/svnlook
6813 OLD_FILES+=usr/bin/svnmucc
6814 OLD_FILES+=usr/bin/svnrdump
6815 OLD_FILES+=usr/bin/svnserve
6816 OLD_FILES+=usr/bin/svnsync
6817 OLD_FILES+=usr/bin/svnversion
6818 .endif
6819
6820 .if ${MK_HYPERV} == no
6821 OLD_FILES+=etc/devd/hyperv.conf
6822 OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
6823 OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info
6824 OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info
6825 OLD_FILES+=usr/sbin/hv_kvp_daemon
6826 OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz
6827 .endif