]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/mk/OptionalObsoleteFiles.inc
nuageinit: add basic support for cloudinit.
[FreeBSD/FreeBSD.git] / tools / build / mk / OptionalObsoleteFiles.inc
1 #
2 #
3 # This file adds support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
4 # the check-old* and delete-old* targets.
5 #
6 # Blocks should be in sort(1) order by primary option.
7 #
8
9 .if ${MK_ACCT} == no
10 OLD_FILES+=etc/rc.d/accounting
11 OLD_FILES+=etc/periodic/daily/310.accounting
12 OLD_FILES+=usr/sbin/accton
13 OLD_FILES+=usr/sbin/sa
14 OLD_FILES+=usr/share/man/man8/accton.8.gz
15 OLD_FILES+=usr/share/man/man8/sa.8.gz
16 OLD_FILES+=usr/tests/usr.sbin/sa/Kyuafile
17 OLD_FILES+=usr/tests/usr.sbin/sa/legacy_test
18 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.in
19 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.out
20 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-u.out
21 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.in
22 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.out
23 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.in
24 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.out
25 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-u.out
26 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.in
27 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.out
28 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.in
29 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.out
30 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-u.out
31 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.in
32 OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.out
33 OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-sav.in
34 OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-u.out
35 OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-usr.in
36 OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-sav.in
37 OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-u.out
38 OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-usr.in
39 OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-sav.in
40 OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-u.out
41 OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-usr.in
42 OLD_DIRS+=usr/tests/usr.sbin/sa
43 .endif
44
45 .if ${MK_ACPI} == no
46 OLD_FILES+=etc/devd/asus.conf
47 OLD_FILES+=etc/rc.d/power_profile
48 OLD_FILES+=usr/sbin/acpiconf
49 OLD_FILES+=usr/sbin/acpidb
50 OLD_FILES+=usr/sbin/acpidump
51 OLD_FILES+=usr/sbin/iasl
52 OLD_FILES+=usr/share/man/man8/acpiconf.8.gz
53 OLD_FILES+=usr/share/man/man8/acpidb.8.gz
54 OLD_FILES+=usr/share/man/man8/acpidump.8.gz
55 OLD_FILES+=usr/share/man/man8/iasl.8.gz
56 .endif
57
58 .if ${MK_ACPI} == no && ${MK_APM} == no
59 OLD_FILES+=etc/rc.d/powerd
60 .endif
61
62 .if ${MK_APM} == no
63 OLD_FILES+=etc/rc.d/apm
64 OLD_FILES+=etc/rc.d/apmd
65 OLD_FILES+=etc/apmd.conf
66 OLD_FILES+=usr/sbin/apm
67 OLD_FILES+=usr/share/examples/etc/apmd.conf
68 .endif
69
70 .if ${MK_AT} == no
71 OLD_FILES+=etc/pam.d/atrun
72 OLD_FILES+=usr/bin/at
73 OLD_FILES+=usr/bin/atq
74 OLD_FILES+=usr/bin/atrm
75 OLD_FILES+=usr/bin/batch
76 OLD_FILES+=usr/libexec/atrun
77 OLD_FILES+=usr/share/man/man1/at.1.gz
78 OLD_FILES+=usr/share/man/man1/atq.1.gz
79 OLD_FILES+=usr/share/man/man1/atrm.1.gz
80 OLD_FILES+=usr/share/man/man1/batch.1.gz
81 OLD_FILES+=usr/share/man/man8/atrun.8.gz
82 .endif
83
84 .if ${MK_AUDIT} == no
85 OLD_FILES+=etc/rc.d/auditd
86 OLD_FILES+=etc/rc.d/auditdistd
87 OLD_FILES+=usr/sbin/audit
88 OLD_FILES+=usr/sbin/auditd
89 OLD_FILES+=usr/sbin/auditdistd
90 OLD_FILES+=usr/sbin/auditreduce
91 OLD_FILES+=usr/sbin/praudit
92 OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
93 OLD_FILES+=usr/share/man/man1/praudit.1.gz
94 OLD_FILES+=usr/share/man/man5/auditdistd.conf.5.gz
95 OLD_FILES+=usr/share/man/man8/audit.8.gz
96 OLD_FILES+=usr/share/man/man8/auditd.8.gz
97 OLD_FILES+=usr/share/man/man8/auditdistd.8.gz
98 OLD_FILES+=usr/tests/sys/audit/process-control
99 OLD_FILES+=usr/tests/sys/audit/open
100 OLD_FILES+=usr/tests/sys/audit/network
101 OLD_FILES+=usr/tests/sys/audit/miscellaneous
102 OLD_FILES+=usr/tests/sys/audit/Kyuafile
103 OLD_FILES+=usr/tests/sys/audit/ioctl
104 OLD_FILES+=usr/tests/sys/audit/inter-process
105 OLD_FILES+=usr/tests/sys/audit/file-write
106 OLD_FILES+=usr/tests/sys/audit/file-read
107 OLD_FILES+=usr/tests/sys/audit/file-delete
108 OLD_FILES+=usr/tests/sys/audit/file-create
109 OLD_FILES+=usr/tests/sys/audit/file-close
110 OLD_FILES+=usr/tests/sys/audit/file-attribute-modify
111 OLD_FILES+=usr/tests/sys/audit/file-attribute-access
112 OLD_FILES+=usr/tests/sys/audit/administrative
113 OLD_DIRS+=usr/tests/sys/audit
114 .endif
115
116 .if ${MK_AUTHPF} == no
117 OLD_FILES+=usr/sbin/authpf
118 OLD_FILES+=usr/sbin/authpf-noip
119 OLD_FILES+=usr/share/man/man8/authpf.8.gz
120 OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
121 .endif
122
123 .if ${MK_AUTOFS} == no
124 OLD_FILES+=etc/autofs/include_ldap
125 OLD_FILES+=etc/autofs/special_hosts
126 OLD_FILES+=etc/autofs/special_media
127 OLD_FILES+=etc/autofs/special_noauto
128 OLD_FILES+=etc/autofs/special_null
129 OLD_FILES+=etc/auto_master
130 OLD_FILES+=etc/devd/autofs.conf
131 OLD_FILES+=etc/rc.d/automount
132 OLD_FILES+=etc/rc.d/automountd
133 OLD_FILES+=etc/rc.d/autounmountd
134 OLD_FILES+=usr/sbin/automount
135 OLD_FILES+=usr/sbin/automountd
136 OLD_FILES+=usr/sbin/autounmountd
137 OLD_FILES+=usr/share/man/man5/autofs.5.gz
138 OLD_FILES+=usr/share/man/man5/auto_master.5.gz
139 OLD_FILES+=usr/share/man/man8/automount.8.gz
140 OLD_FILES+=usr/share/man/man8/automountd.8.gz
141 OLD_FILES+=usr/share/man/man8/autounmountd.8.gz
142 OLD_DIRS+=etc/autofs
143 .endif
144
145 .if ${MK_BEARSSL} == no
146 OLD_FILES+=usr/lib/libbearssl.a
147 OLD_FILES+=usr/lib/libbearssl.so
148 OLD_LIBS+=usr/lib/libbearssl.so.5
149 OLD_FILES+=usr/lib/libsecureboot.a
150 OLD_FILES+=usr/lib/libsecureboot.so
151 OLD_LIBS+=usr/lib/libsecureboot.so.5
152 .endif
153
154 .if ${MK_BHYVE} == no
155 OLD_FILES+=usr/lib/libvmmapi.a
156 OLD_FILES+=usr/lib/libvmmapi.so
157 OLD_LIBS+=usr/lib/libvmmapi.so.5
158 OLD_FILES+=usr/include/vmmapi.h
159 OLD_FILES+=usr/sbin/bhyve
160 OLD_FILES+=usr/sbin/bhyvectl
161 OLD_FILES+=usr/sbin/bhyveload
162 OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
163 OLD_FILES+=usr/share/man/man8/bhyve.8.gz
164 OLD_FILES+=usr/share/man/man8/bhyveload.8.gz
165 OLD_DIRS+=usr/share/examples/bhyve
166 .endif
167
168 .if ${MK_BLACKLIST} == no
169 OLD_FILES+=etc/blacklistd.conf
170 OLD_FILES+=etc/rc.d/blacklistd
171 OLD_FILES+=usr/include/blacklist.h
172 OLD_FILES+=usr/lib/libblacklist.a
173 OLD_FILES+=usr/lib/libblacklist_p.a
174 OLD_FILES+=usr/lib/libblacklist.so
175 OLD_LIBS+=usr/lib/libblacklist.so.0
176 OLD_FILES+=usr/libexec/blacklistd-helper
177 OLD_FILES+=usr/sbin/blacklistctl
178 OLD_FILES+=usr/sbin/blacklistd
179 OLD_FILES+=usr/share/man/man3/blacklist.3.gz
180 OLD_FILES+=usr/share/man/man3/blacklist_close.3.gz
181 OLD_FILES+=usr/share/man/man3/blacklist_open.3.gz
182 OLD_FILES+=usr/share/man/man3/blacklist_r.3.gz
183 OLD_FILES+=usr/share/man/man3/blacklist_sa.3.gz
184 OLD_FILES+=usr/share/man/man3/blacklist_sa_r.3.gz
185 OLD_FILES+=usr/share/man/man5/blacklistd.conf.5.gz
186 OLD_FILES+=usr/share/man/man8/blacklistctl.8.gz
187 OLD_FILES+=usr/share/man/man8/blacklistd.8.gz
188 .endif
189
190 .if ${MK_BLUETOOTH} == no
191 OLD_FILES+=etc/bluetooth/hcsecd.conf
192 OLD_FILES+=etc/bluetooth/hosts
193 OLD_FILES+=etc/bluetooth/protocols
194 OLD_FILES+=etc/defaults/bluetooth.device.conf
195 OLD_FILES+=etc/devd/iwmbtfw.conf
196 OLD_DIRS+=etc/bluetooth
197 OLD_FILES+=etc/rc.d/bluetooth
198 OLD_FILES+=etc/rc.d/bthidd
199 OLD_FILES+=etc/rc.d/hcsecd
200 OLD_FILES+=etc/rc.d/rfcomm_pppd_server
201 OLD_FILES+=etc/rc.d/sdpd
202 OLD_FILES+=etc/rc.d/ubthidhci
203 OLD_FILES+=usr/bin/bthost
204 OLD_FILES+=usr/bin/btsockstat
205 OLD_FILES+=usr/bin/rfcomm_sppd
206 OLD_FILES+=usr/include/bluetooth.h
207 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
208 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
209 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
210 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
211 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
212 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
213 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
214 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
215 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
216 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
217 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
218 OLD_DIRS+=usr/include/netgraph/bluetooth/include
219 OLD_DIRS+=usr/include/netgraph/bluetooth
220 OLD_FILES+=usr/include/sdp.h
221 OLD_FILES+=usr/lib/libbluetooth.a
222 OLD_FILES+=usr/lib/libbluetooth.so
223 OLD_LIBS+=usr/lib/libbluetooth.so.4
224 OLD_FILES+=usr/lib/libbluetooth_p.a
225 OLD_FILES+=usr/lib/libsdp.a
226 OLD_FILES+=usr/lib/libsdp.so
227 OLD_LIBS+=usr/lib/libsdp.so.4
228 OLD_FILES+=usr/lib/libsdp_p.a
229 OLD_FILES+=usr/sbin/ath3kfw
230 OLD_FILES+=usr/sbin/bcmfw
231 OLD_FILES+=usr/sbin/bluetooth-config
232 OLD_FILES+=usr/sbin/bt3cfw
233 OLD_FILES+=usr/sbin/bthidcontrol
234 OLD_FILES+=usr/sbin/bthidd
235 OLD_FILES+=usr/sbin/btpand
236 OLD_FILES+=usr/sbin/hccontrol
237 OLD_FILES+=usr/sbin/hcsecd
238 OLD_FILES+=usr/sbin/hcseriald
239 OLD_FILES+=usr/sbin/iwmbtfw
240 OLD_FILES+=usr/sbin/l2control
241 OLD_FILES+=usr/sbin/l2ping
242 OLD_FILES+=usr/sbin/rfcomm_pppd
243 OLD_FILES+=usr/sbin/sdpcontrol
244 OLD_FILES+=usr/sbin/sdpd
245 OLD_FILES+=usr/share/examples/etc/defaults/bluetooth.device.conf
246 OLD_FILES+=usr/share/man/man1/bthost.1.gz
247 OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
248 OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
249 OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
250 OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
251 OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
252 OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
253 OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
254 OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
255 OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
256 OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
257 OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
258 OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
259 OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
260 OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
261 OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
262 OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
263 OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
264 OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
265 OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
266 OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
267 OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
268 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
269 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
270 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
271 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
272 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
273 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
274 OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
275 OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
276 OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
277 OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
278 OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
279 OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
280 OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
281 OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
282 OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
283 OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
284 OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
285 OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
286 OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
287 OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
288 OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
289 OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
290 OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
291 OLD_FILES+=usr/share/man/man3/sdp.3.gz
292 OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
293 OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
294 OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
295 OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
296 OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
297 OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
298 OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
299 OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
300 OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
301 OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
302 OLD_FILES+=usr/share/man/man4/ng_bluetooth.4.gz
303 OLD_FILES+=usr/share/man/man5/bluetooth.device.conf.5.gz
304 OLD_FILES+=usr/share/man/man5/bluetooth.hosts.5.gz
305 OLD_FILES+=usr/share/man/man5/bluetooth.protocols.5.gz
306 OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
307 OLD_FILES+=usr/share/man/man8/ath3kfw.8.gz
308 OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
309 OLD_FILES+=usr/share/man/man8/bluetooth-config.8.gz
310 OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
311 OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
312 OLD_FILES+=usr/share/man/man8/bthidd.8.gz
313 OLD_FILES+=usr/share/man/man8/btpand.8.gz
314 OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
315 OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
316 OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
317 OLD_FILES+=usr/share/man/man8/iwmbtfw.8.gz
318 OLD_FILES+=usr/share/man/man8/l2control.8.gz
319 OLD_FILES+=usr/share/man/man8/l2ping.8.gz
320 OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
321 OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
322 OLD_FILES+=usr/share/man/man8/sdpd.8.gz
323 .endif
324
325 .if ${MK_BOOT} == no
326 OLD_FILES+=boot/beastie.4th
327 OLD_FILES+=boot/boot
328 OLD_FILES+=boot/boot0
329 OLD_FILES+=boot/boot0sio
330 OLD_FILES+=boot/boot1
331 OLD_FILES+=boot/boot1.efi
332 OLD_FILES+=boot/boot2
333 OLD_FILES+=boot/brand.4th
334 OLD_FILES+=boot/cdboot
335 OLD_FILES+=boot/check-password.4th
336 OLD_FILES+=boot/color.4th
337 OLD_FILES+=boot/defaults/loader.conf
338 OLD_FILES+=boot/delay.4th
339 OLD_FILES+=boot/device.hints
340 OLD_FILES+=boot/frames.4th
341 OLD_FILES+=boot/gptboot
342 OLD_FILES+=boot/gptzfsboot
343 OLD_FILES+=boot/loader
344 OLD_FILES+=boot/loader.4th
345 OLD_FILES+=boot/loader.efi
346 OLD_FILES+=boot/loader.help
347 OLD_FILES+=boot/loader.rc
348 OLD_FILES+=boot/mbr
349 OLD_FILES+=boot/menu-commands.4th
350 OLD_FILES+=boot/menu.4th
351 OLD_FILES+=boot/menu.rc
352 OLD_FILES+=boot/menusets.4th
353 OLD_FILES+=boot/pcibios.4th
354 OLD_FILES+=boot/pmbr
355 OLD_FILES+=boot/pxeboot
356 OLD_FILES+=boot/screen.4th
357 OLD_FILES+=boot/shortcuts.4th
358 OLD_FILES+=boot/support.4th
359 OLD_FILES+=boot/userboot.so
360 OLD_FILES+=boot/version.4th
361 OLD_FILES+=boot/zfsboot
362 OLD_FILES+=boot/zfsloader
363 OLD_FILES+=usr/lib/kgzldr.o
364 OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
365 OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
366 OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
367 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
368 OLD_FILES+=usr/share/man/man8/color.4th.8.gz
369 OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
370 OLD_FILES+=usr/share/man/man8/gptboot.8.gz
371 OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz
372 OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
373 OLD_FILES+=usr/share/man/man8/loader.8.gz
374 OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
375 OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
376 OLD_FILES+=usr/share/man/man8/pxeboot.8.gz
377 OLD_FILES+=usr/share/man/man8/version.4th.8.gz
378 OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
379 OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
380 .endif
381
382 .if ${MK_BOOTPARAMD} == no
383 OLD_FILES+=etc/rc.d/bootparams
384 OLD_FILES+=usr/sbin/bootparamd
385 OLD_FILES+=usr/share/man/man5/bootparams.5.gz
386 OLD_FILES+=usr/share/man/man8/bootparamd.8.gz
387 OLD_FILES+=usr/sbin/callbootd
388 .endif
389
390 .if ${MK_BOOTPD} == no
391 OLD_FILES+=usr/libexec/bootpd
392 OLD_FILES+=usr/share/man/man5/bootptab.5.gz
393 OLD_FILES+=usr/share/man/man8/bootpd.8.gz
394 OLD_FILES+=usr/libexec/bootpgw
395 OLD_FILES+=usr/sbin/bootpef
396 OLD_FILES+=usr/share/man/man8/bootpef.8.gz
397 OLD_FILES+=usr/sbin/bootptest
398 OLD_FILES+=usr/share/man/man8/bootptest.8.gz
399 .endif
400
401 .if ${MK_BSDINSTALL} == no
402 OLD_FILES+=usr/libexec/bsdinstall/adduser
403 OLD_FILES+=usr/libexec/bsdinstall/auto
404 OLD_FILES+=usr/libexec/bsdinstall/autopart
405 OLD_FILES+=usr/libexec/bsdinstall/bootconfig
406 OLD_FILES+=usr/libexec/bsdinstall/checksum
407 OLD_FILES+=usr/libexec/bsdinstall/config
408 OLD_FILES+=usr/libexec/bsdinstall/distextract
409 OLD_FILES+=usr/libexec/bsdinstall/distfetch
410 OLD_FILES+=usr/libexec/bsdinstall/docsinstall
411 OLD_FILES+=usr/libexec/bsdinstall/entropy
412 OLD_FILES+=usr/libexec/bsdinstall/fetchmissingdists
413 OLD_FILES+=usr/libexec/bsdinstall/hardening
414 OLD_FILES+=usr/libexec/bsdinstall/hostname
415 OLD_FILES+=usr/libexec/bsdinstall/jail
416 OLD_FILES+=usr/libexec/bsdinstall/keymap
417 OLD_FILES+=usr/libexec/bsdinstall/mirrorselect
418 OLD_FILES+=usr/libexec/bsdinstall/mount
419 OLD_FILES+=usr/libexec/bsdinstall/netconfig
420 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4
421 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6
422 OLD_FILES+=usr/libexec/bsdinstall/partedit
423 OLD_FILES+=usr/libexec/bsdinstall/rootpass
424 OLD_FILES+=usr/libexec/bsdinstall/runconsoles
425 OLD_FILES+=usr/libexec/bsdinstall/script
426 OLD_FILES+=usr/libexec/bsdinstall/scriptedpart
427 OLD_FILES+=usr/libexec/bsdinstall/services
428 OLD_FILES+=usr/libexec/bsdinstall/startbsdinstall
429 OLD_FILES+=usr/libexec/bsdinstall/time
430 OLD_FILES+=usr/libexec/bsdinstall/umount
431 OLD_FILES+=usr/libexec/bsdinstall/wlanconfig
432 OLD_FILES+=usr/libexec/bsdinstall/zfsboot
433 OLD_FILES+=usr/sbin/bsdinstall
434 OLD_FILES+=usr/share/man/man8/bsdinstall.8.gz
435 OLD_FILES+=usr/share/man/man8/sade.8.gz
436 OLD_DIRS+=usr/libexec/bsdinstall
437 .endif
438
439 .if ${MK_BSD_CPIO} == no
440 OLD_FILES+=usr/bin/bsdcpio
441 OLD_FILES+=usr/bin/cpio
442 OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz
443 OLD_FILES+=usr/share/man/man1/cpio.1.gz
444 .endif
445
446 .if ${MK_BSNMP} == no
447 OLD_FILES+=etc/snmpd.config
448 OLD_FILES+=etc/rc.d/bsnmpd
449 OLD_FILES+=usr/bin/bsnmpget
450 OLD_FILES+=usr/bin/bsnmpset
451 OLD_FILES+=usr/bin/bsnmpwalk
452 OLD_FILES+=usr/include/bsnmp/asn1.h
453 OLD_FILES+=usr/include/bsnmp/bridge_snmp.h
454 OLD_FILES+=usr/include/bsnmp/snmp.h
455 OLD_FILES+=usr/include/bsnmp/snmp_mibII.h
456 OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
457 OLD_FILES+=usr/include/bsnmp/snmpagent.h
458 OLD_FILES+=usr/include/bsnmp/snmpclient.h
459 OLD_FILES+=usr/include/bsnmp/snmpmod.h
460 OLD_FILES+=usr/lib/libbsnmp.a
461 OLD_FILES+=usr/lib/libbsnmp.so
462 OLD_LIBS+=usr/lib/libbsnmp.so.6
463 OLD_FILES+=usr/lib/libbsnmp_p.a
464 OLD_FILES+=usr/lib/libbsnmptools.a
465 OLD_FILES+=usr/lib/libbsnmptools.so
466 OLD_LIBS+=usr/lib/libbsnmptools.so.0
467 OLD_FILES+=usr/lib/libbsnmptools_p.a
468 OLD_FILES+=usr/lib/snmp_bridge.so
469 OLD_LIBS+=usr/lib/snmp_bridge.so.6
470 OLD_FILES+=usr/lib/snmp_hast.so
471 OLD_LIBS+=usr/lib/snmp_hast.so.6
472 OLD_FILES+=usr/lib/snmp_hostres.so
473 OLD_LIBS+=usr/lib/snmp_hostres.so.6
474 OLD_FILES+=usr/lib/snmp_lm75.so
475 OLD_LIBS+=usr/lib/snmp_lm75.so.6
476 OLD_FILES+=usr/lib/snmp_mibII.so
477 OLD_LIBS+=usr/lib/snmp_mibII.so.6
478 OLD_FILES+=usr/lib/snmp_netgraph.so
479 OLD_LIBS+=usr/lib/snmp_netgraph.so.6
480 OLD_FILES+=usr/lib/snmp_pf.so
481 OLD_LIBS+=usr/lib/snmp_pf.so.6
482 OLD_FILES+=usr/lib/snmp_target.so
483 OLD_LIBS+=usr/lib/snmp_target.so.6
484 OLD_FILES+=usr/lib/snmp_usm.so
485 OLD_LIBS+=usr/lib/snmp_usm.so.6
486 OLD_FILES+=usr/lib/snmp_vacm.so
487 OLD_LIBS+=usr/lib/snmp_vacm.so.6
488 OLD_FILES+=usr/lib/snmp_wlan.so
489 OLD_LIBS+=usr/lib/snmp_wlan.so.6
490 OLD_FILES+=usr/sbin/bsnmpd
491 OLD_FILES+=usr/sbin/gensnmptree
492 OLD_FILES+=usr/share/examples/etc/snmpd.config
493 OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz
494 OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz
495 OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz
496 OLD_FILES+=usr/share/man/man1/bsnmpwalk.1.gz
497 OLD_FILES+=usr/share/man/man1/gensnmptree.1.gz
498 # lib/libbsnmp/libbsnmp
499 OLD_FILES+=usr/share/man/man3/TRUTH_GET.3.gz
500 OLD_FILES+=usr/share/man/man3/TRUTH_MK.3.gz
501 OLD_FILES+=usr/share/man/man3/TRUTH_OK.3.gz
502 OLD_FILES+=usr/share/man/man3/asn1.3.gz
503 OLD_FILES+=usr/share/man/man3/asn_append_oid.3.gz
504 OLD_FILES+=usr/share/man/man3/asn_commit_header.3.gz
505 OLD_FILES+=usr/share/man/man3/asn_compare_oid.3.gz
506 OLD_FILES+=usr/share/man/man3/asn_get_counter64_raw.3.gz
507 OLD_FILES+=usr/share/man/man3/asn_get_header.3.gz
508 OLD_FILES+=usr/share/man/man3/asn_get_integer.3.gz
509 OLD_FILES+=usr/share/man/man3/asn_get_integer_raw.3.gz
510 OLD_FILES+=usr/share/man/man3/asn_get_ipaddress.3.gz
511 OLD_FILES+=usr/share/man/man3/asn_get_ipaddress_raw.3.gz
512 OLD_FILES+=usr/share/man/man3/asn_get_null.3.gz
513 OLD_FILES+=usr/share/man/man3/asn_get_null_raw.3.gz
514 OLD_FILES+=usr/share/man/man3/asn_get_objid.3.gz
515 OLD_FILES+=usr/share/man/man3/asn_get_objid_raw.3.gz
516 OLD_FILES+=usr/share/man/man3/asn_get_octetstring.3.gz
517 OLD_FILES+=usr/share/man/man3/asn_get_octetstring_raw.3.gz
518 OLD_FILES+=usr/share/man/man3/asn_get_sequence.3.gz
519 OLD_FILES+=usr/share/man/man3/asn_get_timeticks.3.gz
520 OLD_FILES+=usr/share/man/man3/asn_get_uint32_raw.3.gz
521 OLD_FILES+=usr/share/man/man3/asn_is_suboid.3.gz
522 OLD_FILES+=usr/share/man/man3/asn_oid2str.3.gz
523 OLD_FILES+=usr/share/man/man3/asn_oid2str_r.3.gz
524 OLD_FILES+=usr/share/man/man3/asn_put_counter64.3.gz
525 OLD_FILES+=usr/share/man/man3/asn_put_exception.3.gz
526 OLD_FILES+=usr/share/man/man3/asn_put_header.3.gz
527 OLD_FILES+=usr/share/man/man3/asn_put_integer.3.gz
528 OLD_FILES+=usr/share/man/man3/asn_put_ipaddress.3.gz
529 OLD_FILES+=usr/share/man/man3/asn_put_null.3.gz
530 OLD_FILES+=usr/share/man/man3/asn_put_objid.3.gz
531 OLD_FILES+=usr/share/man/man3/asn_put_octetstring.3.gz
532 OLD_FILES+=usr/share/man/man3/asn_put_temp_header.3.gz
533 OLD_FILES+=usr/share/man/man3/asn_put_timeticks.3.gz
534 OLD_FILES+=usr/share/man/man3/asn_put_uint32.3.gz
535 OLD_FILES+=usr/share/man/man3/asn_skip.3.gz
536 OLD_FILES+=usr/share/man/man3/asn_slice_oid.3.gz
537 OLD_FILES+=usr/share/man/man3/snmp_add_binding.3.gz
538 OLD_FILES+=usr/share/man/man3/snmp_calc_keychange.3.gz
539 OLD_FILES+=usr/share/man/man3/snmp_client.3.gz
540 OLD_FILES+=usr/share/man/man3/snmp_client_init.3.gz
541 OLD_FILES+=usr/share/man/man3/snmp_client_set_host.3.gz
542 OLD_FILES+=usr/share/man/man3/snmp_client_set_port.3.gz
543 OLD_FILES+=usr/share/man/man3/snmp_close.3.gz
544 OLD_FILES+=usr/share/man/man3/snmp_debug.3.gz
545 OLD_FILES+=usr/share/man/man3/snmp_dep_commit.3.gz
546 OLD_FILES+=usr/share/man/man3/snmp_dep_finish.3.gz
547 OLD_FILES+=usr/share/man/man3/snmp_dep_lookup.3.gz
548 OLD_FILES+=usr/share/man/man3/snmp_dep_rollback.3.gz
549 OLD_FILES+=usr/share/man/man3/snmp_depop_t.3.gz
550 OLD_FILES+=usr/share/man/man3/snmp_dialog.3.gz
551 OLD_FILES+=usr/share/man/man3/snmp_discover_engine.3.gz
552 OLD_FILES+=usr/share/man/man3/snmp_get.3.gz
553 OLD_FILES+=usr/share/man/man3/snmp_get_local_keys.3.gz
554 OLD_FILES+=usr/share/man/man3/snmp_getbulk.3.gz
555 OLD_FILES+=usr/share/man/man3/snmp_getnext.3.gz
556 OLD_FILES+=usr/share/man/man3/snmp_init_context.3.gz
557 OLD_FILES+=usr/share/man/man3/snmp_make_errresp.3.gz
558 OLD_FILES+=usr/share/man/man3/snmp_oid_append.3.gz
559 OLD_FILES+=usr/share/man/man3/snmp_op_t.3.gz
560 OLD_FILES+=usr/share/man/man3/snmp_open.3.gz
561 OLD_FILES+=usr/share/man/man3/snmp_parse_server.3.gz
562 OLD_FILES+=usr/share/man/man3/snmp_passwd_to_keys.3.gz
563 OLD_FILES+=usr/share/man/man3/snmp_pdu_check.3.gz
564 OLD_FILES+=usr/share/man/man3/snmp_pdu_create.3.gz
565 OLD_FILES+=usr/share/man/man3/snmp_pdu_decode.3.gz
566 OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_header.3.gz
567 OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_scoped.3.gz
568 OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_secmode.3.gz
569 OLD_FILES+=usr/share/man/man3/snmp_pdu_dump.3.gz
570 OLD_FILES+=usr/share/man/man3/snmp_pdu_encode.3.gz
571 OLD_FILES+=usr/share/man/man3/snmp_pdu_free.3.gz
572 OLD_FILES+=usr/share/man/man3/snmp_pdu_init_secparams.3.gz
573 OLD_FILES+=usr/share/man/man3/snmp_pdu_send.3.gz
574 OLD_FILES+=usr/share/man/man3/snmp_receive.3.gz
575 OLD_FILES+=usr/share/man/man3/snmp_send_cb_f.3.gz
576 OLD_FILES+=usr/share/man/man3/snmp_set.3.gz
577 OLD_FILES+=usr/share/man/man3/snmp_table_cb_f.3.gz
578 OLD_FILES+=usr/share/man/man3/snmp_table_fetch.3.gz
579 OLD_FILES+=usr/share/man/man3/snmp_table_fetch_async.3.gz
580 OLD_FILES+=usr/share/man/man3/snmp_timeout_cb_f.3.gz
581 OLD_FILES+=usr/share/man/man3/snmp_timeout_start_f.3.gz
582 OLD_FILES+=usr/share/man/man3/snmp_timeout_stop_f.3.gz
583 OLD_FILES+=usr/share/man/man3/snmp_trace.3.gz
584 OLD_FILES+=usr/share/man/man3/snmp_value_copy.3.gz
585 OLD_FILES+=usr/share/man/man3/snmp_value_free.3.gz
586 OLD_FILES+=usr/share/man/man3/snmp_value_parse.3.gz
587 OLD_FILES+=usr/share/man/man3/tree_size.3.gz
588 # usr.sbin/bsnmpd/bsnmpd
589 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT.3.gz
590 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT_LINK.3.gz
591 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT_LINK_INDEX.3.gz
592 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID.3.gz
593 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID_LINK.3.gz
594 OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID_LINK_INDEX.3.gz
595 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT.3.gz
596 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT_LINK.3.gz
597 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT_LINK_INDEX.3.gz
598 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID.3.gz
599 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID_LINK.3.gz
600 OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID_LINK_INDEX.3.gz
601 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT.3.gz
602 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT_LINK.3.gz
603 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT_LINK_INDEX.3.gz
604 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID.3.gz
605 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID_LINK.3.gz
606 OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID_LINK_INDEX.3.gz
607 OLD_FILES+=usr/share/man/man3/asn1.3.gz
608 OLD_FILES+=usr/share/man/man3/bsnmpagent.3.gz
609 OLD_FILES+=usr/share/man/man3/bsnmpclient.3.gz
610 OLD_FILES+=usr/share/man/man3/bsnmpd_get_target_stats.3.gz
611 OLD_FILES+=usr/share/man/man3/bsnmpd_get_usm_stats.3.gz
612 OLD_FILES+=usr/share/man/man3/bsnmpd_reset_usm_stats.3.gz
613 OLD_FILES+=usr/share/man/man3/bsnmplib.3.gz
614 OLD_FILES+=usr/share/man/man3/buf_alloc.3.gz
615 OLD_FILES+=usr/share/man/man3/buf_size.3.gz
616 OLD_FILES+=usr/share/man/man3/comm_define.3.gz
617 OLD_FILES+=usr/share/man/man3/community.3.gz
618 OLD_FILES+=usr/share/man/man3/fd_deselect.3.gz
619 OLD_FILES+=usr/share/man/man3/fd_resume.3.gz
620 OLD_FILES+=usr/share/man/man3/fd_select.3.gz
621 OLD_FILES+=usr/share/man/man3/fd_suspend.3.gz
622 OLD_FILES+=usr/share/man/man3/get_ticks.3.gz
623 OLD_FILES+=usr/share/man/man3/index_append.3.gz
624 OLD_FILES+=usr/share/man/man3/index_append_off.3.gz
625 OLD_FILES+=usr/share/man/man3/index_compare.3.gz
626 OLD_FILES+=usr/share/man/man3/index_compare_off.3.gz
627 OLD_FILES+=usr/share/man/man3/index_decode.3.gz
628 OLD_FILES+=usr/share/man/man3/ip_commit.3.gz
629 OLD_FILES+=usr/share/man/man3/ip_get.3.gz
630 OLD_FILES+=usr/share/man/man3/ip_rollback.3.gz
631 OLD_FILES+=usr/share/man/man3/ip_save.3.gz
632 OLD_FILES+=usr/share/man/man3/or_register.3.gz
633 OLD_FILES+=usr/share/man/man3/or_unregister.3.gz
634 OLD_FILES+=usr/share/man/man3/oid_commit.3.gz
635 OLD_FILES+=usr/share/man/man3/oid_get.3.gz
636 OLD_FILES+=usr/share/man/man3/oid_rollback.3.gz
637 OLD_FILES+=usr/share/man/man3/oid_save.3.gz
638 OLD_FILES+=usr/share/man/man3/oid_usmNotInTimeWindows.3.gz
639 OLD_FILES+=usr/share/man/man3/oid_usmUnknownEngineIDs.3.gz
640 OLD_FILES+=usr/share/man/man3/oid_zeroDotZero.3.gz
641 OLD_FILES+=usr/share/man/man3/reqid_allocate.3.gz
642 OLD_FILES+=usr/share/man/man3/reqid_base.3.gz
643 OLD_FILES+=usr/share/man/man3/reqid_istype.3.gz
644 OLD_FILES+=usr/share/man/man3/reqid_next.3.gz
645 OLD_FILES+=usr/share/man/man3/reqid_type.3.gz
646 OLD_FILES+=usr/share/man/man3/snmp_bridge.3.gz
647 OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz
648 OLD_FILES+=usr/share/man/man3/snmp_hostres.3.gz
649 OLD_FILES+=usr/share/man/man3/snmp_input_finish.3.gz
650 OLD_FILES+=usr/share/man/man3/snmp_input_start.3.gz
651 OLD_FILES+=usr/share/man/man3/snmp_lm75.3.gz
652 OLD_FILES+=usr/share/man/man3/snmp_mibII.3.gz
653 OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
654 OLD_FILES+=usr/share/man/man3/snmp_output.3.gz
655 OLD_FILES+=usr/share/man/man3/snmp_pdu_auth_access.3.gz
656 OLD_FILES+=usr/share/man/man3/snmp_send_port.3.gz
657 OLD_FILES+=usr/share/man/man3/snmp_send_trap.3.gz
658 OLD_FILES+=usr/share/man/man3/snmp_target.3.gz
659 OLD_FILES+=usr/share/man/man3/snmp_usm.3.gz
660 OLD_FILES+=usr/share/man/man3/snmp_vacm.3.gz
661 OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz
662 OLD_FILES+=usr/share/man/man3/snmpd_target_stat.3.gz
663 OLD_FILES+=usr/share/man/man3/snmpd_usmstats.3.gz
664 OLD_FILES+=usr/share/man/man3/snmpmod.3.gz
665 OLD_FILES+=usr/share/man/man3/start_tick.3.gz
666 OLD_FILES+=usr/share/man/man3/string_commit.3.gz
667 OLD_FILES+=usr/share/man/man3/string_free.3.gz
668 OLD_FILES+=usr/share/man/man3/string_get.3.gz
669 OLD_FILES+=usr/share/man/man3/string_get_max.3.gz
670 OLD_FILES+=usr/share/man/man3/string_rollback.3.gz
671 OLD_FILES+=usr/share/man/man3/string_save.3.gz
672 OLD_FILES+=usr/share/man/man3/systemg.3.gz
673 OLD_FILES+=usr/share/man/man3/this_tick.3.gz
674 OLD_FILES+=usr/share/man/man3/timer_start.3.gz
675 OLD_FILES+=usr/share/man/man3/timer_start_repeat.3.gz
676 OLD_FILES+=usr/share/man/man3/timer_stop.3.gz
677 OLD_FILES+=usr/share/man/man3/target_activate_address.3.gz
678 OLD_FILES+=usr/share/man/man3/target_address.3.gz
679 OLD_FILES+=usr/share/man/man3/target_delete_address.3.gz
680 OLD_FILES+=usr/share/man/man3/target_delete_notify.3.gz
681 OLD_FILES+=usr/share/man/man3/target_delete_param.3.gz
682 OLD_FILES+=usr/share/man/man3/target_first_address.3.gz
683 OLD_FILES+=usr/share/man/man3/target_first_notify.3.gz
684 OLD_FILES+=usr/share/man/man3/target_first_param.3.gz
685 OLD_FILES+=usr/share/man/man3/target_flush_all.3.gz
686 OLD_FILES+=usr/share/man/man3/target_next_address.3.gz
687 OLD_FILES+=usr/share/man/man3/target_next_notify.3.gz
688 OLD_FILES+=usr/share/man/man3/target_next_param.3.gz
689 OLD_FILES+=usr/share/man/man3/target_new_address.3.gz
690 OLD_FILES+=usr/share/man/man3/target_new_notify.3.gz
691 OLD_FILES+=usr/share/man/man3/target_new_param.3.gz
692 OLD_FILES+=usr/share/man/man3/target_notify.3.gz
693 OLD_FILES+=usr/share/man/man3/target_param.3.gz
694 OLD_FILES+=usr/share/man/man3/usm_delete_user.3.gz
695 OLD_FILES+=usr/share/man/man3/usm_find_user.3.gz
696 OLD_FILES+=usr/share/man/man3/usm_first_user.3.gz
697 OLD_FILES+=usr/share/man/man3/usm_flush_users.3.gz
698 OLD_FILES+=usr/share/man/man3/usm_next_user.3.gz
699 OLD_FILES+=usr/share/man/man3/usm_new_user.3.gz
700 OLD_FILES+=usr/share/man/man3/usm_user.3.gz
701 OLD_FILES+=usr/share/snmp/defs/bridge_tree.def
702 OLD_FILES+=usr/share/snmp/defs/hast_tree.def
703 OLD_FILES+=usr/share/snmp/defs/hostres_tree.def
704 OLD_FILES+=usr/share/snmp/defs/lm75_tree.def
705 OLD_FILES+=usr/share/snmp/defs/mibII_tree.def
706 OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
707 OLD_FILES+=usr/share/snmp/defs/pf_tree.def
708 OLD_FILES+=usr/share/snmp/defs/target_tree.def
709 OLD_FILES+=usr/share/snmp/defs/tc.def
710 OLD_FILES+=usr/share/snmp/defs/tree.def
711 OLD_FILES+=usr/share/snmp/defs/usm_tree.def
712 OLD_FILES+=usr/share/snmp/defs/vacm_tree.def
713 OLD_FILES+=usr/share/snmp/defs/wlan_tree.def
714 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
715 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
716 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt
717 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt
718 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt
719 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-IP-MIB.txt
720 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-LM75-MIB.txt
721 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB.txt
722 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB2-MIB.txt
723 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
724 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
725 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-SNMPD.txt
726 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt
727 OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt
728 OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt
729 OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt
730 OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt
731 OLD_DIRS+=usr/include/bsnmp
732 OLD_DIRS+=usr/share/snmp
733 OLD_DIRS+=usr/share/snmp/defs
734 OLD_DIRS+=usr/share/snmp/mibs
735 .endif
736
737 .if ${MK_CALENDAR} == no
738 OLD_FILES+=etc/periodic/daily/300.calendar
739 OLD_FILES+=usr/bin/calendar
740 OLD_FILES+=usr/share/calendar/calendar.all
741 OLD_FILES+=usr/share/calendar/calendar.australia
742 OLD_FILES+=usr/share/calendar/calendar.birthday
743 OLD_FILES+=usr/share/calendar/calendar.brazilian
744 OLD_FILES+=usr/share/calendar/calendar.christian
745 OLD_FILES+=usr/share/calendar/calendar.computer
746 OLD_FILES+=usr/share/calendar/calendar.croatian
747 OLD_FILES+=usr/share/calendar/calendar.dutch
748 OLD_FILES+=usr/share/calendar/calendar.freebsd
749 OLD_FILES+=usr/share/calendar/calendar.french
750 OLD_FILES+=usr/share/calendar/calendar.german
751 OLD_FILES+=usr/share/calendar/calendar.history
752 OLD_FILES+=usr/share/calendar/calendar.holiday
753 OLD_FILES+=usr/share/calendar/calendar.hungarian
754 OLD_FILES+=usr/share/calendar/calendar.judaic
755 OLD_FILES+=usr/share/calendar/calendar.lotr
756 OLD_FILES+=usr/share/calendar/calendar.music
757 OLD_FILES+=usr/share/calendar/calendar.newzealand
758 OLD_FILES+=usr/share/calendar/calendar.russian
759 OLD_FILES+=usr/share/calendar/calendar.southafrica
760 OLD_FILES+=usr/share/calendar/calendar.ukrainian
761 OLD_FILES+=usr/share/calendar/calendar.usholiday
762 OLD_FILES+=usr/share/calendar/calendar.world
763 OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
764 OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
765 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
766 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
767 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
768 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
769 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
770 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
771 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
772 OLD_DIRS+=usr/share/calendar/de_DE.ISO8859-1
773 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
774 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
775 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
776 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
777 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
778 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
779 OLD_DIRS+=usr/share/calendar/fr_FR.ISO8859-1
780 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
781 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
782 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
783 OLD_DIRS+=usr/share/calendar/hr_HR.ISO8859-2
784 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
785 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
786 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
787 OLD_DIRS+=usr/share/calendar/hu_HU.ISO8859-2
788 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all
789 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative
790 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays
791 OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative
792 OLD_DIRS+=usr/share/calendar/pt_BR.ISO8859-1
793 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all
794 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative
795 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays
796 OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative
797 OLD_DIRS+=usr/share/calendar/pt_BR.UTF-8
798 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
799 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
800 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
801 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
802 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
803 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
804 OLD_DIRS+=usr/share/calendar/ru_RU.KOI8-R
805 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all
806 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common
807 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday
808 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military
809 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox
810 OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan
811 OLD_DIRS+=usr/share/calendar/ru_RU.UTF-8
812 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
813 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
814 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
815 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
816 OLD_DIRS+=usr/share/calendar/uk_UA.KOI8-U
817 OLD_DIRS+=usr/share/calendar
818 OLD_FILES+=usr/share/man/man1/calendar.1.gz
819 OLD_FILES+=usr/tests/usr.bin/calendar/Kyuafile
820 OLD_FILES+=usr/tests/usr.bin/calendar/calendar.calibrate
821 OLD_FILES+=usr/tests/usr.bin/calendar/legacy_test
822 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a1.out
823 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a2.out
824 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a3.out
825 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a4.out
826 OLD_FILES+=usr/tests/usr.bin/calendar/regress.a5.out
827 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b1.out
828 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b2.out
829 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b3.out
830 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b4.out
831 OLD_FILES+=usr/tests/usr.bin/calendar/regress.b5.out
832 OLD_FILES+=usr/tests/usr.bin/calendar/regress.s1.out
833 OLD_FILES+=usr/tests/usr.bin/calendar/regress.s2.out
834 OLD_FILES+=usr/tests/usr.bin/calendar/regress.s3.out
835 OLD_FILES+=usr/tests/usr.bin/calendar/regress.s4.out
836 OLD_FILES+=usr/tests/usr.bin/calendar/regress.sh
837 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-1.out
838 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-2.out
839 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-3.out
840 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-4.out
841 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-5.out
842 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-6.out
843 OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-7.out
844 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-1.out
845 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-2.out
846 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-3.out
847 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-4.out
848 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-5.out
849 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-6.out
850 OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-7.out
851 OLD_DIRS+=usr/tests/usr.bin/calendar
852 .endif
853
854 .if ${MK_CASPER} == no
855 OLD_LIBS+=lib/libcasper.so.1
856 OLD_LIBS+=lib/libcap_dns.so.2
857 OLD_LIBS+=lib/libcap_fileargs.so.1
858 OLD_LIBS+=lib/libcap_grp.so.1
859 OLD_LIBS+=lib/libcap_net.so.1
860 OLD_LIBS+=lib/libcap_netdb.so.1
861 OLD_LIBS+=lib/libcap_pwd.so.1
862 OLD_LIBS+=lib/libcap_sysctl.so.1
863 OLD_LIBS+=lib/libcap_sysctl.so.2
864 OLD_LIBS+=lib/libcap_syslog.so.1
865 .endif
866
867 .if ${MK_CCD} == no
868 OLD_FILES+=etc/rc.d/ccd
869 OLD_FILES+=rescue/ccdconfig
870 OLD_FILES+=sbin/ccdconfig
871 OLD_FILES+=usr/share/man/man4/ccd.4.gz
872 OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz
873 .endif
874
875 .if ${MK_CLANG} == no && ${MK_LLVM_BINUTILS} == no
876 OLD_FILES+=usr/bin/llvm-addr2line
877 OLD_FILES+=usr/bin/llvm-ar
878 OLD_FILES+=usr/bin/llvm-nm
879 OLD_FILES+=usr/bin/llvm-objcopy
880 OLD_FILES+=usr/bin/llvm-objdump
881 OLD_FILES+=usr/bin/llvm-ranlib
882 OLD_FILES+=usr/bin/llvm-readelf
883 OLD_FILES+=usr/bin/llvm-readobj
884 OLD_FILES+=usr/bin/llvm-size
885 OLD_FILES+=usr/bin/llvm-strings
886 OLD_FILES+=usr/bin/llvm-symbolizer
887 OLD_FILES+=usr/bin/objdump
888 OLD_FILES+=usr/share/man/man1/llvm-addr2line.1.gz
889 OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
890 OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
891 OLD_FILES+=usr/share/man/man1/llvm-objcopy.1.gz
892 OLD_FILES+=usr/share/man/man1/llvm-ranlib.1.gz
893 OLD_FILES+=usr/share/man/man1/llvm-readelf.1.gz
894 OLD_FILES+=usr/share/man/man1/llvm-readobj.1.gz
895 OLD_FILES+=usr/share/man/man1/llvm-size.1.gz
896 OLD_FILES+=usr/share/man/man1/llvm-strings.1.gz
897 OLD_FILES+=usr/share/man/man1/llvm-symbolizer.1.gz
898 OLD_FILES+=usr/share/man/man1/objdump.1.gz
899 .endif
900
901 .if ${MK_CLANG} == no
902 OLD_FILES+=usr/bin/clang
903 OLD_FILES+=usr/bin/clang++
904 OLD_FILES+=usr/bin/clang-cpp
905 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_builtin_vars.h
906 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_cmath.h
907 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_complex_builtins.h
908 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_device_functions.h
909 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_intrinsics.h
910 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_libdevice_declares.h
911 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_math.h
912 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_math_forward_declares.h
913 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_runtime_wrapper.h
914 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_texture_intrinsics.h
915 OLD_FILES+=usr/lib/clang/17/include/__clang_hip_cmath.h
916 OLD_FILES+=usr/lib/clang/17/include/__clang_hip_libdevice_declares.h
917 OLD_FILES+=usr/lib/clang/17/include/__clang_hip_math.h
918 OLD_FILES+=usr/lib/clang/17/include/__clang_hip_runtime_wrapper.h
919 OLD_FILES+=usr/lib/clang/17/include/__clang_hip_stdlib.h
920 OLD_FILES+=usr/lib/clang/17/include/__stddef_max_align_t.h
921 OLD_FILES+=usr/lib/clang/17/include/__wmmintrin_aes.h
922 OLD_FILES+=usr/lib/clang/17/include/__wmmintrin_pclmul.h
923 OLD_FILES+=usr/lib/clang/17/include/adxintrin.h
924 OLD_FILES+=usr/lib/clang/17/include/altivec.h
925 OLD_FILES+=usr/lib/clang/17/include/ammintrin.h
926 OLD_FILES+=usr/lib/clang/17/include/amxcomplexintrin.h
927 OLD_FILES+=usr/lib/clang/17/include/amxfp16intrin.h
928 OLD_FILES+=usr/lib/clang/17/include/amxintrin.h
929 OLD_FILES+=usr/lib/clang/17/include/arm64intr.h
930 OLD_FILES+=usr/lib/clang/17/include/arm_acle.h
931 OLD_FILES+=usr/lib/clang/17/include/arm_bf16.h
932 OLD_FILES+=usr/lib/clang/17/include/arm_cde.h
933 OLD_FILES+=usr/lib/clang/17/include/arm_cmse.h
934 OLD_FILES+=usr/lib/clang/17/include/arm_fp16.h
935 OLD_FILES+=usr/lib/clang/17/include/arm_mve.h
936 OLD_FILES+=usr/lib/clang/17/include/arm_neon.h
937 OLD_FILES+=usr/lib/clang/17/include/arm_neon_sve_bridge.h
938 OLD_FILES+=usr/lib/clang/17/include/arm_sme_draft_spec_subject_to_change.h
939 OLD_FILES+=usr/lib/clang/17/include/arm_sve.h
940 OLD_FILES+=usr/lib/clang/17/include/armintr.h
941 OLD_FILES+=usr/lib/clang/17/include/avx2intrin.h
942 OLD_FILES+=usr/lib/clang/17/include/avx512bf16intrin.h
943 OLD_FILES+=usr/lib/clang/17/include/avx512bitalgintrin.h
944 OLD_FILES+=usr/lib/clang/17/include/avx512bwintrin.h
945 OLD_FILES+=usr/lib/clang/17/include/avx512cdintrin.h
946 OLD_FILES+=usr/lib/clang/17/include/avx512dqintrin.h
947 OLD_FILES+=usr/lib/clang/17/include/avx512erintrin.h
948 OLD_FILES+=usr/lib/clang/17/include/avx512fintrin.h
949 OLD_FILES+=usr/lib/clang/17/include/avx512fp16intrin.h
950 OLD_FILES+=usr/lib/clang/17/include/avx512ifmaintrin.h
951 OLD_FILES+=usr/lib/clang/17/include/avx512ifmavlintrin.h
952 OLD_FILES+=usr/lib/clang/17/include/avx512pfintrin.h
953 OLD_FILES+=usr/lib/clang/17/include/avx512vbmi2intrin.h
954 OLD_FILES+=usr/lib/clang/17/include/avx512vbmiintrin.h
955 OLD_FILES+=usr/lib/clang/17/include/avx512vbmivlintrin.h
956 OLD_FILES+=usr/lib/clang/17/include/avx512vlbf16intrin.h
957 OLD_FILES+=usr/lib/clang/17/include/avx512vlbitalgintrin.h
958 OLD_FILES+=usr/lib/clang/17/include/avx512vlbwintrin.h
959 OLD_FILES+=usr/lib/clang/17/include/avx512vlcdintrin.h
960 OLD_FILES+=usr/lib/clang/17/include/avx512vldqintrin.h
961 OLD_FILES+=usr/lib/clang/17/include/avx512vlfp16intrin.h
962 OLD_FILES+=usr/lib/clang/17/include/avx512vlintrin.h
963 OLD_FILES+=usr/lib/clang/17/include/avx512vlvbmi2intrin.h
964 OLD_FILES+=usr/lib/clang/17/include/avx512vlvnniintrin.h
965 OLD_FILES+=usr/lib/clang/17/include/avx512vlvp2intersectintrin.h
966 OLD_FILES+=usr/lib/clang/17/include/avx512vnniintrin.h
967 OLD_FILES+=usr/lib/clang/17/include/avx512vp2intersectintrin.h
968 OLD_FILES+=usr/lib/clang/17/include/avx512vpopcntdqintrin.h
969 OLD_FILES+=usr/lib/clang/17/include/avx512vpopcntdqvlintrin.h
970 OLD_FILES+=usr/lib/clang/17/include/avxifmaintrin.h
971 OLD_FILES+=usr/lib/clang/17/include/avxintrin.h
972 OLD_FILES+=usr/lib/clang/17/include/avxneconvertintrin.h
973 OLD_FILES+=usr/lib/clang/17/include/avxvnniint16intrin.h
974 OLD_FILES+=usr/lib/clang/17/include/avxvnniint8intrin.h
975 OLD_FILES+=usr/lib/clang/17/include/avxvnniintrin.h
976 OLD_FILES+=usr/lib/clang/17/include/bmi2intrin.h
977 OLD_FILES+=usr/lib/clang/17/include/bmiintrin.h
978 OLD_FILES+=usr/lib/clang/17/include/builtins.h
979 OLD_FILES+=usr/lib/clang/17/include/cet.h
980 OLD_FILES+=usr/lib/clang/17/include/cetintrin.h
981 OLD_FILES+=usr/lib/clang/17/include/cldemoteintrin.h
982 OLD_FILES+=usr/lib/clang/17/include/clflushoptintrin.h
983 OLD_FILES+=usr/lib/clang/17/include/clwbintrin.h
984 OLD_FILES+=usr/lib/clang/17/include/clzerointrin.h
985 OLD_FILES+=usr/lib/clang/17/include/cmpccxaddintrin.h
986 OLD_FILES+=usr/lib/clang/17/include/cpuid.h
987 OLD_FILES+=usr/lib/clang/17/include/crc32intrin.h
988 OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/algorithm
989 OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/bits/shared_ptr_base.h
990 OLD_DIRS+=usr/lib/clang/17/include/cuda_wrappers/bits
991 OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/cmath
992 OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/complex
993 OLD_FILES+=usr/lib/clang/17/include/cuda_wrappers/new
994 OLD_DIRS+=usr/lib/clang/17/include/cuda_wrappers
995 OLD_FILES+=usr/lib/clang/17/include/emmintrin.h
996 OLD_FILES+=usr/lib/clang/17/include/enqcmdintrin.h
997 OLD_FILES+=usr/lib/clang/17/include/f16cintrin.h
998 OLD_FILES+=usr/lib/clang/17/include/float.h
999 OLD_FILES+=usr/lib/clang/17/include/fma4intrin.h
1000 OLD_FILES+=usr/lib/clang/17/include/fmaintrin.h
1001 OLD_FILES+=usr/lib/clang/17/include/fuzzer/FuzzedDataProvider.h
1002 OLD_DIRS+=usr/lib/clang/17/include/fuzzer
1003 OLD_FILES+=usr/lib/clang/17/include/fxsrintrin.h
1004 OLD_FILES+=usr/lib/clang/17/include/gfniintrin.h
1005 OLD_FILES+=usr/lib/clang/17/include/hexagon_circ_brev_intrinsics.h
1006 OLD_FILES+=usr/lib/clang/17/include/hexagon_protos.h
1007 OLD_FILES+=usr/lib/clang/17/include/hexagon_types.h
1008 OLD_FILES+=usr/lib/clang/17/include/hlsl/hlsl_basic_types.h
1009 OLD_FILES+=usr/lib/clang/17/include/hlsl/hlsl_intrinsics.h
1010 OLD_DIRS+=usr/lib/clang/17/include/hlsl
1011 OLD_FILES+=usr/lib/clang/17/include/hlsl.h
1012 OLD_FILES+=usr/lib/clang/17/include/hresetintrin.h
1013 OLD_FILES+=usr/lib/clang/17/include/htmintrin.h
1014 OLD_FILES+=usr/lib/clang/17/include/htmxlintrin.h
1015 OLD_FILES+=usr/lib/clang/17/include/hvx_hexagon_protos.h
1016 OLD_FILES+=usr/lib/clang/17/include/ia32intrin.h
1017 OLD_FILES+=usr/lib/clang/17/include/immintrin.h
1018 OLD_FILES+=usr/lib/clang/17/include/intrin.h
1019 OLD_FILES+=usr/lib/clang/17/include/inttypes.h
1020 OLD_FILES+=usr/lib/clang/17/include/invpcidintrin.h
1021 OLD_FILES+=usr/lib/clang/17/include/iso646.h
1022 OLD_FILES+=usr/lib/clang/17/include/keylockerintrin.h
1023 OLD_FILES+=usr/lib/clang/17/include/larchintrin.h
1024 OLD_FILES+=usr/lib/clang/17/include/limits.h
1025 OLD_FILES+=usr/lib/clang/17/include/lwpintrin.h
1026 OLD_FILES+=usr/lib/clang/17/include/lzcntintrin.h
1027 OLD_FILES+=usr/lib/clang/17/include/mm3dnow.h
1028 OLD_FILES+=usr/lib/clang/17/include/mm_malloc.h
1029 OLD_FILES+=usr/lib/clang/17/include/mmintrin.h
1030 OLD_FILES+=usr/lib/clang/17/include/module.modulemap
1031 OLD_FILES+=usr/lib/clang/17/include/movdirintrin.h
1032 OLD_FILES+=usr/lib/clang/17/include/msa.h
1033 OLD_FILES+=usr/lib/clang/17/include/mwaitxintrin.h
1034 OLD_FILES+=usr/lib/clang/17/include/nmmintrin.h
1035 OLD_FILES+=usr/lib/clang/17/include/omp-tools.h
1036 OLD_FILES+=usr/lib/clang/17/include/omp.h
1037 OLD_FILES+=usr/lib/clang/17/include/ompt.h
1038 OLD_FILES+=usr/lib/clang/17/include/opencl-c-base.h
1039 OLD_FILES+=usr/lib/clang/17/include/opencl-c.h
1040 OLD_FILES+=usr/lib/clang/17/include/openmp_wrappers/__clang_openmp_device_functions.h
1041 OLD_FILES+=usr/lib/clang/17/include/openmp_wrappers/cmath
1042 OLD_FILES+=usr/lib/clang/17/include/openmp_wrappers/complex
1043 OLD_FILES+=usr/lib/clang/17/include/openmp_wrappers/complex.h
1044 OLD_FILES+=usr/lib/clang/17/include/openmp_wrappers/complex_cmath.h
1045 OLD_FILES+=usr/lib/clang/17/include/openmp_wrappers/math.h
1046 OLD_FILES+=usr/lib/clang/17/include/openmp_wrappers/new
1047 OLD_DIRS+=usr/lib/clang/17/include/openmp_wrappers
1048 OLD_FILES+=usr/lib/clang/17/include/orc_rt/c_api.h
1049 OLD_DIRS+=usr/lib/clang/17/include/orc_rt
1050 OLD_FILES+=usr/lib/clang/17/include/pconfigintrin.h
1051 OLD_FILES+=usr/lib/clang/17/include/pkuintrin.h
1052 OLD_FILES+=usr/lib/clang/17/include/pmmintrin.h
1053 OLD_FILES+=usr/lib/clang/17/include/popcntintrin.h
1054 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/bmi2intrin.h
1055 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/bmiintrin.h
1056 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/emmintrin.h
1057 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/immintrin.h
1058 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/mm_malloc.h
1059 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/mmintrin.h
1060 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/pmmintrin.h
1061 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/smmintrin.h
1062 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/tmmintrin.h
1063 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/x86gprintrin.h
1064 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/x86intrin.h
1065 OLD_FILES+=usr/lib/clang/17/include/ppc_wrappers/xmmintrin.h
1066 OLD_DIRS+=usr/lib/clang/17/include/ppc_wrappers
1067 OLD_FILES+=usr/lib/clang/17/include/prfchiintrin.h
1068 OLD_FILES+=usr/lib/clang/17/include/prfchwintrin.h
1069 OLD_FILES+=usr/lib/clang/17/include/profile/InstrProfData.inc
1070 OLD_FILES+=usr/lib/clang/17/include/profile/MemProfData.inc
1071 OLD_DIRS+=usr/lib/clang/17/include/profile
1072 OLD_FILES+=usr/lib/clang/17/include/ptwriteintrin.h
1073 OLD_FILES+=usr/lib/clang/17/include/raointintrin.h
1074 OLD_FILES+=usr/lib/clang/17/include/rdpruintrin.h
1075 OLD_FILES+=usr/lib/clang/17/include/rdseedintrin.h
1076 OLD_FILES+=usr/lib/clang/17/include/riscv_ntlh.h
1077 OLD_FILES+=usr/lib/clang/17/include/riscv_vector.h
1078 OLD_FILES+=usr/lib/clang/17/include/rtmintrin.h
1079 OLD_FILES+=usr/lib/clang/17/include/s390intrin.h
1080 OLD_FILES+=usr/lib/clang/17/include/sanitizer/allocator_interface.h
1081 OLD_FILES+=usr/lib/clang/17/include/sanitizer/asan_interface.h
1082 OLD_FILES+=usr/lib/clang/17/include/sanitizer/common_interface_defs.h
1083 OLD_FILES+=usr/lib/clang/17/include/sanitizer/coverage_interface.h
1084 OLD_FILES+=usr/lib/clang/17/include/sanitizer/dfsan_interface.h
1085 OLD_FILES+=usr/lib/clang/17/include/sanitizer/hwasan_interface.h
1086 OLD_FILES+=usr/lib/clang/17/include/sanitizer/linux_syscall_hooks.h
1087 OLD_FILES+=usr/lib/clang/17/include/sanitizer/lsan_interface.h
1088 OLD_FILES+=usr/lib/clang/17/include/sanitizer/memprof_interface.h
1089 OLD_FILES+=usr/lib/clang/17/include/sanitizer/msan_interface.h
1090 OLD_FILES+=usr/lib/clang/17/include/sanitizer/netbsd_syscall_hooks.h
1091 OLD_FILES+=usr/lib/clang/17/include/sanitizer/scudo_interface.h
1092 OLD_FILES+=usr/lib/clang/17/include/sanitizer/tsan_interface.h
1093 OLD_FILES+=usr/lib/clang/17/include/sanitizer/tsan_interface_atomic.h
1094 OLD_FILES+=usr/lib/clang/17/include/sanitizer/ubsan_interface.h
1095 OLD_DIRS+=usr/lib/clang/17/include/sanitizer
1096 OLD_FILES+=usr/lib/clang/17/include/serializeintrin.h
1097 OLD_FILES+=usr/lib/clang/17/include/sgxintrin.h
1098 OLD_FILES+=usr/lib/clang/17/include/sha512intrin.h
1099 OLD_FILES+=usr/lib/clang/17/include/shaintrin.h
1100 OLD_FILES+=usr/lib/clang/17/include/sifive_vector.h
1101 OLD_FILES+=usr/lib/clang/17/include/sm3intrin.h
1102 OLD_FILES+=usr/lib/clang/17/include/sm4intrin.h
1103 OLD_FILES+=usr/lib/clang/17/include/smmintrin.h
1104 OLD_FILES+=usr/lib/clang/17/include/stdalign.h
1105 OLD_FILES+=usr/lib/clang/17/include/stdarg.h
1106 OLD_FILES+=usr/lib/clang/17/include/stdatomic.h
1107 OLD_FILES+=usr/lib/clang/17/include/stdbool.h
1108 OLD_FILES+=usr/lib/clang/17/include/stddef.h
1109 OLD_FILES+=usr/lib/clang/17/include/stdint.h
1110 OLD_FILES+=usr/lib/clang/17/include/stdnoreturn.h
1111 OLD_FILES+=usr/lib/clang/17/include/tbmintrin.h
1112 OLD_FILES+=usr/lib/clang/17/include/tgmath.h
1113 OLD_FILES+=usr/lib/clang/17/include/tmmintrin.h
1114 OLD_FILES+=usr/lib/clang/17/include/tsxldtrkintrin.h
1115 OLD_FILES+=usr/lib/clang/17/include/uintrintrin.h
1116 OLD_FILES+=usr/lib/clang/17/include/unwind.h
1117 OLD_FILES+=usr/lib/clang/17/include/vadefs.h
1118 OLD_FILES+=usr/lib/clang/17/include/vaesintrin.h
1119 OLD_FILES+=usr/lib/clang/17/include/varargs.h
1120 OLD_FILES+=usr/lib/clang/17/include/vecintrin.h
1121 OLD_FILES+=usr/lib/clang/17/include/velintrin.h
1122 OLD_FILES+=usr/lib/clang/17/include/velintrin_approx.h
1123 OLD_FILES+=usr/lib/clang/17/include/velintrin_gen.h
1124 OLD_FILES+=usr/lib/clang/17/include/vpclmulqdqintrin.h
1125 OLD_FILES+=usr/lib/clang/17/include/waitpkgintrin.h
1126 OLD_FILES+=usr/lib/clang/17/include/wasm_simd128.h
1127 OLD_FILES+=usr/lib/clang/17/include/wbnoinvdintrin.h
1128 OLD_FILES+=usr/lib/clang/17/include/wmmintrin.h
1129 OLD_FILES+=usr/lib/clang/17/include/x86gprintrin.h
1130 OLD_FILES+=usr/lib/clang/17/include/x86intrin.h
1131 OLD_FILES+=usr/lib/clang/17/include/xmmintrin.h
1132 OLD_FILES+=usr/lib/clang/17/include/xopintrin.h
1133 OLD_FILES+=usr/lib/clang/17/include/xray/xray_interface.h
1134 OLD_FILES+=usr/lib/clang/17/include/xray/xray_log_interface.h
1135 OLD_FILES+=usr/lib/clang/17/include/xray/xray_records.h
1136 OLD_DIRS+=usr/lib/clang/17/include/xray
1137 OLD_FILES+=usr/lib/clang/17/include/xsavecintrin.h
1138 OLD_FILES+=usr/lib/clang/17/include/xsaveintrin.h
1139 OLD_FILES+=usr/lib/clang/17/include/xsaveoptintrin.h
1140 OLD_FILES+=usr/lib/clang/17/include/xsavesintrin.h
1141 OLD_FILES+=usr/lib/clang/17/include/xtestintrin.h
1142 OLD_DIRS+=usr/lib/clang/17/include
1143 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-aarch64.a
1144 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-aarch64.so
1145 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-arm.a
1146 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-arm.so
1147 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-armhf.a
1148 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-armhf.so
1149 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-i386.a
1150 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-i386.so
1151 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-powerpc64.a
1152 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-powerpc64.so
1153 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-powerpc64le.a
1154 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-powerpc64le.so
1155 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-preinit-aarch64.a
1156 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-preinit-arm.a
1157 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-preinit-armhf.a
1158 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-preinit-i386.a
1159 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-preinit-powerpc64.a
1160 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-preinit-powerpc64le.a
1161 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-preinit-riscv64.a
1162 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-preinit-x86_64.a
1163 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-riscv64.a
1164 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-riscv64.so
1165 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-x86_64.a
1166 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan-x86_64.so
1167 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_cxx-aarch64.a
1168 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_cxx-arm.a
1169 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_cxx-armhf.a
1170 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_cxx-i386.a
1171 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_cxx-powerpc64.a
1172 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_cxx-powerpc64le.a
1173 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_cxx-riscv64.a
1174 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
1175 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-i386.a
1176 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-powerpc64.a
1177 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-powerpc64le.a
1178 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.asan_static-x86_64.a
1179 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi-aarch64.a
1180 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi-arm.a
1181 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi-armhf.a
1182 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi-i386.a
1183 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi-x86_64.a
1184 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi_diag-aarch64.a
1185 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi_diag-arm.a
1186 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi_diag-armhf.a
1187 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi_diag-i386.a
1188 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.cfi_diag-x86_64.a
1189 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.dd-aarch64.a
1190 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.dd-x86_64.a
1191 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.fuzzer-aarch64.a
1192 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.fuzzer-x86_64.a
1193 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.fuzzer_interceptors-x86_64.a
1194 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a
1195 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a
1196 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.msan-aarch64.a
1197 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.msan-powerpc64.a
1198 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.msan-powerpc64le.a
1199 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.msan-x86_64.a
1200 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.msan_cxx-aarch64.a
1201 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.msan_cxx-powerpc64.a
1202 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.msan_cxx-powerpc64le.a
1203 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.msan_cxx-x86_64.a
1204 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.profile-aarch64.a
1205 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.profile-arm.a
1206 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.profile-armhf.a
1207 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.profile-i386.a
1208 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.profile-powerpc.a
1209 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.profile-powerpc64.a
1210 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.profile-powerpc64le.a
1211 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.profile-riscv64.a
1212 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.profile-x86_64.a
1213 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.safestack-aarch64.a
1214 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.safestack-i386.a
1215 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.safestack-x86_64.a
1216 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats-aarch64.a
1217 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats-arm.a
1218 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats-armhf.a
1219 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats-i386.a
1220 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats-powerpc64.a
1221 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats-powerpc64le.a
1222 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats-riscv64.a
1223 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats-x86_64.a
1224 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats_client-aarch64.a
1225 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats_client-arm.a
1226 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats_client-armhf.a
1227 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats_client-i386.a
1228 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats_client-powerpc64.a
1229 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats_client-powerpc64le.a
1230 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats_client-riscv64.a
1231 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.stats_client-x86_64.a
1232 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.tsan-aarch64.a
1233 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.tsan-powerpc64.a
1234 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.tsan-powerpc64le.a
1235 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.tsan-x86_64.a
1236 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a
1237 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.tsan_cxx-powerpc64.a
1238 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.tsan_cxx-powerpc64le.a
1239 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a
1240 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a
1241 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_minimal-arm.a
1242 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a
1243 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_minimal-i386.a
1244 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_minimal-powerpc64.a
1245 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_minimal-powerpc64le.a
1246 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_minimal-riscv64.a
1247 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a
1248 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a
1249 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone-arm.a
1250 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a
1251 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone-i386.a
1252 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone-powerpc64.a
1253 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone-powerpc64le.a
1254 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone-riscv64.a
1255 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a
1256 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a
1257 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a
1258 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a
1259 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a
1260 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone_cxx-powerpc64.a
1261 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone_cxx-powerpc64le.a
1262 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone_cxx-riscv64.a
1263 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a
1264 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-aarch64.a
1265 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-arm.a
1266 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-armhf.a
1267 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-basic-aarch64.a
1268 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-basic-arm.a
1269 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-basic-armhf.a
1270 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-basic-powerpc64le.a
1271 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-basic-x86_64.a
1272 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-fdr-aarch64.a
1273 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-fdr-arm.a
1274 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-fdr-armhf.a
1275 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-fdr-powerpc64le.a
1276 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-fdr-x86_64.a
1277 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-powerpc64le.a
1278 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-profiling-aarch64.a
1279 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-profiling-arm.a
1280 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-profiling-armhf.a
1281 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-profiling-powerpc64le.a
1282 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-profiling-x86_64.a
1283 OLD_FILES+=usr/lib/clang/17/lib/freebsd/libclang_rt.xray-x86_64.a
1284 OLD_DIRS+=usr/lib/clang/17/lib/freebsd
1285 OLD_DIRS+=usr/lib/clang/17/lib
1286 OLD_FILES+=usr/lib/clang/17/share/asan_ignorelist.txt
1287 OLD_FILES+=usr/lib/clang/17/share/cfi_ignorelist.txt
1288 OLD_FILES+=usr/lib/clang/17/share/msan_ignorelist.txt
1289 OLD_DIRS+=usr/lib/clang/17/share
1290 OLD_DIRS+=usr/lib/clang/17
1291 OLD_DIRS+=usr/lib/clang
1292 OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
1293 OLD_DIRS+=usr/share/doc/llvm/clang
1294 OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
1295 OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
1296 OLD_DIRS+=usr/share/doc/llvm
1297 OLD_FILES+=usr/share/man/man1/clang.1.gz
1298 OLD_FILES+=usr/share/man/man1/clang++.1.gz
1299 OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
1300 .endif
1301
1302 .if ${MK_CLANG_EXTRAS} == no
1303 OLD_FILES+=usr/bin/bugpoint
1304 OLD_FILES+=usr/bin/llc
1305 OLD_FILES+=usr/bin/lli
1306 OLD_FILES+=usr/bin/llvm-as
1307 OLD_FILES+=usr/bin/llvm-bcanalyzer
1308 OLD_FILES+=usr/bin/llvm-cxxdump
1309 OLD_FILES+=usr/bin/llvm-diff
1310 OLD_FILES+=usr/bin/llvm-dis
1311 OLD_FILES+=usr/bin/llvm-dwarfdump
1312 OLD_FILES+=usr/bin/llvm-dwp
1313 OLD_FILES+=usr/bin/llvm-extract
1314 OLD_FILES+=usr/bin/llvm-link
1315 OLD_FILES+=usr/bin/llvm-lto
1316 OLD_FILES+=usr/bin/llvm-lto2
1317 OLD_FILES+=usr/bin/llvm-mc
1318 OLD_FILES+=usr/bin/llvm-mca
1319 OLD_FILES+=usr/bin/llvm-modextract
1320 OLD_FILES+=usr/bin/llvm-pdbutil
1321 OLD_FILES+=usr/bin/llvm-rtdyld
1322 OLD_FILES+=usr/bin/llvm-xray
1323 OLD_FILES+=usr/bin/opt
1324 OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
1325 OLD_FILES+=usr/share/man/man1/llc.1.gz
1326 OLD_FILES+=usr/share/man/man1/lli.1.gz
1327 OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
1328 OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
1329 OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
1330 OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
1331 OLD_FILES+=usr/share/man/man1/llvm-dwarfdump.1
1332 OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
1333 OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
1334 OLD_FILES+=usr/share/man/man1/llvm-pdbutil.1.gz
1335 OLD_FILES+=usr/share/man/man1/opt.1.gz
1336 .endif
1337
1338 .if ${MK_CLANG_EXTRAS} == no && ${MK_CLANG_FORMAT} == no
1339 OLD_FILES+=usr/bin/clang-format
1340 .endif
1341
1342 .if ${MK_CLANG_EXTRAS} == no && ${MK_LLVM_CXXFILT} == no
1343 OLD_FILES+=usr/bin/llvm-cxxfilt
1344 OLD_FILES+=usr/share/man/man1/llvm-cxxfilt.1.gz
1345 .endif
1346
1347 .if ${MK_CPP} == no
1348 OLD_FILES+=usr/bin/cpp
1349 OLD_FILES+=usr/share/man/man1/cpp.1.gz
1350 .endif
1351
1352 .if ${MK_CUSE} == no
1353 OLD_FILES+=usr/include/fs/cuse/cuse_defs.h
1354 OLD_FILES+=usr/include/fs/cuse/cuse_ioctl.h
1355 OLD_FILES+=usr/include/cuse.h
1356 OLD_FILES+=usr/lib/libcuse.a
1357 OLD_LIBS+=usr/lib/libcuse.so.1
1358 OLD_FILES+=usr/lib/libcuse_p.a
1359 OLD_FILES+=usr/share/man/man3/cuse.3.gz
1360 OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number.3.gz
1361 OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number_by_id.3.gz
1362 OLD_FILES+=usr/share/man/man3/cuse_copy_in.3.gz
1363 OLD_FILES+=usr/share/man/man3/cuse_copy_out.3.gz
1364 OLD_FILES+=usr/share/man/man3/cuse_dev_create.3.gz
1365 OLD_FILES+=usr/share/man/man3/cuse_dev_destroy.3.gz
1366 OLD_FILES+=usr/share/man/man3/cuse_dev_get_current.3.gz
1367 OLD_FILES+=usr/share/man/man3/cuse_dev_get_per_file_handle.3.gz
1368 OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv0.3.gz
1369 OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv1.3.gz
1370 OLD_FILES+=usr/share/man/man3/cuse_dev_set_per_file_handle.3.gz
1371 OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv0.3.gz
1372 OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv1.3.gz
1373 OLD_FILES+=usr/share/man/man3/cuse_free_unit_number.3.gz
1374 OLD_FILES+=usr/share/man/man3/cuse_free_unit_number_by_id.3.gz
1375 OLD_FILES+=usr/share/man/man3/cuse_get_local.3.gz
1376 OLD_FILES+=usr/share/man/man3/cuse_got_peer_signal.3.gz
1377 OLD_FILES+=usr/share/man/man3/cuse_init.3.gz
1378 OLD_FILES+=usr/share/man/man3/cuse_is_vmalloc_addr.3.gz
1379 OLD_FILES+=usr/share/man/man3/cuse_poll_wakeup.3.gz
1380 OLD_FILES+=usr/share/man/man3/cuse_set_local.3.gz
1381 OLD_FILES+=usr/share/man/man3/cuse_uninit.3.gz
1382 OLD_FILES+=usr/share/man/man3/cuse_vmalloc.3.gz
1383 OLD_FILES+=usr/share/man/man3/cuse_vmfree.3.gz
1384 OLD_FILES+=usr/share/man/man3/cuse_vmoffset.3.gz
1385 OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz
1386 OLD_DIRS+=usr/include/fs/cuse
1387 .endif
1388
1389 .if ${MK_DEBUG_FILES} == no
1390 .if exists(${DESTDIR}/usr/lib/debug)
1391 DEBUG_DIRS!=find ${DESTDIR}/usr/lib/debug -mindepth 1 \
1392     -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \
1393     | sed -e 's,^${DESTDIR}/,,'; echo
1394 DEBUG_FILES!=find ${DESTDIR}/usr/lib/debug \
1395     \! -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \! -name "lib*.so*" \
1396     | sed -e 's,^${DESTDIR}/,,'; echo
1397 DEBUG_LIBS!=find ${DESTDIR}/usr/lib/debug \! -type d -name "lib*.so*" \
1398     | sed -e 's,^${DESTDIR}/,,'; echo
1399 OLD_DIRS+=${DEBUG_DIRS}
1400 OLD_FILES+=${DEBUG_FILES}
1401 OLD_LIBS+=${DEBUG_LIBS}
1402 .endif
1403 .endif
1404
1405 .if ${MK_DIALOG} == no
1406 OLD_FILES+=usr/bin/dialog
1407 OLD_FILES+=usr/bin/dpv
1408 OLD_FILES+=usr/lib/libdialog.a
1409 OLD_FILES+=usr/lib/libdialog.so
1410 OLD_LIBS+=usr/lib/libdialog.so.10
1411 OLD_FILES+=usr/lib/libdialog_p.a
1412 OLD_FILES+=usr/lib/libdpv.a
1413 OLD_FILES+=usr/lib/libdpv.so
1414 OLD_LIBS+=usr/lib/libdpv.so.3
1415 OLD_FILES+=usr/lib/libdpv_p.a
1416 OLD_FILES+=usr/share/man/man1/dialog.1.gz
1417 OLD_FILES+=usr/share/man/man1/dpv.1.gz
1418 OLD_FILES+=usr/share/man/man3/dialog.3.gz
1419 OLD_FILES+=usr/share/man/man3/dpv.3.gz
1420 .endif
1421
1422 .if ${MK_DICT} == no
1423 OLD_FILES+=usr/share/dict/README
1424 OLD_FILES+=usr/share/dict/freebsd
1425 OLD_FILES+=usr/share/dict/propernames
1426 OLD_FILES+=usr/share/dict/web2
1427 OLD_FILES+=usr/share/dict/web2a
1428 OLD_FILES+=usr/share/dict/words
1429 OLD_DIRS+=usr/share/dict
1430 .endif
1431
1432 .if ${MK_DMAGENT} == no
1433 OLD_FILES+=etc/dma/dma.conf
1434 OLD_DIRS+=etc/dma
1435 OLD_FILES+=usr/libexec/dma
1436 OLD_FILES+=usr/libexec/dma-mbox-create
1437 OLD_FILES+=usr/share/man/man8/dma.8.gz
1438 OLD_FILES+=usr/share/examples/dma/auth.conf
1439 OLD_FILES+=usr/share/examples/dma/mailer.conf
1440 OLD_DIRS+=usr/share/examples/dma
1441 .endif
1442
1443 .if ${MK_DTRACE} == no
1444 OLD_LIBS+=lib/libctf.so.2
1445 OLD_LIBS+=lib/libdtrace.so.2
1446 OLD_FILES+=usr/bin/ctfconvert
1447 OLD_FILES+=usr/bin/ctfdump
1448 OLD_FILES+=usr/bin/ctfmerge
1449 OLD_FILES+=usr/lib/dtrace/drti.o
1450 OLD_FILES+=usr/lib/dtrace/errno.d
1451 OLD_FILES+=usr/lib/dtrace/io.d
1452 OLD_FILES+=usr/lib/dtrace/ip.d
1453 OLD_FILES+=usr/lib/dtrace/ipfw.d
1454 OLD_FILES+=usr/lib/dtrace/mbuf.d
1455 OLD_FILES+=usr/lib/dtrace/psinfo.d
1456 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
1457 OLD_FILES+=usr/lib/dtrace/regs_x86.d
1458 .endif
1459 OLD_FILES+=usr/lib/dtrace/sctp.d
1460 OLD_FILES+=usr/lib/dtrace/siftr.d
1461 OLD_FILES+=usr/lib/dtrace/signal.d
1462 OLD_FILES+=usr/lib/dtrace/socket.d
1463 OLD_FILES+=usr/lib/dtrace/tcp.d
1464 OLD_FILES+=usr/lib/dtrace/udp.d
1465 OLD_FILES+=usr/lib/dtrace/udplite.d
1466 OLD_FILES+=usr/lib/dtrace/unistd.d
1467 OLD_FILES+=usr/lib/libctf.a
1468 OLD_FILES+=usr/lib/libctf.so
1469 OLD_FILES+=usr/lib/libctf_p.a
1470 OLD_FILES+=usr/lib/libdtrace.a
1471 OLD_FILES+=usr/lib/libdtrace.so
1472 OLD_FILES+=usr/lib/libdtrace_p.a
1473 OLD_LIBS+=lib/libdtrace.so.2
1474 OLD_FILES+=usr/libexec/dwatch/chmod
1475 OLD_FILES+=usr/libexec/dwatch/errno
1476 OLD_FILES+=usr/libexec/dwatch/fchmodat
1477 OLD_FILES+=usr/libexec/dwatch/io
1478 OLD_FILES+=usr/libexec/dwatch/io-done
1479 OLD_FILES+=usr/libexec/dwatch/io-start
1480 OLD_FILES+=usr/libexec/dwatch/ip
1481 OLD_FILES+=usr/libexec/dwatch/ip-receive
1482 OLD_FILES+=usr/libexec/dwatch/ip-send
1483 OLD_FILES+=usr/libexec/dwatch/kill
1484 OLD_FILES+=usr/libexec/dwatch/lchmod
1485 OLD_FILES+=usr/libexec/dwatch/nanosleep
1486 OLD_FILES+=usr/libexec/dwatch/open
1487 OLD_FILES+=usr/libexec/dwatch/openat
1488 OLD_FILES+=usr/libexec/dwatch/proc
1489 OLD_FILES+=usr/libexec/dwatch/proc-create
1490 OLD_FILES+=usr/libexec/dwatch/proc-exec
1491 OLD_FILES+=usr/libexec/dwatch/proc-exec-failure
1492 OLD_FILES+=usr/libexec/dwatch/proc-exec-success
1493 OLD_FILES+=usr/libexec/dwatch/proc-exit
1494 OLD_FILES+=usr/libexec/dwatch/proc-signal
1495 OLD_FILES+=usr/libexec/dwatch/proc-signal-clear
1496 OLD_FILES+=usr/libexec/dwatch/proc-signal-discard
1497 OLD_FILES+=usr/libexec/dwatch/proc-signal-send
1498 OLD_FILES+=usr/libexec/dwatch/proc-status
1499 OLD_FILES+=usr/libexec/dwatch/read
1500 OLD_FILES+=usr/libexec/dwatch/recv
1501 OLD_FILES+=usr/libexec/dwatch/recvfrom
1502 OLD_FILES+=usr/libexec/dwatch/recvmsg
1503 OLD_FILES+=usr/libexec/dwatch/rw
1504 OLD_FILES+=usr/libexec/dwatch/sched
1505 OLD_FILES+=usr/libexec/dwatch/sched-change-pri
1506 OLD_FILES+=usr/libexec/dwatch/sched-cpu
1507 OLD_FILES+=usr/libexec/dwatch/sched-dequeue
1508 OLD_FILES+=usr/libexec/dwatch/sched-enqueue
1509 OLD_FILES+=usr/libexec/dwatch/sched-exec
1510 OLD_FILES+=usr/libexec/dwatch/sched-lend-pri
1511 OLD_FILES+=usr/libexec/dwatch/sched-load-change
1512 OLD_FILES+=usr/libexec/dwatch/sched-off-cpu
1513 OLD_FILES+=usr/libexec/dwatch/sched-on-cpu
1514 OLD_FILES+=usr/libexec/dwatch/sched-preempt
1515 OLD_FILES+=usr/libexec/dwatch/sched-pri
1516 OLD_FILES+=usr/libexec/dwatch/sched-queue
1517 OLD_FILES+=usr/libexec/dwatch/sched-remain-cpu
1518 OLD_FILES+=usr/libexec/dwatch/sched-sleep
1519 OLD_FILES+=usr/libexec/dwatch/sched-surrender
1520 OLD_FILES+=usr/libexec/dwatch/sched-tick
1521 OLD_FILES+=usr/libexec/dwatch/sched-wakeup
1522 OLD_FILES+=usr/libexec/dwatch/send
1523 OLD_FILES+=usr/libexec/dwatch/sendmsg
1524 OLD_FILES+=usr/libexec/dwatch/sendrecv
1525 OLD_FILES+=usr/libexec/dwatch/sendto
1526 OLD_FILES+=usr/libexec/dwatch/systop
1527 OLD_FILES+=usr/libexec/dwatch/tcp
1528 OLD_FILES+=usr/libexec/dwatch/tcp-accept
1529 OLD_FILES+=usr/libexec/dwatch/tcp-accept-established
1530 OLD_FILES+=usr/libexec/dwatch/tcp-accept-refused
1531 OLD_FILES+=usr/libexec/dwatch/tcp-connect
1532 OLD_FILES+=usr/libexec/dwatch/tcp-connect-established
1533 OLD_FILES+=usr/libexec/dwatch/tcp-connect-refused
1534 OLD_FILES+=usr/libexec/dwatch/tcp-connect-request
1535 OLD_FILES+=usr/libexec/dwatch/tcp-established
1536 OLD_FILES+=usr/libexec/dwatch/tcp-init
1537 OLD_FILES+=usr/libexec/dwatch/tcp-io
1538 OLD_FILES+=usr/libexec/dwatch/tcp-receive
1539 OLD_FILES+=usr/libexec/dwatch/tcp-refused
1540 OLD_FILES+=usr/libexec/dwatch/tcp-send
1541 OLD_FILES+=usr/libexec/dwatch/tcp-state-change
1542 OLD_FILES+=usr/libexec/dwatch/tcp-status
1543 OLD_FILES+=usr/libexec/dwatch/udp
1544 OLD_FILES+=usr/libexec/dwatch/udp-receive
1545 OLD_FILES+=usr/libexec/dwatch/udp-send
1546 OLD_FILES+=usr/libexec/dwatch/udplite
1547 OLD_FILES+=usr/libexec/dwatch/udplite-receive
1548 OLD_FILES+=usr/libexec/dwatch/udplite-send
1549 OLD_FILES+=usr/libexec/dwatch/vop_create
1550 OLD_FILES+=usr/libexec/dwatch/vop_lookup
1551 OLD_FILES+=usr/libexec/dwatch/vop_mkdir
1552 OLD_FILES+=usr/libexec/dwatch/vop_mknod
1553 OLD_FILES+=usr/libexec/dwatch/vop_readdir
1554 OLD_FILES+=usr/libexec/dwatch/vop_remove
1555 OLD_FILES+=usr/libexec/dwatch/vop_rename
1556 OLD_FILES+=usr/libexec/dwatch/vop_rmdir
1557 OLD_FILES+=usr/libexec/dwatch/vop_symlink
1558 OLD_FILES+=usr/libexec/dwatch/write
1559 OLD_FILES+=usr/sbin/dtrace
1560 OLD_FILES+=usr/sbin/dwatch
1561 OLD_FILES+=usr/sbin/lockstat
1562 OLD_FILES+=usr/sbin/plockstat
1563 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
1564 OLD_FILES+=usr/share/man/man1/dtruss.1.gz
1565 OLD_FILES+=usr/share/man/man1/lockstat.1.gz
1566 OLD_FILES+=usr/share/man/man1/plockstat.1.gz
1567 OLD_FILES+=usr/share/dtrace/blocking
1568 OLD_FILES+=usr/share/dtrace/disklatency
1569 OLD_FILES+=usr/share/dtrace/disklatencycmd
1570 OLD_FILES+=usr/share/dtrace/hotopen
1571 OLD_FILES+=usr/share/dtrace/nfsattrstats
1572 OLD_FILES+=usr/share/dtrace/nfsclienttime
1573 OLD_FILES+=usr/share/dtrace/siftr
1574 OLD_FILES+=usr/share/dtrace/toolkit/execsnoop
1575 OLD_FILES+=usr/share/dtrace/toolkit/hotkernel
1576 OLD_FILES+=usr/share/dtrace/toolkit/hotuser
1577 OLD_FILES+=usr/share/dtrace/toolkit/opensnoop
1578 OLD_FILES+=usr/share/dtrace/toolkit/procsystime
1579 OLD_FILES+=usr/share/dtrace/tcpconn
1580 OLD_FILES+=usr/share/dtrace/tcpdebug
1581 OLD_FILES+=usr/share/dtrace/tcpstate
1582 OLD_FILES+=usr/share/dtrace/tcptrack
1583 OLD_FILES+=usr/share/dtrace/udptrack
1584 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
1585 OLD_DIRS+=usr/lib/dtrace
1586 .  for libcompat in ${_ALL_libcompats}
1587 OLD_DIRS+=usr/lib${libcompat}/dtrace
1588 .  endfor
1589 OLD_DIRS+=usr/libexec/dwatch
1590 OLD_DIRS+=usr/share/dtrace/toolkit
1591 OLD_DIRS+=usr/share/dtrace
1592 .endif
1593
1594 .if ${MK_EE} == no
1595 OLD_FILES+=usr/bin/edit
1596 OLD_FILES+=usr/bin/ee
1597 OLD_FILES+=usr/bin/ree
1598 OLD_FILES+=usr/share/man/man1/edit.1.gz
1599 OLD_FILES+=usr/share/man/man1/ee.1.gz
1600 OLD_FILES+=usr/share/man/man1/ree.1.gz
1601 OLD_FILES+=usr/share/nls/C/ee.cat
1602 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
1603 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
1604 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
1605 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
1606 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
1607 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
1608 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
1609 .endif
1610
1611 .if ${MK_EFI} == no
1612 OLD_FILES+=usr/sbin/efibootmgr
1613 OLD_FILES+=usr/sbin/efidp
1614 OLD_FILES+=usr/sbin/efivar
1615 OLD_FILES+=usr/sbin/uefisign
1616 OLD_FILES+=usr/share/examples/uefisign/uefikeys
1617 .endif
1618
1619 .if ${MK_EXAMPLES} == no
1620 OLD_FILES+=usr/share/examples/BSD_daemon/FreeBSD.pfa
1621 OLD_FILES+=usr/share/examples/BSD_daemon/README
1622 OLD_FILES+=usr/share/examples/BSD_daemon/beastie.eps
1623 OLD_FILES+=usr/share/examples/BSD_daemon/beastie.fig
1624 OLD_FILES+=usr/share/examples/BSD_daemon/eps.patch
1625 OLD_FILES+=usr/share/examples/BSD_daemon/poster.sh
1626 OLD_FILES+=usr/share/examples/FreeBSD_version/FreeBSD_version.c
1627 OLD_FILES+=usr/share/examples/FreeBSD_version/Makefile
1628 OLD_FILES+=usr/share/examples/FreeBSD_version/README
1629 OLD_FILES+=usr/share/examples/IPv6/USAGE
1630 OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
1631 OLD_FILES+=usr/share/examples/bootforth/README
1632 OLD_FILES+=usr/share/examples/bootforth/boot.4th
1633 OLD_FILES+=usr/share/examples/bootforth/frames.4th
1634 OLD_FILES+=usr/share/examples/bootforth/loader.rc
1635 OLD_FILES+=usr/share/examples/bootforth/menu.4th
1636 OLD_FILES+=usr/share/examples/bootforth/menuconf.4th
1637 OLD_FILES+=usr/share/examples/bootforth/screen.4th
1638 OLD_FILES+=usr/share/examples/bsdconfig/add_some_packages.sh
1639 OLD_FILES+=usr/share/examples/bsdconfig/browse_packages_http.sh
1640 OLD_FILES+=usr/share/examples/bsdconfig/bsdconfigrc
1641 OLD_FILES+=usr/share/examples/csh/dot.cshrc
1642 OLD_FILES+=usr/share/examples/diskless/ME
1643 OLD_FILES+=usr/share/examples/diskless/README.BOOTP
1644 OLD_FILES+=usr/share/examples/diskless/README.TEMPLATING
1645 OLD_FILES+=usr/share/examples/diskless/clone_root
1646 OLD_FILES+=usr/share/examples/dma/mailer.conf
1647 OLD_FILES+=usr/share/examples/drivers/README
1648 OLD_FILES+=usr/share/examples/drivers/make_device_driver.sh
1649 OLD_FILES+=usr/share/examples/drivers/make_pseudo_driver.sh
1650 OLD_FILES+=usr/share/examples/dwatch/profile_template
1651 OLD_FILES+=usr/share/examples/etc/README.examples
1652 OLD_FILES+=usr/share/examples/etc/bsd-style-copyright
1653 OLD_FILES+=usr/share/examples/etc/group
1654 OLD_FILES+=usr/share/examples/etc/login.access
1655 OLD_FILES+=usr/share/examples/etc/make.conf
1656 OLD_FILES+=usr/share/examples/etc/rc.bsdextended
1657 OLD_FILES+=usr/share/examples/etc/rc.firewall
1658 OLD_FILES+=usr/share/examples/etc/termcap.small
1659 OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
1660 OLD_FILES+=usr/share/examples/find_interface/Makefile
1661 OLD_FILES+=usr/share/examples/find_interface/README
1662 OLD_FILES+=usr/share/examples/find_interface/find_interface.c
1663 OLD_FILES+=usr/share/examples/flua/libjail.lua
1664 OLD_FILES+=usr/share/examples/hast/ucarp.sh
1665 OLD_FILES+=usr/share/examples/hast/ucarp_down.sh
1666 OLD_FILES+=usr/share/examples/hast/ucarp_up.sh
1667 OLD_FILES+=usr/share/examples/hast/vip-down.sh
1668 OLD_FILES+=usr/share/examples/hast/vip-up.sh
1669 OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
1670 OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
1671 OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
1672 OLD_FILES+=usr/share/examples/indent/indent.pro
1673 OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
1674 OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
1675 OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
1676 OLD_FILES+=usr/share/examples/ipfilter/README
1677 OLD_FILES+=usr/share/examples/ipfilter/example.1
1678 OLD_FILES+=usr/share/examples/ipfilter/example.10
1679 OLD_FILES+=usr/share/examples/ipfilter/example.11
1680 OLD_FILES+=usr/share/examples/ipfilter/example.12
1681 OLD_FILES+=usr/share/examples/ipfilter/example.13
1682 OLD_FILES+=usr/share/examples/ipfilter/example.14
1683 OLD_FILES+=usr/share/examples/ipfilter/example.2
1684 OLD_FILES+=usr/share/examples/ipfilter/example.3
1685 OLD_FILES+=usr/share/examples/ipfilter/example.4
1686 OLD_FILES+=usr/share/examples/ipfilter/example.5
1687 OLD_FILES+=usr/share/examples/ipfilter/example.6
1688 OLD_FILES+=usr/share/examples/ipfilter/example.7
1689 OLD_FILES+=usr/share/examples/ipfilter/example.8
1690 OLD_FILES+=usr/share/examples/ipfilter/example.9
1691 OLD_FILES+=usr/share/examples/ipfilter/example.sr
1692 OLD_FILES+=usr/share/examples/ipfilter/examples.txt
1693 OLD_FILES+=usr/share/examples/ipfilter/firewall
1694 OLD_FILES+=usr/share/examples/ipfilter/firewall.1
1695 OLD_FILES+=usr/share/examples/ipfilter/firewall.2
1696 OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
1697 OLD_FILES+=usr/share/examples/ipfilter/ftppxy
1698 OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
1699 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
1700 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
1701 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
1702 OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
1703 OLD_FILES+=usr/share/examples/ipfilter/mkfilters
1704 OLD_FILES+=usr/share/examples/ipfilter/nat-setup
1705 OLD_FILES+=usr/share/examples/ipfilter/nat.eg
1706 OLD_FILES+=usr/share/examples/ipfilter/rules.txt
1707 OLD_FILES+=usr/share/examples/ipfilter/server
1708 OLD_FILES+=usr/share/examples/ipfilter/tcpstate
1709 OLD_FILES+=usr/share/examples/ipfw/change_rules.sh
1710 OLD_FILES+=usr/share/examples/jails/README
1711 OLD_FILES+=usr/share/examples/jails/VIMAGE
1712 OLD_FILES+=usr/share/examples/jails/jail.xxx.conf
1713 OLD_FILES+=usr/share/examples/jails/jib
1714 OLD_FILES+=usr/share/examples/jails/jng
1715 OLD_FILES+=usr/share/examples/jails/rc.conf.jails
1716 OLD_FILES+=usr/share/examples/jails/rcjail.xxx.conf
1717 OLD_FILES+=usr/share/examples/kld/Makefile
1718 OLD_FILES+=usr/share/examples/kld/cdev/Makefile
1719 OLD_FILES+=usr/share/examples/kld/cdev/README
1720 OLD_FILES+=usr/share/examples/kld/cdev/module/Makefile
1721 OLD_FILES+=usr/share/examples/kld/cdev/module/cdev.c
1722 OLD_FILES+=usr/share/examples/kld/cdev/module/cdev.h
1723 OLD_FILES+=usr/share/examples/kld/cdev/module/cdevmod.c
1724 OLD_FILES+=usr/share/examples/kld/cdev/test/Makefile
1725 OLD_FILES+=usr/share/examples/kld/cdev/test/testcdev.c
1726 OLD_FILES+=usr/share/examples/kld/dyn_sysctl/Makefile
1727 OLD_FILES+=usr/share/examples/kld/dyn_sysctl/README
1728 OLD_FILES+=usr/share/examples/kld/dyn_sysctl/dyn_sysctl.c
1729 OLD_FILES+=usr/share/examples/kld/firmware/Makefile
1730 OLD_FILES+=usr/share/examples/kld/firmware/README
1731 OLD_FILES+=usr/share/examples/kld/firmware/fwconsumer/Makefile
1732 OLD_FILES+=usr/share/examples/kld/firmware/fwconsumer/fw_consumer.c
1733 OLD_FILES+=usr/share/examples/kld/firmware/fwimage/Makefile
1734 OLD_FILES+=usr/share/examples/kld/firmware/fwimage/firmware.img.uu
1735 OLD_FILES+=usr/share/examples/kld/khelp/Makefile
1736 OLD_FILES+=usr/share/examples/kld/khelp/README
1737 OLD_FILES+=usr/share/examples/kld/khelp/h_example.c
1738 OLD_FILES+=usr/share/examples/kld/syscall/Makefile
1739 OLD_FILES+=usr/share/examples/kld/syscall/module/Makefile
1740 OLD_FILES+=usr/share/examples/kld/syscall/module/syscall.c
1741 OLD_FILES+=usr/share/examples/kld/syscall/test/Makefile
1742 OLD_FILES+=usr/share/examples/kld/syscall/test/call.c
1743 OLD_FILES+=usr/share/examples/kyua/Kyuafile.top
1744 OLD_FILES+=usr/share/examples/kyua/kyua.conf
1745 OLD_FILES+=usr/share/examples/libusb20/Makefile
1746 OLD_FILES+=usr/share/examples/libusb20/README
1747 OLD_FILES+=usr/share/examples/libusb20/bulk.c
1748 OLD_FILES+=usr/share/examples/libusb20/control.c
1749 OLD_FILES+=usr/share/examples/libusb20/util.c
1750 OLD_FILES+=usr/share/examples/libusb20/util.h
1751 OLD_FILES+=usr/share/examples/libvgl/Makefile
1752 OLD_FILES+=usr/share/examples/libvgl/demo.c
1753 OLD_FILES+=usr/share/examples/mdoc/POSIX-copyright
1754 OLD_FILES+=usr/share/examples/mdoc/deshallify.sh
1755 OLD_FILES+=usr/share/examples/mdoc/example.1
1756 OLD_FILES+=usr/share/examples/mdoc/example.3
1757 OLD_FILES+=usr/share/examples/mdoc/example.4
1758 OLD_FILES+=usr/share/examples/mdoc/example.9
1759 OLD_FILES+=usr/share/examples/netgraph/ether.bridge
1760 OLD_FILES+=usr/share/examples/netgraph/frame_relay
1761 OLD_FILES+=usr/share/examples/netgraph/ngctl
1762 OLD_FILES+=usr/share/examples/netgraph/raw
1763 OLD_FILES+=usr/share/examples/netgraph/udp.tunnel
1764 OLD_FILES+=usr/share/examples/netgraph/virtual.chain
1765 OLD_FILES+=usr/share/examples/netgraph/virtual.lan
1766 OLD_FILES+=usr/share/examples/perfmon/Makefile
1767 OLD_FILES+=usr/share/examples/perfmon/README
1768 OLD_FILES+=usr/share/examples/perfmon/perfmon.c
1769 OLD_FILES+=usr/share/examples/pf/ackpri
1770 OLD_FILES+=usr/share/examples/pf/faq-example1
1771 OLD_FILES+=usr/share/examples/pf/faq-example2
1772 OLD_FILES+=usr/share/examples/pf/faq-example3
1773 OLD_FILES+=usr/share/examples/pf/pf.conf
1774 OLD_FILES+=usr/share/examples/pf/queue1
1775 OLD_FILES+=usr/share/examples/pf/queue2
1776 OLD_FILES+=usr/share/examples/pf/queue3
1777 OLD_FILES+=usr/share/examples/pf/queue4
1778 OLD_FILES+=usr/share/examples/pf/spamd
1779 OLD_FILES+=usr/share/examples/ppi/Makefile
1780 OLD_FILES+=usr/share/examples/ppi/ppilcd.c
1781 OLD_FILES+=usr/share/examples/ppp/chap-auth
1782 OLD_FILES+=usr/share/examples/ppp/login-auth
1783 OLD_FILES+=usr/share/examples/ppp/ppp.conf.sample
1784 OLD_FILES+=usr/share/examples/ppp/ppp.conf.span-isp
1785 OLD_FILES+=usr/share/examples/ppp/ppp.conf.span-isp.working
1786 OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.sample
1787 OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.span-isp
1788 OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.span-isp.working
1789 OLD_FILES+=usr/share/examples/ppp/ppp.linkup.sample
1790 OLD_FILES+=usr/share/examples/ppp/ppp.linkup.span-isp
1791 OLD_FILES+=usr/share/examples/ppp/ppp.linkup.span-isp.working
1792 OLD_FILES+=usr/share/examples/ppp/ppp.secret.sample
1793 OLD_FILES+=usr/share/examples/ppp/ppp.secret.span-isp
1794 OLD_FILES+=usr/share/examples/ppp/ppp.secret.span-isp.working
1795 OLD_FILES+=usr/share/examples/printing/diablo-if-net
1796 OLD_FILES+=usr/share/examples/printing/hpdf
1797 OLD_FILES+=usr/share/examples/printing/hpif
1798 OLD_FILES+=usr/share/examples/printing/hpof
1799 OLD_FILES+=usr/share/examples/printing/hprf
1800 OLD_FILES+=usr/share/examples/printing/hpvf
1801 OLD_FILES+=usr/share/examples/printing/if-simple
1802 OLD_FILES+=usr/share/examples/printing/if-simpleX
1803 OLD_FILES+=usr/share/examples/printing/ifhp
1804 OLD_FILES+=usr/share/examples/printing/make-ps-header
1805 OLD_FILES+=usr/share/examples/printing/netprint
1806 OLD_FILES+=usr/share/examples/printing/psdf
1807 OLD_FILES+=usr/share/examples/printing/psdfX
1808 OLD_FILES+=usr/share/examples/printing/psif
1809 OLD_FILES+=usr/share/examples/printing/pstf
1810 OLD_FILES+=usr/share/examples/printing/pstfX
1811 OLD_FILES+=usr/share/examples/scsi_target/Makefile
1812 OLD_FILES+=usr/share/examples/scsi_target/scsi_cmds.c
1813 OLD_FILES+=usr/share/examples/scsi_target/scsi_target.8
1814 OLD_FILES+=usr/share/examples/scsi_target/scsi_target.c
1815 OLD_FILES+=usr/share/examples/scsi_target/scsi_target.h
1816 OLD_FILES+=usr/share/examples/sendmail/mailer.conf
1817 OLD_FILES+=usr/share/examples/ses/Makefile
1818 OLD_FILES+=usr/share/examples/ses/Makefile.inc
1819 OLD_FILES+=usr/share/examples/ses/getencstat/Makefile
1820 OLD_FILES+=usr/share/examples/ses/getencstat/getencstat.0
1821 OLD_FILES+=usr/share/examples/ses/sesd/Makefile
1822 OLD_FILES+=usr/share/examples/ses/sesd/sesd.0
1823 OLD_FILES+=usr/share/examples/ses/setencstat/Makefile
1824 OLD_FILES+=usr/share/examples/ses/setencstat/setencstat.0
1825 OLD_FILES+=usr/share/examples/ses/setobjstat/Makefile
1826 OLD_FILES+=usr/share/examples/ses/setobjstat/setobjstat.0
1827 OLD_FILES+=usr/share/examples/ses/srcs/chpmon.c
1828 OLD_FILES+=usr/share/examples/ses/srcs/eltsub.c
1829 OLD_FILES+=usr/share/examples/ses/srcs/eltsub.h
1830 OLD_FILES+=usr/share/examples/ses/srcs/getencstat.c
1831 OLD_FILES+=usr/share/examples/ses/srcs/getnobj.c
1832 OLD_FILES+=usr/share/examples/ses/srcs/getobjmap.c
1833 OLD_FILES+=usr/share/examples/ses/srcs/getobjstat.c
1834 OLD_FILES+=usr/share/examples/ses/srcs/inienc.c
1835 OLD_FILES+=usr/share/examples/ses/srcs/sesd.c
1836 OLD_FILES+=usr/share/examples/ses/srcs/setencstat.c
1837 OLD_FILES+=usr/share/examples/ses/srcs/setobjstat.c
1838 OLD_FILES+=usr/share/examples/smbfs/dot.nsmbrc
1839 OLD_FILES+=usr/share/examples/smbfs/print/lj6l
1840 OLD_FILES+=usr/share/examples/smbfs/print/ljspool
1841 OLD_FILES+=usr/share/examples/smbfs/print/printcap.sample
1842 OLD_FILES+=usr/share/examples/smbfs/print/tolj
1843 OLD_FILES+=usr/share/examples/sound/basic.c
1844 OLD_FILES+=usr/share/examples/sound/ossmidi.h
1845 OLD_FILES+=usr/share/examples/sound/ossinit.h
1846 OLD_FILES+=usr/share/examples/sound/README
1847 OLD_FILES+=usr/share/examples/sound/midi.c
1848 OLD_FILES+=usr/share/examples/sunrpc/Makefile
1849 OLD_FILES+=usr/share/examples/sunrpc/dir/Makefile
1850 OLD_FILES+=usr/share/examples/sunrpc/dir/dir.x
1851 OLD_FILES+=usr/share/examples/sunrpc/dir/dir_proc.c
1852 OLD_FILES+=usr/share/examples/sunrpc/dir/rls.c
1853 OLD_FILES+=usr/share/examples/sunrpc/msg/Makefile
1854 OLD_FILES+=usr/share/examples/sunrpc/msg/msg.x
1855 OLD_FILES+=usr/share/examples/sunrpc/msg/msg_proc.c
1856 OLD_FILES+=usr/share/examples/sunrpc/msg/printmsg.c
1857 OLD_FILES+=usr/share/examples/sunrpc/msg/rprintmsg.c
1858 OLD_FILES+=usr/share/examples/sunrpc/sort/Makefile
1859 OLD_FILES+=usr/share/examples/sunrpc/sort/rsort.c
1860 OLD_FILES+=usr/share/examples/sunrpc/sort/sort.x
1861 OLD_FILES+=usr/share/examples/sunrpc/sort/sort_proc.c
1862 OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
1863 OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
1864 OLD_FILES+=usr/share/examples/uefisign/uefikeys
1865 OLD_FILES+=usr/share/examples/ypldap/ypldap.conf
1866 OLD_DIRS+=usr/share/examples
1867 OLD_DIRS+=usr/share/examples/BSD_daemon
1868 OLD_DIRS+=usr/share/examples/FreeBSD_version
1869 OLD_DIRS+=usr/share/examples/IPv6
1870 OLD_DIRS+=usr/share/examples/bhyve
1871 OLD_DIRS+=usr/share/examples/bootforth
1872 OLD_DIRS+=usr/share/examples/bsdconfig
1873 OLD_DIRS+=usr/share/examples/csh
1874 OLD_DIRS+=usr/share/examples/diskless
1875 OLD_DIRS+=usr/share/examples/dma
1876 OLD_DIRS+=usr/share/examples/drivers
1877 OLD_DIRS+=usr/share/examples/dwatch
1878 OLD_DIRS+=usr/share/examples/etc
1879 OLD_DIRS+=usr/share/examples/etc/defaults
1880 OLD_DIRS+=usr/share/examples/find_interface
1881 OLD_DIRS+=usr/share/examples/flua
1882 OLD_DIRS+=usr/share/examples/hast
1883 OLD_DIRS+=usr/share/examples/ibcs2
1884 OLD_DIRS+=usr/share/examples/hostapd
1885 OLD_DIRS+=usr/share/examples/indent
1886 OLD_DIRS+=usr/share/examples/ipfilter
1887 OLD_DIRS+=usr/share/examples/ipfw
1888 OLD_DIRS+=usr/share/examples/jails
1889 OLD_DIRS+=usr/share/examples/kld
1890 OLD_DIRS+=usr/share/examples/kld/cdev
1891 OLD_DIRS+=usr/share/examples/kld/cdev/module
1892 OLD_DIRS+=usr/share/examples/kld/cdev/test
1893 OLD_DIRS+=usr/share/examples/kld/dyn_sysctl
1894 OLD_DIRS+=usr/share/examples/kld/firmware
1895 OLD_DIRS+=usr/share/examples/kld/firmware/fwconsumer
1896 OLD_DIRS+=usr/share/examples/kld/firmware/fwimage
1897 OLD_DIRS+=usr/share/examples/kld/khelp
1898 OLD_DIRS+=usr/share/examples/kld/syscall
1899 OLD_DIRS+=usr/share/examples/kld/syscall/module
1900 OLD_DIRS+=usr/share/examples/kld/syscall/test
1901 OLD_DIRS+=usr/share/examples/kyua
1902 OLD_DIRS+=usr/share/examples/libusb20
1903 OLD_DIRS+=usr/share/examples/libvgl
1904 OLD_DIRS+=usr/share/examples/mdoc
1905 OLD_DIRS+=usr/share/examples/netgraph
1906 OLD_DIRS+=usr/share/examples/perfmon
1907 OLD_DIRS+=usr/share/examples/pf
1908 OLD_DIRS+=usr/share/examples/ppi
1909 OLD_DIRS+=usr/share/examples/ppp
1910 OLD_DIRS+=usr/share/examples/printing
1911 OLD_DIRS+=usr/share/examples/scsi_target
1912 OLD_DIRS+=usr/share/examples/sendmail
1913 OLD_DIRS+=usr/share/examples/ses
1914 OLD_DIRS+=usr/share/examples/ses/getencstat
1915 OLD_DIRS+=usr/share/examples/ses/sesd
1916 OLD_DIRS+=usr/share/examples/ses/setencstat
1917 OLD_DIRS+=usr/share/examples/ses/setobjstat
1918 OLD_DIRS+=usr/share/examples/ses/srcs
1919 OLD_DIRS+=usr/share/examples/smbfs
1920 OLD_DIRS+=usr/share/examples/smbfs/print
1921 OLD_DIRS+=usr/share/examples/sound
1922 OLD_DIRS+=usr/share/examples/sunrpc
1923 OLD_DIRS+=usr/share/examples/sunrpc/dir
1924 OLD_DIRS+=usr/share/examples/sunrpc/msg
1925 OLD_DIRS+=usr/share/examples/sunrpc/sort
1926 OLD_DIRS+=usr/share/examples/tcsh
1927 OLD_DIRS+=usr/share/examples/uefisign
1928 OLD_DIRS+=usr/share/examples/ypldap
1929 .endif
1930
1931 .if ${MK_FDT} == no
1932 OLD_FILES+=usr/sbin/ofwdump
1933 OLD_FILES+=usr/share/man/man8/ofwdump.8.gz
1934 .endif
1935
1936 .if ${MK_FINGER} == no
1937 OLD_FILES+=usr/bin/finger
1938 OLD_FILES+=usr/share/man/man1/finger.1.gz
1939 OLD_FILES+=usr/share/man/man5/finger.conf.5.gz
1940 OLD_FILES+=usr/libexec/fingerd
1941 OLD_FILES+=usr/share/man/man8/fingerd.8.gz
1942 .endif
1943
1944 .if ${MK_FLOPPY} == no
1945 OLD_FILES+=usr/sbin/fdcontrol
1946 OLD_FILES+=usr/sbin/fdformat
1947 OLD_FILES+=usr/sbin/fdread
1948 OLD_FILES+=usr/sbin/fdwrite
1949 OLD_FILES+=usr/share/man/man1/fdformat.1.gz
1950 OLD_FILES+=usr/share/man/man1/fdread.1.gz
1951 OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
1952 OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
1953 .endif
1954
1955 .if ${MK_FORTH} == no
1956 OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
1957 OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
1958 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
1959 OLD_FILES+=usr/share/man/man8/color.4th.8.gz
1960 OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
1961 OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
1962 OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
1963 OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
1964 OLD_FILES+=usr/share/man/man8/version.4th.8.gz
1965 .endif
1966
1967 .if ${MK_FREEBSD_UPDATE} == no
1968 OLD_FILES+=etc/freebsd-update.conf
1969 OLD_FILES+=usr/sbin/freebsd-update
1970 OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
1971 OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz
1972 OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
1973 .endif
1974
1975 .if ${MK_FREEBSD_UPDATE} == no
1976 OLD_FILES+=usr/libexec/phttpget
1977 OLD_FILES+=usr/share/man/man8/phttpget.8.gz
1978 .endif
1979
1980 .if ${MK_FTP} == no
1981 OLD_FILES+=etc/ftpusers
1982 OLD_FILES+=etc/newsyslog.conf.d/ftp.conf
1983 OLD_FILES+=etc/pam.d/ftp
1984 OLD_FILES+=etc/pam.d/ftpd
1985 OLD_FILES+=etc/rc.d/ftpd
1986 OLD_FILES+=etc/syslog.d/ftp.conf
1987 OLD_FILES+=usr/bin/ftp
1988 OLD_FILES+=usr/bin/gate-ftp
1989 OLD_FILES+=usr/bin/pftp
1990 OLD_FILES+=usr/libexec/ftpd
1991 OLD_FILES+=usr/share/man/man1/ftp.1.gz
1992 OLD_FILES+=usr/share/man/man1/gate-ftp.1.gz
1993 OLD_FILES+=usr/share/man/man1/pftp.1.gz
1994 OLD_FILES+=usr/share/man/man5/ftpchroot.5.gz
1995 OLD_FILES+=usr/share/man/man8/ftpd.8.gz
1996 .endif
1997
1998 .if ${MK_GAMES} == no
1999 OLD_FILES+=usr/bin/caesar
2000 OLD_FILES+=usr/bin/factor
2001 OLD_FILES+=usr/bin/fortune
2002 OLD_FILES+=usr/bin/grdc
2003 OLD_FILES+=usr/bin/morse
2004 OLD_FILES+=usr/bin/number
2005 OLD_FILES+=usr/bin/pom
2006 OLD_FILES+=usr/bin/primes
2007 OLD_FILES+=usr/bin/random
2008 OLD_FILES+=usr/bin/rot13
2009 OLD_FILES+=usr/bin/strfile
2010 OLD_FILES+=usr/bin/unstr
2011 OLD_FILES+=usr/share/games/fortune/fortunes
2012 OLD_FILES+=usr/share/games/fortune/fortunes.dat
2013 OLD_FILES+=usr/share/games/fortune/freebsd-tips
2014 OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
2015 OLD_FILES+=usr/share/games/fortune/gerrold.limerick
2016 OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
2017 OLD_FILES+=usr/share/games/fortune/limerick
2018 OLD_FILES+=usr/share/games/fortune/limerick.dat
2019 OLD_FILES+=usr/share/games/fortune/murphy
2020 OLD_FILES+=usr/share/games/fortune/murphy-o
2021 OLD_FILES+=usr/share/games/fortune/murphy-o.dat
2022 OLD_FILES+=usr/share/games/fortune/murphy.dat
2023 OLD_FILES+=usr/share/games/fortune/startrek
2024 OLD_FILES+=usr/share/games/fortune/startrek.dat
2025 OLD_FILES+=usr/share/games/fortune/zippy
2026 OLD_FILES+=usr/share/games/fortune/zippy.dat
2027 OLD_DIRS+=usr/share/games/fortune
2028 OLD_DIRS+=usr/share/games
2029 OLD_FILES+=usr/share/man/man6/caesar.6.gz
2030 OLD_FILES+=usr/share/man/man6/factor.6.gz
2031 OLD_FILES+=usr/share/man/man6/fortune.6.gz
2032 OLD_FILES+=usr/share/man/man6/grdc.6.gz
2033 OLD_FILES+=usr/share/man/man6/morse.6.gz
2034 OLD_FILES+=usr/share/man/man6/number.6.gz
2035 OLD_FILES+=usr/share/man/man6/pom.6.gz
2036 OLD_FILES+=usr/share/man/man6/primes.6.gz
2037 OLD_FILES+=usr/share/man/man6/random.6.gz
2038 OLD_FILES+=usr/share/man/man6/rot13.6.gz
2039 OLD_FILES+=usr/share/man/man8/strfile.8.gz
2040 OLD_FILES+=usr/share/man/man8/unstr.8.gz
2041 .endif
2042
2043 .if ${MK_GH_BC} == no
2044 OLD_FILES+=usr/share/misc/bc.library
2045 OLD_FILES+=usr/tests/usr.bin/dc/Kyuafile
2046 OLD_FILES+=usr/tests/usr.bin/dc/bcode
2047 OLD_FILES+=usr/tests/usr.bin/dc/inout
2048 OLD_DIRS+=usr/tests/usr.bin/dc
2049 .endif
2050
2051 .if ${MK_GNU_DIFF} == no
2052 OLD_FILES+=usr/bin/diff3
2053 OLD_FILES+=usr/share/man/man1/diff3.1.gz
2054 .endif
2055
2056 .if ${MK_GOOGLETEST} == no
2057 OLD_FILES+=usr/include/private/gmock/gmock-actions.h
2058 OLD_FILES+=usr/include/private/gmock/gmock-cardinalities.h
2059 OLD_FILES+=usr/include/private/gmock/gmock-function-mocker.h
2060 OLD_FILES+=usr/include/private/gmock/gmock-matchers.h
2061 OLD_FILES+=usr/include/private/gmock/gmock-more-actions.h
2062 OLD_FILES+=usr/include/private/gmock/gmock-more-matchers.h
2063 OLD_FILES+=usr/include/private/gmock/gmock-nice-strict.h
2064 OLD_FILES+=usr/include/private/gmock/gmock-spec-builders.h
2065 OLD_FILES+=usr/include/private/gmock/gmock.h
2066 OLD_FILES+=usr/include/private/gmock/internal/custom/gmock-generated-actions.h
2067 OLD_FILES+=usr/include/private/gmock/internal/custom/gmock-matchers.h
2068 OLD_FILES+=usr/include/private/gmock/internal/custom/gmock-port.h
2069 OLD_FILES+=usr/include/private/gmock/internal/gmock-internal-utils.h
2070 OLD_FILES+=usr/include/private/gmock/internal/gmock-port.h
2071 OLD_FILES+=usr/include/private/gmock/internal/gmock-pp.h
2072 OLD_FILES+=usr/include/private/gtest/gtest-assertion-result.h
2073 OLD_FILES+=usr/include/private/gtest/gtest-death-test.h
2074 OLD_FILES+=usr/include/private/gtest/gtest-matchers.h
2075 OLD_FILES+=usr/include/private/gtest/gtest-message.h
2076 OLD_FILES+=usr/include/private/gtest/gtest-param-test.h
2077 OLD_FILES+=usr/include/private/gtest/gtest-printers.h
2078 OLD_FILES+=usr/include/private/gtest/gtest-spi.h
2079 OLD_FILES+=usr/include/private/gtest/gtest-test-part.h
2080 OLD_FILES+=usr/include/private/gtest/gtest-typed-test.h
2081 OLD_FILES+=usr/include/private/gtest/gtest.h
2082 OLD_FILES+=usr/include/private/gtest/gtest_pred_impl.h
2083 OLD_FILES+=usr/include/private/gtest/gtest_prod.h
2084 OLD_FILES+=usr/include/private/gtest/internal/custom/gtest-port.h
2085 OLD_FILES+=usr/include/private/gtest/internal/custom/gtest-printers.h
2086 OLD_FILES+=usr/include/private/gtest/internal/custom/gtest.h
2087 OLD_FILES+=usr/include/private/gtest/internal/gtest-death-test-internal.h
2088 OLD_FILES+=usr/include/private/gtest/internal/gtest-filepath.h
2089 OLD_FILES+=usr/include/private/gtest/internal/gtest-internal.h
2090 OLD_FILES+=usr/include/private/gtest/internal/gtest-param-util.h
2091 OLD_FILES+=usr/include/private/gtest/internal/gtest-port-arch.h
2092 OLD_FILES+=usr/include/private/gtest/internal/gtest-port.h
2093 OLD_FILES+=usr/include/private/gtest/internal/gtest-string.h
2094 OLD_FILES+=usr/include/private/gtest/internal/gtest-type-util.h
2095 OLD_FILES+=usr/lib/libprivategmock.a
2096 OLD_FILES+=usr/lib/libprivategmock_p.a
2097 OLD_LIBS+=usr/lib/libprivategmock.so
2098 OLD_LIBS+=usr/lib/libprivategmock.so.0
2099 OLD_FILES+=usr/lib/libprivategmock_main.a
2100 OLD_FILES+=usr/lib/libprivategmock_main_p.a
2101 OLD_LIBS+=usr/lib/libprivategmock_main.so
2102 OLD_LIBS+=usr/lib/libprivategmock_main.so.0
2103 OLD_FILES+=usr/lib/libprivategtest.a
2104 OLD_FILES+=usr/lib/libprivategtest_p.a
2105 OLD_LIBS+=usr/lib/libprivategtest.so
2106 OLD_LIBS+=usr/lib/libprivategtest.so.0
2107 OLD_FILES+=usr/lib/libprivategtest_main.a
2108 OLD_FILES+=usr/lib/libprivategtest_main_p.a
2109 OLD_LIBS+=usr/lib/libprivategtest_main.so
2110 OLD_LIBS+=usr/lib/libprivategtest_main.so.0
2111 OLD_FILES+=usr/tests/lib/googletest/Kyuafile
2112 OLD_FILES+=usr/tests/lib/googletest/gmock/Kyuafile
2113 OLD_FILES+=usr/tests/lib/googletest/gmock/gmock_stress_test
2114 OLD_FILES+=usr/tests/lib/googletest/gmock_main/Kyuafile
2115 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-actions_test
2116 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-cardinalities_test
2117 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-function-mocker_test
2118 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-internal-utils_test
2119 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers-arithmetic_test
2120 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers-comparisons_test
2121 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers-containers_test
2122 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers-misc_test
2123 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-more-actions_test
2124 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-nice-strict_test
2125 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-port_test
2126 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-spec-builders_test
2127 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_ex_test
2128 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_link_test
2129 OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_test
2130 OLD_FILES+=usr/tests/lib/googletest/gtest/Kyuafile
2131 OLD_FILES+=usr/tests/lib/googletest/gtest/googletest-param-test-test
2132 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest-unittest-api_test
2133 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_environment_test
2134 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_no_test_unittest
2135 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_premature_exit_test
2136 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_repeat_test
2137 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_stress_test
2138 OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_throw_on_failure_ex_test
2139 OLD_FILES+=usr/tests/lib/googletest/gtest_main/Kyuafile
2140 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-death-test-test
2141 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-filepath-test
2142 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-listener-test
2143 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-message-test
2144 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-options-test
2145 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-port-test
2146 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-printers-test
2147 OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-test-part-test
2148 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest-typed-test_test
2149 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_main_unittest
2150 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_pred_impl_unittest
2151 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_prod_test
2152 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_skip_in_environment_setup_test
2153 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_skip_test
2154 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_sole_header_test
2155 OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_unittest
2156 OLD_FILES+=usr/tests/share/examples/tests/googletest/Kyuafile
2157 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample10_unittest
2158 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample1_unittest
2159 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample2_unittest
2160 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample3_unittest
2161 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample4_unittest
2162 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample5_unittest
2163 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample6_unittest
2164 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample7_unittest
2165 OLD_FILES+=usr/tests/share/examples/tests/googletest/sample8_unittest
2166 OLD_DIRS+=usr/include/private/gmock/
2167 OLD_DIRS+=usr/include/private/gmock/internal
2168 OLD_DIRS+=usr/include/private/gmock/internal/custom
2169 OLD_DIRS+=usr/include/private/gtest/
2170 OLD_DIRS+=usr/include/private/gtest/internal
2171 OLD_DIRS+=usr/include/private/gtest/internal/custom
2172 OLD_DIRS+=usr/tests/lib/googletest
2173 OLD_DIRS+=usr/tests/lib/googletest/gmock
2174 OLD_DIRS+=usr/tests/lib/googletest/gmock_main
2175 OLD_DIRS+=usr/tests/lib/googletest/gtest
2176 OLD_DIRS+=usr/tests/lib/googletest/gtest_main
2177 OLD_DIRS+=usr/tests/share/examples/tests/googletest
2178 .endif
2179
2180 .if ${MK_GPIO} == no
2181 OLD_FILES+=usr/include/libgpio.h
2182 OLD_FILES+=usr/lib/libgpio.a
2183 OLD_FILES+=usr/lib/libgpio.so
2184 OLD_LIBS+=usr/lib/libgpio.so.0
2185 OLD_FILES+=usr/lib/libgpio_p.a
2186 OLD_FILES+=usr/sbin/gpioctl
2187 OLD_FILES+=usr/share/man/man3/gpio.3.gz
2188 OLD_FILES+=usr/share/man/man3/gpio_close.3.gz
2189 OLD_FILES+=usr/share/man/man3/gpio_open.3.gz
2190 OLD_FILES+=usr/share/man/man3/gpio_open_device.3.gz
2191 OLD_FILES+=usr/share/man/man3/gpio_pin_config.3.gz
2192 OLD_FILES+=usr/share/man/man3/gpio_pin_get.3.gz
2193 OLD_FILES+=usr/share/man/man3/gpio_pin_high.3.gz
2194 OLD_FILES+=usr/share/man/man3/gpio_pin_input.3.gz
2195 OLD_FILES+=usr/share/man/man3/gpio_pin_invin.3.gz
2196 OLD_FILES+=usr/share/man/man3/gpio_pin_invout.3.gz
2197 OLD_FILES+=usr/share/man/man3/gpio_pin_list.3.gz
2198 OLD_FILES+=usr/share/man/man3/gpio_pin_low.3.gz
2199 OLD_FILES+=usr/share/man/man3/gpio_pin_opendrain.3.gz
2200 OLD_FILES+=usr/share/man/man3/gpio_pin_output.3.gz
2201 OLD_FILES+=usr/share/man/man3/gpio_pin_pulldown.3.gz
2202 OLD_FILES+=usr/share/man/man3/gpio_pin_pullup.3.gz
2203 OLD_FILES+=usr/share/man/man3/gpio_pin_pulsate.3.gz
2204 OLD_FILES+=usr/share/man/man3/gpio_pin_pushpull.3.gz
2205 OLD_FILES+=usr/share/man/man3/gpio_pin_set.3.gz
2206 OLD_FILES+=usr/share/man/man3/gpio_pin_set_flags.3.gz
2207 OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz
2208 OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
2209 .endif
2210
2211 .if ${MK_GSSAPI} == no
2212 OLD_FILES+=usr/include/gssapi/gssapi.h
2213 OLD_DIRS+=usr/include/gssapi
2214 OLD_FILES+=usr/include/gssapi.h
2215 OLD_FILES+=usr/lib/libgssapi.a
2216 OLD_FILES+=usr/lib/libgssapi.so
2217 OLD_LIBS+=usr/lib/libgssapi.so.10
2218 OLD_FILES+=usr/lib/libgssapi_p.a
2219 OLD_FILES+=usr/lib/librpcsec_gss.a
2220 OLD_FILES+=usr/lib/librpcsec_gss.so
2221 OLD_LIBS+=usr/lib/librpcsec_gss.so.1
2222 OLD_FILES+=usr/sbin/gssd
2223 OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
2224 OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
2225 OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
2226 OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
2227 OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
2228 OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
2229 OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
2230 OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
2231 OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
2232 OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
2233 OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
2234 OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
2235 OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
2236 OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
2237 OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
2238 OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
2239 OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
2240 OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
2241 OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
2242 OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
2243 OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
2244 OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
2245 OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
2246 OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
2247 OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
2248 OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
2249 OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
2250 OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
2251 OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
2252 OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
2253 OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
2254 OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
2255 OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
2256 OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
2257 OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
2258 OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
2259 OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
2260 OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
2261 OLD_FILES+=usr/share/man/man3/gssapi.3.gz
2262 OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
2263 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
2264 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
2265 OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
2266 OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
2267 OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
2268 OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
2269 OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
2270 OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
2271 OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
2272 OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
2273 OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
2274 OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
2275 OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
2276 OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
2277 OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
2278 OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
2279 OLD_FILES+=usr/share/man/man5/mech.5.gz
2280 OLD_FILES+=usr/share/man/man5/qop.5.gz
2281 OLD_FILES+=usr/share/man/man8/gssd.8.gz
2282 .endif
2283
2284 .if ${MK_HAST} == no
2285 OLD_FILES+=etc/rc.d/hastd
2286 OLD_FILES+=sbin/hastctl
2287 OLD_FILES+=sbin/hastd
2288 OLD_FILES+=usr/share/examples/hast/ucarp.sh
2289 OLD_FILES+=usr/share/examples/hast/ucarp_down.sh
2290 OLD_FILES+=usr/share/examples/hast/ucarp_up.sh
2291 OLD_FILES+=usr/share/examples/hast/vip-down.sh
2292 OLD_FILES+=usr/share/examples/hast/vip-up.sh
2293 OLD_FILES+=usr/share/man/man5/hast.conf.5.gz
2294 OLD_FILES+=usr/share/man/man8/hastctl.8.gz
2295 OLD_FILES+=usr/share/man/man8/hastd.8.gz
2296 OLD_DIRS+=usr/share/examples/hast
2297 # bsnmp
2298 OLD_FILES+=usr/lib/snmp_hast.so
2299 OLD_LIBS+=usr/lib/snmp_hast.so.6
2300 OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz
2301 OLD_FILES+=usr/share/snmp/defs/hast_tree.def
2302 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt
2303 .endif
2304
2305 .if ${MK_HESIOD} == no
2306 OLD_FILES+=usr/bin/hesinfo
2307 OLD_FILES+=usr/include/hesiod.h
2308 OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
2309 OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2310 OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2311 .endif
2312
2313 .if ${MK_HTML} == no
2314 OLD_FILES+=usr/share/doc/ncurses/hackguide.html
2315 OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html
2316 OLD_DIRS+=usr/share/doc/ncurses
2317 OLD_FILES+=usr/share/doc/ntp/accopt.html
2318 OLD_FILES+=usr/share/doc/ntp/assoc.html
2319 OLD_FILES+=usr/share/doc/ntp/audio.html
2320 OLD_FILES+=usr/share/doc/ntp/authopt.html
2321 OLD_FILES+=usr/share/doc/ntp/build.html
2322 OLD_FILES+=usr/share/doc/ntp/clockopt.html
2323 OLD_FILES+=usr/share/doc/ntp/config.html
2324 OLD_FILES+=usr/share/doc/ntp/confopt.html
2325 OLD_FILES+=usr/share/doc/ntp/copyright.html
2326 OLD_FILES+=usr/share/doc/ntp/debug.html
2327 OLD_FILES+=usr/share/doc/ntp/driver1.html
2328 OLD_FILES+=usr/share/doc/ntp/driver10.html
2329 OLD_FILES+=usr/share/doc/ntp/driver11.html
2330 OLD_FILES+=usr/share/doc/ntp/driver12.html
2331 OLD_FILES+=usr/share/doc/ntp/driver16.html
2332 OLD_FILES+=usr/share/doc/ntp/driver18.html
2333 OLD_FILES+=usr/share/doc/ntp/driver19.html
2334 OLD_FILES+=usr/share/doc/ntp/driver2.html
2335 OLD_FILES+=usr/share/doc/ntp/driver20.html
2336 OLD_FILES+=usr/share/doc/ntp/driver22.html
2337 OLD_FILES+=usr/share/doc/ntp/driver26.html
2338 OLD_FILES+=usr/share/doc/ntp/driver27.html
2339 OLD_FILES+=usr/share/doc/ntp/driver28.html
2340 OLD_FILES+=usr/share/doc/ntp/driver29.html
2341 OLD_FILES+=usr/share/doc/ntp/driver3.html
2342 OLD_FILES+=usr/share/doc/ntp/driver30.html
2343 OLD_FILES+=usr/share/doc/ntp/driver32.html
2344 OLD_FILES+=usr/share/doc/ntp/driver33.html
2345 OLD_FILES+=usr/share/doc/ntp/driver34.html
2346 OLD_FILES+=usr/share/doc/ntp/driver35.html
2347 OLD_FILES+=usr/share/doc/ntp/driver36.html
2348 OLD_FILES+=usr/share/doc/ntp/driver37.html
2349 OLD_FILES+=usr/share/doc/ntp/driver4.html
2350 OLD_FILES+=usr/share/doc/ntp/driver5.html
2351 OLD_FILES+=usr/share/doc/ntp/driver6.html
2352 OLD_FILES+=usr/share/doc/ntp/driver7.html
2353 OLD_FILES+=usr/share/doc/ntp/driver8.html
2354 OLD_FILES+=usr/share/doc/ntp/driver9.html
2355 OLD_FILES+=usr/share/doc/ntp/extern.html
2356 OLD_FILES+=usr/share/doc/ntp/hints.html
2357 OLD_FILES+=usr/share/doc/ntp/howto.html
2358 OLD_FILES+=usr/share/doc/ntp/index.html
2359 OLD_FILES+=usr/share/doc/ntp/kern.html
2360 OLD_FILES+=usr/share/doc/ntp/ldisc.html
2361 OLD_FILES+=usr/share/doc/ntp/measure.html
2362 OLD_FILES+=usr/share/doc/ntp/miscopt.html
2363 OLD_FILES+=usr/share/doc/ntp/monopt.html
2364 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
2365 OLD_FILES+=usr/share/doc/ntp/notes.html
2366 OLD_FILES+=usr/share/doc/ntp/ntpd.html
2367 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
2368 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
2369 OLD_FILES+=usr/share/doc/ntp/ntpq.html
2370 OLD_FILES+=usr/share/doc/ntp/ntptime.html
2371 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
2372 OLD_FILES+=usr/share/doc/ntp/parsedata.html
2373 OLD_FILES+=usr/share/doc/ntp/parsenew.html
2374 OLD_FILES+=usr/share/doc/ntp/patches.html
2375 OLD_FILES+=usr/share/doc/ntp/porting.html
2376 OLD_FILES+=usr/share/doc/ntp/pps.html
2377 OLD_FILES+=usr/share/doc/ntp/prefer.html
2378 OLD_FILES+=usr/share/doc/ntp/quick.html
2379 OLD_FILES+=usr/share/doc/ntp/rdebug.html
2380 OLD_FILES+=usr/share/doc/ntp/refclock.html
2381 OLD_FILES+=usr/share/doc/ntp/release.html
2382 OLD_FILES+=usr/share/doc/ntp/tickadj.html
2383 .endif
2384
2385 .if ${MK_HYPERV} == no
2386 OLD_FILES+=etc/devd/hyperv.conf
2387 OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
2388 OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info
2389 OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info
2390 OLD_FILES+=usr/sbin/hv_kvp_daemon
2391 OLD_FILES+=usr/sbin/hv_vss_daemon
2392 OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz
2393 .endif
2394
2395 .if ${MK_ICONV} == no
2396 OLD_FILES+=usr/bin/iconv
2397 OLD_FILES+=usr/bin/mkcsmapper
2398 OLD_FILES+=usr/bin/mkesdb
2399 OLD_FILES+=usr/include/_libiconv_compat.h
2400 OLD_FILES+=usr/include/iconv.h
2401 OLD_LIBS+=usr/lib/i18n/libBIG5.so.5
2402 OLD_FILES+=usr/lib/i18n/libBIG5.so
2403 OLD_LIBS+=usr/lib/i18n/libDECHanyu.so.5
2404 OLD_FILES+=usr/lib/i18n/libDECHanyu.so
2405 OLD_LIBS+=usr/lib/i18n/libEUC.so.5
2406 OLD_FILES+=usr/lib/i18n/libEUC.so
2407 OLD_LIBS+=usr/lib/i18n/libEUCTW.so.5
2408 OLD_FILES+=usr/lib/i18n/libEUCTW.so
2409 OLD_LIBS+=usr/lib/i18n/libGBK2K.so.5
2410 OLD_FILES+=usr/lib/i18n/libGBK2K.so
2411 OLD_LIBS+=usr/lib/i18n/libHZ.so.5
2412 OLD_FILES+=usr/lib/i18n/libHZ.so
2413 OLD_LIBS+=usr/lib/i18n/libISO2022.so.5
2414 OLD_FILES+=usr/lib/i18n/libISO2022.so
2415 OLD_LIBS+=usr/lib/i18n/libJOHAB.so.5
2416 OLD_FILES+=usr/lib/i18n/libJOHAB.so
2417 OLD_LIBS+=usr/lib/i18n/libMSKanji.so.5
2418 OLD_FILES+=usr/lib/i18n/libMSKanji.so
2419 OLD_LIBS+=usr/lib/i18n/libUES.so.5
2420 OLD_FILES+=usr/lib/i18n/libUES.so
2421 OLD_LIBS+=usr/lib/i18n/libUTF1632.so.5
2422 OLD_FILES+=usr/lib/i18n/libUTF1632.so
2423 OLD_LIBS+=usr/lib/i18n/libUTF7.so.5
2424 OLD_FILES+=usr/lib/i18n/libUTF7.so
2425 OLD_LIBS+=usr/lib/i18n/libUTF8.so.5
2426 OLD_FILES+=usr/lib/i18n/libUTF8.so
2427 OLD_LIBS+=usr/lib/i18n/libVIQR.so.5
2428 OLD_FILES+=usr/lib/i18n/libVIQR.so
2429 OLD_LIBS+=usr/lib/i18n/libZW.so.5
2430 OLD_FILES+=usr/lib/i18n/libZW.so
2431 OLD_LIBS+=usr/lib/i18n/libiconv_none.so.5
2432 OLD_FILES+=usr/lib/i18n/libiconv_none.so
2433 OLD_LIBS+=usr/lib/i18n/libiconv_std.so.5
2434 OLD_FILES+=usr/lib/i18n/libiconv_std.so
2435 OLD_LIBS+=usr/lib/i18n/libmapper_646.so.5
2436 OLD_FILES+=usr/lib/i18n/libmapper_646.so
2437 OLD_LIBS+=usr/lib/i18n/libmapper_none.so.5
2438 OLD_FILES+=usr/lib/i18n/libmapper_none.so
2439 OLD_LIBS+=usr/lib/i18n/libmapper_parallel.so.5
2440 OLD_FILES+=usr/lib/i18n/libmapper_parallel.so
2441 OLD_LIBS+=usr/lib/i18n/libmapper_serial.so.5
2442 OLD_FILES+=usr/lib/i18n/libmapper_serial.so
2443 OLD_LIBS+=usr/lib/i18n/libmapper_std.so.5
2444 OLD_FILES+=usr/lib/i18n/libmapper_std.so
2445 OLD_LIBS+=usr/lib/i18n/libmapper_zone.so.5
2446 OLD_FILES+=usr/lib/i18n/libmapper_zone.so
2447 OLD_FILES+=usr/share/man/man1/iconv.1.gz
2448 OLD_FILES+=usr/share/man/man1/mkcsmapper.1.gz
2449 OLD_FILES+=usr/share/man/man1/mkesdb.1.gz
2450 OLD_FILES+=usr/share/man/man3/__iconv.3.gz
2451 OLD_FILES+=usr/share/man/man3/__iconv_free_list.3.gz
2452 OLD_FILES+=usr/share/man/man3/__iconv_get_list.3.gz
2453 OLD_FILES+=usr/share/man/man3/iconv.3.gz
2454 OLD_FILES+=usr/share/man/man3/iconv_canonicalize.3.gz
2455 OLD_FILES+=usr/share/man/man3/iconv_close.3.gz
2456 OLD_FILES+=usr/share/man/man3/iconv_open.3.gz
2457 OLD_FILES+=usr/share/man/man3/iconv_open_into.3.gz
2458 OLD_FILES+=usr/share/man/man3/iconvctl.3.gz
2459 OLD_FILES+=usr/share/man/man3/iconvlist.3.gz
2460 OLD_DIRS+=usr/lib/i18n
2461 OLD_DIRS+=usr/share/i18n
2462 OLD_DIRS+=usr/share/i18n/esdb
2463 OLD_DIRS+=usr/share/i18n/esdb/ISO-2022
2464 OLD_DIRS+=usr/share/i18n/esdb/BIG5
2465 OLD_DIRS+=usr/share/i18n/esdb/MISC
2466 OLD_DIRS+=usr/share/i18n/esdb/TCVN
2467 OLD_DIRS+=usr/share/i18n/esdb/EBCDIC
2468 OLD_DIRS+=usr/share/i18n/esdb/ISO-8859
2469 OLD_DIRS+=usr/share/i18n/esdb/GEORGIAN
2470 OLD_DIRS+=usr/share/i18n/esdb/AST
2471 OLD_DIRS+=usr/share/i18n/esdb/KAZAKH
2472 OLD_DIRS+=usr/share/i18n/esdb/APPLE
2473 OLD_DIRS+=usr/share/i18n/esdb/EUC
2474 OLD_DIRS+=usr/share/i18n/esdb/CP
2475 OLD_DIRS+=usr/share/i18n/esdb/DEC
2476 OLD_DIRS+=usr/share/i18n/esdb/UTF
2477 OLD_DIRS+=usr/share/i18n/esdb/GB
2478 OLD_DIRS+=usr/share/i18n/esdb/ISO646
2479 OLD_DIRS+=usr/share/i18n/esdb/KOI
2480 OLD_DIRS+=usr/share/i18n/csmapper
2481 OLD_DIRS+=usr/share/i18n/csmapper/KAZAKH
2482 OLD_DIRS+=usr/share/i18n/csmapper/CNS
2483 OLD_DIRS+=usr/share/i18n/csmapper/BIG5
2484 OLD_DIRS+=usr/share/i18n/csmapper/JIS
2485 OLD_DIRS+=usr/share/i18n/csmapper/KOI
2486 OLD_DIRS+=usr/share/i18n/csmapper/TCVN
2487 OLD_DIRS+=usr/share/i18n/csmapper/MISC
2488 OLD_DIRS+=usr/share/i18n/csmapper/EBCDIC
2489 OLD_DIRS+=usr/share/i18n/csmapper/ISO646
2490 OLD_DIRS+=usr/share/i18n/csmapper/CP
2491 OLD_DIRS+=usr/share/i18n/csmapper/GEORGIAN
2492 OLD_DIRS+=usr/share/i18n/csmapper/ISO-8859
2493 OLD_DIRS+=usr/share/i18n/csmapper/AST
2494 OLD_DIRS+=usr/share/i18n/csmapper/APPLE
2495 OLD_DIRS+=usr/share/i18n/csmapper/KS
2496 OLD_DIRS+=usr/share/i18n/csmapper/GB
2497 .endif
2498
2499 .if ${MK_INET} == no && ${MK_INET6} == no
2500 OLD_FILES+=sbin/ping
2501 OLD_FILES+=usr/share/man/man8/ping.8.gz
2502 .endif
2503
2504 .if ${MK_INET6} == no
2505 OLD_FILES+=sbin/ping6
2506 OLD_FILES+=sbin/rtsol
2507 OLD_FILES+=usr/sbin/ip6addrctl
2508 OLD_FILES+=usr/sbin/mld6query
2509 OLD_FILES+=usr/sbin/ndp
2510 OLD_FILES+=usr/sbin/rip6query
2511 OLD_FILES+=usr/sbin/route6d
2512 OLD_FILES+=usr/sbin/rrenumd
2513 OLD_FILES+=usr/sbin/rtadvctl
2514 OLD_FILES+=usr/sbin/rtadvd
2515 OLD_FILES+=usr/sbin/rtsold
2516 OLD_FILES+=usr/sbin/traceroute6
2517 OLD_FILES+=usr/share/doc/IPv6/IMPLEMENTATION
2518 OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
2519 OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
2520 OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
2521 OLD_FILES+=usr/share/man/man8/mld6query.8.gz
2522 OLD_FILES+=usr/share/man/man8/ndp.8.gz
2523 OLD_FILES+=usr/share/man/man8/rip6query.8.gz
2524 OLD_FILES+=usr/share/man/man8/route6d.8.gz
2525 OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
2526 OLD_FILES+=usr/share/man/man8/rtadvctl.8.gz
2527 OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
2528 OLD_FILES+=usr/share/man/man8/rtsol.8.gz
2529 OLD_FILES+=usr/share/man/man8/rtsold.8.gz
2530 OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
2531 .endif
2532
2533 .if ${MK_INET6_SUPPORT} == no
2534 OLD_FILES+=rescue/ping6
2535 OLD_FILES+=rescue/rtsol
2536 .endif
2537
2538 .if ${MK_INETD} == no
2539 OLD_FILES+=etc/inetd.conf
2540 OLD_FILES+=etc/rc.d/inetd
2541 OLD_FILES+=usr/sbin/inetd
2542 OLD_FILES+=usr/share/man/man5/inetd.conf.5.gz
2543 OLD_FILES+=usr/share/man/man8/inetd.8.gz
2544 .endif
2545
2546 .if ${MK_IPFILTER} == no
2547 OLD_FILES+=etc/periodic/security/510.ipfdenied
2548 OLD_FILES+=etc/periodic/security/610.ipf6denied
2549 OLD_FILES+=etc/rc.d/ipfilter
2550 OLD_FILES+=etc/rc.d/ipfs
2551 OLD_FILES+=etc/rc.d/ipmon
2552 OLD_FILES+=etc/rc.d/ipnat
2553 OLD_FILES+=etc/rc.d/ippool
2554 OLD_FILES+=rescue/ipf
2555 OLD_FILES+=sbin/ipf
2556 OLD_FILES+=sbin/ipfs
2557 OLD_FILES+=sbin/ipfstat
2558 OLD_FILES+=sbin/ipftest
2559 OLD_FILES+=sbin/ipmon
2560 OLD_FILES+=sbin/ipnat
2561 OLD_FILES+=sbin/ippool
2562 OLD_FILES+=sbin/ipresend
2563 OLD_FILES+=usr/include/netinet/ip_auth.h
2564 OLD_FILES+=usr/include/netinet/ip_compat.h
2565 OLD_FILES+=usr/include/netinet/ip_fil.h
2566 OLD_FILES+=usr/include/netinet/ip_frag.h
2567 OLD_FILES+=usr/include/netinet/ip_htable.h
2568 OLD_FILES+=usr/include/netinet/ip_lookup.h
2569 OLD_FILES+=usr/include/netinet/ip_nat.h
2570 OLD_FILES+=usr/include/netinet/ip_pool.h
2571 OLD_FILES+=usr/include/netinet/ip_proxy.h
2572 OLD_FILES+=usr/include/netinet/ip_rules.h
2573 OLD_FILES+=usr/include/netinet/ip_scan.h
2574 OLD_FILES+=usr/include/netinet/ip_state.h
2575 OLD_FILES+=usr/include/netinet/ip_sync.h
2576 OLD_FILES+=usr/include/netinet/ipl.h
2577 OLD_FILES+=usr/share/examples/ipfilter/README
2578 OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2579 OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2580 OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2581 OLD_FILES+=usr/share/examples/ipfilter/example.1
2582 OLD_FILES+=usr/share/examples/ipfilter/example.2
2583 OLD_FILES+=usr/share/examples/ipfilter/example.3
2584 OLD_FILES+=usr/share/examples/ipfilter/example.4
2585 OLD_FILES+=usr/share/examples/ipfilter/example.5
2586 OLD_FILES+=usr/share/examples/ipfilter/example.6
2587 OLD_FILES+=usr/share/examples/ipfilter/example.7
2588 OLD_FILES+=usr/share/examples/ipfilter/example.8
2589 OLD_FILES+=usr/share/examples/ipfilter/example.9
2590 OLD_FILES+=usr/share/examples/ipfilter/example.10
2591 OLD_FILES+=usr/share/examples/ipfilter/example.11
2592 OLD_FILES+=usr/share/examples/ipfilter/example.12
2593 OLD_FILES+=usr/share/examples/ipfilter/example.13
2594 OLD_FILES+=usr/share/examples/ipfilter/example.sr
2595 OLD_FILES+=usr/share/examples/ipfilter/firewall
2596 OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2597 OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2598 OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2599 OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2600 OLD_FILES+=usr/share/examples/ipfilter/server
2601 OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2602 OLD_FILES+=usr/share/examples/ipfilter/example.14
2603 OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2604 OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2605 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2606 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2607 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2608 OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2609 OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2610 OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2611 OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2612 OLD_FILES+=usr/share/examples/ipfilter/mkfilters
2613 OLD_DIRS+=usr/share/examples/ipfilter
2614 OLD_FILES+=usr/share/man/man1/ipftest.1.gz
2615 OLD_FILES+=usr/share/man/man1/ipresend.1.gz
2616 OLD_FILES+=usr/share/man/man4/ipf.4.gz
2617 OLD_FILES+=usr/share/man/man4/ipl.4.gz
2618 OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
2619 OLD_FILES+=usr/share/man/man4/ipnat.4.gz
2620 OLD_FILES+=usr/share/man/man5/ipf.5.gz
2621 OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
2622 OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
2623 OLD_FILES+=usr/share/man/man5/ipfilter.5.gz
2624 OLD_FILES+=usr/share/man/man8/ipmon.5.gz
2625 OLD_FILES+=usr/share/man/man5/ipmon.conf.5.gz
2626 OLD_FILES+=usr/share/man/man5/ipnat.5.gz
2627 OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
2628 OLD_FILES+=usr/share/man/man5/ippool.5.gz
2629 OLD_FILES+=usr/share/man/man8/ipf.8.gz
2630 OLD_FILES+=usr/share/man/man8/ipfs.8.gz
2631 OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
2632 OLD_FILES+=usr/share/man/man8/ipmon.8.gz
2633 OLD_FILES+=usr/share/man/man8/ipnat.8.gz
2634 OLD_FILES+=usr/share/man/man8/ippool.8.gz
2635 .endif
2636
2637 .if ${MK_IPFW} == no
2638 OLD_FILES+=etc/rc.d/ipfw
2639 OLD_FILES+=etc/periodic/security/500.ipfwdenied
2640 OLD_FILES+=etc/periodic/security/550.ipfwlimit
2641 OLD_FILES+=sbin/ipfw
2642 OLD_FILES+=sbin/natd
2643 OLD_FILES+=usr/sbin/ipfwpcap
2644 OLD_FILES+=usr/share/man/man8/ipfw.8.gz
2645 OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
2646 OLD_FILES+=usr/share/man/man8/natd.8.gz
2647 .endif
2648
2649 .if ${MK_ISCSI} == no
2650 OLD_FILES+=etc/rc.d/iscsictl
2651 OLD_FILES+=etc/rc.d/iscsid
2652 OLD_FILES+=rescue/iscsictl
2653 OLD_FILES+=rescue/iscsid
2654 OLD_FILES+=usr/bin/iscsictl
2655 OLD_FILES+=usr/sbin/iscsid
2656 OLD_FILES+=usr/share/man/man4/iscsi.4.gz
2657 OLD_FILES+=usr/share/man/man5/iscsi.conf.5.gz
2658 OLD_FILES+=usr/share/man/man8/iscsictl.8.gz
2659 OLD_FILES+=usr/share/man/man8/iscsid.8.gz
2660 .endif
2661
2662 .if ${MK_JAIL} == no
2663 OLD_FILES+=etc/rc.d/jail
2664 OLD_FILES+=usr/sbin/jail
2665 OLD_FILES+=usr/sbin/jexec
2666 OLD_FILES+=usr/sbin/jls
2667 OLD_FILES+=usr/share/man/man5/jail.conf.5.gz
2668 OLD_FILES+=usr/share/man/man8/jail.8.gz
2669 OLD_FILES+=usr/share/man/man8/jexec.8.gz
2670 OLD_FILES+=usr/share/man/man8/jls.8.gz
2671 .endif
2672
2673 .if ${MK_KDUMP} == no
2674 OLD_FILES+=usr/bin/kdump
2675 OLD_FILES+=usr/bin/truss
2676 OLD_FILES+=usr/share/man/man1/kdump.1.gz
2677 OLD_FILES+=usr/share/man/man1/truss.1.gz
2678 .endif
2679
2680 .if ${MK_KERBEROS} == no
2681 OLD_FILES+=etc/rc.d/ipropd_master
2682 OLD_FILES+=etc/rc.d/ipropd_slave
2683 OLD_FILES+=usr/bin/asn1_compile
2684 OLD_FILES+=usr/bin/compile_et
2685 OLD_FILES+=usr/bin/hxtool
2686 OLD_FILES+=usr/bin/kadmin
2687 OLD_FILES+=usr/bin/kcc
2688 OLD_FILES+=usr/bin/kdestroy
2689 OLD_FILES+=usr/bin/kf
2690 OLD_FILES+=usr/bin/kgetcred
2691 OLD_FILES+=usr/bin/kinit
2692 OLD_FILES+=usr/bin/klist
2693 OLD_FILES+=usr/bin/kpasswd
2694 OLD_FILES+=usr/bin/krb5-config
2695 OLD_FILES+=usr/bin/ksu
2696 OLD_FILES+=usr/bin/kswitch
2697 OLD_FILES+=usr/bin/make-roken
2698 OLD_FILES+=usr/bin/slc
2699 OLD_FILES+=usr/bin/string2key
2700 OLD_FILES+=usr/bin/verify_krb5_conf
2701 OLD_FILES+=usr/include/asn1-common.h
2702 OLD_FILES+=usr/include/asn1_err.h
2703 OLD_FILES+=usr/include/base64.h
2704 OLD_FILES+=usr/include/cms_asn1.h
2705 OLD_FILES+=usr/include/crmf_asn1.h
2706 OLD_FILES+=usr/include/der-private.h
2707 OLD_FILES+=usr/include/der-protos.h
2708 OLD_FILES+=usr/include/der.h
2709 OLD_FILES+=usr/include/digest_asn1.h
2710 OLD_FILES+=usr/include/getarg.h
2711 OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
2712 OLD_FILES+=usr/include/hdb-protos.h
2713 OLD_FILES+=usr/include/hdb.h
2714 OLD_FILES+=usr/include/hdb_asn1.h
2715 OLD_FILES+=usr/include/hdb_err.h
2716 OLD_FILES+=usr/include/heim_asn1.h
2717 OLD_FILES+=usr/include/heim_err.h
2718 OLD_FILES+=usr/include/heim_threads.h
2719 OLD_FILES+=usr/include/heimbase.h
2720 OLD_FILES+=usr/include/heimntlm-protos.h
2721 OLD_FILES+=usr/include/heimntlm.h
2722 OLD_FILES+=usr/include/hex.h
2723 OLD_FILES+=usr/include/hx509-private.h
2724 OLD_FILES+=usr/include/hx509-protos.h
2725 OLD_FILES+=usr/include/hx509.h
2726 OLD_FILES+=usr/include/hx509_err.h
2727 OLD_FILES+=usr/include/k524_err.h
2728 OLD_FILES+=usr/include/kadm5/admin.h
2729 OLD_FILES+=usr/include/kadm5/kadm5-private.h
2730 OLD_FILES+=usr/include/kadm5/kadm5-protos.h
2731 OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h
2732 OLD_FILES+=usr/include/kadm5/kadm5_err.h
2733 OLD_FILES+=usr/include/kadm5/private.h
2734 OLD_DIRS+=usr/include/kadm5
2735 OLD_FILES+=usr/include/kafs.h
2736 OLD_FILES+=usr/include/kdc-protos.h
2737 OLD_FILES+=usr/include/kdc.h
2738 OLD_FILES+=usr/include/krb5-private.h
2739 OLD_FILES+=usr/include/krb5-protos.h
2740 OLD_FILES+=usr/include/krb5-types.h
2741 OLD_FILES+=usr/include/krb5.h
2742 OLD_FILES+=usr/include/krb5/ccache_plugin.h
2743 OLD_FILES+=usr/include/krb5/locate_plugin.h
2744 OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h
2745 OLD_FILES+=usr/include/krb5/windc_plugin.h
2746 OLD_DIRS+=usr/include/krb5
2747 OLD_FILES+=usr/include/krb5_asn1.h
2748 OLD_FILES+=usr/include/krb5_ccapi.h
2749 OLD_FILES+=usr/include/krb5_err.h
2750 OLD_FILES+=usr/include/kx509_asn1.h
2751 OLD_FILES+=usr/include/ntlm_err.h
2752 OLD_FILES+=usr/include/ocsp_asn1.h
2753 OLD_FILES+=usr/include/parse_bytes.h
2754 OLD_FILES+=usr/include/parse_time.h
2755 OLD_FILES+=usr/include/parse_units.h
2756 OLD_FILES+=usr/include/pkcs10_asn1.h
2757 OLD_FILES+=usr/include/pkcs12_asn1.h
2758 OLD_FILES+=usr/include/pkcs8_asn1.h
2759 OLD_FILES+=usr/include/pkcs9_asn1.h
2760 OLD_FILES+=usr/include/pkinit_asn1.h
2761 OLD_FILES+=usr/include/resolve.h
2762 OLD_FILES+=usr/include/rfc2459_asn1.h
2763 OLD_FILES+=usr/include/roken-common.h
2764 OLD_FILES+=usr/include/rtbl.h
2765 OLD_FILES+=usr/include/wind.h
2766 OLD_FILES+=usr/include/wind_err.h
2767 OLD_FILES+=usr/include/xdbm.h
2768 OLD_FILES+=usr/lib/libasn1.a
2769 OLD_FILES+=usr/lib/libasn1.so
2770 OLD_LIBS+=usr/lib/libasn1.so.11
2771 OLD_FILES+=usr/lib/libasn1_p.a
2772 OLD_FILES+=usr/lib/libcom_err.a
2773 OLD_FILES+=usr/lib/libcom_err.so
2774 OLD_LIBS+=usr/lib/libcom_err.so.5
2775 OLD_FILES+=usr/lib/libcom_err_p.a
2776 OLD_FILES+=usr/lib/libgssapi_krb5.a
2777 OLD_FILES+=usr/lib/libgssapi_krb5.so
2778 OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2779 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2780 OLD_FILES+=usr/lib/libgssapi_ntlm.a
2781 OLD_FILES+=usr/lib/libgssapi_ntlm.so
2782 OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2783 OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
2784 OLD_FILES+=usr/lib/libgssapi_spnego.a
2785 OLD_FILES+=usr/lib/libgssapi_spnego.so
2786 OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
2787 OLD_FILES+=usr/lib/libgssapi_spnego_p.a
2788 OLD_FILES+=usr/lib/libhdb.a
2789 OLD_FILES+=usr/lib/libhdb.so
2790 OLD_LIBS+=usr/lib/libhdb.so.11
2791 OLD_FILES+=usr/lib/libhdb_p.a
2792 OLD_FILES+=usr/lib/libheimbase.a
2793 OLD_FILES+=usr/lib/libheimbase.so
2794 OLD_LIBS+=usr/lib/libheimbase.so.11
2795 OLD_FILES+=usr/lib/libheimbase_p.a
2796 OLD_FILES+=usr/lib/libheimntlm.a
2797 OLD_FILES+=usr/lib/libheimntlm.so
2798 OLD_LIBS+=usr/lib/libheimntlm.so.11
2799 OLD_FILES+=usr/lib/libheimntlm_p.a
2800 OLD_FILES+=usr/lib/libheimsqlite.a
2801 OLD_FILES+=usr/lib/libheimsqlite.so
2802 OLD_LIBS+=usr/lib/libheimsqlite.so.11
2803 OLD_FILES+=usr/lib/libheimsqlite_p.a
2804 OLD_FILES+=usr/lib/libhx509.a
2805 OLD_FILES+=usr/lib/libhx509.so
2806 OLD_LIBS+=usr/lib/libhx509.so.11
2807 OLD_FILES+=usr/lib/libhx509_p.a
2808 OLD_FILES+=usr/lib/libkadm5clnt.a
2809 OLD_FILES+=usr/lib/libkadm5clnt.so
2810 OLD_LIBS+=usr/lib/libkadm5clnt.so.11
2811 OLD_FILES+=usr/lib/libkadm5clnt_p.a
2812 OLD_FILES+=usr/lib/libkadm5srv.a
2813 OLD_FILES+=usr/lib/libkadm5srv.so
2814 OLD_LIBS+=usr/lib/libkadm5srv.so.11
2815 OLD_FILES+=usr/lib/libkadm5srv_p.a
2816 OLD_FILES+=usr/lib/libkafs5.a
2817 OLD_FILES+=usr/lib/libkafs5.so
2818 OLD_LIBS+=usr/lib/libkafs5.so.11
2819 OLD_FILES+=usr/lib/libkafs5_p.a
2820 OLD_FILES+=usr/lib/libkdc.a
2821 OLD_FILES+=usr/lib/libkdc.so
2822 OLD_LIBS+=usr/lib/libkdc.so.11
2823 OLD_FILES+=usr/lib/libkdc_p.a
2824 OLD_FILES+=usr/lib/libkrb5.a
2825 OLD_FILES+=usr/lib/libkrb5.so
2826 OLD_LIBS+=usr/lib/libkrb5.so.11
2827 OLD_FILES+=usr/lib/libkrb5_p.a
2828 OLD_FILES+=usr/lib/libroken.a
2829 OLD_FILES+=usr/lib/libroken.so
2830 OLD_LIBS+=usr/lib/libroken.so.11
2831 OLD_FILES+=usr/lib/libroken_p.a
2832 OLD_FILES+=usr/lib/libwind.a
2833 OLD_FILES+=usr/lib/libwind.so
2834 OLD_LIBS+=usr/lib/libwind.so.11
2835 OLD_FILES+=usr/lib/libwind_p.a
2836 OLD_FILES+=usr/lib/pam_krb5.so
2837 OLD_LIBS+=usr/lib/pam_krb5.so.6
2838 OLD_FILES+=usr/lib/pam_ksu.so
2839 OLD_LIBS+=usr/lib/pam_ksu.so.6
2840 OLD_FILES+=usr/lib/libprivateheimipcc.a
2841 OLD_FILES+=usr/lib/libprivateheimipcc.so
2842 OLD_LIBS+=usr/lib/libprivateheimipcc.so.11
2843 OLD_FILES+=usr/lib/libprivateheimipcc_p.a
2844 OLD_FILES+=usr/lib/libprivateheimipcs.a
2845 OLD_FILES+=usr/lib/libprivateheimipcs.so
2846 OLD_LIBS+=usr/lib/libprivateheimipcs.so.11
2847 OLD_FILES+=usr/lib/libprivateheimipcs_p.a
2848 OLD_FILES+=usr/libexec/digest-service
2849 OLD_FILES+=usr/libexec/hprop
2850 OLD_FILES+=usr/libexec/hpropd
2851 OLD_FILES+=usr/libexec/ipropd-master
2852 OLD_FILES+=usr/libexec/ipropd-slave
2853 OLD_FILES+=usr/libexec/kadmind
2854 OLD_FILES+=usr/libexec/kcm
2855 OLD_FILES+=usr/libexec/kdc
2856 OLD_FILES+=usr/libexec/kdigest
2857 OLD_FILES+=usr/libexec/kfd
2858 OLD_FILES+=usr/libexec/kimpersonate
2859 OLD_FILES+=usr/libexec/kpasswdd
2860 OLD_FILES+=usr/sbin/kstash
2861 OLD_FILES+=usr/sbin/ktutil
2862 OLD_FILES+=usr/sbin/iprop-log
2863 OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
2864 OLD_FILES+=usr/share/man/man1/kf.1.gz
2865 OLD_FILES+=usr/share/man/man1/kinit.1.gz
2866 OLD_FILES+=usr/share/man/man1/klist.1.gz
2867 OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
2868 OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
2869 OLD_FILES+=usr/share/man/man1/kswitch.1.gz
2870 OLD_FILES+=usr/share/man/man3/HDB.3.gz
2871 OLD_FILES+=usr/share/man/man3/hdb__del.3.gz
2872 OLD_FILES+=usr/share/man/man3/hdb__get.3.gz
2873 OLD_FILES+=usr/share/man/man3/hdb__put.3.gz
2874 OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz
2875 OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz
2876 OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz
2877 OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz
2878 OLD_FILES+=usr/share/man/man3/hdb_close.3.gz
2879 OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz
2880 OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz
2881 OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz
2882 OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz
2883 OLD_FILES+=usr/share/man/man3/hdb_free.3.gz
2884 OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz
2885 OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz
2886 OLD_FILES+=usr/share/man/man3/hdb_name.3.gz
2887 OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz
2888 OLD_FILES+=usr/share/man/man3/hdb_open.3.gz
2889 OLD_FILES+=usr/share/man/man3/hdb_password.3.gz
2890 OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz
2891 OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz
2892 OLD_FILES+=usr/share/man/man3/hdb_store.3.gz
2893 OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz
2894 OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz
2895 OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz
2896 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz
2897 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz
2898 OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz
2899 OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz
2900 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz
2901 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz
2902 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz
2903 OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz
2904 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz
2905 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz
2906 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz
2907 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz
2908 OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz
2909 OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz
2910 OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz
2911 OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz
2912 OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz
2913 OLD_FILES+=usr/share/man/man3/hx509.3.gz
2914 OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz
2915 OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz
2916 OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz
2917 OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz
2918 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz
2919 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz
2920 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz
2921 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz
2922 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz
2923 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz
2924 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz
2925 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz
2926 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz
2927 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz
2928 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz
2929 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz
2930 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz
2931 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz
2932 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz
2933 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz
2934 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz
2935 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz
2936 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz
2937 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz
2938 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz
2939 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz
2940 OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz
2941 OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz
2942 OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz
2943 OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz
2944 OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz
2945 OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz
2946 OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz
2947 OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz
2948 OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz
2949 OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz
2950 OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz
2951 OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz
2952 OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz
2953 OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz
2954 OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz
2955 OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz
2956 OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz
2957 OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz
2958 OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz
2959 OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz
2960 OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz
2961 OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz
2962 OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz
2963 OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz
2964 OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz
2965 OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz
2966 OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz
2967 OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz
2968 OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz
2969 OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz
2970 OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz
2971 OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz
2972 OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz
2973 OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz
2974 OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz
2975 OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz
2976 OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz
2977 OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz
2978 OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz
2979 OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz
2980 OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz
2981 OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz
2982 OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz
2983 OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz
2984 OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz
2985 OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz
2986 OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz
2987 OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz
2988 OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz
2989 OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz
2990 OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz
2991 OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz
2992 OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz
2993 OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz
2994 OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz
2995 OLD_FILES+=usr/share/man/man3/hx509_env.3.gz
2996 OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz
2997 OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz
2998 OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz
2999 OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz
3000 OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz
3001 OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz
3002 OLD_FILES+=usr/share/man/man3/hx509_err.3.gz
3003 OLD_FILES+=usr/share/man/man3/hx509_error.3.gz
3004 OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz
3005 OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz
3006 OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz
3007 OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz
3008 OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz
3009 OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz
3010 OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz
3011 OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz
3012 OLD_FILES+=usr/share/man/man3/hx509_name.3.gz
3013 OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz
3014 OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz
3015 OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz
3016 OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz
3017 OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz
3018 OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz
3019 OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz
3020 OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz
3021 OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz
3022 OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz
3023 OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz
3024 OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz
3025 OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz
3026 OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz
3027 OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz
3028 OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz
3029 OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz
3030 OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz
3031 OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz
3032 OLD_FILES+=usr/share/man/man3/hx509_print.3.gz
3033 OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz
3034 OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz
3035 OLD_FILES+=usr/share/man/man3/hx509_query.3.gz
3036 OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz
3037 OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz
3038 OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz
3039 OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz
3040 OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz
3041 OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz
3042 OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz
3043 OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz
3044 OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz
3045 OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz
3046 OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz
3047 OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz
3048 OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz
3049 OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz
3050 OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz
3051 OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz
3052 OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz
3053 OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz
3054 OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz
3055 OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz
3056 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz
3057 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz
3058 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz
3059 OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz
3060 OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz
3061 OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz
3062 OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz
3063 OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz
3064 OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz
3065 OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz
3066 OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz
3067 OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz
3068 OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz
3069 OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz
3070 OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz
3071 OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz
3072 OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz
3073 OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz
3074 OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
3075 OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
3076 OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
3077 OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
3078 OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
3079 OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz
3080 OLD_FILES+=usr/share/man/man3/kafs.3.gz
3081 OLD_FILES+=usr/share/man/man3/kafs5.3.gz
3082 OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
3083 OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
3084 OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
3085 OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
3086 OLD_FILES+=usr/share/man/man3/krb5.3.gz
3087 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
3088 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz
3089 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
3090 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
3091 OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
3092 OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz
3093 OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
3094 OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz
3095 OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz
3096 OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz
3097 OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz
3098 OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
3099 OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
3100 OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
3101 OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
3102 OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
3103 OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
3104 OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz
3105 OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
3106 OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
3107 OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
3108 OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz
3109 OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
3110 OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
3111 OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
3112 OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
3113 OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
3114 OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
3115 OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
3116 OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz
3117 OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
3118 OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
3119 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
3120 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
3121 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
3122 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
3123 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
3124 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
3125 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
3126 OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
3127 OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
3128 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
3129 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
3130 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
3131 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
3132 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
3133 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
3134 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
3135 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
3136 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
3137 OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
3138 OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
3139 OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
3140 OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
3141 OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
3142 OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
3143 OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
3144 OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
3145 OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
3146 OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
3147 OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
3148 OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
3149 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
3150 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
3151 OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz
3152 OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
3153 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz
3154 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz
3155 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz
3156 OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz
3157 OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz
3158 OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
3159 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
3160 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz
3161 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz
3162 OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
3163 OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
3164 OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
3165 OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
3166 OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
3167 OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz
3168 OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz
3169 OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz
3170 OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz
3171 OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz
3172 OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz
3173 OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
3174 OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
3175 OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz
3176 OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
3177 OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
3178 OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
3179 OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
3180 OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz
3181 OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz
3182 OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz
3183 OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
3184 OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
3185 OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
3186 OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
3187 OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
3188 OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz
3189 OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
3190 OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
3191 OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz
3192 OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz
3193 OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz
3194 OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
3195 OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz
3196 OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz
3197 OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
3198 OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz
3199 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz
3200 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz
3201 OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz
3202 OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz
3203 OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz
3204 OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
3205 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
3206 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
3207 OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
3208 OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz
3209 OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz
3210 OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz
3211 OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
3212 OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
3213 OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz
3214 OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz
3215 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz
3216 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
3217 OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz
3218 OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz
3219 OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
3220 OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz
3221 OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz
3222 OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
3223 OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz
3224 OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz
3225 OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz
3226 OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz
3227 OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz
3228 OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz
3229 OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz
3230 OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz
3231 OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz
3232 OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz
3233 OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
3234 OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
3235 OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz
3236 OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz
3237 OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz
3238 OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
3239 OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz
3240 OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz
3241 OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz
3242 OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
3243 OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz
3244 OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
3245 OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz
3246 OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz
3247 OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
3248 OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz
3249 OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz
3250 OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
3251 OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz
3252 OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz
3253 OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz
3254 OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz
3255 OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz
3256 OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
3257 OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz
3258 OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
3259 OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz
3260 OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
3261 OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz
3262 OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
3263 OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
3264 OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
3265 OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
3266 OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
3267 OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz
3268 OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz
3269 OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
3270 OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz
3271 OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
3272 OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
3273 OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
3274 OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz
3275 OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz
3276 OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz
3277 OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz
3278 OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz
3279 OLD_FILES+=usr/share/man/man3/krb5_error.3.gz
3280 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
3281 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz
3282 OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
3283 OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz
3284 OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
3285 OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
3286 OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
3287 OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz
3288 OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
3289 OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz
3290 OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz
3291 OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz
3292 OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
3293 OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
3294 OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz
3295 OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
3296 OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz
3297 OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz
3298 OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
3299 OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
3300 OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz
3301 OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz
3302 OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz
3303 OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
3304 OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz
3305 OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz
3306 OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
3307 OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
3308 OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz
3309 OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz
3310 OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
3311 OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
3312 OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz
3313 OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz
3314 OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
3315 OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
3316 OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
3317 OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz
3318 OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz
3319 OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz
3320 OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
3321 OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
3322 OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz
3323 OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
3324 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz
3325 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz
3326 OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz
3327 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
3328 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz
3329 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz
3330 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz
3331 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz
3332 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz
3333 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz
3334 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz
3335 OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz
3336 OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
3337 OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
3338 OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
3339 OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
3340 OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz
3341 OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz
3342 OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz
3343 OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
3344 OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
3345 OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
3346 OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz
3347 OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
3348 OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz
3349 OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz
3350 OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz
3351 OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz
3352 OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz
3353 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz
3354 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz
3355 OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz
3356 OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz
3357 OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz
3358 OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
3359 OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz
3360 OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz
3361 OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
3362 OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz
3363 OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz
3364 OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz
3365 OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz
3366 OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
3367 OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz
3368 OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz
3369 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz
3370 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz
3371 OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz
3372 OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
3373 OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
3374 OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
3375 OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
3376 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
3377 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
3378 OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
3379 OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
3380 OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
3381 OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
3382 OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
3383 OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
3384 OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz
3385 OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
3386 OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz
3387 OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
3388 OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
3389 OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
3390 OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz
3391 OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
3392 OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
3393 OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz
3394 OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
3395 OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
3396 OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
3397 OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
3398 OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
3399 OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
3400 OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
3401 OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
3402 OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
3403 OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
3404 OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
3405 OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
3406 OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
3407 OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
3408 OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
3409 OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
3410 OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz
3411 OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz
3412 OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz
3413 OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
3414 OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
3415 OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
3416 OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
3417 OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz
3418 OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz
3419 OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz
3420 OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
3421 OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
3422 OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
3423 OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
3424 OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
3425 OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
3426 OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz
3427 OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
3428 OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
3429 OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz
3430 OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz
3431 OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
3432 OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz
3433 OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
3434 OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
3435 OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz
3436 OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
3437 OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
3438 OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz
3439 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz
3440 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz
3441 OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz
3442 OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz
3443 OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz
3444 OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
3445 OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
3446 OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz
3447 OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz
3448 OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz
3449 OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz
3450 OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz
3451 OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz
3452 OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz
3453 OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz
3454 OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz
3455 OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz
3456 OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz
3457 OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz
3458 OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz
3459 OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz
3460 OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz
3461 OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz
3462 OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz
3463 OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz
3464 OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz
3465 OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
3466 OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz
3467 OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz
3468 OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz
3469 OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz
3470 OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz
3471 OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz
3472 OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz
3473 OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz
3474 OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz
3475 OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
3476 OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz
3477 OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz
3478 OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
3479 OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
3480 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
3481 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
3482 OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
3483 OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
3484 OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz
3485 OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz
3486 OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz
3487 OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz
3488 OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz
3489 OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz
3490 OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz
3491 OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz
3492 OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz
3493 OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz
3494 OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz
3495 OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz
3496 OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz
3497 OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz
3498 OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz
3499 OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz
3500 OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz
3501 OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz
3502 OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz
3503 OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz
3504 OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz
3505 OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz
3506 OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz
3507 OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz
3508 OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz
3509 OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz
3510 OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz
3511 OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz
3512 OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz
3513 OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz
3514 OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz
3515 OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz
3516 OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz
3517 OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz
3518 OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz
3519 OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz
3520 OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
3521 OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz
3522 OLD_FILES+=usr/share/man/man3/krb5_support.3.gz
3523 OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
3524 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz
3525 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz
3526 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz
3527 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz
3528 OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz
3529 OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
3530 OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
3531 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
3532 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
3533 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
3534 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
3535 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
3536 OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
3537 OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz
3538 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
3539 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz
3540 OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
3541 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
3542 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
3543 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
3544 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
3545 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
3546 OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
3547 OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
3548 OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
3549 OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
3550 OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
3551 OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz
3552 OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
3553 OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
3554 OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
3555 OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz
3556 OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz
3557 OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz
3558 OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz
3559 OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz
3560 OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
3561 OLD_FILES+=usr/share/man/man8/hprop.8.gz
3562 OLD_FILES+=usr/share/man/man8/hpropd.8.gz
3563 OLD_FILES+=usr/share/man/man8/iprop-log.8.gz
3564 OLD_FILES+=usr/share/man/man8/iprop.8.gz
3565 OLD_FILES+=usr/share/man/man8/kadmin.8.gz
3566 OLD_FILES+=usr/share/man/man8/kadmind.8.gz
3567 OLD_FILES+=usr/share/man/man8/kcm.8.gz
3568 OLD_FILES+=usr/share/man/man8/kdc.8.gz
3569 OLD_FILES+=usr/share/man/man8/kdigest.8.gz
3570 OLD_FILES+=usr/share/man/man8/kerberos.8.gz
3571 OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz
3572 OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
3573 OLD_FILES+=usr/share/man/man8/kstash.8.gz
3574 OLD_FILES+=usr/share/man/man8/ktutil.8.gz
3575 OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
3576 OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
3577 OLD_FILES+=usr/share/man/man8/string2key.8.gz
3578 OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3579 .endif
3580
3581 .if ${MK_KERBEROS_SUPPORT} == no
3582 OLD_FILES+=usr/bin/compile_et
3583 OLD_FILES+=usr/include/com_err.h
3584 OLD_FILES+=usr/include/com_right.h
3585 OLD_FILES+=usr/lib/libcom_err.a
3586 OLD_FILES+=usr/lib/libcom_err.so
3587 OLD_LIBS+=usr/lib/libcom_err.so.5
3588 OLD_FILES+=usr/lib/libcom_err_p.a
3589 OLD_FILES+=usr/share/man/man1/compile_et.1.gz
3590 OLD_FILES+=usr/share/man/man3/com_err.3.gz
3591 .endif
3592
3593 .if ${MK_LDNS} == no
3594 OLD_FILES+=usr/lib/libprivateldns.a
3595 OLD_FILES+=usr/lib/libprivateldns.so
3596 OLD_LIBS+=usr/lib/libprivateldns.so.5
3597 OLD_FILES+=usr/lib/libprivateldns_p.a
3598 .endif
3599
3600 .if ${MK_LDNS_UTILS} == no
3601 OLD_FILES+=usr/bin/drill
3602 OLD_FILES+=usr/share/man/man1/drill.1.gz
3603 OLD_FILES+=usr/bin/host
3604 OLD_FILES+=usr/share/man/man1/host.1.gz
3605 .endif
3606
3607 .if ${MK_LEGACY_CONSOLE} == no
3608 OLD_FILES+=etc/rc.d/moused
3609 OLD_FILES+=etc/rc.d/syscons
3610 OLD_FILES+=usr/sbin/kbdcontrol
3611 OLD_FILES+=usr/sbin/kbdmap
3612 OLD_FILES+=usr/sbin/moused
3613 OLD_FILES+=usr/sbin/vidcontrol
3614 OLD_FILES+=usr/sbin/vidfont
3615 OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz
3616 OLD_FILES+=usr/share/man/man1/kbdmap.1.gz
3617 OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz
3618 OLD_FILES+=usr/share/man/man1/vidfont.1.gz
3619 OLD_FILES+=usr/share/man/man5/kbdmap.5.gz
3620 OLD_FILES+=usr/share/man/man5/keymap.5.gz
3621 OLD_FILES+=usr/share/man/man8/moused.8.gz
3622 .endif
3623
3624 .for LIBCOMPAT libcompat in ${_ALL_LIBCOMPATS_libcompats}
3625 .  if ${MK_LIB${LIBCOMPAT}} == no
3626 OLD_FILES+=etc/mtree/BSD.lib${libcompat}.dist
3627 OLD_FILES+=libexec/ld-elf${libcompat}.so.1
3628 .    if exists(${DESTDIR}/usr/lib${libcompat})
3629 LIB${LIBCOMPAT}_DIRS!=find ${DESTDIR}/usr/lib${libcompat} -type d \
3630     | sed -e 's,^${DESTDIR}/,,'; echo
3631 LIB${LIBCOMPAT}_FILES!=find ${DESTDIR}/usr/lib${libcompat} \! -type d \
3632     \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
3633 LIB${LIBCOMPAT}_LIBS!=find ${DESTDIR}/usr/lib${libcompat} \! -type d \
3634     -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
3635 OLD_DIRS+=${LIB${LIBCOMPAT}_DIRS}
3636 OLD_FILES+=${LIB${LIBCOMPAT}_FILES}
3637 OLD_LIBS+=${LIB${LIBCOMPAT}_LIBS}
3638 .    endif
3639 .    if ${MK_DEBUG_FILES} == no
3640 .      if exists(${DESTDIR}/usr/lib/debug/usr/lib${libcompat})
3641 DEBUG_LIB${LIBCOMPAT}_DIRS!=find ${DESTDIR}/usr/lib/debug/usr/lib${libcompat} -type d \
3642     | sed -e 's,^${DESTDIR}/,,'; echo
3643 DEBUG_LIB${LIBCOMPAT}_FILES!=find ${DESTDIR}/usr/lib/debug/usr/lib${libcompat} \! -type d \
3644     \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
3645 DEBUG_LIB${LIBCOMPAT}_LIBS!=find ${DESTDIR}/usr/lib/debug/usr/lib${libcompat} \! -type d \
3646     -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
3647 OLD_DIRS+=${DEBUG_LIB${LIBCOMPAT}_DIRS}
3648 OLD_FILES+=${DEBUG_LIB${LIBCOMPAT}_FILES}
3649 OLD_LIBS+=${DEBUG_LIB${LIBCOMPAT}_LIBS}
3650 .      endif
3651 .    endif
3652 .endif
3653 .endfor # LIBCOMPAT libcompat
3654
3655 .if ${MK_LLD} == no
3656 OLD_FILES+=usr/bin/ld.lld
3657 .endif
3658
3659 .if ${MK_LLDB} == no
3660 OLD_FILES+=usr/bin/lldb
3661 OLD_FILES+=usr/bin/lldb-server
3662 OLD_FILES+=usr/share/man/man1/lldb-server.1.gz
3663 OLD_FILES+=usr/share/man/man1/lldb.1.gz
3664 .endif
3665
3666 .if ${MK_LLVM_COV} == no
3667 OLD_FILES+=usr/bin/gcov
3668 OLD_FILES+=usr/bin/llvm-cov
3669 OLD_FILES+=usr/bin/llvm-profdata
3670 OLD_FILES+=usr/share/man/man1/gcov.1.gz
3671 OLD_FILES+=usr/share/man/man1/llvm-cov.1.gz
3672 OLD_FILES+=usr/share/man/man1/llvm-profdata.1.gz
3673 .endif
3674
3675 .if ${MK_LOCALES} == no
3676 OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-15
3677 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE
3678 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE
3679 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MESSAGES
3680 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MONETARY
3681 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_NUMERIC
3682 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_TIME
3683 OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-1
3684 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE
3685 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE
3686 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MESSAGES
3687 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MONETARY
3688 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_NUMERIC
3689 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_TIME
3690 OLD_DIRS+=usr/share/locale/af_ZA.UTF-8
3691 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_COLLATE
3692 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_CTYPE
3693 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MESSAGES
3694 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MONETARY
3695 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_NUMERIC
3696 OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_TIME
3697 OLD_DIRS+=usr/share/locale/am_ET.UTF-8
3698 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_COLLATE
3699 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_CTYPE
3700 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MESSAGES
3701 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MONETARY
3702 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_NUMERIC
3703 OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_TIME
3704 OLD_DIRS+=usr/share/locale/ar_AE.UTF-8
3705 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_COLLATE
3706 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_CTYPE
3707 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MESSAGES
3708 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MONETARY
3709 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_NUMERIC
3710 OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_TIME
3711 OLD_DIRS+=usr/share/locale/ar_EG.UTF-8
3712 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_COLLATE
3713 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_CTYPE
3714 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MESSAGES
3715 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MONETARY
3716 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_NUMERIC
3717 OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_TIME
3718 OLD_DIRS+=usr/share/locale/ar_JO.UTF-8
3719 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_COLLATE
3720 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_CTYPE
3721 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MESSAGES
3722 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MONETARY
3723 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_NUMERIC
3724 OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_TIME
3725 OLD_DIRS+=usr/share/locale/ar_MA.UTF-8
3726 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_COLLATE
3727 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_CTYPE
3728 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MESSAGES
3729 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MONETARY
3730 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_NUMERIC
3731 OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_TIME
3732 OLD_DIRS+=usr/share/locale/ar_QA.UTF-8
3733 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_COLLATE
3734 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_CTYPE
3735 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MESSAGES
3736 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MONETARY
3737 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_NUMERIC
3738 OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_TIME
3739 OLD_DIRS+=usr/share/locale/ar_SA.UTF-8
3740 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_COLLATE
3741 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_CTYPE
3742 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MESSAGES
3743 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MONETARY
3744 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_NUMERIC
3745 OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_TIME
3746 OLD_DIRS+=usr/share/locale/be_BY.CP1131
3747 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_COLLATE
3748 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_CTYPE
3749 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MESSAGES
3750 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MONETARY
3751 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_NUMERIC
3752 OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_TIME
3753 OLD_DIRS+=usr/share/locale/be_BY.CP1251
3754 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_COLLATE
3755 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_CTYPE
3756 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MESSAGES
3757 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MONETARY
3758 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_NUMERIC
3759 OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_TIME
3760 OLD_DIRS+=usr/share/locale/be_BY.ISO8859-5
3761 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_COLLATE
3762 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_CTYPE
3763 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MESSAGES
3764 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MONETARY
3765 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_NUMERIC
3766 OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_TIME
3767 OLD_DIRS+=usr/share/locale/be_BY.UTF-8
3768 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_COLLATE
3769 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_CTYPE
3770 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MESSAGES
3771 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MONETARY
3772 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_NUMERIC
3773 OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_TIME
3774 OLD_DIRS+=usr/share/locale/bg_BG.CP1251
3775 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_COLLATE
3776 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_CTYPE
3777 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MESSAGES
3778 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MONETARY
3779 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_NUMERIC
3780 OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_TIME
3781 OLD_DIRS+=usr/share/locale/bg_BG.UTF-8
3782 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_COLLATE
3783 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_CTYPE
3784 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MESSAGES
3785 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MONETARY
3786 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_NUMERIC
3787 OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_TIME
3788 OLD_DIRS+=usr/share/locale/ca_AD.ISO8859-1
3789 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_COLLATE
3790 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_CTYPE
3791 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MESSAGES
3792 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MONETARY
3793 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_NUMERIC
3794 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_TIME
3795 OLD_DIRS+=usr/share/locale/ca_AD.ISO8859-15
3796 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_COLLATE
3797 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_CTYPE
3798 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MESSAGES
3799 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MONETARY
3800 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_NUMERIC
3801 OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_TIME
3802 OLD_DIRS+=usr/share/locale/ca_AD.UTF-8
3803 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_COLLATE
3804 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_CTYPE
3805 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MESSAGES
3806 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MONETARY
3807 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_NUMERIC
3808 OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_TIME
3809 OLD_DIRS+=usr/share/locale/ca_ES.ISO8859-1
3810 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_COLLATE
3811 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_CTYPE
3812 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MESSAGES
3813 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MONETARY
3814 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_NUMERIC
3815 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_TIME
3816 OLD_DIRS+=usr/share/locale/ca_ES.ISO8859-15
3817 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_COLLATE
3818 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_CTYPE
3819 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MESSAGES
3820 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MONETARY
3821 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_NUMERIC
3822 OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_TIME
3823 OLD_DIRS+=usr/share/locale/ca_ES.UTF-8
3824 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_COLLATE
3825 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_CTYPE
3826 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MESSAGES
3827 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MONETARY
3828 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_NUMERIC
3829 OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_TIME
3830 OLD_DIRS+=usr/share/locale/ca_FR.ISO8859-1
3831 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_COLLATE
3832 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_CTYPE
3833 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MESSAGES
3834 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MONETARY
3835 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_NUMERIC
3836 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_TIME
3837 OLD_DIRS+=usr/share/locale/ca_FR.ISO8859-15
3838 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_COLLATE
3839 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_CTYPE
3840 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MESSAGES
3841 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MONETARY
3842 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_NUMERIC
3843 OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_TIME
3844 OLD_DIRS+=usr/share/locale/ca_FR.UTF-8
3845 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_COLLATE
3846 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_CTYPE
3847 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MESSAGES
3848 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MONETARY
3849 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_NUMERIC
3850 OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_TIME
3851 OLD_DIRS+=usr/share/locale/ca_IT.ISO8859-1
3852 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_COLLATE
3853 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE
3854 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MESSAGES
3855 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MONETARY
3856 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_NUMERIC
3857 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_TIME
3858 OLD_DIRS+=usr/share/locale/ca_IT.ISO8859-15
3859 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_COLLATE
3860 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_CTYPE
3861 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MESSAGES
3862 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MONETARY
3863 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_NUMERIC
3864 OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_TIME
3865 OLD_DIRS+=usr/share/locale/ca_IT.UTF-8
3866 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_COLLATE
3867 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_CTYPE
3868 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MESSAGES
3869 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MONETARY
3870 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_NUMERIC
3871 OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_TIME
3872 OLD_DIRS+=usr/share/locale/cs_CZ.ISO8859-2
3873 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE
3874 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_CTYPE
3875 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MESSAGES
3876 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MONETARY
3877 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_NUMERIC
3878 OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_TIME
3879 OLD_DIRS+=usr/share/locale/cs_CZ.UTF-8
3880 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_COLLATE
3881 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_CTYPE
3882 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MESSAGES
3883 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MONETARY
3884 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_NUMERIC
3885 OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_TIME
3886 OLD_DIRS+=usr/share/locale/da_DK.ISO8859-1
3887 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_COLLATE
3888 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_CTYPE
3889 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MESSAGES
3890 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MONETARY
3891 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_NUMERIC
3892 OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_TIME
3893 OLD_DIRS+=usr/share/locale/da_DK.ISO8859-15
3894 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_COLLATE
3895 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_CTYPE
3896 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MESSAGES
3897 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MONETARY
3898 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_NUMERIC
3899 OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_TIME
3900 OLD_DIRS+=usr/share/locale/da_DK.UTF-8
3901 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_COLLATE
3902 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_CTYPE
3903 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MESSAGES
3904 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MONETARY
3905 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_NUMERIC
3906 OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_TIME
3907 OLD_DIRS+=usr/share/locale/de_AT.ISO8859-1
3908 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_COLLATE
3909 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_CTYPE
3910 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MESSAGES
3911 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MONETARY
3912 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_NUMERIC
3913 OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_TIME
3914 OLD_DIRS+=usr/share/locale/de_AT.ISO8859-15
3915 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_COLLATE
3916 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_CTYPE
3917 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MESSAGES
3918 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MONETARY
3919 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_NUMERIC
3920 OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_TIME
3921 OLD_DIRS+=usr/share/locale/de_AT.UTF-8
3922 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_COLLATE
3923 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_CTYPE
3924 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MESSAGES
3925 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MONETARY
3926 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_NUMERIC
3927 OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_TIME
3928 OLD_DIRS+=usr/share/locale/de_CH.ISO8859-1
3929 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_COLLATE
3930 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_CTYPE
3931 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MESSAGES
3932 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MONETARY
3933 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_NUMERIC
3934 OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_TIME
3935 OLD_DIRS+=usr/share/locale/de_CH.ISO8859-15
3936 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_COLLATE
3937 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_CTYPE
3938 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MESSAGES
3939 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MONETARY
3940 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_NUMERIC
3941 OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_TIME
3942 OLD_DIRS+=usr/share/locale/de_CH.UTF-8
3943 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_COLLATE
3944 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_CTYPE
3945 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MESSAGES
3946 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MONETARY
3947 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_NUMERIC
3948 OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_TIME
3949 OLD_DIRS+=usr/share/locale/de_DE.ISO8859-1
3950 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_COLLATE
3951 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_CTYPE
3952 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MESSAGES
3953 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MONETARY
3954 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_NUMERIC
3955 OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_TIME
3956 OLD_DIRS+=usr/share/locale/de_DE.ISO8859-15
3957 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_COLLATE
3958 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_CTYPE
3959 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MESSAGES
3960 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MONETARY
3961 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_NUMERIC
3962 OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_TIME
3963 OLD_DIRS+=usr/share/locale/de_DE.UTF-8
3964 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_COLLATE
3965 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_CTYPE
3966 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MESSAGES
3967 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MONETARY
3968 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_NUMERIC
3969 OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_TIME
3970 OLD_DIRS+=usr/share/locale/el_GR.ISO8859-7
3971 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_COLLATE
3972 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_CTYPE
3973 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MESSAGES
3974 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MONETARY
3975 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_NUMERIC
3976 OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_TIME
3977 OLD_DIRS+=usr/share/locale/el_GR.UTF-8
3978 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_COLLATE
3979 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_CTYPE
3980 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MESSAGES
3981 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MONETARY
3982 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_NUMERIC
3983 OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_TIME
3984 OLD_DIRS+=usr/share/locale/en_AU.ISO8859-1
3985 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_COLLATE
3986 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_CTYPE
3987 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MESSAGES
3988 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MONETARY
3989 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_NUMERIC
3990 OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_TIME
3991 OLD_DIRS+=usr/share/locale/en_AU.ISO8859-15
3992 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_COLLATE
3993 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_CTYPE
3994 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MESSAGES
3995 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MONETARY
3996 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_NUMERIC
3997 OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_TIME
3998 OLD_DIRS+=usr/share/locale/en_AU.US-ASCII
3999 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_COLLATE
4000 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_CTYPE
4001 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MESSAGES
4002 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MONETARY
4003 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_NUMERIC
4004 OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_TIME
4005 OLD_DIRS+=usr/share/locale/en_AU.UTF-8
4006 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_COLLATE
4007 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_CTYPE
4008 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MESSAGES
4009 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MONETARY
4010 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_NUMERIC
4011 OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_TIME
4012 OLD_DIRS+=usr/share/locale/en_CA.ISO8859-1
4013 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_COLLATE
4014 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_CTYPE
4015 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES
4016 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MONETARY
4017 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_NUMERIC
4018 OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_TIME
4019 OLD_DIRS+=usr/share/locale/en_CA.ISO8859-15
4020 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_COLLATE
4021 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_CTYPE
4022 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MESSAGES
4023 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MONETARY
4024 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_NUMERIC
4025 OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_TIME
4026 OLD_DIRS+=usr/share/locale/en_CA.US-ASCII
4027 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_COLLATE
4028 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_CTYPE
4029 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MESSAGES
4030 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MONETARY
4031 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_NUMERIC
4032 OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_TIME
4033 OLD_DIRS+=usr/share/locale/en_CA.UTF-8
4034 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_COLLATE
4035 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_CTYPE
4036 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MESSAGES
4037 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MONETARY
4038 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_NUMERIC
4039 OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_TIME
4040 OLD_DIRS+=usr/share/locale/en_GB.ISO8859-1
4041 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_COLLATE
4042 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_CTYPE
4043 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MESSAGES
4044 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MONETARY
4045 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_NUMERIC
4046 OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_TIME
4047 OLD_DIRS+=usr/share/locale/en_GB.ISO8859-15
4048 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_COLLATE
4049 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_CTYPE
4050 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MESSAGES
4051 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MONETARY
4052 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_NUMERIC
4053 OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_TIME
4054 OLD_DIRS+=usr/share/locale/en_GB.US-ASCII
4055 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_COLLATE
4056 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_CTYPE
4057 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MESSAGES
4058 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MONETARY
4059 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_NUMERIC
4060 OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_TIME
4061 OLD_DIRS+=usr/share/locale/en_GB.UTF-8
4062 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_COLLATE
4063 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_CTYPE
4064 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MESSAGES
4065 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MONETARY
4066 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_NUMERIC
4067 OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_TIME
4068 OLD_DIRS+=usr/share/locale/en_HK.ISO8859-1
4069 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_COLLATE
4070 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_CTYPE
4071 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MESSAGES
4072 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MONETARY
4073 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_NUMERIC
4074 OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_TIME
4075 OLD_DIRS+=usr/share/locale/en_HK.UTF-8
4076 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_COLLATE
4077 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_CTYPE
4078 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MESSAGES
4079 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MONETARY
4080 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_NUMERIC
4081 OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_TIME
4082 OLD_DIRS+=usr/share/locale/en_IE.ISO8859-1
4083 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_COLLATE
4084 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_CTYPE
4085 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MESSAGES
4086 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MONETARY
4087 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_NUMERIC
4088 OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_TIME
4089 OLD_DIRS+=usr/share/locale/en_IE.ISO8859-15
4090 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_COLLATE
4091 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_CTYPE
4092 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MESSAGES
4093 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MONETARY
4094 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_NUMERIC
4095 OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_TIME
4096 OLD_DIRS+=usr/share/locale/en_IE.UTF-8
4097 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_COLLATE
4098 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_CTYPE
4099 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MESSAGES
4100 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MONETARY
4101 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_NUMERIC
4102 OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_TIME
4103 OLD_DIRS+=usr/share/locale/en_NZ.ISO8859-1
4104 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_COLLATE
4105 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_CTYPE
4106 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MESSAGES
4107 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MONETARY
4108 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_NUMERIC
4109 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_TIME
4110 OLD_DIRS+=usr/share/locale/en_NZ.ISO8859-15
4111 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_COLLATE
4112 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_CTYPE
4113 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MESSAGES
4114 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MONETARY
4115 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_NUMERIC
4116 OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_TIME
4117 OLD_DIRS+=usr/share/locale/en_NZ.US-ASCII
4118 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_COLLATE
4119 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_CTYPE
4120 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MESSAGES
4121 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MONETARY
4122 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_NUMERIC
4123 OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_TIME
4124 OLD_DIRS+=usr/share/locale/en_NZ.UTF-8
4125 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_COLLATE
4126 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_CTYPE
4127 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MESSAGES
4128 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MONETARY
4129 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_NUMERIC
4130 OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_TIME
4131 OLD_DIRS+=usr/share/locale/en_PH.UTF-8
4132 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_COLLATE
4133 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_CTYPE
4134 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MESSAGES
4135 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MONETARY
4136 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_NUMERIC
4137 OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_TIME
4138 OLD_DIRS+=usr/share/locale/en_SG.ISO8859-1
4139 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_COLLATE
4140 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_CTYPE
4141 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MESSAGES
4142 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MONETARY
4143 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_NUMERIC
4144 OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_TIME
4145 OLD_DIRS+=usr/share/locale/en_SG.UTF-8
4146 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_COLLATE
4147 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_CTYPE
4148 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MESSAGES
4149 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MONETARY
4150 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_NUMERIC
4151 OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_TIME
4152 OLD_DIRS+=usr/share/locale/en_US.ISO8859-1
4153 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_COLLATE
4154 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_CTYPE
4155 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MESSAGES
4156 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MONETARY
4157 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_NUMERIC
4158 OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_TIME
4159 OLD_DIRS+=usr/share/locale/en_US.ISO8859-15
4160 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_COLLATE
4161 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_CTYPE
4162 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MESSAGES
4163 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MONETARY
4164 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_NUMERIC
4165 OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_TIME
4166 OLD_DIRS+=usr/share/locale/en_US.US-ASCII
4167 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_COLLATE
4168 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_CTYPE
4169 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MESSAGES
4170 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MONETARY
4171 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_NUMERIC
4172 OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_TIME
4173 OLD_DIRS+=usr/share/locale/en_US.UTF-8
4174 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_COLLATE
4175 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_CTYPE
4176 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MESSAGES
4177 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MONETARY
4178 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_NUMERIC
4179 OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_TIME
4180 OLD_DIRS+=usr/share/locale/en_ZA.ISO8859-1
4181 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_COLLATE
4182 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_CTYPE
4183 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MESSAGES
4184 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MONETARY
4185 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_NUMERIC
4186 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_TIME
4187 OLD_DIRS+=usr/share/locale/en_ZA.ISO8859-15
4188 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_COLLATE
4189 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_CTYPE
4190 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_MESSAGES
4191 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_MONETARY
4192 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_NUMERIC
4193 OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_TIME
4194 OLD_DIRS+=usr/share/locale/en_ZA.US-ASCII
4195 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_COLLATE
4196 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_CTYPE
4197 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MESSAGES
4198 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MONETARY
4199 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_NUMERIC
4200 OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_TIME
4201 OLD_DIRS+=usr/share/locale/en_ZA.UTF-8
4202 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_COLLATE
4203 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_CTYPE
4204 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MESSAGES
4205 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MONETARY
4206 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_NUMERIC
4207 OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_TIME
4208 OLD_DIRS+=usr/share/locale/es_AR.ISO8859-1
4209 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_COLLATE
4210 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_CTYPE
4211 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MESSAGES
4212 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MONETARY
4213 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_NUMERIC
4214 OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_TIME
4215 OLD_DIRS+=usr/share/locale/es_AR.UTF-8
4216 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_COLLATE
4217 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_CTYPE
4218 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MESSAGES
4219 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MONETARY
4220 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_NUMERIC
4221 OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_TIME
4222 OLD_DIRS+=usr/share/locale/es_CR.UTF-8
4223 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_COLLATE
4224 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_CTYPE
4225 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MESSAGES
4226 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MONETARY
4227 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_NUMERIC
4228 OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_TIME
4229 OLD_DIRS+=usr/share/locale/es_ES.ISO8859-1
4230 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_COLLATE
4231 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_CTYPE
4232 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MESSAGES
4233 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MONETARY
4234 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_NUMERIC
4235 OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_TIME
4236 OLD_DIRS+=usr/share/locale/es_ES.ISO8859-15
4237 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_COLLATE
4238 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_CTYPE
4239 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MESSAGES
4240 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MONETARY
4241 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_NUMERIC
4242 OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_TIME
4243 OLD_DIRS+=usr/share/locale/es_ES.UTF-8
4244 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_COLLATE
4245 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_CTYPE
4246 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MESSAGES
4247 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MONETARY
4248 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_NUMERIC
4249 OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_TIME
4250 OLD_DIRS+=usr/share/locale/es_MX.ISO8859-1
4251 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_COLLATE
4252 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_CTYPE
4253 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MESSAGES
4254 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MONETARY
4255 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_NUMERIC
4256 OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_TIME
4257 OLD_DIRS+=usr/share/locale/es_MX.UTF-8
4258 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_COLLATE
4259 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_CTYPE
4260 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MESSAGES
4261 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MONETARY
4262 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_NUMERIC
4263 OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_TIME
4264 OLD_DIRS+=usr/share/locale/et_EE.ISO8859-1
4265 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_COLLATE
4266 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_CTYPE
4267 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MESSAGES
4268 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MONETARY
4269 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_NUMERIC
4270 OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_TIME
4271 OLD_DIRS+=usr/share/locale/et_EE.ISO8859-15
4272 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_COLLATE
4273 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_CTYPE
4274 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MESSAGES
4275 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MONETARY
4276 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_NUMERIC
4277 OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_TIME
4278 OLD_DIRS+=usr/share/locale/et_EE.UTF-8
4279 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_COLLATE
4280 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_CTYPE
4281 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MESSAGES
4282 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MONETARY
4283 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_NUMERIC
4284 OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_TIME
4285 OLD_DIRS+=usr/share/locale/eu_ES.ISO8859-1
4286 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_COLLATE
4287 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_CTYPE
4288 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MESSAGES
4289 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MONETARY
4290 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_NUMERIC
4291 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_TIME
4292 OLD_DIRS+=usr/share/locale/eu_ES.ISO8859-15
4293 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_COLLATE
4294 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_CTYPE
4295 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MESSAGES
4296 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MONETARY
4297 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_NUMERIC
4298 OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_TIME
4299 OLD_DIRS+=usr/share/locale/eu_ES.UTF-8
4300 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_COLLATE
4301 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_CTYPE
4302 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MESSAGES
4303 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MONETARY
4304 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_NUMERIC
4305 OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_TIME
4306 OLD_DIRS+=usr/share/locale/fi_FI.ISO8859-1
4307 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_COLLATE
4308 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_CTYPE
4309 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MESSAGES
4310 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MONETARY
4311 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_NUMERIC
4312 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_TIME
4313 OLD_DIRS+=usr/share/locale/fi_FI.ISO8859-15
4314 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_COLLATE
4315 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_CTYPE
4316 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MESSAGES
4317 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MONETARY
4318 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_NUMERIC
4319 OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_TIME
4320 OLD_DIRS+=usr/share/locale/fi_FI.UTF-8
4321 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_COLLATE
4322 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_CTYPE
4323 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MESSAGES
4324 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MONETARY
4325 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_NUMERIC
4326 OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_TIME
4327 OLD_DIRS+=usr/share/locale/fr_BE.ISO8859-1
4328 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_COLLATE
4329 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_CTYPE
4330 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MESSAGES
4331 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MONETARY
4332 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_NUMERIC
4333 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_TIME
4334 OLD_DIRS+=usr/share/locale/fr_BE.ISO8859-15
4335 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_COLLATE
4336 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_CTYPE
4337 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MESSAGES
4338 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MONETARY
4339 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_NUMERIC
4340 OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_TIME
4341 OLD_DIRS+=usr/share/locale/fr_BE.UTF-8
4342 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_COLLATE
4343 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_CTYPE
4344 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MESSAGES
4345 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MONETARY
4346 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_NUMERIC
4347 OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_TIME
4348 OLD_DIRS+=usr/share/locale/fr_CA.ISO8859-1
4349 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_COLLATE
4350 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_CTYPE
4351 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MESSAGES
4352 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MONETARY
4353 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_NUMERIC
4354 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_TIME
4355 OLD_DIRS+=usr/share/locale/fr_CA.ISO8859-15
4356 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_COLLATE
4357 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_CTYPE
4358 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MESSAGES
4359 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MONETARY
4360 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_NUMERIC
4361 OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_TIME
4362 OLD_DIRS+=usr/share/locale/fr_CA.UTF-8
4363 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_COLLATE
4364 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_CTYPE
4365 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MESSAGES
4366 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MONETARY
4367 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_NUMERIC
4368 OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_TIME
4369 OLD_DIRS+=usr/share/locale/fr_CH.ISO8859-1
4370 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_COLLATE
4371 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_CTYPE
4372 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MESSAGES
4373 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MONETARY
4374 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_NUMERIC
4375 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_TIME
4376 OLD_DIRS+=usr/share/locale/fr_CH.ISO8859-15
4377 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_COLLATE
4378 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_CTYPE
4379 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MESSAGES
4380 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MONETARY
4381 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_NUMERIC
4382 OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_TIME
4383 OLD_DIRS+=usr/share/locale/fr_CH.UTF-8
4384 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_COLLATE
4385 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_CTYPE
4386 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MESSAGES
4387 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MONETARY
4388 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_NUMERIC
4389 OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_TIME
4390 OLD_DIRS+=usr/share/locale/fr_FR.ISO8859-1
4391 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_COLLATE
4392 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_CTYPE
4393 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MESSAGES
4394 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MONETARY
4395 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_NUMERIC
4396 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_TIME
4397 OLD_DIRS+=usr/share/locale/fr_FR.ISO8859-15
4398 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_COLLATE
4399 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_CTYPE
4400 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MESSAGES
4401 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MONETARY
4402 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_NUMERIC
4403 OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_TIME
4404 OLD_DIRS+=usr/share/locale/fr_FR.UTF-8
4405 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_COLLATE
4406 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_CTYPE
4407 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MESSAGES
4408 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MONETARY
4409 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_NUMERIC
4410 OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_TIME
4411 OLD_DIRS+=usr/share/locale/he_IL.UTF-8
4412 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_COLLATE
4413 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_CTYPE
4414 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MESSAGES
4415 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MONETARY
4416 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_NUMERIC
4417 OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_TIME
4418 OLD_DIRS+=usr/share/locale/hi_IN.ISCII-DEV
4419 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE
4420 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_CTYPE
4421 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MESSAGES
4422 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MONETARY
4423 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_NUMERIC
4424 OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_TIME
4425 OLD_DIRS+=usr/share/locale/hi_IN.UTF-8
4426 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_COLLATE
4427 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_CTYPE
4428 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MESSAGES
4429 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MONETARY
4430 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_NUMERIC
4431 OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_TIME
4432 OLD_DIRS+=usr/share/locale/hr_HR.ISO8859-2
4433 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE
4434 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_CTYPE
4435 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES
4436 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MONETARY
4437 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_NUMERIC
4438 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_TIME
4439 OLD_DIRS+=usr/share/locale/hr_HR.UTF-8
4440 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_COLLATE
4441 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_CTYPE
4442 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MESSAGES
4443 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MONETARY
4444 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_NUMERIC
4445 OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_TIME
4446 OLD_DIRS+=usr/share/locale/hu_HU.ISO8859-2
4447 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_COLLATE
4448 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_CTYPE
4449 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MESSAGES
4450 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MONETARY
4451 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_NUMERIC
4452 OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_TIME
4453 OLD_DIRS+=usr/share/locale/hu_HU.UTF-8
4454 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_COLLATE
4455 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_CTYPE
4456 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MESSAGES
4457 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MONETARY
4458 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_NUMERIC
4459 OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_TIME
4460 OLD_DIRS+=usr/share/locale/hy_AM.ARMSCII-8
4461 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_COLLATE
4462 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_CTYPE
4463 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MESSAGES
4464 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MONETARY
4465 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_NUMERIC
4466 OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_TIME
4467 OLD_DIRS+=usr/share/locale/hy_AM.UTF-8
4468 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_COLLATE
4469 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_CTYPE
4470 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MESSAGES
4471 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MONETARY
4472 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_NUMERIC
4473 OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_TIME
4474 OLD_DIRS+=usr/share/locale/is_IS.ISO8859-1
4475 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_COLLATE
4476 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_CTYPE
4477 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MESSAGES
4478 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MONETARY
4479 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_NUMERIC
4480 OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_TIME
4481 OLD_DIRS+=usr/share/locale/is_IS.ISO8859-15
4482 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_COLLATE
4483 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_CTYPE
4484 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MESSAGES
4485 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MONETARY
4486 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_NUMERIC
4487 OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_TIME
4488 OLD_DIRS+=usr/share/locale/is_IS.UTF-8
4489 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_COLLATE
4490 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_CTYPE
4491 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MESSAGES
4492 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MONETARY
4493 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_NUMERIC
4494 OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_TIME
4495 OLD_DIRS+=usr/share/locale/it_CH.ISO8859-1
4496 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_COLLATE
4497 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_CTYPE
4498 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MESSAGES
4499 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MONETARY
4500 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_NUMERIC
4501 OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_TIME
4502 OLD_DIRS+=usr/share/locale/it_CH.ISO8859-15
4503 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_COLLATE
4504 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_CTYPE
4505 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MESSAGES
4506 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MONETARY
4507 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_NUMERIC
4508 OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_TIME
4509 OLD_DIRS+=usr/share/locale/it_CH.UTF-8
4510 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_COLLATE
4511 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_CTYPE
4512 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MESSAGES
4513 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MONETARY
4514 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_NUMERIC
4515 OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_TIME
4516 OLD_DIRS+=usr/share/locale/it_IT.ISO8859-1
4517 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_COLLATE
4518 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_CTYPE
4519 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MESSAGES
4520 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MONETARY
4521 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_NUMERIC
4522 OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_TIME
4523 OLD_DIRS+=usr/share/locale/it_IT.ISO8859-15
4524 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_COLLATE
4525 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_CTYPE
4526 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MESSAGES
4527 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MONETARY
4528 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_NUMERIC
4529 OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_TIME
4530 OLD_DIRS+=usr/share/locale/it_IT.UTF-8
4531 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_COLLATE
4532 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_CTYPE
4533 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MESSAGES
4534 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MONETARY
4535 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_NUMERIC
4536 OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_TIME
4537 OLD_DIRS+=usr/share/locale/ja_JP.eucJP
4538 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_COLLATE
4539 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_CTYPE
4540 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MESSAGES
4541 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MONETARY
4542 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_NUMERIC
4543 OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_TIME
4544 OLD_DIRS+=usr/share/locale/ja_JP.SJIS
4545 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_COLLATE
4546 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_CTYPE
4547 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MESSAGES
4548 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MONETARY
4549 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_NUMERIC
4550 OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_TIME
4551 OLD_DIRS+=usr/share/locale/ja_JP.UTF-8
4552 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_COLLATE
4553 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_CTYPE
4554 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MESSAGES
4555 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MONETARY
4556 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_NUMERIC
4557 OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_TIME
4558 OLD_DIRS+=usr/share/locale/kk_KZ.UTF-8
4559 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_COLLATE
4560 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_CTYPE
4561 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MESSAGES
4562 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MONETARY
4563 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_NUMERIC
4564 OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_TIME
4565 OLD_DIRS+=usr/share/locale/ko_KR.CP949
4566 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_COLLATE
4567 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_CTYPE
4568 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MESSAGES
4569 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MONETARY
4570 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_NUMERIC
4571 OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_TIME
4572 OLD_DIRS+=usr/share/locale/ko_KR.eucKR
4573 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_COLLATE
4574 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_CTYPE
4575 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MESSAGES
4576 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MONETARY
4577 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_NUMERIC
4578 OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_TIME
4579 OLD_DIRS+=usr/share/locale/ko_KR.UTF-8
4580 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_COLLATE
4581 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_CTYPE
4582 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MESSAGES
4583 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MONETARY
4584 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_NUMERIC
4585 OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_TIME
4586 OLD_DIRS+=usr/share/locale/lt_LT.ISO8859-13
4587 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_COLLATE
4588 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_CTYPE
4589 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MESSAGES
4590 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MONETARY
4591 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_NUMERIC
4592 OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_TIME
4593 OLD_DIRS+=usr/share/locale/lt_LT.UTF-8
4594 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_COLLATE
4595 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_CTYPE
4596 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MESSAGES
4597 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MONETARY
4598 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_NUMERIC
4599 OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_TIME
4600 OLD_DIRS+=usr/share/locale/lv_LV.ISO8859-13
4601 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_COLLATE
4602 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_CTYPE
4603 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MESSAGES
4604 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MONETARY
4605 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_NUMERIC
4606 OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_TIME
4607 OLD_DIRS+=usr/share/locale/lv_LV.UTF-8
4608 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_COLLATE
4609 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_CTYPE
4610 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MESSAGES
4611 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MONETARY
4612 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_NUMERIC
4613 OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_TIME
4614 OLD_DIRS+=usr/share/locale/mn_MN.UTF-8
4615 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_COLLATE
4616 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_CTYPE
4617 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MESSAGES
4618 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MONETARY
4619 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_NUMERIC
4620 OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_TIME
4621 OLD_DIRS+=usr/share/locale/nb_NO.ISO8859-1
4622 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_COLLATE
4623 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_CTYPE
4624 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MESSAGES
4625 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MONETARY
4626 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_NUMERIC
4627 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_TIME
4628 OLD_DIRS+=usr/share/locale/nb_NO.ISO8859-15
4629 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_COLLATE
4630 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_CTYPE
4631 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MESSAGES
4632 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MONETARY
4633 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_NUMERIC
4634 OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_TIME
4635 OLD_DIRS+=usr/share/locale/nb_NO.UTF-8
4636 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_COLLATE
4637 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_CTYPE
4638 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MESSAGES
4639 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MONETARY
4640 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_NUMERIC
4641 OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_TIME
4642 OLD_DIRS+=usr/share/locale/nl_BE.ISO8859-1
4643 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_COLLATE
4644 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_CTYPE
4645 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES
4646 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MONETARY
4647 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_NUMERIC
4648 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_TIME
4649 OLD_DIRS+=usr/share/locale/nl_BE.ISO8859-15
4650 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_COLLATE
4651 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_CTYPE
4652 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MESSAGES
4653 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MONETARY
4654 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_NUMERIC
4655 OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_TIME
4656 OLD_DIRS+=usr/share/locale/nl_BE.UTF-8
4657 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_COLLATE
4658 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_CTYPE
4659 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MESSAGES
4660 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MONETARY
4661 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_NUMERIC
4662 OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_TIME
4663 OLD_DIRS+=usr/share/locale/nl_NL.ISO8859-1
4664 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_COLLATE
4665 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_CTYPE
4666 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MESSAGES
4667 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MONETARY
4668 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_NUMERIC
4669 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_TIME
4670 OLD_DIRS+=usr/share/locale/nl_NL.ISO8859-15
4671 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_COLLATE
4672 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_CTYPE
4673 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MESSAGES
4674 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MONETARY
4675 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_NUMERIC
4676 OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_TIME
4677 OLD_DIRS+=usr/share/locale/nl_NL.UTF-8
4678 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_COLLATE
4679 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_CTYPE
4680 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MESSAGES
4681 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MONETARY
4682 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_NUMERIC
4683 OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_TIME
4684 OLD_DIRS+=usr/share/locale/nn_NO.ISO8859-1
4685 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_COLLATE
4686 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_CTYPE
4687 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES
4688 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MONETARY
4689 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_NUMERIC
4690 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_TIME
4691 OLD_DIRS+=usr/share/locale/nn_NO.ISO8859-15
4692 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_COLLATE
4693 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_CTYPE
4694 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MESSAGES
4695 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MONETARY
4696 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_NUMERIC
4697 OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_TIME
4698 OLD_DIRS+=usr/share/locale/nn_NO.UTF-8
4699 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_COLLATE
4700 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_CTYPE
4701 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MESSAGES
4702 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MONETARY
4703 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_NUMERIC
4704 OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_TIME
4705 OLD_DIRS+=usr/share/locale/pl_PL.ISO8859-2
4706 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE
4707 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_CTYPE
4708 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MESSAGES
4709 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MONETARY
4710 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_NUMERIC
4711 OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_TIME
4712 OLD_DIRS+=usr/share/locale/pl_PL.UTF-8
4713 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_COLLATE
4714 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_CTYPE
4715 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MESSAGES
4716 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MONETARY
4717 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_NUMERIC
4718 OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_TIME
4719 OLD_DIRS+=usr/share/locale/pt_BR.ISO8859-1
4720 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_COLLATE
4721 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_CTYPE
4722 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES
4723 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MONETARY
4724 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_NUMERIC
4725 OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_TIME
4726 OLD_DIRS+=usr/share/locale/pt_BR.UTF-8
4727 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_COLLATE
4728 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_CTYPE
4729 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MESSAGES
4730 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MONETARY
4731 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_NUMERIC
4732 OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_TIME
4733 OLD_DIRS+=usr/share/locale/pt_PT.ISO8859-1
4734 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_COLLATE
4735 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_CTYPE
4736 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MESSAGES
4737 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MONETARY
4738 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_NUMERIC
4739 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_TIME
4740 OLD_DIRS+=usr/share/locale/pt_PT.ISO8859-15
4741 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_COLLATE
4742 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_CTYPE
4743 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MESSAGES
4744 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MONETARY
4745 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_NUMERIC
4746 OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_TIME
4747 OLD_DIRS+=usr/share/locale/pt_PT.UTF-8
4748 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_COLLATE
4749 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_CTYPE
4750 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MESSAGES
4751 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MONETARY
4752 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_NUMERIC
4753 OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_TIME
4754 OLD_DIRS+=usr/share/locale/ro_RO.ISO8859-2
4755 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_COLLATE
4756 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_CTYPE
4757 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MESSAGES
4758 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MONETARY
4759 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_NUMERIC
4760 OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_TIME
4761 OLD_DIRS+=usr/share/locale/ro_RO.UTF-8
4762 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_COLLATE
4763 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_CTYPE
4764 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MESSAGES
4765 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MONETARY
4766 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_NUMERIC
4767 OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_TIME
4768 OLD_DIRS+=usr/share/locale/ru_RU.CP1251
4769 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_COLLATE
4770 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_CTYPE
4771 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MESSAGES
4772 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MONETARY
4773 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_NUMERIC
4774 OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_TIME
4775 OLD_DIRS+=usr/share/locale/ru_RU.CP866
4776 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_COLLATE
4777 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_CTYPE
4778 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MESSAGES
4779 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MONETARY
4780 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_NUMERIC
4781 OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_TIME
4782 OLD_DIRS+=usr/share/locale/ru_RU.ISO8859-5
4783 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE
4784 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_CTYPE
4785 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MESSAGES
4786 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MONETARY
4787 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_NUMERIC
4788 OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_TIME
4789 OLD_DIRS+=usr/share/locale/ru_RU.KOI8-R
4790 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_COLLATE
4791 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_CTYPE
4792 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES
4793 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MONETARY
4794 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_NUMERIC
4795 OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_TIME
4796 OLD_DIRS+=usr/share/locale/ru_RU.UTF-8
4797 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_COLLATE
4798 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_CTYPE
4799 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MESSAGES
4800 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MONETARY
4801 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_NUMERIC
4802 OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_TIME
4803 OLD_DIRS+=usr/share/locale/se_FI.UTF-8
4804 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_COLLATE
4805 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_CTYPE
4806 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MESSAGES
4807 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MONETARY
4808 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_NUMERIC
4809 OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_TIME
4810 OLD_DIRS+=usr/share/locale/se_NO.UTF-8
4811 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_COLLATE
4812 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_CTYPE
4813 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MESSAGES
4814 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MONETARY
4815 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_NUMERIC
4816 OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_TIME
4817 OLD_DIRS+=usr/share/locale/sk_SK.ISO8859-2
4818 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_COLLATE
4819 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_CTYPE
4820 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES
4821 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MONETARY
4822 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_NUMERIC
4823 OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_TIME
4824 OLD_DIRS+=usr/share/locale/sk_SK.UTF-8
4825 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_COLLATE
4826 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_CTYPE
4827 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MESSAGES
4828 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MONETARY
4829 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_NUMERIC
4830 OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_TIME
4831 OLD_DIRS+=usr/share/locale/sl_SI.ISO8859-2
4832 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_COLLATE
4833 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_CTYPE
4834 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MESSAGES
4835 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MONETARY
4836 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_NUMERIC
4837 OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_TIME
4838 OLD_DIRS+=usr/share/locale/sl_SI.UTF-8
4839 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_COLLATE
4840 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_CTYPE
4841 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MESSAGES
4842 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MONETARY
4843 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_NUMERIC
4844 OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_TIME
4845 OLD_DIRS+=usr/share/locale/sr_RS.ISO8859-5
4846 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_COLLATE
4847 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_CTYPE
4848 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_MESSAGES
4849 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_MONETARY
4850 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_NUMERIC
4851 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_TIME
4852 OLD_DIRS+=usr/share/locale/sr_RS.UTF-8
4853 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_COLLATE
4854 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_CTYPE
4855 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_MESSAGES
4856 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_MONETARY
4857 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_NUMERIC
4858 OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_TIME
4859 OLD_DIRS+=usr/share/locale/sr_RS.ISO8859-2
4860 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_COLLATE
4861 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_CTYPE
4862 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_MESSAGES
4863 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_MONETARY
4864 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_NUMERIC
4865 OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_TIME
4866 OLD_DIRS+=usr/share/locale/sr_RS.UTF-8@latin
4867 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_COLLATE
4868 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_CTYPE
4869 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_MESSAGES
4870 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_MONETARY
4871 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_NUMERIC
4872 OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_TIME
4873 OLD_DIRS+=usr/share/locale/sv_FI.ISO8859-1
4874 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_COLLATE
4875 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_CTYPE
4876 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MESSAGES
4877 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MONETARY
4878 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_NUMERIC
4879 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_TIME
4880 OLD_DIRS+=usr/share/locale/sv_FI.ISO8859-15
4881 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_COLLATE
4882 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_CTYPE
4883 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MESSAGES
4884 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MONETARY
4885 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_NUMERIC
4886 OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_TIME
4887 OLD_DIRS+=usr/share/locale/sv_FI.UTF-8
4888 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_COLLATE
4889 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_CTYPE
4890 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MESSAGES
4891 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MONETARY
4892 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_NUMERIC
4893 OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_TIME
4894 OLD_DIRS+=usr/share/locale/sv_SE.ISO8859-1
4895 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE
4896 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_CTYPE
4897 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MESSAGES
4898 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MONETARY
4899 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_NUMERIC
4900 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_TIME
4901 OLD_DIRS+=usr/share/locale/sv_SE.ISO8859-15
4902 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE
4903 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_CTYPE
4904 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MESSAGES
4905 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MONETARY
4906 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_NUMERIC
4907 OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_TIME
4908 OLD_DIRS+=usr/share/locale/sv_SE.UTF-8
4909 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_COLLATE
4910 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_CTYPE
4911 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MESSAGES
4912 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MONETARY
4913 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_NUMERIC
4914 OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_TIME
4915 OLD_DIRS+=usr/share/locale/tr_TR.ISO8859-9
4916 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_COLLATE
4917 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_CTYPE
4918 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MESSAGES
4919 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MONETARY
4920 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_NUMERIC
4921 OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_TIME
4922 OLD_DIRS+=usr/share/locale/tr_TR.UTF-8
4923 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_COLLATE
4924 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_CTYPE
4925 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MESSAGES
4926 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MONETARY
4927 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_NUMERIC
4928 OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_TIME
4929 OLD_DIRS+=usr/share/locale/uk_UA.CP1251
4930 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_COLLATE
4931 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_CTYPE
4932 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MESSAGES
4933 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MONETARY
4934 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_NUMERIC
4935 OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_TIME
4936 OLD_DIRS+=usr/share/locale/uk_UA.ISO8859-5
4937 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE
4938 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_CTYPE
4939 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MESSAGES
4940 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MONETARY
4941 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_NUMERIC
4942 OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_TIME
4943 OLD_DIRS+=usr/share/locale/uk_UA.KOI8-U
4944 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_COLLATE
4945 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_CTYPE
4946 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MESSAGES
4947 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MONETARY
4948 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_NUMERIC
4949 OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_TIME
4950 OLD_DIRS+=usr/share/locale/uk_UA.UTF-8
4951 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_COLLATE
4952 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_CTYPE
4953 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MESSAGES
4954 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MONETARY
4955 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_NUMERIC
4956 OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_TIME
4957 OLD_DIRS+=usr/share/locale/zh_CN.eucCN
4958 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_COLLATE
4959 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_CTYPE
4960 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MESSAGES
4961 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MONETARY
4962 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_NUMERIC
4963 OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_TIME
4964 OLD_DIRS+=usr/share/locale/zh_CN.GB18030
4965 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_COLLATE
4966 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_CTYPE
4967 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MESSAGES
4968 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MONETARY
4969 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_NUMERIC
4970 OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_TIME
4971 OLD_DIRS+=usr/share/locale/zh_CN.GB2312
4972 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_COLLATE
4973 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_CTYPE
4974 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MESSAGES
4975 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MONETARY
4976 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_NUMERIC
4977 OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_TIME
4978 OLD_DIRS+=usr/share/locale/zh_CN.GBK
4979 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_COLLATE
4980 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_CTYPE
4981 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MESSAGES
4982 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MONETARY
4983 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_NUMERIC
4984 OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_TIME
4985 OLD_DIRS+=usr/share/locale/zh_CN.UTF-8
4986 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_COLLATE
4987 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_CTYPE
4988 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MESSAGES
4989 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MONETARY
4990 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_NUMERIC
4991 OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_TIME
4992 OLD_DIRS+=usr/share/locale/zh_HK.UTF-8
4993 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_COLLATE
4994 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_CTYPE
4995 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MESSAGES
4996 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MONETARY
4997 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_NUMERIC
4998 OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_TIME
4999 OLD_DIRS+=usr/share/locale/zh_TW.Big5
5000 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE
5001 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE
5002 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES
5003 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY
5004 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
5005 OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME
5006 OLD_DIRS+=usr/share/locale/zh_TW.UTF-8
5007 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_COLLATE
5008 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_CTYPE
5009 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MESSAGES
5010 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MONETARY
5011 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_NUMERIC
5012 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_TIME
5013 .endif
5014
5015 .if ${MK_LOCATE} == no
5016 OLD_FILES+=etc/locate.rc
5017 OLD_FILES+=etc/periodic/weekly/310.locate
5018 OLD_FILES+=usr/bin/locate
5019 OLD_FILES+=usr/libexec/locate.bigram
5020 OLD_FILES+=usr/libexec/locate.code
5021 OLD_FILES+=usr/libexec/locate.concatdb
5022 OLD_FILES+=usr/libexec/locate.mklocatedb
5023 OLD_FILES+=usr/libexec/locate.updatedb
5024 OLD_FILES+=usr/share/man/man1/locate.1.gz
5025 OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
5026 OLD_FILES+=usr/share/man/man8/updatedb.8.gz
5027 .endif
5028
5029 .if ${MK_LPR} == no
5030 OLD_FILES+=etc/hosts.lpd
5031 OLD_FILES+=etc/printcap
5032 OLD_FILES+=etc/newsyslog.conf.d/lpr.conf
5033 OLD_FILES+=etc/rc.d/lpd
5034 OLD_FILES+=etc/syslog.d/lpr.conf
5035 OLD_FILES+=usr/bin/lp
5036 OLD_FILES+=usr/bin/lpq
5037 OLD_FILES+=usr/bin/lpr
5038 OLD_FILES+=usr/bin/lprm
5039 OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
5040 OLD_FILES+=usr/libexec/lpr/ru/koi2alt
5041 OLD_FILES+=usr/libexec/lpr/ru/koi2855
5042 OLD_DIRS+=usr/libexec/lpr/ru
5043 OLD_FILES+=usr/libexec/lpr/lpf
5044 OLD_DIRS+=usr/libexec/lpr
5045 OLD_FILES+=usr/sbin/chkprintcap
5046 OLD_FILES+=usr/sbin/lpc
5047 OLD_FILES+=usr/sbin/lpd
5048 OLD_FILES+=usr/sbin/lptest
5049 OLD_FILES+=usr/sbin/pac
5050 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
5051 OLD_DIRS+=usr/share/doc/smm/07.lpd
5052 OLD_FILES+=usr/share/examples/etc/hosts.lpd
5053 OLD_FILES+=usr/share/examples/etc/printcap
5054 OLD_FILES+=usr/share/man/man1/lp.1.gz
5055 OLD_FILES+=usr/share/man/man1/lpq.1.gz
5056 OLD_FILES+=usr/share/man/man1/lpr.1.gz
5057 OLD_FILES+=usr/share/man/man1/lprm.1.gz
5058 OLD_FILES+=usr/share/man/man1/lptest.1.gz
5059 OLD_FILES+=usr/share/man/man5/printcap.5.gz
5060 OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
5061 OLD_FILES+=usr/share/man/man8/lpc.8.gz
5062 OLD_FILES+=usr/share/man/man8/lpd.8.gz
5063 OLD_FILES+=usr/share/man/man8/pac.8.gz
5064 .endif
5065
5066 .if ${MK_MAIL} == no
5067 OLD_FILES+=etc/aliases
5068 OLD_FILES+=etc/mail.rc
5069 OLD_FILES+=etc/mail/aliases
5070 OLD_FILES+=etc/mail/mailer.conf
5071 OLD_FILES+=etc/periodic/daily/130.clean-msgs
5072 OLD_FILES+=usr/bin/Mail
5073 OLD_FILES+=usr/bin/biff
5074 OLD_FILES+=usr/bin/from
5075 OLD_FILES+=usr/bin/mail
5076 OLD_FILES+=usr/bin/mailx
5077 OLD_FILES+=usr/bin/msgs
5078 OLD_FILES+=usr/libexec/comsat
5079 OLD_FILES+=usr/share/examples/etc/mail.rc
5080 OLD_FILES+=usr/share/man/man1/Mail.1.gz
5081 OLD_FILES+=usr/share/man/man1/biff.1.gz
5082 OLD_FILES+=usr/share/man/man1/from.1.gz
5083 OLD_FILES+=usr/share/man/man1/mail.1.gz
5084 OLD_FILES+=usr/share/man/man1/mailx.1.gz
5085 OLD_FILES+=usr/share/man/man1/msgs.1.gz
5086 OLD_FILES+=usr/share/man/man8/comsat.8.gz
5087 OLD_FILES+=usr/share/misc/mail.help
5088 OLD_FILES+=usr/share/misc/mail.tildehelp
5089 .endif
5090
5091 .if ${MK_MAILWRAPPER} == no
5092 OLD_FILES+=etc/mail/mailer.conf
5093 # Don't remove, for no mailwrapper case:
5094 # /usr/sbin/sendmail -> /usr/sbin/mailwrapper
5095 # /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail
5096 #OLD_FILES+=usr/sbin/mailwrapper
5097 OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
5098 .endif
5099
5100 .if ${MK_MAKE} == no
5101 OLD_FILES+=usr/bin/make
5102 OLD_FILES+=usr/share/man/man1/make.1.gz
5103 OLD_FILES+=usr/share/mk/atf.test.mk
5104 OLD_FILES+=usr/share/mk/bsd.README
5105 OLD_FILES+=usr/share/mk/bsd.arch.inc.mk
5106 OLD_FILES+=usr/share/mk/bsd.compiler.mk
5107 OLD_FILES+=usr/share/mk/bsd.cpu.mk
5108 OLD_FILES+=usr/share/mk/bsd.crunchgen.mk
5109 OLD_FILES+=usr/share/mk/bsd.dep.mk
5110 OLD_FILES+=usr/share/mk/bsd.doc.mk
5111 OLD_FILES+=usr/share/mk/bsd.dtb.mk
5112 OLD_FILES+=usr/share/mk/bsd.endian.mk
5113 OLD_FILES+=usr/share/mk/bsd.files.mk
5114 OLD_FILES+=usr/share/mk/bsd.incs.mk
5115 OLD_FILES+=usr/share/mk/bsd.info.mk
5116 OLD_FILES+=usr/share/mk/bsd.init.mk
5117 OLD_FILES+=usr/share/mk/bsd.kmod.mk
5118 OLD_FILES+=usr/share/mk/bsd.lib.mk
5119 OLD_FILES+=usr/share/mk/bsd.libnames.mk
5120 OLD_FILES+=usr/share/mk/bsd.links.mk
5121 OLD_FILES+=usr/share/mk/bsd.man.mk
5122 OLD_FILES+=usr/share/mk/bsd.mkopt.mk
5123 OLD_FILES+=usr/share/mk/bsd.nls.mk
5124 OLD_FILES+=usr/share/mk/bsd.obj.mk
5125 OLD_FILES+=usr/share/mk/bsd.opts.mk
5126 OLD_FILES+=usr/share/mk/bsd.own.mk
5127 OLD_FILES+=usr/share/mk/bsd.port.mk
5128 OLD_FILES+=usr/share/mk/bsd.port.options.mk
5129 OLD_FILES+=usr/share/mk/bsd.port.post.mk
5130 OLD_FILES+=usr/share/mk/bsd.port.pre.mk
5131 OLD_FILES+=usr/share/mk/bsd.port.subdir.mk
5132 OLD_FILES+=usr/share/mk/bsd.prog.mk
5133 OLD_FILES+=usr/share/mk/bsd.progs.mk
5134 OLD_FILES+=usr/share/mk/bsd.snmpmod.mk
5135 OLD_FILES+=usr/share/mk/bsd.subdir.mk
5136 OLD_FILES+=usr/share/mk/bsd.symver.mk
5137 OLD_FILES+=usr/share/mk/bsd.sys.mk
5138 OLD_FILES+=usr/share/mk/bsd.test.mk
5139 OLD_FILES+=usr/share/mk/plain.test.mk
5140 OLD_FILES+=usr/share/mk/suite.test.mk
5141 OLD_FILES+=usr/share/mk/sys.mk
5142 OLD_FILES+=usr/share/mk/tap.test.mk
5143 OLD_FILES+=usr/share/mk/version_gen.awk
5144 OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile
5145 OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile
5146 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile
5147 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test
5148 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1
5149 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2
5150 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3
5151 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4
5152 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5
5153 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6
5154 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.7
5155 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.1
5156 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.2
5157 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.3
5158 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.4
5159 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.5
5160 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.6
5161 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.7
5162 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.1
5163 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.2
5164 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.3
5165 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.4
5166 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.5
5167 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.6
5168 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.7
5169 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/legacy_test
5170 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/libtest.a
5171 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Kyuafile
5172 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Makefile.test
5173 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.1
5174 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.2
5175 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.3
5176 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.4
5177 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.5
5178 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.6
5179 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.7
5180 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.1
5181 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.2
5182 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.3
5183 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.4
5184 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.5
5185 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.6
5186 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.7
5187 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.1
5188 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.2
5189 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.3
5190 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.4
5191 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.5
5192 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.6
5193 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.7
5194 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/legacy_test
5195 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/libtest.a
5196 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Kyuafile
5197 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Makefile.test
5198 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.1
5199 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.2
5200 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.3
5201 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.4
5202 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.5
5203 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.6
5204 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.7
5205 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.1
5206 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.2
5207 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.3
5208 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.4
5209 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.5
5210 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.6
5211 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.7
5212 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.1
5213 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.2
5214 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.3
5215 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.4
5216 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.5
5217 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.6
5218 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.7
5219 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/legacy_test
5220 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/libtest.a
5221 OLD_FILES+=usr/tests/usr.bin/bmake/basic/Kyuafile
5222 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/Kyuafile
5223 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.status.1
5224 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stderr.1
5225 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stdout.1
5226 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/legacy_test
5227 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Kyuafile
5228 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Makefile.test
5229 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.status.1
5230 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stderr.1
5231 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stdout.1
5232 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/legacy_test
5233 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Kyuafile
5234 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Makefile.test
5235 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.status.1
5236 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stderr.1
5237 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stdout.1
5238 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/legacy_test
5239 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/Kyuafile
5240 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.status.1
5241 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stderr.1
5242 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stdout.1
5243 OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/legacy_test
5244 OLD_FILES+=usr/tests/usr.bin/bmake/common.sh
5245 OLD_FILES+=usr/tests/usr.bin/bmake/execution/Kyuafile
5246 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Kyuafile
5247 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Makefile.test
5248 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.status.1
5249 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stderr.1
5250 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stdout.1
5251 OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/legacy_test
5252 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Kyuafile
5253 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Makefile.test
5254 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.status.1
5255 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stderr.1
5256 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stdout.1
5257 OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/legacy_test
5258 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Kyuafile
5259 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Makefile.test
5260 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.status.1
5261 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stderr.1
5262 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stdout.1
5263 OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/legacy_test
5264 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Kyuafile
5265 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Makefile.test
5266 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.status.1
5267 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stderr.1
5268 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stdout.1
5269 OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/legacy_test
5270 OLD_FILES+=usr/tests/usr.bin/bmake/shell/Kyuafile
5271 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Kyuafile
5272 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Makefile.test
5273 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.1
5274 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.2
5275 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.1
5276 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.2
5277 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.1
5278 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.2
5279 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/legacy_test
5280 OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/sh
5281 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Kyuafile
5282 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Makefile.test
5283 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.1
5284 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.2
5285 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.1
5286 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.2
5287 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.1
5288 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.2
5289 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/legacy_test
5290 OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/sh
5291 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Kyuafile
5292 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Makefile.test
5293 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.1
5294 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.2
5295 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.1
5296 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.2
5297 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.1
5298 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.2
5299 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/legacy_test
5300 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/sh
5301 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Kyuafile
5302 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Makefile.test
5303 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.1
5304 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.2
5305 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.1
5306 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.2
5307 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.1
5308 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.2
5309 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/legacy_test
5310 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/shell
5311 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Kyuafile
5312 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Makefile.test
5313 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.1
5314 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.2
5315 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.1
5316 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.2
5317 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.1
5318 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.2
5319 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/legacy_test
5320 OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/shell
5321 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Kyuafile
5322 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Makefile.test
5323 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.1
5324 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.2
5325 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.1
5326 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.2
5327 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.1
5328 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.2
5329 OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/legacy_test
5330 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/Kyuafile
5331 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Kyuafile
5332 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Makefile.test
5333 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/TEST1.a
5334 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.status.1
5335 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stderr.1
5336 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stdout.1
5337 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/legacy_test
5338 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Kyuafile
5339 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Makefile.test
5340 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST1.a
5341 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST2.a
5342 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.status.1
5343 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stderr.1
5344 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stdout.1
5345 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/legacy_test
5346 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Kyuafile
5347 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Makefile.test
5348 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST1.a
5349 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST2.a
5350 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.status.1
5351 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stderr.1
5352 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stdout.1
5353 OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/legacy_test
5354 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/Kyuafile
5355 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Kyuafile
5356 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Makefile.test
5357 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.status.1
5358 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stderr.1
5359 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stdout.1
5360 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/legacy_test
5361 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Kyuafile
5362 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Makefile.test
5363 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.1
5364 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.2
5365 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.3
5366 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.4
5367 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.5
5368 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.1
5369 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.2
5370 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.3
5371 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.4
5372 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.5
5373 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.1
5374 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.2
5375 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.3
5376 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.4
5377 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.5
5378 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/legacy_test
5379 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Kyuafile
5380 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Makefile.test
5381 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.1
5382 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.2
5383 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.1
5384 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.2
5385 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.1
5386 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.2
5387 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/legacy_test
5388 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Kyuafile
5389 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Makefile.test
5390 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.1
5391 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.2
5392 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.1
5393 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.2
5394 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.1
5395 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.2
5396 OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/legacy_test
5397 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/Kyuafile
5398 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Kyuafile
5399 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Makefile.test
5400 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.status.1
5401 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stderr.1
5402 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stdout.1
5403 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/legacy_test
5404 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/Kyuafile
5405 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/Kyuafile
5406 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/Kyuafile
5407 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/sys.mk
5408 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/Kyuafile
5409 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/cleanup
5410 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.status.1
5411 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stderr.1
5412 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stdout.1
5413 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/legacy_test
5414 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/Kyuafile
5415 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/Kyuafile
5416 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/Kyuafile
5417 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/sys.mk
5418 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/Kyuafile
5419 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/cleanup
5420 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.status.1
5421 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stderr.1
5422 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stdout.1
5423 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/legacy_test
5424 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/Kyuafile
5425 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/Kyuafile
5426 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/Kyuafile
5427 OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/sys.mk
5428 OLD_FILES+=usr/tests/usr.bin/bmake/test-new.mk
5429 OLD_FILES+=usr/tests/usr.bin/bmake/variables/Kyuafile
5430 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Kyuafile
5431 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Makefile.test
5432 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.status.1
5433 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stderr.1
5434 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stdout.1
5435 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/legacy_test
5436 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Kyuafile
5437 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Makefile.test
5438 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.1
5439 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.2
5440 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.3
5441 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.1
5442 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.2
5443 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.3
5444 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.1
5445 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.2
5446 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.3
5447 OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/legacy_test
5448 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Kyuafile
5449 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Makefile.test
5450 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.1
5451 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.2
5452 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.1
5453 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.2
5454 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.1
5455 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.2
5456 OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/legacy_test
5457 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Kyuafile
5458 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Makefile.test
5459 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.status.1
5460 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stderr.1
5461 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stdout.1
5462 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test
5463 .endif
5464
5465 .if ${MK_MAN} == no
5466 MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type f | sed -e 's,^${DESTDIR}/,,'; echo
5467 OLD_FILES+=${MAN_FILES}
5468 MAN_DIRS!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type d | sed -e 's,^${DESTDIR}/,,'; echo
5469 OLD_DIRS+=${MAN_DIRS}
5470 .endif
5471
5472 .if ${MK_MAN_UTILS} == no
5473 OLD_FILES+=etc/periodic/weekly/320.whatis
5474 OLD_FILES+=usr/bin/apropos
5475 OLD_FILES+=usr/bin/makewhatis
5476 OLD_FILES+=usr/bin/man
5477 OLD_FILES+=usr/bin/manpath
5478 OLD_FILES+=usr/bin/whatis
5479 OLD_FILES+=usr/libexec/makewhatis.local
5480 OLD_FILES+=usr/sbin/manctl
5481 OLD_FILES+=usr/share/man/man1/apropos.1.gz
5482 OLD_FILES+=usr/share/man/man1/makewhatis.1.gz
5483 OLD_FILES+=usr/share/man/man1/man.1.gz
5484 OLD_FILES+=usr/share/man/man1/manpath.1.gz
5485 OLD_FILES+=usr/share/man/man1/whatis.1.gz
5486 OLD_FILES+=usr/share/man/man5/man.conf.5.gz
5487 OLD_FILES+=usr/share/man/man8/makewhatis.local.8.gz
5488 OLD_FILES+=usr/share/man/man8/manctl.8.gz
5489 OLD_FILES+=usr/share/man/whatis
5490 OLD_FILES+=usr/share/openssl/man/whatis
5491 .endif
5492
5493 .if ${MK_NETCAT} == no
5494 OLD_FILES+=rescue/nc
5495 OLD_FILES+=usr/bin/nc
5496 OLD_FILES+=usr/share/man/man1/nc.1.gz
5497 .endif
5498
5499 .if ${MK_NETGRAPH} == no
5500 OLD_FILES+=usr/include/netgraph.h
5501 OLD_FILES+=usr/lib/libnetgraph.a
5502 OLD_FILES+=usr/lib/libnetgraph.so
5503 OLD_LIBS+=usr/lib/libnetgraph.so.4
5504 OLD_FILES+=usr/lib/libnetgraph_p.a
5505 OLD_FILES+=usr/libexec/pppoed
5506 OLD_FILES+=usr/sbin/flowctl
5507 OLD_FILES+=usr/sbin/lmcconfig
5508 OLD_FILES+=usr/sbin/ngctl
5509 OLD_FILES+=usr/sbin/nghook
5510 OLD_FILES+=usr/share/man/man3/NgAllocRecvAsciiMsg.3.gz
5511 OLD_FILES+=usr/share/man/man3/NgAllocRecvData.3.gz
5512 OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz
5513 OLD_FILES+=usr/share/man/man3/NgMkSockNode.3.gz
5514 OLD_FILES+=usr/share/man/man3/NgNameNode.3.gz
5515 OLD_FILES+=usr/share/man/man3/NgRecvAsciiMsg.3.gz
5516 OLD_FILES+=usr/share/man/man3/NgRecvData.3.gz
5517 OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz
5518 OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz
5519 OLD_FILES+=usr/share/man/man3/NgSendData.3.gz
5520 OLD_FILES+=usr/share/man/man3/NgSendMsg.3.gz
5521 OLD_FILES+=usr/share/man/man3/NgSendReplyMsg.3.gz
5522 OLD_FILES+=usr/share/man/man3/NgSetDebug.3.gz
5523 OLD_FILES+=usr/share/man/man3/NgSetErrLog.3.gz
5524 OLD_FILES+=usr/share/man/man3/netgraph.3.gz
5525 OLD_FILES+=usr/share/man/man8/flowctl.8.gz
5526 OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz
5527 OLD_FILES+=usr/share/man/man8/ngctl.8.gz
5528 OLD_FILES+=usr/share/man/man8/nghook.8.gz
5529 OLD_FILES+=usr/share/man/man8/pppoed.8.gz
5530 .endif
5531
5532 .if ${MK_IPFW} == no || ${MK_NETGRAPH} == no
5533 OLD_FILES+=etc/rc.d/ipfw_netflow
5534 .endif
5535
5536 .if ${MK_NETGRAPH_SUPPORT} == no
5537 OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
5538 OLD_FILES+=usr/lib/snmp_netgraph.so
5539 OLD_LIBS+=usr/lib/snmp_netgraph.so.6
5540 OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
5541 OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
5542 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
5543 .endif
5544
5545 .if ${MK_NETLINK} == no
5546 OLD_FILES+=usr.bin/genl
5547 OLD_FILES+=usr/share/man/man1/genl.1.gz
5548 .endif
5549
5550 .if ${MK_NIS} == no
5551 OLD_FILES+=etc/rc.d/ypbind
5552 OLD_FILES+=etc/rc.d/ypldap
5553 OLD_FILES+=etc/rc.d/yppasswdd
5554 OLD_FILES+=etc/rc.d/ypserv
5555 OLD_FILES+=etc/rc.d/ypset
5556 OLD_FILES+=etc/rc.d/ypupdated
5557 OLD_FILES+=etc/rc.d/ypxfrd
5558 OLD_FILES+=usr/bin/ypcat
5559 OLD_FILES+=usr/bin/ypchfn
5560 OLD_FILES+=usr/bin/ypchpass
5561 OLD_FILES+=usr/bin/ypchsh
5562 OLD_FILES+=usr/bin/ypmatch
5563 OLD_FILES+=usr/bin/yppasswd
5564 OLD_FILES+=usr/bin/ypwhich
5565 OLD_FILES+=usr/include/ypclnt.h
5566 OLD_FILES+=usr/lib/libypclnt.a
5567 OLD_FILES+=usr/lib/libypclnt.so
5568 OLD_LIBS+=usr/lib/libypclnt.so.4
5569 OLD_FILES+=usr/lib/libypclnt_p.a
5570 OLD_FILES+=usr/libexec/mknetid
5571 OLD_FILES+=usr/libexec/yppwupdate
5572 OLD_FILES+=usr/libexec/ypxfr
5573 OLD_FILES+=usr/sbin/rpc.yppasswdd
5574 OLD_FILES+=usr/sbin/rpc.ypupdated
5575 OLD_FILES+=usr/sbin/rpc.ypxfrd
5576 OLD_FILES+=usr/sbin/yp_mkdb
5577 OLD_FILES+=usr/sbin/ypbind
5578 OLD_FILES+=usr/sbin/ypinit
5579 OLD_FILES+=usr/sbin/ypldap
5580 OLD_FILES+=usr/sbin/yppoll
5581 OLD_FILES+=usr/sbin/yppush
5582 OLD_FILES+=usr/sbin/ypserv
5583 OLD_FILES+=usr/sbin/ypset
5584 OLD_FILES+=usr/share/man/man1/ypcat.1.gz
5585 OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
5586 OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
5587 OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
5588 OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
5589 OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
5590 OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
5591 OLD_FILES+=usr/share/man/man5/netid.5.gz
5592 OLD_FILES+=usr/share/man/man5/ypldap.conf.5.gz
5593 OLD_FILES+=usr/share/man/man8/mknetid.8.gz
5594 OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
5595 OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
5596 OLD_FILES+=usr/share/man/man8/NIS.8.gz
5597 OLD_FILES+=usr/share/man/man8/YP.8.gz
5598 OLD_FILES+=usr/share/man/man8/yp.8.gz
5599 OLD_FILES+=usr/share/man/man8/nis.8.gz
5600 OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
5601 OLD_FILES+=usr/share/man/man8/ypbind.8.gz
5602 OLD_FILES+=usr/share/man/man8/ypinit.8.gz
5603 OLD_FILES+=usr/share/man/man8/ypldap.8.gz
5604 OLD_FILES+=usr/share/man/man8/yppoll.8.gz
5605 OLD_FILES+=usr/share/man/man8/yppush.8.gz
5606 OLD_FILES+=usr/share/man/man8/ypserv.8.gz
5607 OLD_FILES+=usr/share/man/man8/ypset.8.gz
5608 OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
5609 OLD_FILES+=var/yp/Makefile
5610 OLD_FILES+=var/yp/Makefile.dist
5611 OLD_DIRS+=var/yp
5612 .endif
5613
5614 .if ${MK_NLS} == no
5615 OLD_DIRS+=usr/share/nls/
5616 OLD_DIRS+=usr/share/nls/C
5617 OLD_FILES+=usr/share/nls/C/ee.cat
5618 OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-1
5619 OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-15
5620 OLD_DIRS+=usr/share/nls/af_ZA.UTF-8
5621 OLD_DIRS+=usr/share/nls/am_ET.UTF-8
5622 OLD_DIRS+=usr/share/nls/be_BY.CP1131
5623 OLD_DIRS+=usr/share/nls/be_BY.CP1251
5624 OLD_DIRS+=usr/share/nls/be_BY.ISO8859-5
5625 OLD_DIRS+=usr/share/nls/be_BY.UTF-8
5626 OLD_FILES+=usr/share/nls/be_BY.UTF-8/libc.cat
5627 OLD_DIRS+=usr/share/nls/bg_BG.CP1251
5628 OLD_DIRS+=usr/share/nls/bg_BG.UTF-8
5629 OLD_DIRS+=usr/share/nls/ca_ES.ISO8859-1
5630 OLD_FILES+=usr/share/nls/ca_ES.ISO8859-1/libc.cat
5631 OLD_DIRS+=usr/share/nls/ca_ES.ISO8859-15
5632 OLD_DIRS+=usr/share/nls/ca_ES.UTF-8
5633 OLD_DIRS+=usr/share/nls/cs_CZ.ISO8859-2
5634 OLD_DIRS+=usr/share/nls/cs_CZ.UTF-8
5635 OLD_DIRS+=usr/share/nls/da_DK.ISO8859-1
5636 OLD_DIRS+=usr/share/nls/da_DK.ISO8859-15
5637 OLD_DIRS+=usr/share/nls/da_DK.UTF-8
5638 OLD_DIRS+=usr/share/nls/de_AT.ISO8859-1
5639 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/ee.cat
5640 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
5641 OLD_DIRS+=usr/share/nls/de_AT.ISO8859-15
5642 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/ee.cat
5643 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
5644 OLD_DIRS+=usr/share/nls/de_AT.UTF-8
5645 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
5646 OLD_DIRS+=usr/share/nls/de_CH.ISO8859-1
5647 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/ee.cat
5648 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
5649 OLD_DIRS+=usr/share/nls/de_CH.ISO8859-15
5650 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/ee.cat
5651 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
5652 OLD_DIRS+=usr/share/nls/de_CH.UTF-8
5653 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
5654 OLD_DIRS+=usr/share/nls/de_DE.ISO8859-1
5655 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
5656 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/libc.cat
5657 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
5658 OLD_DIRS+=usr/share/nls/de_DE.ISO8859-15
5659 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/ee.cat
5660 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
5661 OLD_DIRS+=usr/share/nls/de_DE.UTF-8
5662 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
5663 OLD_DIRS+=usr/share/nls/el_GR.ISO8859-7
5664 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/libc.cat
5665 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
5666 OLD_DIRS+=usr/share/nls/el_GR.UTF-8
5667 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
5668 OLD_DIRS+=usr/share/nls/en_AU.ISO8859-1
5669 OLD_DIRS+=usr/share/nls/en_AU.ISO8859-15
5670 OLD_DIRS+=usr/share/nls/en_AU.US-ASCII
5671 OLD_DIRS+=usr/share/nls/en_AU.UTF-8
5672 OLD_DIRS+=usr/share/nls/en_CA.ISO8859-1
5673 OLD_FILES+=usr/share/nls/en_US.ISO8859-1/ee.cat
5674 OLD_DIRS+=usr/share/nls/en_CA.ISO8859-15
5675 OLD_DIRS+=usr/share/nls/en_CA.US-ASCII
5676 OLD_DIRS+=usr/share/nls/en_CA.UTF-8
5677 OLD_DIRS+=usr/share/nls/en_GB.ISO8859-1
5678 OLD_DIRS+=usr/share/nls/en_GB.ISO8859-15
5679 OLD_DIRS+=usr/share/nls/en_GB.US-ASCII
5680 OLD_DIRS+=usr/share/nls/en_GB.UTF-8
5681 OLD_DIRS+=usr/share/nls/en_IE.UTF-8
5682 OLD_DIRS+=usr/share/nls/en_NZ.ISO8859-1
5683 OLD_DIRS+=usr/share/nls/en_NZ.ISO8859-15
5684 OLD_DIRS+=usr/share/nls/en_NZ.US-ASCII
5685 OLD_DIRS+=usr/share/nls/en_NZ.UTF-8
5686 OLD_DIRS+=usr/share/nls/en_US.ISO8859-1
5687 OLD_DIRS+=usr/share/nls/en_US.ISO8859-15
5688 OLD_FILES+=usr/share/nls/en_US.ISO8859-15/ee.cat
5689 OLD_DIRS+=usr/share/nls/en_US.UTF-8
5690 OLD_DIRS+=usr/share/nls/es_ES.UTF-8
5691 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/libc.cat
5692 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
5693 OLD_DIRS+=usr/share/nls/es_ES.ISO8859-1
5694 OLD_DIRS+=usr/share/nls/es_ES.ISO8859-15
5695 OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
5696 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
5697 OLD_DIRS+=usr/share/nls/et_EE.ISO8859-15
5698 OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
5699 OLD_DIRS+=usr/share/nls/et_EE.UTF-8
5700 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
5701 OLD_DIRS+=usr/share/nls/fi_FI.ISO8859-1
5702 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/libc.cat
5703 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
5704 OLD_DIRS+=usr/share/nls/fi_FI.ISO8859-15
5705 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
5706 OLD_DIRS+=usr/share/nls/fi_FI.UTF-8
5707 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
5708 OLD_DIRS+=usr/share/nls/fr_BE.ISO8859-1
5709 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/ee.cat
5710 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
5711 OLD_DIRS+=usr/share/nls/fr_BE.ISO8859-15
5712 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/ee.cat
5713 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
5714 OLD_DIRS+=usr/share/nls/fr_BE.UTF-8
5715 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
5716 OLD_DIRS+=usr/share/nls/fr_CA.ISO8859-1
5717 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/ee.cat
5718 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
5719 OLD_DIRS+=usr/share/nls/fr_CA.ISO8859-15
5720 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/ee.cat
5721 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
5722 OLD_DIRS+=usr/share/nls/fr_CA.UTF-8
5723 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
5724 OLD_DIRS+=usr/share/nls/fr_CH.ISO8859-1
5725 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/ee.cat
5726 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
5727 OLD_DIRS+=usr/share/nls/fr_CH.ISO8859-15
5728 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/ee.cat
5729 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
5730 OLD_DIRS+=usr/share/nls/fr_CH.UTF-8
5731 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
5732 OLD_DIRS+=usr/share/nls/fr_FR.ISO8859-1
5733 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
5734 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/libc.cat
5735 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
5736 OLD_DIRS+=usr/share/nls/fr_FR.ISO8859-15
5737 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/ee.cat
5738 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
5739 OLD_DIRS+=usr/share/nls/fr_FR.UTF-8
5740 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
5741 OLD_DIRS+=usr/share/nls/gl_ES.ISO8859-1
5742 OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/libc.cat
5743 OLD_DIRS+=usr/share/nls/he_IL.UTF-8
5744 OLD_DIRS+=usr/share/nls/hi_IN.ISCII-DEV
5745 OLD_DIRS+=usr/share/nls/hr_HR.ISO8859-2
5746 OLD_DIRS+=usr/share/nls/hu_HU.ISO8859-2
5747 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
5748 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/libc.cat
5749 OLD_DIRS+=usr/share/nls/hr_HR.UTF-8
5750 OLD_DIRS+=usr/share/nls/hu_HU.UTF-8
5751 OLD_DIRS+=usr/share/nls/hy_AM.ARMSCII-8
5752 OLD_DIRS+=usr/share/nls/hy_AM.UTF-8
5753 OLD_DIRS+=usr/share/nls/is_IS.ISO8859-1
5754 OLD_DIRS+=usr/share/nls/is_IS.ISO8859-15
5755 OLD_DIRS+=usr/share/nls/is_IS.UTF-8
5756 OLD_DIRS+=usr/share/nls/it_CH.ISO8859-1
5757 OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
5758 OLD_DIRS+=usr/share/nls/it_CH.ISO8859-15
5759 OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
5760 OLD_DIRS+=usr/share/nls/it_CH.UTF-8
5761 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
5762 OLD_DIRS+=usr/share/nls/it_IT.ISO8859-1
5763 OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
5764 OLD_DIRS+=usr/share/nls/it_IT.ISO8859-15
5765 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/libc.cat
5766 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
5767 OLD_DIRS+=usr/share/nls/it_IT.UTF-8
5768 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
5769 OLD_DIRS+=usr/share/nls/ja_JP.SJIS
5770 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
5771 OLD_DIRS+=usr/share/nls/ja_JP.UTF-8
5772 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/libc.cat
5773 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
5774 OLD_DIRS+=usr/share/nls/ja_JP.eucJP
5775 OLD_FILES+=usr/share/nls/ja_JP.eucJP/libc.cat
5776 OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
5777 OLD_DIRS+=usr/share/nls/kk_KZ.PT154
5778 OLD_DIRS+=usr/share/nls/kk_KZ.UTF-8
5779 OLD_DIRS+=usr/share/nls/ko_KR.CP949
5780 OLD_DIRS+=usr/share/nls/ko_KR.UTF-8
5781 OLD_FILES+=usr/share/nls/ko_KR.UTF-8/libc.cat
5782 OLD_DIRS+=usr/share/nls/ko_KR.eucKR
5783 OLD_FILES+=usr/share/nls/ko_KR.eucKR/libc.cat
5784 OLD_DIRS+=usr/share/nls/lv_LV.UTF-8
5785 OLD_DIRS+=usr/share/nls/lt_LT.ISO8859-13
5786 OLD_DIRS+=usr/share/nls/lt_LT.UTF-8
5787 OLD_DIRS+=usr/share/nls/lv_LV.ISO8859-13
5788 OLD_DIRS+=usr/share/nls/mn_MN.UTF-8
5789 OLD_FILES+=usr/share/nls/mn_MN.UTF-8/libc.cat
5790 OLD_DIRS+=usr/share/nls/nl_BE.ISO8859-1
5791 OLD_DIRS+=usr/share/nls/nl_BE.ISO8859-15
5792 OLD_DIRS+=usr/share/nls/nl_BE.UTF-8
5793 OLD_DIRS+=usr/share/nls/no_NO.ISO8859-1
5794 OLD_FILES+=usr/share/nls/nl_NL.ISO8859-1/libc.cat
5795 OLD_DIRS+=usr/share/nls/nl_NL.ISO8859-15
5796 OLD_DIRS+=usr/share/nls/nl_NL.ISO8859-1
5797 OLD_FILES+=usr/share/nls/no_NO.ISO8859-1/libc.cat
5798 OLD_DIRS+=usr/share/nls/no_NO.ISO8859-15
5799 OLD_DIRS+=usr/share/nls/nl_NL.UTF-8
5800 OLD_DIRS+=usr/share/nls/no_NO.UTF-8
5801 OLD_DIRS+=usr/share/nls/pl_PL.ISO8859-2
5802 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
5803 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/libc.cat
5804 OLD_DIRS+=usr/share/nls/pl_PL.UTF-8
5805 OLD_DIRS+=usr/share/nls/pt_BR.ISO8859-1
5806 OLD_DIRS+=usr/share/nls/pt_BR.UTF-8
5807 OLD_DIRS+=usr/share/nls/pt_PT.ISO8859-1
5808 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
5809 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/libc.cat
5810 OLD_FILES+=usr/share/nls/pt_PT.ISO8859-1/ee.cat
5811 OLD_DIRS+=usr/share/nls/pt_PT.ISO8859-15
5812 OLD_DIRS+=usr/share/nls/pt_PT.UTF-8
5813 OLD_DIRS+=usr/share/nls/ro_RO.ISO8859-2
5814 OLD_DIRS+=usr/share/nls/ro_RO.UTF-8
5815 OLD_DIRS+=usr/share/nls/ru_RU.CP1251
5816 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
5817 OLD_DIRS+=usr/share/nls/ru_RU.CP866
5818 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
5819 OLD_DIRS+=usr/share/nls/ru_RU.ISO8859-5
5820 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
5821 OLD_DIRS+=usr/share/nls/ru_RU.KOI8-R
5822 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
5823 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/libc.cat
5824 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
5825 OLD_DIRS+=usr/share/nls/ru_RU.UTF-8
5826 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
5827 OLD_DIRS+=usr/share/nls/sk_SK.ISO8859-2
5828 OLD_FILES+=usr/share/nls/sk_SK.ISO8859-2/libc.cat
5829 OLD_DIRS+=usr/share/nls/sk_SK.UTF-8
5830 OLD_DIRS+=usr/share/nls/sl_SI.ISO8859-2
5831 OLD_DIRS+=usr/share/nls/sl_SI.UTF-8
5832 OLD_DIRS+=usr/share/nls/sr_YU.ISO8859-2
5833 OLD_DIRS+=usr/share/nls/sr_YU.ISO8859-5
5834 OLD_DIRS+=usr/share/nls/sr_YU.UTF-8
5835 OLD_DIRS+=usr/share/nls/sv_SE.ISO8859-1
5836 OLD_FILES+=usr/share/nls/sv_SE.ISO8859-1/libc.cat
5837 OLD_DIRS+=usr/share/nls/sv_SE.ISO8859-15
5838 OLD_DIRS+=usr/share/nls/sv_SE.UTF-8
5839 OLD_DIRS+=usr/share/nls/tr_TR.ISO8859-9
5840 OLD_DIRS+=usr/share/nls/tr_TR.UTF-8
5841 OLD_DIRS+=usr/share/nls/uk_UA.ISO8859-5
5842 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
5843 OLD_DIRS+=usr/share/nls/uk_UA.KOI8-U
5844 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
5845 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
5846 OLD_DIRS+=usr/share/nls/uk_UA.UTF-8
5847 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/libc.cat
5848 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
5849 OLD_DIRS+=usr/share/nls/zh_CN.GB18030
5850 OLD_FILES+=usr/share/nls/zh_CN.GB18030/libc.cat
5851 OLD_DIRS+=usr/share/nls/zh_CN.GBK
5852 OLD_DIRS+=usr/share/nls/zh_CN.GB2312
5853 OLD_FILES+=usr/share/nls/zh_CN.GB2312/libc.cat
5854 OLD_DIRS+=usr/share/nls/zh_CN.UTF-8
5855 OLD_FILES+=usr/share/nls/zh_CN.UTF-8/libc.cat
5856 OLD_DIRS+=usr/share/nls/zh_CN.eucCN
5857 OLD_DIRS+=usr/share/nls/zh_HK.UTF-8
5858 OLD_DIRS+=usr/share/nls/zh_TW.UTF-8
5859 OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0
5860 .endif
5861
5862 .if ${MK_NLS_CATALOGS} == no
5863 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
5864 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
5865 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
5866 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
5867 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
5868 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
5869 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
5870 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
5871 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
5872 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
5873 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
5874 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
5875 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
5876 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
5877 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
5878 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
5879 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
5880 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
5881 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
5882 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
5883 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
5884 .endif
5885
5886 .if ${MK_NS_CACHING} == no
5887 OLD_FILES+=etc/nscd.conf
5888 OLD_FILES+=etc/rc.d/nscd
5889 OLD_FILES+=usr/sbin/nscd
5890 OLD_FILES+=usr/share/examples/etc/nscd.conf
5891 OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz
5892 OLD_FILES+=usr/share/man/man8/nscd.8.gz
5893 .endif
5894
5895 .if ${MK_NTP} == no
5896 OLD_FILES+=etc/ntp/leap-seconds
5897 OLD_DIRS+=etc/ntp
5898 OLD_FILES+=etc/ntp.conf
5899 OLD_FILES+=etc/periodic/daily/480.status-ntpd
5900 OLD_FILES+=etc/periodic/daily/480.leapfile-ntpd
5901 OLD_FILES+=etc/rc.d/ntpd
5902 OLD_FILES+=usr/bin/ntpq
5903 OLD_FILES+=usr/sbin/ntp-keygen
5904 OLD_FILES+=usr/sbin/ntpd
5905 OLD_FILES+=usr/sbin/ntpdate
5906 OLD_FILES+=usr/sbin/ntpdc
5907 OLD_FILES+=usr/sbin/ntptime
5908 OLD_FILES+=usr/sbin/sntp
5909 OLD_FILES+=usr/share/doc/ntp/access.html
5910 OLD_FILES+=usr/share/doc/ntp/accopt.html
5911 OLD_FILES+=usr/share/doc/ntp/assoc.html
5912 OLD_FILES+=usr/share/doc/ntp/audio.html
5913 OLD_FILES+=usr/share/doc/ntp/authentic.html
5914 OLD_FILES+=usr/share/doc/ntp/authopt.html
5915 OLD_FILES+=usr/share/doc/ntp/autokey.html
5916 OLD_FILES+=usr/share/doc/ntp/bugs.html
5917 OLD_FILES+=usr/share/doc/ntp/build.html
5918 OLD_FILES+=usr/share/doc/ntp/clock.html
5919 OLD_FILES+=usr/share/doc/ntp/clockopt.html
5920 OLD_FILES+=usr/share/doc/ntp/cluster.html
5921 OLD_FILES+=usr/share/doc/ntp/comdex.html
5922 OLD_FILES+=usr/share/doc/ntp/config.html
5923 OLD_FILES+=usr/share/doc/ntp/confopt.html
5924 OLD_FILES+=usr/share/doc/ntp/copyright.html
5925 OLD_FILES+=usr/share/doc/ntp/debug.html
5926 OLD_FILES+=usr/share/doc/ntp/decode.html
5927 OLD_FILES+=usr/share/doc/ntp/discipline.html
5928 OLD_FILES+=usr/share/doc/ntp/discover.html
5929 OLD_FILES+=usr/share/doc/ntp/driver1.html
5930 OLD_FILES+=usr/share/doc/ntp/driver10.html
5931 OLD_FILES+=usr/share/doc/ntp/driver11.html
5932 OLD_FILES+=usr/share/doc/ntp/driver12.html
5933 OLD_FILES+=usr/share/doc/ntp/driver16.html
5934 OLD_FILES+=usr/share/doc/ntp/driver18.html
5935 OLD_FILES+=usr/share/doc/ntp/driver19.html
5936 OLD_FILES+=usr/share/doc/ntp/driver2.html
5937 OLD_FILES+=usr/share/doc/ntp/driver20.html
5938 OLD_FILES+=usr/share/doc/ntp/driver22.html
5939 OLD_FILES+=usr/share/doc/ntp/driver26.html
5940 OLD_FILES+=usr/share/doc/ntp/driver27.html
5941 OLD_FILES+=usr/share/doc/ntp/driver28.html
5942 OLD_FILES+=usr/share/doc/ntp/driver29.html
5943 OLD_FILES+=usr/share/doc/ntp/driver3.html
5944 OLD_FILES+=usr/share/doc/ntp/driver30.html
5945 OLD_FILES+=usr/share/doc/ntp/driver32.html
5946 OLD_FILES+=usr/share/doc/ntp/driver33.html
5947 OLD_FILES+=usr/share/doc/ntp/driver34.html
5948 OLD_FILES+=usr/share/doc/ntp/driver35.html
5949 OLD_FILES+=usr/share/doc/ntp/driver36.html
5950 OLD_FILES+=usr/share/doc/ntp/driver37.html
5951 OLD_FILES+=usr/share/doc/ntp/driver4.html
5952 OLD_FILES+=usr/share/doc/ntp/driver5.html
5953 OLD_FILES+=usr/share/doc/ntp/driver6.html
5954 OLD_FILES+=usr/share/doc/ntp/driver7.html
5955 OLD_FILES+=usr/share/doc/ntp/driver8.html
5956 OLD_FILES+=usr/share/doc/ntp/driver9.html
5957 OLD_FILES+=usr/share/doc/ntp/drivers/driver1.html
5958 OLD_FILES+=usr/share/doc/ntp/drivers/driver10.html
5959 OLD_FILES+=usr/share/doc/ntp/drivers/driver11.html
5960 OLD_FILES+=usr/share/doc/ntp/drivers/driver12.html
5961 OLD_FILES+=usr/share/doc/ntp/drivers/driver16.html
5962 OLD_FILES+=usr/share/doc/ntp/drivers/driver18.html
5963 OLD_FILES+=usr/share/doc/ntp/drivers/driver19.html
5964 OLD_FILES+=usr/share/doc/ntp/drivers/driver20.html
5965 OLD_FILES+=usr/share/doc/ntp/drivers/driver22.html
5966 OLD_FILES+=usr/share/doc/ntp/drivers/driver26.html
5967 OLD_FILES+=usr/share/doc/ntp/drivers/driver27.html
5968 OLD_FILES+=usr/share/doc/ntp/drivers/driver28.html
5969 OLD_FILES+=usr/share/doc/ntp/drivers/driver29.html
5970 OLD_FILES+=usr/share/doc/ntp/drivers/driver3.html
5971 OLD_FILES+=usr/share/doc/ntp/drivers/driver30.html
5972 OLD_FILES+=usr/share/doc/ntp/drivers/driver31.html
5973 OLD_FILES+=usr/share/doc/ntp/drivers/driver32.html
5974 OLD_FILES+=usr/share/doc/ntp/drivers/driver33.html
5975 OLD_FILES+=usr/share/doc/ntp/drivers/driver34.html
5976 OLD_FILES+=usr/share/doc/ntp/drivers/driver35.html
5977 OLD_FILES+=usr/share/doc/ntp/drivers/driver36.html
5978 OLD_FILES+=usr/share/doc/ntp/drivers/driver37.html
5979 OLD_FILES+=usr/share/doc/ntp/drivers/driver38.html
5980 OLD_FILES+=usr/share/doc/ntp/drivers/driver39.html
5981 OLD_FILES+=usr/share/doc/ntp/drivers/driver4.html
5982 OLD_FILES+=usr/share/doc/ntp/drivers/driver40.html
5983 OLD_FILES+=usr/share/doc/ntp/drivers/driver42.html
5984 OLD_FILES+=usr/share/doc/ntp/drivers/driver43.html
5985 OLD_FILES+=usr/share/doc/ntp/drivers/driver44.html
5986 OLD_FILES+=usr/share/doc/ntp/drivers/driver45.html
5987 OLD_FILES+=usr/share/doc/ntp/drivers/driver46.html
5988 OLD_FILES+=usr/share/doc/ntp/drivers/driver5.html
5989 OLD_FILES+=usr/share/doc/ntp/drivers/driver6.html
5990 OLD_FILES+=usr/share/doc/ntp/drivers/driver7.html
5991 OLD_FILES+=usr/share/doc/ntp/drivers/driver8.html
5992 OLD_FILES+=usr/share/doc/ntp/drivers/driver9.html
5993 OLD_FILES+=usr/share/doc/ntp/drivers/icons/home.gif
5994 OLD_FILES+=usr/share/doc/ntp/drivers/icons/mail2.gif
5995 OLD_FILES+=usr/share/doc/ntp/drivers/mx4200data.html
5996 OLD_FILES+=usr/share/doc/ntp/drivers/oncore-shmem.html
5997 OLD_FILES+=usr/share/doc/ntp/drivers/scripts/footer.txt
5998 OLD_FILES+=usr/share/doc/ntp/drivers/scripts/style.css
5999 OLD_FILES+=usr/share/doc/ntp/drivers/tf582_4.html
6000 OLD_FILES+=usr/share/doc/ntp/extern.html
6001 OLD_FILES+=usr/share/doc/ntp/filter.html
6002 OLD_FILES+=usr/share/doc/ntp/hints.html
6003 OLD_FILES+=usr/share/doc/ntp/hints/a-ux
6004 OLD_FILES+=usr/share/doc/ntp/hints/aix
6005 OLD_FILES+=usr/share/doc/ntp/hints/bsdi
6006 OLD_FILES+=usr/share/doc/ntp/hints/changes
6007 OLD_FILES+=usr/share/doc/ntp/hints/decosf1
6008 OLD_FILES+=usr/share/doc/ntp/hints/decosf2
6009 OLD_FILES+=usr/share/doc/ntp/hints/freebsd
6010 OLD_FILES+=usr/share/doc/ntp/hints/hpux
6011 OLD_FILES+=usr/share/doc/ntp/hints/linux
6012 OLD_FILES+=usr/share/doc/ntp/hints/mpeix
6013 OLD_FILES+=usr/share/doc/ntp/hints/notes-xntp-v3
6014 OLD_FILES+=usr/share/doc/ntp/hints/parse
6015 OLD_FILES+=usr/share/doc/ntp/hints/refclocks
6016 OLD_FILES+=usr/share/doc/ntp/hints/rs6000
6017 OLD_FILES+=usr/share/doc/ntp/hints/sco.html
6018 OLD_FILES+=usr/share/doc/ntp/hints/sgi
6019 OLD_FILES+=usr/share/doc/ntp/hints/solaris-dosynctodr.html
6020 OLD_FILES+=usr/share/doc/ntp/hints/solaris.html
6021 OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.4023118
6022 OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.4095849
6023 OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.S99ntpd
6024 OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.patchfreq
6025 OLD_FILES+=usr/share/doc/ntp/hints/sun4
6026 OLD_FILES+=usr/share/doc/ntp/hints/svr4-dell
6027 OLD_FILES+=usr/share/doc/ntp/hints/svr4_package
6028 OLD_FILES+=usr/share/doc/ntp/hints/todo
6029 OLD_FILES+=usr/share/doc/ntp/hints/vxworks.html
6030 OLD_FILES+=usr/share/doc/ntp/hints/winnt.html
6031 OLD_FILES+=usr/share/doc/ntp/history.html
6032 OLD_FILES+=usr/share/doc/ntp/howto.html
6033 OLD_FILES+=usr/share/doc/ntp/huffpuff.html
6034 OLD_FILES+=usr/share/doc/ntp/icons/home.gif
6035 OLD_FILES+=usr/share/doc/ntp/icons/mail2.gif
6036 OLD_FILES+=usr/share/doc/ntp/icons/sitemap.png
6037 OLD_FILES+=usr/share/doc/ntp/index.html
6038 OLD_FILES+=usr/share/doc/ntp/kern.html
6039 OLD_FILES+=usr/share/doc/ntp/kernpps.html
6040 OLD_FILES+=usr/share/doc/ntp/keygen.html
6041 OLD_FILES+=usr/share/doc/ntp/ldisc.html
6042 OLD_FILES+=usr/share/doc/ntp/leap.html
6043 OLD_FILES+=usr/share/doc/ntp/measure.html
6044 OLD_FILES+=usr/share/doc/ntp/miscopt.html
6045 OLD_FILES+=usr/share/doc/ntp/monopt.html
6046 OLD_FILES+=usr/share/doc/ntp/msyslog.html
6047 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
6048 OLD_FILES+=usr/share/doc/ntp/notes.html
6049 OLD_FILES+=usr/share/doc/ntp/ntp-keygen.html
6050 OLD_FILES+=usr/share/doc/ntp/ntp-wait.html
6051 OLD_FILES+=usr/share/doc/ntp/ntp.conf.html
6052 OLD_FILES+=usr/share/doc/ntp/ntp.keys.html
6053 OLD_FILES+=usr/share/doc/ntp/ntp_conf.html
6054 OLD_FILES+=usr/share/doc/ntp/ntpd.html
6055 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
6056 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
6057 OLD_FILES+=usr/share/doc/ntp/ntpdsim.html
6058 OLD_FILES+=usr/share/doc/ntp/ntpdsim_new.html
6059 OLD_FILES+=usr/share/doc/ntp/ntpq.html
6060 OLD_FILES+=usr/share/doc/ntp/ntpsnmpd.html
6061 OLD_FILES+=usr/share/doc/ntp/ntptime.html
6062 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
6063 OLD_FILES+=usr/share/doc/ntp/orphan.html
6064 OLD_FILES+=usr/share/doc/ntp/parsedata.html
6065 OLD_FILES+=usr/share/doc/ntp/parsenew.html
6066 OLD_FILES+=usr/share/doc/ntp/patches.html
6067 OLD_FILES+=usr/share/doc/ntp/pic/9400n.jpg
6068 OLD_FILES+=usr/share/doc/ntp/pic/alice11.gif
6069 OLD_FILES+=usr/share/doc/ntp/pic/alice13.gif
6070 OLD_FILES+=usr/share/doc/ntp/pic/alice15.gif
6071 OLD_FILES+=usr/share/doc/ntp/pic/alice23.gif
6072 OLD_FILES+=usr/share/doc/ntp/pic/alice31.gif
6073 OLD_FILES+=usr/share/doc/ntp/pic/alice32.gif
6074 OLD_FILES+=usr/share/doc/ntp/pic/alice35.gif
6075 OLD_FILES+=usr/share/doc/ntp/pic/alice38.gif
6076 OLD_FILES+=usr/share/doc/ntp/pic/alice44.gif
6077 OLD_FILES+=usr/share/doc/ntp/pic/alice47.gif
6078 OLD_FILES+=usr/share/doc/ntp/pic/alice51.gif
6079 OLD_FILES+=usr/share/doc/ntp/pic/alice61.gif
6080 OLD_FILES+=usr/share/doc/ntp/pic/barnstable.gif
6081 OLD_FILES+=usr/share/doc/ntp/pic/beaver.gif
6082 OLD_FILES+=usr/share/doc/ntp/pic/boom3.gif
6083 OLD_FILES+=usr/share/doc/ntp/pic/boom3a.gif
6084 OLD_FILES+=usr/share/doc/ntp/pic/boom4.gif
6085 OLD_FILES+=usr/share/doc/ntp/pic/broad.gif
6086 OLD_FILES+=usr/share/doc/ntp/pic/bustardfly.gif
6087 OLD_FILES+=usr/share/doc/ntp/pic/c51.jpg
6088 OLD_FILES+=usr/share/doc/ntp/pic/description.jpg
6089 OLD_FILES+=usr/share/doc/ntp/pic/discipline.gif
6090 OLD_FILES+=usr/share/doc/ntp/pic/dogsnake.gif
6091 OLD_FILES+=usr/share/doc/ntp/pic/driver29.gif
6092 OLD_FILES+=usr/share/doc/ntp/pic/driver43_1.gif
6093 OLD_FILES+=usr/share/doc/ntp/pic/driver43_2.jpg
6094 OLD_FILES+=usr/share/doc/ntp/pic/fg6021.gif
6095 OLD_FILES+=usr/share/doc/ntp/pic/fg6039.jpg
6096 OLD_FILES+=usr/share/doc/ntp/pic/fig_3_1.gif
6097 OLD_FILES+=usr/share/doc/ntp/pic/flatheads.gif
6098 OLD_FILES+=usr/share/doc/ntp/pic/flt1.gif
6099 OLD_FILES+=usr/share/doc/ntp/pic/flt2.gif
6100 OLD_FILES+=usr/share/doc/ntp/pic/flt3.gif
6101 OLD_FILES+=usr/share/doc/ntp/pic/flt4.gif
6102 OLD_FILES+=usr/share/doc/ntp/pic/flt5.gif
6103 OLD_FILES+=usr/share/doc/ntp/pic/flt6.gif
6104 OLD_FILES+=usr/share/doc/ntp/pic/flt7.gif
6105 OLD_FILES+=usr/share/doc/ntp/pic/flt8.gif
6106 OLD_FILES+=usr/share/doc/ntp/pic/flt9.gif
6107 OLD_FILES+=usr/share/doc/ntp/pic/freq1211.gif
6108 OLD_FILES+=usr/share/doc/ntp/pic/gadget.jpg
6109 OLD_FILES+=usr/share/doc/ntp/pic/gps167.jpg
6110 OLD_FILES+=usr/share/doc/ntp/pic/group.gif
6111 OLD_FILES+=usr/share/doc/ntp/pic/hornraba.gif
6112 OLD_FILES+=usr/share/doc/ntp/pic/igclock.gif
6113 OLD_FILES+=usr/share/doc/ntp/pic/neoclock4x.gif
6114 OLD_FILES+=usr/share/doc/ntp/pic/offset1211.gif
6115 OLD_FILES+=usr/share/doc/ntp/pic/oncore_evalbig.gif
6116 OLD_FILES+=usr/share/doc/ntp/pic/oncore_remoteant.jpg
6117 OLD_FILES+=usr/share/doc/ntp/pic/oncore_utplusbig.gif
6118 OLD_FILES+=usr/share/doc/ntp/pic/oz2.gif
6119 OLD_FILES+=usr/share/doc/ntp/pic/panda.gif
6120 OLD_FILES+=usr/share/doc/ntp/pic/pd_om006.gif
6121 OLD_FILES+=usr/share/doc/ntp/pic/pd_om011.gif
6122 OLD_FILES+=usr/share/doc/ntp/pic/peer.gif
6123 OLD_FILES+=usr/share/doc/ntp/pic/pogo.gif
6124 OLD_FILES+=usr/share/doc/ntp/pic/pogo1a.gif
6125 OLD_FILES+=usr/share/doc/ntp/pic/pogo3a.gif
6126 OLD_FILES+=usr/share/doc/ntp/pic/pogo4.gif
6127 OLD_FILES+=usr/share/doc/ntp/pic/pogo5.gif
6128 OLD_FILES+=usr/share/doc/ntp/pic/pogo6.gif
6129 OLD_FILES+=usr/share/doc/ntp/pic/pogo7.gif
6130 OLD_FILES+=usr/share/doc/ntp/pic/pogo8.gif
6131 OLD_FILES+=usr/share/doc/ntp/pic/pzf509.jpg
6132 OLD_FILES+=usr/share/doc/ntp/pic/pzf511.jpg
6133 OLD_FILES+=usr/share/doc/ntp/pic/rabbit.gif
6134 OLD_FILES+=usr/share/doc/ntp/pic/radio2.jpg
6135 OLD_FILES+=usr/share/doc/ntp/pic/sheepb.jpg
6136 OLD_FILES+=usr/share/doc/ntp/pic/stack1a.jpg
6137 OLD_FILES+=usr/share/doc/ntp/pic/stats.gif
6138 OLD_FILES+=usr/share/doc/ntp/pic/sx5.gif
6139 OLD_FILES+=usr/share/doc/ntp/pic/thunderbolt.jpg
6140 OLD_FILES+=usr/share/doc/ntp/pic/time1.gif
6141 OLD_FILES+=usr/share/doc/ntp/pic/tonea.gif
6142 OLD_FILES+=usr/share/doc/ntp/pic/tribeb.gif
6143 OLD_FILES+=usr/share/doc/ntp/pic/wingdorothy.gif
6144 OLD_FILES+=usr/share/doc/ntp/poll.html
6145 OLD_FILES+=usr/share/doc/ntp/porting.html
6146 OLD_FILES+=usr/share/doc/ntp/pps.html
6147 OLD_FILES+=usr/share/doc/ntp/prefer.html
6148 OLD_FILES+=usr/share/doc/ntp/quick.html
6149 OLD_FILES+=usr/share/doc/ntp/rate.html
6150 OLD_FILES+=usr/share/doc/ntp/rdebug.html
6151 OLD_FILES+=usr/share/doc/ntp/refclock.html
6152 OLD_FILES+=usr/share/doc/ntp/release.html
6153 OLD_FILES+=usr/share/doc/ntp/scripts/accopt.txt
6154 OLD_FILES+=usr/share/doc/ntp/scripts/audio.txt
6155 OLD_FILES+=usr/share/doc/ntp/scripts/authopt.txt
6156 OLD_FILES+=usr/share/doc/ntp/scripts/clockopt.txt
6157 OLD_FILES+=usr/share/doc/ntp/scripts/command.txt
6158 OLD_FILES+=usr/share/doc/ntp/scripts/config.txt
6159 OLD_FILES+=usr/share/doc/ntp/scripts/confopt.txt
6160 OLD_FILES+=usr/share/doc/ntp/scripts/external.txt
6161 OLD_FILES+=usr/share/doc/ntp/scripts/footer.txt
6162 OLD_FILES+=usr/share/doc/ntp/scripts/hand.txt
6163 OLD_FILES+=usr/share/doc/ntp/scripts/install.txt
6164 OLD_FILES+=usr/share/doc/ntp/scripts/manual.txt
6165 OLD_FILES+=usr/share/doc/ntp/scripts/misc.txt
6166 OLD_FILES+=usr/share/doc/ntp/scripts/miscopt.txt
6167 OLD_FILES+=usr/share/doc/ntp/scripts/monopt.txt
6168 OLD_FILES+=usr/share/doc/ntp/scripts/refclock.txt
6169 OLD_FILES+=usr/share/doc/ntp/scripts/special.txt
6170 OLD_FILES+=usr/share/doc/ntp/scripts/style.css
6171 OLD_FILES+=usr/share/doc/ntp/select.html
6172 OLD_FILES+=usr/share/doc/ntp/sitemap.html
6173 OLD_FILES+=usr/share/doc/ntp/sntp.html
6174 OLD_FILES+=usr/share/doc/ntp/stats.html
6175 OLD_FILES+=usr/share/doc/ntp/tickadj.html
6176 OLD_FILES+=usr/share/doc/ntp/warp.html
6177 OLD_FILES+=usr/share/doc/ntp/xleave.html
6178 OLD_DIRS+=usr/share/doc/ntp/drivers
6179 OLD_DIRS+=usr/share/doc/ntp/drivers/scripts
6180 OLD_DIRS+=usr/share/doc/ntp/drivers/icons
6181 OLD_DIRS+=usr/share/doc/ntp/hints
6182 OLD_DIRS+=usr/share/doc/ntp/icons
6183 OLD_DIRS+=usr/share/doc/ntp/pic
6184 OLD_DIRS+=usr/share/doc/ntp/scripts
6185 OLD_DIRS+=usr/share/doc/ntp
6186 OLD_FILES+=usr/share/examples/etc/ntp.conf
6187 OLD_FILES+=usr/share/man/man1/sntp.1.gz
6188 OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
6189 OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
6190 OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
6191 OLD_FILES+=usr/share/man/man8/ntpd.8.gz
6192 OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
6193 OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
6194 OLD_FILES+=usr/share/man/man8/ntpq.8.gz
6195 OLD_FILES+=usr/share/man/man8/ntptime.8.gz
6196 .endif
6197
6198 .if ${MK_OFED} == no
6199 OLD_FILES+=etc/newsyslog.conf.d/opensm.conf
6200 OLD_FILES+=etc/rc.d/opensm
6201 OLD_FILES+=usr/bin/ibstat
6202 OLD_FILES+=usr/bin/ibv_asyncwatch
6203 OLD_FILES+=usr/bin/ibv_devices
6204 OLD_FILES+=usr/bin/ibv_devinfo
6205 OLD_FILES+=usr/bin/ibv_rc_pingpong
6206 OLD_FILES+=usr/bin/ibv_srq_pingpong
6207 OLD_FILES+=usr/bin/ibv_uc_pingpong
6208 OLD_FILES+=usr/bin/ibv_ud_pingpong
6209 OLD_FILES+=usr/bin/mckey
6210 OLD_FILES+=usr/bin/rping
6211 OLD_FILES+=usr/bin/ucmatose
6212 OLD_FILES+=usr/bin/udaddy
6213 OLD_FILES+=usr/include/infiniband/marshall.h
6214 OLD_FILES+=usr/include/infiniband/kern-abi.h
6215 OLD_FILES+=usr/include/infiniband/umad_sm.h
6216 OLD_FILES+=usr/include/infiniband/umad.h
6217 OLD_FILES+=usr/include/infiniband/arch.h
6218 OLD_FILES+=usr/include/infiniband/verbs.h
6219 OLD_FILES+=usr/include/infiniband/ib.h
6220 OLD_FILES+=usr/include/infiniband/cm.h
6221 OLD_FILES+=usr/include/infiniband/opcode.h
6222 OLD_FILES+=usr/include/infiniband/ibnetdisc.h
6223 OLD_FILES+=usr/include/infiniband/driver.h
6224 OLD_FILES+=usr/include/infiniband/mad_osd.h
6225 OLD_FILES+=usr/include/infiniband/umad_types.h
6226 OLD_FILES+=usr/include/infiniband/umad_cm.h
6227 OLD_FILES+=usr/include/infiniband/cm_abi.h
6228 OLD_FILES+=usr/include/infiniband/sa-kern-abi.h
6229 OLD_FILES+=usr/include/infiniband/ibnetdisc_osd.h
6230 OLD_FILES+=usr/include/infiniband/opensm/osm_event_plugin.h
6231 OLD_FILES+=usr/include/infiniband/opensm/osm_console_io.h
6232 OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_cache.h
6233 OLD_FILES+=usr/include/infiniband/opensm/osm_port.h
6234 OLD_FILES+=usr/include/infiniband/opensm/osm_path.h
6235 OLD_FILES+=usr/include/infiniband/opensm/osm_mtree.h
6236 OLD_FILES+=usr/include/infiniband/opensm/osm_log.h
6237 OLD_FILES+=usr/include/infiniband/opensm/osm_mcm_port.h
6238 OLD_FILES+=usr/include/infiniband/opensm/osm_subnet.h
6239 OLD_FILES+=usr/include/infiniband/opensm/osm_pkey.h
6240 OLD_FILES+=usr/include/infiniband/opensm/osm_remote_sm.h
6241 OLD_FILES+=usr/include/infiniband/opensm/osm_qos_policy.h
6242 OLD_FILES+=usr/include/infiniband/opensm/osm_sm.h
6243 OLD_FILES+=usr/include/infiniband/opensm/osm_node.h
6244 OLD_FILES+=usr/include/infiniband/opensm/osm_mcast_mgr.h
6245 OLD_FILES+=usr/include/infiniband/opensm/osm_madw.h
6246 OLD_FILES+=usr/include/infiniband/opensm/osm_lid_mgr.h
6247 OLD_FILES+=usr/include/infiniband/opensm/osm_congestion_control.h
6248 OLD_FILES+=usr/include/infiniband/opensm/osm_port_profile.h
6249 OLD_FILES+=usr/include/infiniband/opensm/osm_perfmgr.h
6250 OLD_FILES+=usr/include/infiniband/opensm/osm_service.h
6251 OLD_FILES+=usr/include/infiniband/opensm/osm_base.h
6252 OLD_FILES+=usr/include/infiniband/opensm/osm_vl15intf.h
6253 OLD_FILES+=usr/include/infiniband/opensm/st.h
6254 OLD_FILES+=usr/include/infiniband/opensm/osm_attrib_req.h
6255 OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_mgr.h
6256 OLD_FILES+=usr/include/infiniband/opensm/osm_db.h
6257 OLD_FILES+=usr/include/infiniband/opensm/osm_sa_mad_ctrl.h
6258 OLD_FILES+=usr/include/infiniband/opensm/osm_db_pack.h
6259 OLD_FILES+=usr/include/infiniband/opensm/osm_opensm.h
6260 OLD_FILES+=usr/include/infiniband/opensm/osm_mesh.h
6261 OLD_FILES+=usr/include/infiniband/opensm/osm_mcast_tbl.h
6262 OLD_FILES+=usr/include/infiniband/opensm/osm_sm_mad_ctrl.h
6263 OLD_FILES+=usr/include/infiniband/opensm/osm_stats.h
6264 OLD_FILES+=usr/include/infiniband/opensm/osm_mad_pool.h
6265 OLD_FILES+=usr/include/infiniband/opensm/osm_switch.h
6266 OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_lash.h
6267 OLD_FILES+=usr/include/infiniband/opensm/osm_errors.h
6268 OLD_FILES+=usr/include/infiniband/opensm/osm_partition.h
6269 OLD_FILES+=usr/include/infiniband/opensm/osm_prefix_route.h
6270 OLD_FILES+=usr/include/infiniband/opensm/osm_helper.h
6271 OLD_FILES+=usr/include/infiniband/opensm/osm_version.h
6272 OLD_FILES+=usr/include/infiniband/opensm/osm_sa.h
6273 OLD_FILES+=usr/include/infiniband/opensm/osm_config.h
6274 OLD_FILES+=usr/include/infiniband/opensm/osm_multicast.h
6275 OLD_FILES+=usr/include/infiniband/opensm/osm_file_ids.h
6276 OLD_FILES+=usr/include/infiniband/opensm/osm_perfmgr_db.h
6277 OLD_FILES+=usr/include/infiniband/opensm/osm_console.h
6278 OLD_FILES+=usr/include/infiniband/opensm/osm_msgdef.h
6279 OLD_FILES+=usr/include/infiniband/opensm/osm_router.h
6280 OLD_FILES+=usr/include/infiniband/opensm/osm_guid.h
6281 OLD_FILES+=usr/include/infiniband/opensm/osm_inform.h
6282 OLD_DIRS+=usr/include/infiniband/opensm
6283 OLD_FILES+=usr/include/infiniband/iba/ib_types.h
6284 OLD_FILES+=usr/include/infiniband/iba/ib_cm_types.h
6285 OLD_DIRS+=usr/include/infiniband/iba
6286 OLD_FILES+=usr/include/infiniband/umad_str.h
6287 OLD_FILES+=usr/include/infiniband/udma_barrier.h
6288 OLD_FILES+=usr/include/infiniband/umad_sa.h
6289 OLD_FILES+=usr/include/infiniband/mad.h
6290 OLD_FILES+=usr/include/infiniband/sa.h
6291 OLD_FILES+=usr/include/infiniband/byteorder.h
6292 OLD_FILES+=usr/include/infiniband/types.h
6293 OLD_FILES+=usr/include/infiniband/byteswap.h
6294 OLD_FILES+=usr/include/infiniband/vendor/osm_pkt_randomizer.h
6295 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_rmpp_ctx.h
6296 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl_hca_guid.h
6297 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_txn.h
6298 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx.h
6299 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_svc.h
6300 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_test.h
6301 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_inout.h
6302 OLD_FILES+=usr/include/infiniband/vendor/osm_mtl_bind.h
6303 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_hca.h
6304 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_sa_api.h
6305 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_sender.h
6306 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor.h
6307 OLD_FILES+=usr/include/infiniband/vendor/osm_umadt.h
6308 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl_transaction_mgr.h
6309 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_defs.h
6310 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_dispatcher.h
6311 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_api.h
6312 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl.h
6313 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_transport.h
6314 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_al.h
6315 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_sar.h
6316 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_umadt.h
6317 OLD_FILES+=usr/include/infiniband/vendor/osm_ts_useraccess.h
6318 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_ts.h
6319 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_transport_anafa.h
6320 OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_ibumad.h
6321 OLD_DIRS+=usr/include/infiniband/vendor
6322 OLD_FILES+=usr/include/infiniband/endian.h
6323 OLD_FILES+=usr/include/infiniband/complib/cl_byteswap.h
6324 OLD_FILES+=usr/include/infiniband/complib/cl_types.h
6325 OLD_FILES+=usr/include/infiniband/complib/cl_map.h
6326 OLD_FILES+=usr/include/infiniband/complib/cl_packon.h
6327 OLD_FILES+=usr/include/infiniband/complib/cl_timer.h
6328 OLD_FILES+=usr/include/infiniband/complib/cl_thread_osd.h
6329 OLD_FILES+=usr/include/infiniband/complib/cl_thread.h
6330 OLD_FILES+=usr/include/infiniband/complib/cl_event.h
6331 OLD_FILES+=usr/include/infiniband/complib/cl_byteswap_osd.h
6332 OLD_FILES+=usr/include/infiniband/complib/cl_passivelock.h
6333 OLD_FILES+=usr/include/infiniband/complib/cl_vector.h
6334 OLD_FILES+=usr/include/infiniband/complib/cl_nodenamemap.h
6335 OLD_FILES+=usr/include/infiniband/complib/cl_event_wheel.h
6336 OLD_FILES+=usr/include/infiniband/complib/cl_log.h
6337 OLD_FILES+=usr/include/infiniband/complib/cl_fleximap.h
6338 OLD_FILES+=usr/include/infiniband/complib/cl_qlist.h
6339 OLD_FILES+=usr/include/infiniband/complib/cl_timer_osd.h
6340 OLD_FILES+=usr/include/infiniband/complib/cl_pool.h
6341 OLD_FILES+=usr/include/infiniband/complib/cl_debug.h
6342 OLD_FILES+=usr/include/infiniband/complib/cl_types_osd.h
6343 OLD_FILES+=usr/include/infiniband/complib/cl_dispatcher.h
6344 OLD_FILES+=usr/include/infiniband/complib/cl_ptr_vector.h
6345 OLD_FILES+=usr/include/infiniband/complib/cl_atomic_osd.h
6346 OLD_FILES+=usr/include/infiniband/complib/cl_qmap.h
6347 OLD_FILES+=usr/include/infiniband/complib/cl_spinlock_osd.h
6348 OLD_FILES+=usr/include/infiniband/complib/cl_qcomppool.h
6349 OLD_FILES+=usr/include/infiniband/complib/cl_threadpool.h
6350 OLD_FILES+=usr/include/infiniband/complib/cl_list.h
6351 OLD_FILES+=usr/include/infiniband/complib/cl_debug_osd.h
6352 OLD_FILES+=usr/include/infiniband/complib/cl_packoff.h
6353 OLD_FILES+=usr/include/infiniband/complib/cl_qpool.h
6354 OLD_FILES+=usr/include/infiniband/complib/cl_spinlock.h
6355 OLD_FILES+=usr/include/infiniband/complib/cl_event_osd.h
6356 OLD_FILES+=usr/include/infiniband/complib/cl_atomic.h
6357 OLD_FILES+=usr/include/infiniband/complib/cl_math.h
6358 OLD_FILES+=usr/include/infiniband/complib/cl_comppool.h
6359 OLD_DIRS+=usr/include/infiniband/complib
6360 OLD_DIRS+=usr/include/infiniband
6361 OLD_FILES+=usr/lib/libcxgb4.a
6362 OLD_FILES+=usr/lib/libcxgb4.so
6363 OLD_LIBS+=usr/lib/libcxgb4.so.1
6364 OLD_FILES+=usr/lib/libibcm.a
6365 OLD_FILES+=usr/lib/libibcm.so
6366 OLD_LIBS+=usr/lib/libibcm.so.1
6367 OLD_FILES+=usr/lib/libibmad.a
6368 OLD_FILES+=usr/lib/libibmad.so
6369 OLD_LIBS+=usr/lib/libibmad.so.5
6370 OLD_FILES+=usr/lib/libibnetdisc.a
6371 OLD_FILES+=usr/lib/libibnetdisc.so
6372 OLD_LIBS+=usr/lib/libibnetdisc.so.5
6373 OLD_FILES+=usr/lib/libibumad.a
6374 OLD_FILES+=usr/lib/libibumad.so
6375 OLD_LIBS+=usr/lib/libibumad.so.1
6376 OLD_FILES+=usr/lib/libibverbs.a
6377 OLD_FILES+=usr/lib/libibverbs.so
6378 OLD_LIBS+=lib/libibverbs.so.1
6379 OLD_FILES+=usr/lib/libmlx4.a
6380 OLD_FILES+=usr/lib/libmlx4.so
6381 OLD_LIBS+=usr/lib/libmlx4.so.1
6382 OLD_FILES+=usr/lib/libmlx5.a
6383 OLD_FILES+=usr/lib/libmlx5.so
6384 OLD_LIBS+=lib/libmlx5.so.1
6385 OLD_FILES+=usr/lib/libopensm.a
6386 OLD_FILES+=usr/lib/libopensm.so
6387 OLD_LIBS+=usr/lib/libopensm.so.5
6388 OLD_FILES+=usr/lib/libosmcomp.a
6389 OLD_FILES+=usr/lib/libosmcomp.so
6390 OLD_LIBS+=usr/lib/libosmcomp.so.3
6391 OLD_FILES+=usr/lib/libosmvendor.a
6392 OLD_FILES+=usr/lib/libosmvendor.so
6393 OLD_LIBS+=usr/lib/libosmvendor.so.4
6394 OLD_FILES+=usr/lib/librdmacm.a
6395 OLD_FILES+=usr/lib/librdmacm.so
6396 OLD_LIBS+=usr/lib/librdmacm.so.1
6397 OLD_FILES+=usr/share/man/man1/ibv_asyncwatch.1.gz
6398 OLD_FILES+=usr/share/man/man1/ibv_devices.1.gz
6399 OLD_FILES+=usr/share/man/man1/ibv_devinfo.1.gz
6400 OLD_FILES+=usr/share/man/man1/ibv_rc_pingpong.1.gz
6401 OLD_FILES+=usr/share/man/man1/ibv_srq_pingpong.1.gz
6402 OLD_FILES+=usr/share/man/man1/ibv_uc_pingpong.1.gz
6403 OLD_FILES+=usr/share/man/man1/ibv_ud_pingpong.1.gz
6404 OLD_FILES+=usr/share/man/man1/mckey.1.gz
6405 OLD_FILES+=usr/share/man/man1/rping.1.gz
6406 OLD_FILES+=usr/share/man/man1/ucmatose.1.gz
6407 OLD_FILES+=usr/share/man/man1/udaddy.1.gz
6408 OLD_FILES+=usr/share/man/man3/ibnd_debug.3.gz
6409 OLD_FILES+=usr/share/man/man3/ibnd_destroy_fabric.3.gz
6410 OLD_FILES+=usr/share/man/man3/ibnd_discover_fabric.3.gz
6411 OLD_FILES+=usr/share/man/man3/ibnd_find_node_dr.3.gz
6412 OLD_FILES+=usr/share/man/man3/ibnd_find_node_guid.3.gz
6413 OLD_FILES+=usr/share/man/man3/ibnd_iter_nodes.3.gz
6414 OLD_FILES+=usr/share/man/man3/ibnd_iter_nodes_type.3.gz
6415 OLD_FILES+=usr/share/man/man3/ibnd_show_progress.3.gz
6416 OLD_FILES+=usr/share/man/man3/ibv_alloc_mw.3.gz
6417 OLD_FILES+=usr/share/man/man3/ibv_alloc_pd.3.gz
6418 OLD_FILES+=usr/share/man/man3/ibv_attach_mcast.3.gz
6419 OLD_FILES+=usr/share/man/man3/ibv_bind_mw.3.gz
6420 OLD_FILES+=usr/share/man/man3/ibv_create_ah.3.gz
6421 OLD_FILES+=usr/share/man/man3/ibv_create_ah_from_wc.3.gz
6422 OLD_FILES+=usr/share/man/man3/ibv_create_comp_channel.3.gz
6423 OLD_FILES+=usr/share/man/man3/ibv_create_cq.3.gz
6424 OLD_FILES+=usr/share/man/man3/ibv_create_cq_ex.3.gz
6425 OLD_FILES+=usr/share/man/man3/ibv_create_flow.3.gz
6426 OLD_FILES+=usr/share/man/man3/ibv_create_qp.3.gz
6427 OLD_FILES+=usr/share/man/man3/ibv_create_qp_ex.3.gz
6428 OLD_FILES+=usr/share/man/man3/ibv_create_rwq_ind_table.3.gz
6429 OLD_FILES+=usr/share/man/man3/ibv_create_srq.3.gz
6430 OLD_FILES+=usr/share/man/man3/ibv_create_srq_ex.3.gz
6431 OLD_FILES+=usr/share/man/man3/ibv_create_wq.3.gz
6432 OLD_FILES+=usr/share/man/man3/ibv_event_type_str.3.gz
6433 OLD_FILES+=usr/share/man/man3/ibv_fork_init.3.gz
6434 OLD_FILES+=usr/share/man/man3/ibv_get_async_event.3.gz
6435 OLD_FILES+=usr/share/man/man3/ibv_get_cq_event.3.gz
6436 OLD_FILES+=usr/share/man/man3/ibv_get_device_guid.3.gz
6437 OLD_FILES+=usr/share/man/man3/ibv_get_device_list.3.gz
6438 OLD_FILES+=usr/share/man/man3/ibv_get_device_name.3.gz
6439 OLD_FILES+=usr/share/man/man3/ibv_get_srq_num.3.gz
6440 OLD_FILES+=usr/share/man/man3/ibv_inc_rkey.3.gz
6441 OLD_FILES+=usr/share/man/man3/ibv_modify_qp.3.gz
6442 OLD_FILES+=usr/share/man/man3/ibv_modify_srq.3.gz
6443 OLD_FILES+=usr/share/man/man3/ibv_modify_wq.3.gz
6444 OLD_FILES+=usr/share/man/man3/ibv_open_device.3.gz
6445 OLD_FILES+=usr/share/man/man3/ibv_open_qp.3.gz
6446 OLD_FILES+=usr/share/man/man3/ibv_open_xrcd.3.gz
6447 OLD_FILES+=usr/share/man/man3/ibv_poll_cq.3.gz
6448 OLD_FILES+=usr/share/man/man3/ibv_post_recv.3.gz
6449 OLD_FILES+=usr/share/man/man3/ibv_post_send.3.gz
6450 OLD_FILES+=usr/share/man/man3/ibv_post_srq_recv.3.gz
6451 OLD_FILES+=usr/share/man/man3/ibv_query_device.3.gz
6452 OLD_FILES+=usr/share/man/man3/ibv_query_device_ex.3.gz
6453 OLD_FILES+=usr/share/man/man3/ibv_query_gid.3.gz
6454 OLD_FILES+=usr/share/man/man3/ibv_query_pkey.3.gz
6455 OLD_FILES+=usr/share/man/man3/ibv_query_port.3.gz
6456 OLD_FILES+=usr/share/man/man3/ibv_query_qp.3.gz
6457 OLD_FILES+=usr/share/man/man3/ibv_query_rt_values_ex.3.gz
6458 OLD_FILES+=usr/share/man/man3/ibv_query_srq.3.gz
6459 OLD_FILES+=usr/share/man/man3/ibv_rate_to_mbps.3.gz
6460 OLD_FILES+=usr/share/man/man3/ibv_rate_to_mult.3.gz
6461 OLD_FILES+=usr/share/man/man3/ibv_reg_mr.3.gz
6462 OLD_FILES+=usr/share/man/man3/ibv_req_notify_cq.3.gz
6463 OLD_FILES+=usr/share/man/man3/ibv_rereg_mr.3.gz
6464 OLD_FILES+=usr/share/man/man3/ibv_resize_cq.3.gz
6465 OLD_FILES+=usr/share/man/man3/rdma_accept.3.gz
6466 OLD_FILES+=usr/share/man/man3/rdma_ack_cm_event.3.gz
6467 OLD_FILES+=usr/share/man/man3/rdma_bind_addr.3.gz
6468 OLD_FILES+=usr/share/man/man3/rdma_connect.3.gz
6469 OLD_FILES+=usr/share/man/man3/rdma_create_ep.3.gz
6470 OLD_FILES+=usr/share/man/man3/rdma_create_event_channel.3.gz
6471 OLD_FILES+=usr/share/man/man3/rdma_create_id.3.gz
6472 OLD_FILES+=usr/share/man/man3/rdma_create_qp.3.gz
6473 OLD_FILES+=usr/share/man/man3/rdma_create_srq.3.gz
6474 OLD_FILES+=usr/share/man/man3/rdma_dereg_mr.3.gz
6475 OLD_FILES+=usr/share/man/man3/rdma_destroy_ep.3.gz
6476 OLD_FILES+=usr/share/man/man3/rdma_destroy_event_channel.3.gz
6477 OLD_FILES+=usr/share/man/man3/rdma_destroy_id.3.gz
6478 OLD_FILES+=usr/share/man/man3/rdma_destroy_qp.3.gz
6479 OLD_FILES+=usr/share/man/man3/rdma_destroy_srq.3.gz
6480 OLD_FILES+=usr/share/man/man3/rdma_disconnect.3.gz
6481 OLD_FILES+=usr/share/man/man3/rdma_event_str.3.gz
6482 OLD_FILES+=usr/share/man/man3/rdma_free_devices.3.gz
6483 OLD_FILES+=usr/share/man/man3/rdma_get_cm_event.3.gz
6484 OLD_FILES+=usr/share/man/man3/rdma_get_devices.3.gz
6485 OLD_FILES+=usr/share/man/man3/rdma_get_dst_port.3.gz
6486 OLD_FILES+=usr/share/man/man3/rdma_get_local_addr.3.gz
6487 OLD_FILES+=usr/share/man/man3/rdma_get_peer_addr.3.gz
6488 OLD_FILES+=usr/share/man/man3/rdma_get_recv_comp.3.gz
6489 OLD_FILES+=usr/share/man/man3/rdma_get_request.3.gz
6490 OLD_FILES+=usr/share/man/man3/rdma_get_send_comp.3.gz
6491 OLD_FILES+=usr/share/man/man3/rdma_get_src_port.3.gz
6492 OLD_FILES+=usr/share/man/man3/rdma_getaddrinfo.3.gz
6493 OLD_FILES+=usr/share/man/man3/rdma_join_multicast.3.gz
6494 OLD_FILES+=usr/share/man/man3/rdma_leave_multicast.3.gz
6495 OLD_FILES+=usr/share/man/man3/rdma_listen.3.gz
6496 OLD_FILES+=usr/share/man/man3/rdma_migrate_id.3.gz
6497 OLD_FILES+=usr/share/man/man3/rdma_notify.3.gz
6498 OLD_FILES+=usr/share/man/man3/rdma_post_read.3.gz
6499 OLD_FILES+=usr/share/man/man3/rdma_post_readv.3.gz
6500 OLD_FILES+=usr/share/man/man3/rdma_post_recv.3.gz
6501 OLD_FILES+=usr/share/man/man3/rdma_post_recvv.3.gz
6502 OLD_FILES+=usr/share/man/man3/rdma_post_send.3.gz
6503 OLD_FILES+=usr/share/man/man3/rdma_post_sendv.3.gz
6504 OLD_FILES+=usr/share/man/man3/rdma_post_ud_send.3.gz
6505 OLD_FILES+=usr/share/man/man3/rdma_post_write.3.gz
6506 OLD_FILES+=usr/share/man/man3/rdma_post_writev.3.gz
6507 OLD_FILES+=usr/share/man/man3/rdma_reg_msgs.3.gz
6508 OLD_FILES+=usr/share/man/man3/rdma_reg_read.3.gz
6509 OLD_FILES+=usr/share/man/man3/rdma_reg_write.3.gz
6510 OLD_FILES+=usr/share/man/man3/rdma_reject.3.gz
6511 OLD_FILES+=usr/share/man/man3/rdma_resolve_addr.3.gz
6512 OLD_FILES+=usr/share/man/man3/rdma_resolve_route.3.gz
6513 OLD_FILES+=usr/share/man/man3/rdma_set_option.3.gz
6514 OLD_FILES+=usr/share/man/man4/mlx4ib.4.gz
6515 OLD_FILES+=usr/share/man/man4/mlx5ib.4.gz
6516 OLD_FILES+=usr/share/man/man8/ibstat.8.gz
6517 .endif
6518
6519 .if ${MK_OFED_EXTRA} == no
6520 OLD_FILES+=usr/bin/dump_fts
6521 OLD_FILES+=usr/bin/ibaddr
6522 OLD_FILES+=usr/bin/ibcacheedit
6523 OLD_FILES+=usr/bin/ibccconfig
6524 OLD_FILES+=usr/bin/ibccquery
6525 OLD_FILES+=usr/bin/iblinkinfo
6526 OLD_FILES+=usr/bin/ibmirror
6527 OLD_FILES+=usr/bin/ibnetdiscover
6528 OLD_FILES+=usr/bin/ibping
6529 OLD_FILES+=usr/bin/ibportstate
6530 OLD_FILES+=usr/bin/ibqueryerrors
6531 OLD_FILES+=usr/bin/ibroute
6532 OLD_FILES+=usr/bin/ibsysstat
6533 OLD_FILES+=usr/bin/ibtracert
6534 OLD_FILES+=usr/bin/opensm
6535 OLD_FILES+=usr/bin/perfquery
6536 OLD_FILES+=usr/bin/saquery
6537 OLD_FILES+=usr/bin/sminfo
6538 OLD_FILES+=usr/bin/smpdump
6539 OLD_FILES+=usr/bin/smpquery
6540 OLD_FILES+=usr/bin/vendstat
6541 OLD_FILES+=usr/share/man/man8/dump_fts.8.gz
6542 OLD_FILES+=usr/share/man/man8/ibaddr.8.gz
6543 OLD_FILES+=usr/share/man/man8/ibcacheedit.8.gz
6544 OLD_FILES+=usr/share/man/man8/ibccconfig.8.gz
6545 OLD_FILES+=usr/share/man/man8/ibccquery.8.gz
6546 OLD_FILES+=usr/share/man/man8/iblinkinfo.8.gz
6547 OLD_FILES+=usr/share/man/man8/ibnetdiscover.8.gz
6548 OLD_FILES+=usr/share/man/man8/ibping.8.gz
6549 OLD_FILES+=usr/share/man/man8/ibportstate.8.gz
6550 OLD_FILES+=usr/share/man/man8/ibqueryerrors.8.gz
6551 OLD_FILES+=usr/share/man/man8/ibroute.8.gz
6552 OLD_FILES+=usr/share/man/man8/ibsysstat.8.gz
6553 OLD_FILES+=usr/share/man/man8/ibtracert.8.gz
6554 OLD_FILES+=usr/share/man/man8/opensm.8.gz
6555 OLD_FILES+=usr/share/man/man8/perfquery.8.gz
6556 OLD_FILES+=usr/share/man/man8/saquery.8.gz
6557 OLD_FILES+=usr/share/man/man8/sminfo.8.gz
6558 OLD_FILES+=usr/share/man/man8/smpdump.8.gz
6559 OLD_FILES+=usr/share/man/man8/smpquery.8.gz
6560 OLD_FILES+=usr/share/man/man8/vendstat.8.gz
6561 .endif
6562
6563 .if ${MK_OPENMP} == no
6564 OLD_FILES+=usr/include/omp.h
6565 OLD_FILES+=usr/lib/libgomp.so
6566 OLD_LIBS+=usr/lib/libomp.so
6567 .endif
6568
6569 .if ${MK_OPENSSH} == no
6570 OLD_FILES+=etc/rc.d/sshd
6571 OLD_FILES+=etc/ssh/moduli
6572 OLD_FILES+=etc/ssh/ssh_config
6573 OLD_FILES+=etc/ssh/sshd_config
6574 OLD_DIRS+=etc/ssh
6575 OLD_FILES+=usr/bin/scp
6576 OLD_FILES+=usr/bin/sftp
6577 OLD_FILES+=usr/bin/slogin
6578 OLD_FILES+=usr/bin/ssh
6579 OLD_FILES+=usr/bin/ssh-add
6580 OLD_FILES+=usr/bin/ssh-agent
6581 OLD_FILES+=usr/bin/ssh-copy-id
6582 OLD_FILES+=usr/bin/ssh-keygen
6583 OLD_FILES+=usr/bin/ssh-keyscan
6584 OLD_FILES+=usr/lib/libprivatecbor.a
6585 OLD_FILES+=usr/lib/libprivatecbor.so
6586 OLD_LIBS+=usr/lib/libprivatecbor.so.5
6587 OLD_FILES+=/usr/lib/libprivatefido2.a
6588 OLD_FILES+=/usr/lib/libprivatefido2.so
6589 OLD_LIBS+=/usr/lib/libprivatefido2.so.5
6590 OLD_FILES+=usr/lib/pam_ssh.so
6591 OLD_LIBS+=usr/lib/pam_ssh.so.6
6592 OLD_FILES+=usr/lib/libprivatessh.a
6593 OLD_FILES+=usr/lib/libprivatessh.so
6594 OLD_LIBS+=usr/lib/libprivatessh.so.5
6595 OLD_FILES+=usr/lib/libprivatessh_p.a
6596 OLD_FILES+=usr/libexec/sftp-server
6597 OLD_FILES+=usr/libexec/ssh-keysign
6598 OLD_FILES+=usr/libexec/ssh-pkcs11-helper
6599 OLD_FILES+=usr/libexec/ssh-sk-helper
6600 OLD_FILES+=usr/sbin/sshd
6601 OLD_FILES+=usr/share/man/man1/scp.1.gz
6602 OLD_FILES+=usr/share/man/man1/sftp.1.gz
6603 OLD_FILES+=usr/share/man/man1/slogin.1.gz
6604 OLD_FILES+=usr/share/man/man1/ssh-add.1.gz
6605 OLD_FILES+=usr/share/man/man1/ssh-agent.1.gz
6606 OLD_FILES+=usr/share/man/man1/ssh-copy-id.1.gz
6607 OLD_FILES+=usr/share/man/man1/ssh-keygen.1.gz
6608 OLD_FILES+=usr/share/man/man1/ssh-keyscan.1.gz
6609 OLD_FILES+=usr/share/man/man1/ssh.1.gz
6610 OLD_FILES+=usr/share/man/man5/ssh_config.5.gz
6611 OLD_FILES+=usr/share/man/man5/sshd_config.5.gz
6612 OLD_FILES+=usr/share/man/man8/pam_ssh.8.gz
6613 OLD_FILES+=usr/share/man/man8/sftp-server.8.gz
6614 OLD_FILES+=usr/share/man/man8/ssh-keysign.8.gz
6615 OLD_FILES+=usr/share/man/man8/ssh-pkcs11-helper.8.gz
6616 OLD_FILES+=usr/share/man/man8/ssh-sk-helper.8.gz
6617 OLD_FILES+=usr/share/man/man8/sshd.8.gz
6618 .endif
6619
6620 .if ${MK_OPENSSL} == no
6621 OLD_FILES+=etc/rc.d/keyserv
6622 .endif
6623
6624 .if ${MK_PF} == no
6625 OLD_FILES+=etc/newsyslog.conf.d/pf.conf
6626 OLD_FILES+=etc/periodic/security/520.pfdenied
6627 OLD_FILES+=etc/pf.os
6628 OLD_FILES+=etc/rc.d/ftp-proxy
6629 OLD_FILES+=sbin/pfctl
6630 OLD_FILES+=sbin/pflogd
6631 OLD_FILES+=usr/include/netpfil/pf/pf.h
6632 OLD_FILES+=usr/include/netpfil/pf/pf_altq.h
6633 OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h
6634 OLD_FILES+=usr/lib/snmp_pf.so
6635 OLD_LIBS+=usr/lib/snmp_pf.so.6
6636 OLD_FILES+=usr/libexec/tftp-proxy
6637 OLD_FILES+=usr/sbin/ftp-proxy
6638 OLD_FILES+=usr/share/examples/etc/pf.os
6639 OLD_FILES+=usr/share/examples/pf/ackpri
6640 OLD_FILES+=usr/share/examples/pf/faq-example1
6641 OLD_FILES+=usr/share/examples/pf/faq-example2
6642 OLD_FILES+=usr/share/examples/pf/faq-example3
6643 OLD_FILES+=usr/share/examples/pf/pf.conf
6644 OLD_FILES+=usr/share/examples/pf/queue1
6645 OLD_FILES+=usr/share/examples/pf/queue2
6646 OLD_FILES+=usr/share/examples/pf/queue3
6647 OLD_FILES+=usr/share/examples/pf/queue4
6648 OLD_FILES+=usr/share/examples/pf/spamd
6649 OLD_DIRS+=usr/share/examples/pf
6650 OLD_FILES+=usr/share/man/man4/pf.4.gz
6651 OLD_FILES+=usr/share/man/man4/pflog.4.gz
6652 OLD_FILES+=usr/share/man/man4/pfsync.4.gz
6653 OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
6654 OLD_FILES+=usr/share/man/man5/pf.os.5.gz
6655 OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
6656 OLD_FILES+=usr/share/man/man8/pfctl.8.gz
6657 OLD_FILES+=usr/share/man/man8/pflogd.8.gz
6658 OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
6659 OLD_FILES+=usr/share/snmp/defs/pf_tree.def
6660 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
6661 .endif
6662
6663 .if ${MK_PKGBOOTSTRAP} == no
6664 OLD_FILES+=usr/sbin/pkg
6665 OLD_FILES+=usr/share/man/man7/pkg.7.gz
6666 .endif
6667
6668 .if ${MK_PMC} == no
6669 OLD_FILES+=usr/bin/pmcstudy
6670 .if ${TARGET_ARCH} == "amd64"
6671 OLD_FILES+=usr/include/libipt/pt_last_ip.h
6672 OLD_FILES+=usr/include/libipt/intel-pt.h
6673 OLD_FILES+=usr/include/libipt/pt_time.h
6674 OLD_FILES+=usr/include/libipt/pt_cpu.h
6675 OLD_FILES+=usr/include/libipt/pt_compiler.h
6676 OLD_DIRS+=usr/include/libipt
6677 .endif
6678 .if ${TARGET_ARCH} == "aarch64"
6679 OLD_FILES+=usr/include/opencsd/c_api/opencsd_c_api.h
6680 OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_cust_impl.h
6681 OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_types.h
6682 OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_cust_fact.h
6683 OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_custom.h
6684 OLD_DIRS+=usr/include/opencsd/c_api
6685 OLD_FILES+=usr/include/opencsd/ocsd_if_types.h
6686 OLD_FILES+=usr/include/opencsd/ptm/trc_dcd_mngr_ptm.h
6687 OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_proc_ptm.h
6688 OLD_FILES+=usr/include/opencsd/ptm/trc_cmp_cfg_ptm.h
6689 OLD_FILES+=usr/include/opencsd/ptm/ptm_decoder.h
6690 OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_elem_ptm.h
6691 OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_decode_ptm.h
6692 OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_types_ptm.h
6693 OLD_DIRS+=usr/include/opencsd/ptm
6694 OLD_FILES+=usr/include/opencsd/trc_gen_elem_types.h
6695 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_proc_etmv4.h
6696 OLD_FILES+=usr/include/opencsd/etmv4/trc_etmv4_stack_elem.h
6697 OLD_FILES+=usr/include/opencsd/etmv4/etmv4_decoder.h
6698 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4i.h
6699 OLD_FILES+=usr/include/opencsd/etmv4/trc_dcd_mngr_etmv4i.h
6700 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_types_etmv4.h
6701 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4d.h
6702 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_decode_etmv4i.h
6703 OLD_FILES+=usr/include/opencsd/etmv4/trc_cmp_cfg_etmv4.h
6704 OLD_DIRS+=usr/include/opencsd/etmv4
6705 OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_decode_etmv3.h
6706 OLD_FILES+=usr/include/opencsd/etmv3/trc_cmp_cfg_etmv3.h
6707 OLD_FILES+=usr/include/opencsd/etmv3/etmv3_decoder.h
6708 OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_proc_etmv3.h
6709 OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_elem_etmv3.h
6710 OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_types_etmv3.h
6711 OLD_FILES+=usr/include/opencsd/etmv3/trc_dcd_mngr_etmv3.h
6712 OLD_DIRS+=usr/include/opencsd/etmv3
6713 OLD_FILES+=usr/include/opencsd/trc_pkt_types.h
6714 OLD_FILES+=usr/include/opencsd/stm/trc_pkt_proc_stm.h
6715 OLD_FILES+=usr/include/opencsd/stm/trc_pkt_types_stm.h
6716 OLD_FILES+=usr/include/opencsd/stm/stm_decoder.h
6717 OLD_FILES+=usr/include/opencsd/stm/trc_dcd_mngr_stm.h
6718 OLD_FILES+=usr/include/opencsd/stm/trc_cmp_cfg_stm.h
6719 OLD_FILES+=usr/include/opencsd/stm/trc_pkt_elem_stm.h
6720 OLD_FILES+=usr/include/opencsd/stm/trc_pkt_decode_stm.h
6721 OLD_DIRS+=usr/include/opencsd/stm
6722 OLD_DIRS+=usr/include/opencsd
6723 .endif
6724 OLD_FILES+=usr/include/pmc.h
6725 OLD_FILES+=usr/include/pmclog.h
6726 OLD_FILES+=usr/include/pmcformat.h
6727 OLD_FILES+=usr/include/libpmcstat.h
6728 .if ${TARGET_ARCH} == "amd64"
6729 OLD_FILES+=usr/lib/libipt.a
6730 OLD_FILES+=usr/lib/libipt.so
6731 OLD_LIBS+=lib/libipt.so.0
6732 OLD_FILES+=usr/lib/libipt_p.a
6733 .endif
6734 .if ${TARGET_ARCH} == "aarch64"
6735 OLD_FILES+=usr/lib/libopencsd.a
6736 OLD_FILES+=usr/lib/libopencsd.so
6737 OLD_LIBS+=lib/libopencsd.so.0
6738 OLD_FILES+=usr/lib/libopencsd_p.a
6739 .endif
6740 OLD_FILES+=usr/lib/libpmc.a
6741 OLD_FILES+=usr/lib/libpmc.so
6742 OLD_LIBS+=usr/lib/libpmc.so.5
6743 OLD_FILES+=usr/lib/libpmc_p.a
6744 OLD_FILES+=usr/sbin/pmc
6745 OLD_FILES+=usr/sbin/pmcannotate
6746 OLD_FILES+=usr/sbin/pmccontrol
6747 OLD_FILES+=usr/sbin/pmcstat
6748 OLD_FILES+=usr/share/man/man3/pmc.3.gz
6749 OLD_FILES+=usr/share/man/man3/pmc.amd.3.gz
6750 OLD_FILES+=usr/share/man/man3/pmc.atom.3.gz
6751 OLD_FILES+=usr/share/man/man3/pmc.atomsilvermont.3.gz
6752 OLD_FILES+=usr/share/man/man3/pmc.core.3.gz
6753 OLD_FILES+=usr/share/man/man3/pmc.core2.3.gz
6754 OLD_FILES+=usr/share/man/man3/pmc.corei7.3.gz
6755 OLD_FILES+=usr/share/man/man3/pmc.corei7uc.3.gz
6756 OLD_FILES+=usr/share/man/man3/pmc.haswell.3.gz
6757 OLD_FILES+=usr/share/man/man3/pmc.haswelluc.3.gz
6758 OLD_FILES+=usr/share/man/man3/pmc.haswellxeon.3.gz
6759 OLD_FILES+=usr/share/man/man3/pmc.iaf.3.gz
6760 OLD_FILES+=usr/share/man/man3/pmc.ivybridge.3.gz
6761 OLD_FILES+=usr/share/man/man3/pmc.ivybridgexeon.3.gz
6762 OLD_FILES+=usr/share/man/man3/pmc.k8.3.gz
6763 OLD_FILES+=usr/share/man/man3/pmc.sandybridge.3.gz
6764 OLD_FILES+=usr/share/man/man3/pmc.sandybridgeuc.3.gz
6765 OLD_FILES+=usr/share/man/man3/pmc.sandybridgexeon.3.gz
6766 OLD_FILES+=usr/share/man/man3/pmc.soft.3.gz
6767 OLD_FILES+=usr/share/man/man3/pmc.tsc.3.gz
6768 OLD_FILES+=usr/share/man/man3/pmc.ucf.3.gz
6769 OLD_FILES+=usr/share/man/man3/pmc.westmere.3.gz
6770 OLD_FILES+=usr/share/man/man3/pmc.westmereuc.3.gz
6771 OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz
6772 OLD_FILES+=usr/share/man/man3/pmc_allocate.3.gz
6773 OLD_FILES+=usr/share/man/man3/pmc_attach.3.gz
6774 OLD_FILES+=usr/share/man/man3/pmc_capabilities.3.gz
6775 OLD_FILES+=usr/share/man/man3/pmc_configure_logfile.3.gz
6776 OLD_FILES+=usr/share/man/man3/pmc_cpuinfo.3.gz
6777 OLD_FILES+=usr/share/man/man3/pmc_detach.3.gz
6778 OLD_FILES+=usr/share/man/man3/pmc_disable.3.gz
6779 OLD_FILES+=usr/share/man/man3/pmc_enable.3.gz
6780 OLD_FILES+=usr/share/man/man3/pmc_event_names_of_class.3.gz
6781 OLD_FILES+=usr/share/man/man3/pmc_flush_logfile.3.gz
6782 OLD_FILES+=usr/share/man/man3/pmc_get_driver_stats.3.gz
6783 OLD_FILES+=usr/share/man/man3/pmc_get_msr.3.gz
6784 OLD_FILES+=usr/share/man/man3/pmc_init.3.gz
6785 OLD_FILES+=usr/share/man/man3/pmc_name_of_capability.3.gz
6786 OLD_FILES+=usr/share/man/man3/pmc_name_of_class.3.gz
6787 OLD_FILES+=usr/share/man/man3/pmc_name_of_cputype.3.gz
6788 OLD_FILES+=usr/share/man/man3/pmc_name_of_disposition.3.gz
6789 OLD_FILES+=usr/share/man/man3/pmc_name_of_event.3.gz
6790 OLD_FILES+=usr/share/man/man3/pmc_name_of_mode.3.gz
6791 OLD_FILES+=usr/share/man/man3/pmc_name_of_state.3.gz
6792 OLD_FILES+=usr/share/man/man3/pmc_ncpu.3.gz
6793 OLD_FILES+=usr/share/man/man3/pmc_npmc.3.gz
6794 OLD_FILES+=usr/share/man/man3/pmc_pmcinfo.3.gz
6795 OLD_FILES+=usr/share/man/man3/pmc_read.3.gz
6796 OLD_FILES+=usr/share/man/man3/pmc_release.3.gz
6797 OLD_FILES+=usr/share/man/man3/pmc_rw.3.gz
6798 OLD_FILES+=usr/share/man/man3/pmc_set.3.gz
6799 OLD_FILES+=usr/share/man/man3/pmc_start.3.gz
6800 OLD_FILES+=usr/share/man/man3/pmc_stop.3.gz
6801 OLD_FILES+=usr/share/man/man3/pmc_width.3.gz
6802 OLD_FILES+=usr/share/man/man3/pmc_write.3.gz
6803 OLD_FILES+=usr/share/man/man3/pmc_writelog.3.gz
6804 OLD_FILES+=usr/share/man/man3/pmclog.3.gz
6805 OLD_FILES+=usr/share/man/man3/pmclog_close.3.gz
6806 OLD_FILES+=usr/share/man/man3/pmclog_feed.3.gz
6807 OLD_FILES+=usr/share/man/man3/pmclog_open.3.gz
6808 OLD_FILES+=usr/share/man/man3/pmclog_read.3.gz
6809 OLD_FILES+=usr/share/man/man8/pmcannotate.8.gz
6810 OLD_FILES+=usr/share/man/man8/pmccontrol.8.gz
6811 OLD_FILES+=usr/share/man/man8/pmcstat.8.gz
6812 OLD_FILES+=usr/share/man/man8/pmcstudy.8.gz
6813 .endif
6814
6815 .if ${MK_PPP} == no
6816 OLD_FILES+=etc/newsyslog.conf.d/ppp.conf
6817 OLD_FILES+=etc/ppp/ppp.conf
6818 OLD_FILES+=etc/syslog.d/ppp.conf
6819 OLD_DIRS+=etc/ppp
6820 OLD_FILES+=usr/sbin/ppp
6821 OLD_FILES+=usr/sbin/pppctl
6822 OLD_FILES+=usr/share/man/man8/ppp.8.gz
6823 OLD_FILES+=usr/share/man/man8/pppctl.8.gz
6824 .endif
6825
6826 .if ${MK_PROFILE} == no
6827 OLD_FILES+=usr/lib/lib80211_p.a
6828 OLD_FILES+=usr/lib/lib9p_p.a
6829 OLD_FILES+=usr/lib/libBlocksRuntime_p.a
6830 OLD_FILES+=usr/lib/libalias_dummy_p.a
6831 OLD_FILES+=usr/lib/libalias_ftp_p.a
6832 OLD_FILES+=usr/lib/libalias_irc_p.a
6833 OLD_FILES+=usr/lib/libalias_nbt_p.a
6834 OLD_FILES+=usr/lib/libalias_p.a
6835 OLD_FILES+=usr/lib/libalias_pptp_p.a
6836 OLD_FILES+=usr/lib/libalias_skinny_p.a
6837 OLD_FILES+=usr/lib/libalias_smedia_p.a
6838 OLD_FILES+=usr/lib/libarchive_p.a
6839 OLD_FILES+=usr/lib/libasn1_p.a
6840 OLD_FILES+=usr/lib/libauditd_p.a
6841 OLD_FILES+=usr/lib/libavl_p.a
6842 OLD_FILES+=usr/lib/libbe_p.a
6843 OLD_FILES+=usr/lib/libbegemot_p.a
6844 OLD_FILES+=usr/lib/libblacklist_p.a
6845 OLD_FILES+=usr/lib/libbluetooth_p.a
6846 OLD_FILES+=usr/lib/libbsdxml_p.a
6847 OLD_FILES+=usr/lib/libbsm_p.a
6848 OLD_FILES+=usr/lib/libbsnmp_p.a
6849 OLD_FILES+=usr/lib/libbz2_p.a
6850 OLD_FILES+=usr/lib/libc++_p.a
6851 OLD_FILES+=usr/lib/libc_p.a
6852 OLD_FILES+=usr/lib/libcalendar_p.a
6853 OLD_FILES+=usr/lib/libcam_p.a
6854 OLD_FILES+=usr/lib/libcom_err_p.a
6855 OLD_FILES+=usr/lib/libcompat_p.a
6856 OLD_FILES+=usr/lib/libcompiler_rt_p.a
6857 OLD_FILES+=usr/lib/libcrypt_p.a
6858 OLD_FILES+=usr/lib/libcrypto_p.a
6859 OLD_FILES+=usr/lib/libctf_p.a
6860 OLD_FILES+=usr/lib/libcurses_p.a
6861 OLD_FILES+=usr/lib/libcursesw_p.a
6862 OLD_FILES+=usr/lib/libcuse_p.a
6863 OLD_FILES+=usr/lib/libcxxrt_p.a
6864 OLD_FILES+=usr/lib/libdevctl_p.a
6865 OLD_FILES+=usr/lib/libdevinfo_p.a
6866 OLD_FILES+=usr/lib/libdevstat_p.a
6867 OLD_FILES+=usr/lib/libdialog_p.a
6868 OLD_FILES+=usr/lib/libdl_p.a
6869 OLD_FILES+=usr/lib/libdpv_p.a
6870 OLD_FILES+=usr/lib/libdtrace_p.a
6871 OLD_FILES+=usr/lib/libdwarf_p.a
6872 OLD_FILES+=usr/lib/libedit_p.a
6873 OLD_FILES+=usr/lib/libefivar_p.a
6874 OLD_FILES+=usr/lib/libelf_p.a
6875 OLD_FILES+=usr/lib/libexecinfo_p.a
6876 OLD_FILES+=usr/lib/libfetch_p.a
6877 OLD_FILES+=usr/lib/libfigpar_p.a
6878 OLD_FILES+=usr/lib/libfl_p.a
6879 OLD_FILES+=usr/lib/libform_p.a
6880 OLD_FILES+=usr/lib/libformw_p.a
6881 OLD_FILES+=usr/lib/libgcc_eh_p.a
6882 OLD_FILES+=usr/lib/libgcc_p.a
6883 OLD_FILES+=usr/lib/libgeom_p.a
6884 OLD_FILES+=usr/lib/libgpio_p.a
6885 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
6886 OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
6887 OLD_FILES+=usr/lib/libgssapi_p.a
6888 OLD_FILES+=usr/lib/libgssapi_spnego_p.a
6889 OLD_FILES+=usr/lib/libhdb_p.a
6890 OLD_FILES+=usr/lib/libheimbase_p.a
6891 OLD_FILES+=usr/lib/libheimntlm_p.a
6892 OLD_FILES+=usr/lib/libheimsqlite_p.a
6893 OLD_FILES+=usr/lib/libhistory_p.a
6894 OLD_FILES+=usr/lib/libhx509_p.a
6895 OLD_FILES+=usr/lib/libicp_p.a
6896 OLD_FILES+=usr/lib/libicp_rescue_p.a
6897 OLD_FILES+=usr/lib/libipsec_p.a
6898 OLD_FILES+=usr/lib/libipt_p.a
6899 OLD_FILES+=usr/lib/libjail_p.a
6900 OLD_FILES+=usr/lib/libkadm5clnt_p.a
6901 OLD_FILES+=usr/lib/libkadm5srv_p.a
6902 OLD_FILES+=usr/lib/libkafs5_p.a
6903 OLD_FILES+=usr/lib/libkdc_p.a
6904 OLD_FILES+=usr/lib/libkiconv_p.a
6905 OLD_FILES+=usr/lib/libkrb5_p.a
6906 OLD_FILES+=usr/lib/libkvm_p.a
6907 OLD_FILES+=usr/lib/libl_p.a
6908 OLD_FILES+=usr/lib/libln_p.a
6909 OLD_FILES+=usr/lib/liblzma_p.a
6910 OLD_FILES+=usr/lib/libm_p.a
6911 OLD_FILES+=usr/lib/libmagic_p.a
6912 OLD_FILES+=usr/lib/libmd_p.a
6913 OLD_FILES+=usr/lib/libmemstat_p.a
6914 OLD_FILES+=usr/lib/libmenu_p.a
6915 OLD_FILES+=usr/lib/libmenuw_p.a
6916 OLD_FILES+=usr/lib/libmilter_p.a
6917 OLD_FILES+=usr/lib/libmp_p.a
6918 OLD_FILES+=usr/lib/libmt_p.a
6919 OLD_FILES+=usr/lib/libncurses_p.a
6920 OLD_FILES+=usr/lib/libncursesw_p.a
6921 OLD_FILES+=usr/lib/libnetgraph_p.a
6922 OLD_FILES+=usr/lib/libnetmap_p.a
6923 OLD_FILES+=usr/lib/libnss_tacplus_p.a
6924 OLD_FILES+=usr/lib/libnv_p.a
6925 OLD_FILES+=usr/lib/libnvpair_p.a
6926 OLD_FILES+=usr/lib/libopencsd_p.a
6927 OLD_FILES+=usr/lib/libopie_p.a
6928 OLD_FILES+=usr/lib/libpanel_p.a
6929 OLD_FILES+=usr/lib/libpanelw_p.a
6930 OLD_FILES+=usr/lib/libpathconv_p.a
6931 OLD_FILES+=usr/lib/libpcap_p.a
6932 OLD_FILES+=usr/lib/libpjdlog_p.a
6933 OLD_FILES+=usr/lib/libpmc_p.a
6934 OLD_FILES+=usr/lib/libprivateatf-c++_p.a
6935 OLD_FILES+=usr/lib/libprivateatf-c_p.a
6936 OLD_FILES+=usr/lib/libprivateauditd_p.a
6937 OLD_FILES+=usr/lib/libprivatebsdstat_p.a
6938 OLD_FILES+=usr/lib/libprivatecbor_p.a
6939 OLD_FILES+=usr/lib/libprivatedevdctl_p.a
6940 OLD_FILES+=usr/lib/libprivateevent_p.a
6941 OLD_FILES+=usr/lib/libprivateevent1_p.a
6942 OLD_FILES+=usr/lib/libprivatefido2_p.a
6943 OLD_FILES+=usr/lib/libprivategmock_main_p.a
6944 OLD_FILES+=usr/lib/libprivategmock_p.a
6945 OLD_FILES+=usr/lib/libprivategtest_main_p.a
6946 OLD_FILES+=usr/lib/libprivategtest_p.a
6947 OLD_FILES+=usr/lib/libprivateheimipcc_p.a
6948 OLD_FILES+=usr/lib/libprivateheimipcs_p.a
6949 OLD_FILES+=usr/lib/libprivateifconfig_p.a
6950 OLD_FILES+=usr/lib/libprivateldns_p.a
6951 OLD_FILES+=usr/lib/libprivatesqlite3_p.a
6952 OLD_FILES+=usr/lib/libprivatessh_p.a
6953 OLD_FILES+=usr/lib/libprivateucl_p.a
6954 OLD_FILES+=usr/lib/libprivateunbound_p.a
6955 OLD_FILES+=usr/lib/libprivatezstd_p.a
6956 OLD_FILES+=usr/lib/libproc_p.a
6957 OLD_FILES+=usr/lib/libprocstat_p.a
6958 OLD_FILES+=usr/lib/libpthread_p.a
6959 OLD_FILES+=usr/lib/libradius_p.a
6960 OLD_FILES+=usr/lib/libregex_p.a
6961 OLD_FILES+=usr/lib/libroken_p.a
6962 OLD_FILES+=usr/lib/librpcsvc_p.a
6963 OLD_FILES+=usr/lib/librss_p.a
6964 OLD_FILES+=usr/lib/librt_p.a
6965 OLD_FILES+=usr/lib/librtld_db_p.a
6966 OLD_FILES+=usr/lib/libsbuf_p.a
6967 OLD_FILES+=usr/lib/libsdp_p.a
6968 OLD_FILES+=usr/lib/libsmb_p.a
6969 OLD_FILES+=usr/lib/libspl_p.a
6970 OLD_FILES+=usr/lib/libssl_p.a
6971 OLD_FILES+=usr/lib/libstats_p.a
6972 OLD_FILES+=usr/lib/libstdbuf_p.a
6973 OLD_FILES+=usr/lib/libstdc++_p.a
6974 OLD_FILES+=usr/lib/libstdthreads_p.a
6975 OLD_FILES+=usr/lib/libsupc++_p.a
6976 OLD_FILES+=usr/lib/libsysdecode_p.a
6977 OLD_FILES+=usr/lib/libtacplus_p.a
6978 OLD_FILES+=usr/lib/libtermcap_p.a
6979 OLD_FILES+=usr/lib/libtermcapw_p.a
6980 OLD_FILES+=usr/lib/libtermlib_p.a
6981 OLD_FILES+=usr/lib/libtermlibw_p.a
6982 OLD_FILES+=usr/lib/libthr_p.a
6983 OLD_FILES+=usr/lib/libthread_db_p.a
6984 OLD_FILES+=usr/lib/libtinfo_p.a
6985 OLD_FILES+=usr/lib/libtinfow_p.a
6986 OLD_FILES+=usr/lib/libtpool_p.a
6987 OLD_FILES+=usr/lib/libufs_p.a
6988 OLD_FILES+=usr/lib/libugidfw_p.a
6989 OLD_FILES+=usr/lib/libulog_p.a
6990 OLD_FILES+=usr/lib/libumem_p.a
6991 OLD_FILES+=usr/lib/libusb_p.a
6992 OLD_FILES+=usr/lib/libusbhid_p.a
6993 OLD_FILES+=usr/lib/libutempter_p.a
6994 OLD_FILES+=usr/lib/libutil_p.a
6995 OLD_FILES+=usr/lib/libuutil_p.a
6996 OLD_FILES+=usr/lib/libvgl_p.a
6997 OLD_FILES+=usr/lib/libvmmapi_p.a
6998 OLD_FILES+=usr/lib/libwind_p.a
6999 OLD_FILES+=usr/lib/libwrap_p.a
7000 OLD_FILES+=usr/lib/libxo_p.a
7001 OLD_FILES+=usr/lib/liby_p.a
7002 OLD_FILES+=usr/lib/libypclnt_p.a
7003 OLD_FILES+=usr/lib/libz_p.a
7004 OLD_FILES+=usr/lib/libzfs_core_p.a
7005 OLD_FILES+=usr/lib/libzfs_p.a
7006 OLD_FILES+=usr/lib/libzfsbootenv_p.a
7007 OLD_FILES+=usr/lib/libzutil_p.a
7008 .endif
7009
7010 .if ${MK_QUOTAS} == no
7011 OLD_FILES+=sbin/quotacheck
7012 OLD_FILES+=usr/bin/quota
7013 OLD_FILES+=usr/sbin/edquota
7014 OLD_FILES+=usr/sbin/quotaoff
7015 OLD_FILES+=usr/sbin/quotaon
7016 OLD_FILES+=usr/sbin/repquota
7017 OLD_FILES+=usr/share/man/man1/quota.1.gz
7018 OLD_FILES+=usr/share/man/man8/edquota.8.gz
7019 OLD_FILES+=usr/share/man/man8/quotacheck.8.gz
7020 OLD_FILES+=usr/share/man/man8/quotaoff.8.gz
7021 OLD_FILES+=usr/share/man/man8/quotaon.8.gz
7022 OLD_FILES+=usr/share/man/man8/repquota.8.gz
7023 .endif
7024
7025 .if ${MK_RADIUS_SUPPORT} == no
7026 OLD_FILES+=usr/lib/libradius.a
7027 OLD_FILES+=usr/lib/libradius.so
7028 OLD_LIBS+=usr/lib/libradius.so.4
7029 OLD_FILES+=usr/lib/libradius_p.a
7030 OLD_FILES+=usr/lib/pam_radius.so
7031 OLD_LIBS+=usr/lib/pam_radius.so.6
7032 OLD_FILES+=usr/include/radlib.h
7033 OLD_FILES+=usr/include/radlib_vs.h
7034 OLD_FILES+=usr/share/man/man3/libradius.3.gz
7035 OLD_FILES+=usr/share/man/man3/rad_acct_open.3.gz
7036 OLD_FILES+=usr/share/man/man3/rad_add_server.3.gz
7037 OLD_FILES+=usr/share/man/man3/rad_add_server_ex.3.gz
7038 OLD_FILES+=usr/share/man/man3/rad_auth_open.3.gz
7039 OLD_FILES+=usr/share/man/man3/rad_bind_to.3.gz
7040 OLD_FILES+=usr/share/man/man3/rad_close.3.gz
7041 OLD_FILES+=usr/share/man/man3/rad_config.3.gz
7042 OLD_FILES+=usr/share/man/man3/rad_continue_send_request.3.gz
7043 OLD_FILES+=usr/share/man/man3/rad_create_request.3.gz
7044 OLD_FILES+=usr/share/man/man3/rad_create_response.3.gz
7045 OLD_FILES+=usr/share/man/man3/rad_cvt_addr.3.gz
7046 OLD_FILES+=usr/share/man/man3/rad_cvt_int.3.gz
7047 OLD_FILES+=usr/share/man/man3/rad_cvt_string.3.gz
7048 OLD_FILES+=usr/share/man/man3/rad_demangle.3.gz
7049 OLD_FILES+=usr/share/man/man3/rad_demangle_mppe_key.3.gz
7050 OLD_FILES+=usr/share/man/man3/rad_get_attr.3.gz
7051 OLD_FILES+=usr/share/man/man3/rad_get_vendor_attr.3.gz
7052 OLD_FILES+=usr/share/man/man3/rad_init_send_request.3.gz
7053 OLD_FILES+=usr/share/man/man3/rad_put_addr.3.gz
7054 OLD_FILES+=usr/share/man/man3/rad_put_attr.3.gz
7055 OLD_FILES+=usr/share/man/man3/rad_put_int.3.gz
7056 OLD_FILES+=usr/share/man/man3/rad_put_message_authentic.3.gz
7057 OLD_FILES+=usr/share/man/man3/rad_put_string.3.gz
7058 OLD_FILES+=usr/share/man/man3/rad_put_vendor_addr.3.gz
7059 OLD_FILES+=usr/share/man/man3/rad_put_vendor_attr.3.gz
7060 OLD_FILES+=usr/share/man/man3/rad_put_vendor_int.3.gz
7061 OLD_FILES+=usr/share/man/man3/rad_put_vendor_string.3.gz
7062 OLD_FILES+=usr/share/man/man3/rad_receive_request.3.gz
7063 OLD_FILES+=usr/share/man/man3/rad_request_authenticator.3.gz
7064 OLD_FILES+=usr/share/man/man3/rad_send_request.3.gz
7065 OLD_FILES+=usr/share/man/man3/rad_send_response.3.gz
7066 OLD_FILES+=usr/share/man/man3/rad_server_open.3.gz
7067 OLD_FILES+=usr/share/man/man3/rad_server_secret.3.gz
7068 OLD_FILES+=usr/share/man/man3/rad_strerror.3.gz
7069 OLD_FILES+=usr/share/man/man5/radius.conf.5.gz
7070 OLD_FILES+=usr/share/man/man8/pam_radius.8.gz
7071 .endif
7072
7073 .if ${MK_RBOOTD} == no
7074 OLD_FILES+=usr/libexec/rbootd
7075 OLD_FILES+=usr/share/man/man8/rbootd.8.gz
7076 .endif
7077
7078 .if ${MK_RESCUE} == no
7079 . if exists(${DESTDIR}${TESTSBASE})
7080 RESCUE_DIRS!=find ${DESTDIR}/rescue -type d 2>/dev/null | sed -e 's,^${DESTDIR}/,,'; echo
7081 OLD_DIRS+=${RESCUE_DIRS}
7082 RESCUE_FILES!=find ${DESTDIR}/rescue \! -type d 2>/dev/null | sed -e 's,^${DESTDIR}/,,'; echo
7083 OLD_FILES+=${RESCUE_FILES}
7084 . endif
7085 .endif
7086
7087 .if ${MK_ROUTED} == no
7088 OLD_FILES+=etc/rc.d/routed
7089 OLD_FILES+=rescue/routed
7090 OLD_FILES+=rescue/rtquery
7091 OLD_FILES+=sbin/routed
7092 OLD_FILES+=sbin/rtquery
7093 OLD_FILES+=usr/share/man/man8/routed.8.gz
7094 OLD_FILES+=usr/share/man/man8/rtquery.8.gz
7095 .endif
7096
7097 .if ${MK_SENDMAIL} == no
7098 OLD_FILES+=etc/mtree/BSD.sendmail.dist
7099 OLD_FILES+=etc/newsyslog.conf.d/sendmail.conf
7100 OLD_FILES+=etc/periodic/daily/150.clean-hoststat
7101 OLD_FILES+=etc/periodic/daily/440.status-mailq
7102 OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
7103 OLD_FILES+=etc/periodic/daily/500.queuerun
7104 OLD_FILES+=etc/rc.d/sendmail
7105 .if ${MK_MAILWRAPPER} == no
7106 OLD_FILES+=bin/rmail
7107 .endif
7108 OLD_FILES+=usr/bin/vacation
7109 OLD_FILES+=usr/include/libmilter/mfapi.h
7110 OLD_FILES+=usr/include/libmilter/mfdef.h
7111 OLD_DIRS+=usr/include/libmilter
7112 OLD_FILES+=usr/lib/libmilter.a
7113 OLD_FILES+=usr/lib/libmilter.so
7114 OLD_LIBS+=usr/lib/libmilter.so.5
7115 OLD_FILES+=usr/lib/libmilter_p.a
7116 OLD_FILES+=usr/libexec/mail.local
7117 OLD_FILES+=usr/libexec/sendmail/sendmail
7118 OLD_FILES+=usr/libexec/smrsh
7119 OLD_FILES+=usr/sbin/editmap
7120 OLD_FILES+=usr/sbin/mailstats
7121 OLD_FILES+=usr/sbin/makemap
7122 OLD_FILES+=usr/sbin/praliases
7123 OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
7124 OLD_DIRS+=usr/share/doc/smm/08.sendmailop
7125 OLD_FILES+=usr/share/examples/sendmail/mailer.conf
7126 OLD_DIRS+=usr/share/examples/sendmail
7127 OLD_FILES+=usr/share/man/man1/mailq.1.gz
7128 OLD_FILES+=usr/share/man/man1/newaliases.1.gz
7129 OLD_FILES+=usr/share/man/man1/vacation.1.gz
7130 OLD_FILES+=usr/share/man/man5/aliases.5.gz
7131 OLD_FILES+=usr/share/man/man8/editmap.8.gz
7132 OLD_FILES+=usr/share/man/man8/hoststat.8.gz
7133 OLD_FILES+=usr/share/man/man8/mail.local.8.gz
7134 OLD_FILES+=usr/share/man/man8/mailstats.8.gz
7135 OLD_FILES+=usr/share/man/man8/makemap.8.gz
7136 OLD_FILES+=usr/share/man/man8/praliases.8.gz
7137 OLD_FILES+=usr/share/man/man8/purgestat.8.gz
7138 OLD_FILES+=usr/share/man/man8/rmail.8.gz
7139 OLD_FILES+=usr/share/man/man8/sendmail.8.gz
7140 OLD_FILES+=usr/share/man/man8/smrsh.8.gz
7141 OLD_FILES+=usr/share/sendmail/cf/README
7142 OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
7143 OLD_FILES+=usr/share/sendmail/cf/cf/README
7144 OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
7145 OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
7146 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
7147 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
7148 OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
7149 OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
7150 OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
7151 OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
7152 OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
7153 OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
7154 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
7155 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
7156 OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
7157 OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
7158 OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
7159 OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
7160 OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
7161 OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
7162 OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
7163 OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
7164 OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
7165 OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
7166 OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
7167 OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
7168 OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
7169 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
7170 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
7171 OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
7172 OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
7173 OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
7174 OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
7175 OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
7176 OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
7177 OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
7178 OLD_DIRS+=usr/share/sendmail/cf/cf
7179 OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
7180 OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
7181 OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
7182 OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
7183 OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
7184 OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
7185 OLD_DIRS+=usr/share/sendmail/cf/domain
7186 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
7187 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
7188 OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
7189 OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
7190 OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
7191 OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
7192 OLD_FILES+=usr/share/sendmail/cf/feature/blocklist_recipients.m4
7193 OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
7194 OLD_FILES+=usr/share/sendmail/cf/feature/bcc.m4
7195 OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
7196 OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
7197 OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
7198 OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
7199 OLD_FILES+=usr/share/sendmail/cf/feature/check_other.m4
7200 OLD_FILES+=usr/share/sendmail/cf/feature/check_cert_altnames.m4
7201 OLD_FILES+=usr/share/sendmail/cf/feature/check_other.m4
7202 OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
7203 OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
7204 OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
7205 OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
7206 OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
7207 OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
7208 OLD_FILES+=usr/share/sendmail/cf/feature/fips3.m4
7209 OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
7210 OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
7211 OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
7212 OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
7213 OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
7214 OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
7215 OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
7216 OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
7217 OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
7218 OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
7219 OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
7220 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
7221 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
7222 OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
7223 OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
7224 OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
7225 OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
7226 OLD_FILES+=usr/share/sendmail/cf/feature/nopercenthack.m4
7227 OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
7228 OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
7229 OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
7230 OLD_FILES+=usr/share/sendmail/cf/feature/prefixmod.m4
7231 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
7232 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
7233 OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
7234 OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
7235 OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
7236 OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
7237 OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
7238 OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
7239 OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
7240 OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
7241 OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
7242 OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
7243 OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
7244 OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
7245 OLD_FILES+=usr/share/sendmail/cf/feature/sts.m4
7246 OLD_FILES+=usr/share/sendmail/cf/feature/tls_failures.m4
7247 OLD_FILES+=usr/share/sendmail/cf/feature/tls_session_features.m4
7248 OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
7249 OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
7250 OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
7251 OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
7252 OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
7253 OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
7254 OLD_DIRS+=usr/share/sendmail/cf/feature
7255 OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
7256 OLD_FILES+=usr/share/sendmail/cf/hack/xconnect.m4
7257 OLD_DIRS+=usr/share/sendmail/cf/hack
7258 OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
7259 OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
7260 OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
7261 OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
7262 OLD_DIRS+=usr/share/sendmail/cf/m4
7263 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
7264 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
7265 OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
7266 OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
7267 OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
7268 OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
7269 OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
7270 OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
7271 OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
7272 OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
7273 OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
7274 OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
7275 OLD_DIRS+=usr/share/sendmail/cf/mailer
7276 OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
7277 OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
7278 OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
7279 OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
7280 OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
7281 OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
7282 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
7283 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
7284 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
7285 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
7286 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
7287 OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
7288 OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
7289 OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
7290 OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
7291 OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
7292 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
7293 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
7294 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
7295 OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
7296 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
7297 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
7298 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
7299 OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
7300 OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
7301 OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
7302 OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
7303 OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
7304 OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
7305 OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
7306 OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
7307 OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
7308 OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
7309 OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
7310 OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
7311 OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
7312 OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
7313 OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
7314 OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
7315 OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
7316 OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
7317 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris11.m4
7318 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
7319 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
7320 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
7321 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
7322 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
7323 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
7324 OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
7325 OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
7326 OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
7327 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
7328 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
7329 OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
7330 OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
7331 OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
7332 OLD_DIRS+=usr/share/sendmail/cf/ostype
7333 OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
7334 OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
7335 OLD_DIRS+=usr/share/sendmail/cf/sh
7336 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
7337 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
7338 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
7339 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
7340 OLD_DIRS+=usr/share/sendmail/cf/siteconfig
7341 OLD_DIRS+=usr/share/sendmail/cf
7342 OLD_DIRS+=usr/share/sendmail
7343 OLD_DIRS+=var/spool/clientmqueue
7344 .endif
7345
7346 .if ${MK_SERVICESDB} == no
7347 OLD_FILES+=var/db/services.db
7348 .endif
7349
7350 .if ${MK_NUAGEINIT} == no
7351 OLD_FILES+=etc/rc.d/nuageinit
7352 OLD_FILES+=usr/libexec/nuageinit
7353 OLD_FILES+=usr/share/flua/nuage.lua
7354 OLD_FILES+=usr/share/flua/yaml.lua
7355 OLD_FILES+=usr/tests
7356 OLD_FILES+=usr/tests/libexec/nuageinit/utils
7357 OLD_FILES+=usr/tests/libexec/nuageinit/nuage
7358 OLD_FILES+=usr/tests/libexec/nuageinit/warn.lua
7359 OLD_FILES+=usr/tests/libexec/nuageinit/dirname.lua
7360 OLD_FILES+=usr/tests/libexec/nuageinit/err.lua
7361 OLD_FILES+=usr/tests/libexec/nuageinit/adduser.lua
7362 OLD_FILES+=usr/tests/libexec/nuageinit/addsshkeys.lua
7363 OLD_FILES+=usr/tests/libexec/nuageinit/Kyuafile
7364 OLD_FILES+=usr/tests/libexec/nuageinit/ktrace.out
7365 OLD_FILES+=usr/tests/libexec/nuageinit/addgroup.lua
7366 OLD_FILES+=usr/tests/libexec/nuageinit/sethostname.lua
7367 OLD_FILES+=usr/tests/libexec/nuageinit/nuageinit
7368 OLD_FILES+=usr/tests/libexec/nuageinit/addsshkey.lua
7369 .endif
7370
7371 .if ${MK_SHAREDOCS} == no
7372 OLD_FILES+=usr/share/doc/pjdfstest/README
7373 OLD_DIRS+=usr/share/doc/pjdfstest
7374 .endif
7375
7376 .if ${MK_SYSCONS} == no
7377 OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts
7378 OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt
7379 OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt
7380 OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt
7381 OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt
7382 OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt
7383 OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt
7384 OLD_FILES+=usr/share/syscons/fonts/cp437-8x14.fnt
7385 OLD_FILES+=usr/share/syscons/fonts/cp437-8x16.fnt
7386 OLD_FILES+=usr/share/syscons/fonts/cp437-8x8.fnt
7387 OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x16.fnt
7388 OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x8.fnt
7389 OLD_FILES+=usr/share/syscons/fonts/cp850-8x14.fnt
7390 OLD_FILES+=usr/share/syscons/fonts/cp850-8x16.fnt
7391 OLD_FILES+=usr/share/syscons/fonts/cp850-8x8.fnt
7392 OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x16.fnt
7393 OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x8.fnt
7394 OLD_FILES+=usr/share/syscons/fonts/cp865-8x14.fnt
7395 OLD_FILES+=usr/share/syscons/fonts/cp865-8x16.fnt
7396 OLD_FILES+=usr/share/syscons/fonts/cp865-8x8.fnt
7397 OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x16.fnt
7398 OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x8.fnt
7399 OLD_FILES+=usr/share/syscons/fonts/cp866-8x14.fnt
7400 OLD_FILES+=usr/share/syscons/fonts/cp866-8x16.fnt
7401 OLD_FILES+=usr/share/syscons/fonts/cp866-8x8.fnt
7402 OLD_FILES+=usr/share/syscons/fonts/cp866b-8x16.fnt
7403 OLD_FILES+=usr/share/syscons/fonts/cp866c-8x16.fnt
7404 OLD_FILES+=usr/share/syscons/fonts/cp866u-8x14.fnt
7405 OLD_FILES+=usr/share/syscons/fonts/cp866u-8x16.fnt
7406 OLD_FILES+=usr/share/syscons/fonts/cp866u-8x8.fnt
7407 OLD_FILES+=usr/share/syscons/fonts/haik8-8x14.fnt
7408 OLD_FILES+=usr/share/syscons/fonts/haik8-8x16.fnt
7409 OLD_FILES+=usr/share/syscons/fonts/haik8-8x8.fnt
7410 OLD_FILES+=usr/share/syscons/fonts/iso-8x14.fnt
7411 OLD_FILES+=usr/share/syscons/fonts/iso-8x16.fnt
7412 OLD_FILES+=usr/share/syscons/fonts/iso-8x8.fnt
7413 OLD_FILES+=usr/share/syscons/fonts/iso-thin-8x16.fnt
7414 OLD_FILES+=usr/share/syscons/fonts/iso02-8x14.fnt
7415 OLD_FILES+=usr/share/syscons/fonts/iso02-8x16.fnt
7416 OLD_FILES+=usr/share/syscons/fonts/iso02-8x8.fnt
7417 OLD_FILES+=usr/share/syscons/fonts/iso04-8x14.fnt
7418 OLD_FILES+=usr/share/syscons/fonts/iso04-8x16.fnt
7419 OLD_FILES+=usr/share/syscons/fonts/iso04-8x8.fnt
7420 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x14.fnt
7421 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x16.fnt
7422 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x8.fnt
7423 OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-wide-8x16.fnt
7424 OLD_FILES+=usr/share/syscons/fonts/iso04-wide-8x16.fnt
7425 OLD_FILES+=usr/share/syscons/fonts/iso05-8x14.fnt
7426 OLD_FILES+=usr/share/syscons/fonts/iso05-8x16.fnt
7427 OLD_FILES+=usr/share/syscons/fonts/iso05-8x8.fnt
7428 OLD_FILES+=usr/share/syscons/fonts/iso07-8x14.fnt
7429 OLD_FILES+=usr/share/syscons/fonts/iso07-8x16.fnt
7430 OLD_FILES+=usr/share/syscons/fonts/iso07-8x8.fnt
7431 OLD_FILES+=usr/share/syscons/fonts/iso08-8x14.fnt
7432 OLD_FILES+=usr/share/syscons/fonts/iso08-8x16.fnt
7433 OLD_FILES+=usr/share/syscons/fonts/iso08-8x8.fnt
7434 OLD_FILES+=usr/share/syscons/fonts/iso09-8x16.fnt
7435 OLD_FILES+=usr/share/syscons/fonts/iso15-8x14.fnt
7436 OLD_FILES+=usr/share/syscons/fonts/iso15-8x16.fnt
7437 OLD_FILES+=usr/share/syscons/fonts/iso15-8x8.fnt
7438 OLD_FILES+=usr/share/syscons/fonts/iso15-thin-8x16.fnt
7439 OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x14.fnt
7440 OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x16.fnt
7441 OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x8.fnt
7442 OLD_FILES+=usr/share/syscons/fonts/koi8-rb-8x16.fnt
7443 OLD_FILES+=usr/share/syscons/fonts/koi8-rc-8x16.fnt
7444 OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x14.fnt
7445 OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x16.fnt
7446 OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x8.fnt
7447 OLD_FILES+=usr/share/syscons/fonts/swiss-1131-8x16.fnt
7448 OLD_FILES+=usr/share/syscons/fonts/swiss-1251-8x16.fnt
7449 OLD_FILES+=usr/share/syscons/fonts/swiss-8x14.fnt
7450 OLD_FILES+=usr/share/syscons/fonts/swiss-8x16.fnt
7451 OLD_FILES+=usr/share/syscons/fonts/swiss-8x8.fnt
7452 OLD_FILES+=usr/share/syscons/keymaps/INDEX.keymaps
7453 OLD_FILES+=usr/share/syscons/keymaps/be.iso.acc.kbd
7454 OLD_FILES+=usr/share/syscons/keymaps/be.iso.kbd
7455 OLD_FILES+=usr/share/syscons/keymaps/bg.bds.ctrlcaps.kbd
7456 OLD_FILES+=usr/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd
7457 OLD_FILES+=usr/share/syscons/keymaps/br275.cp850.kbd
7458 OLD_FILES+=usr/share/syscons/keymaps/br275.iso.acc.kbd
7459 OLD_FILES+=usr/share/syscons/keymaps/br275.iso.kbd
7460 OLD_FILES+=usr/share/syscons/keymaps/by.cp1131.kbd
7461 OLD_FILES+=usr/share/syscons/keymaps/by.cp1251.kbd
7462 OLD_FILES+=usr/share/syscons/keymaps/by.iso5.kbd
7463 OLD_FILES+=usr/share/syscons/keymaps/ce.iso2.kbd
7464 OLD_FILES+=usr/share/syscons/keymaps/colemak-dh.iso15.acc.kbd
7465 OLD_FILES+=usr/share/syscons/keymaps/colemak.iso15.acc.kbd
7466 OLD_FILES+=usr/share/syscons/keymaps/cs.latin2.qwertz.kbd
7467 OLD_FILES+=usr/share/syscons/keymaps/cz.iso2.kbd
7468 OLD_FILES+=usr/share/syscons/keymaps/danish.cp865.kbd
7469 OLD_FILES+=usr/share/syscons/keymaps/danish.iso.acc.kbd
7470 OLD_FILES+=usr/share/syscons/keymaps/danish.iso.kbd
7471 OLD_FILES+=usr/share/syscons/keymaps/danish.iso.macbook.kbd
7472 OLD_FILES+=usr/share/syscons/keymaps/dutch.iso.acc.kbd
7473 OLD_FILES+=usr/share/syscons/keymaps/eee_nordic.kbd
7474 OLD_FILES+=usr/share/syscons/keymaps/el.iso07.kbd
7475 OLD_FILES+=usr/share/syscons/keymaps/estonian.cp850.kbd
7476 OLD_FILES+=usr/share/syscons/keymaps/estonian.iso.kbd
7477 OLD_FILES+=usr/share/syscons/keymaps/estonian.iso15.kbd
7478 OLD_FILES+=usr/share/syscons/keymaps/finnish.cp850.kbd
7479 OLD_FILES+=usr/share/syscons/keymaps/finnish.iso.kbd
7480 OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.acc.kbd
7481 OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.kbd
7482 OLD_FILES+=usr/share/syscons/keymaps/fr.iso.acc.kbd
7483 OLD_FILES+=usr/share/syscons/keymaps/fr.iso.kbd
7484 OLD_FILES+=usr/share/syscons/keymaps/fr.macbook.acc.kbd
7485 OLD_FILES+=usr/share/syscons/keymaps/fr_CA.iso.acc.kbd
7486 OLD_FILES+=usr/share/syscons/keymaps/german.cp850.kbd
7487 OLD_FILES+=usr/share/syscons/keymaps/german.iso.acc.kbd
7488 OLD_FILES+=usr/share/syscons/keymaps/german.iso.kbd
7489 OLD_FILES+=usr/share/syscons/keymaps/gr.elot.acc.kbd
7490 OLD_FILES+=usr/share/syscons/keymaps/gr.us101.acc.kbd
7491 OLD_FILES+=usr/share/syscons/keymaps/hr.iso.kbd
7492 OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.101keys.kbd
7493 OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.102keys.kbd
7494 OLD_FILES+=usr/share/syscons/keymaps/hy.armscii-8.kbd
7495 OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.acc.kbd
7496 OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.kbd
7497 OLD_FILES+=usr/share/syscons/keymaps/it.iso.kbd
7498 OLD_FILES+=usr/share/syscons/keymaps/iw.iso8.kbd
7499 OLD_FILES+=usr/share/syscons/keymaps/jp.106.kbd
7500 OLD_FILES+=usr/share/syscons/keymaps/jp.106x.kbd
7501 OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.io.kbd
7502 OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.kst.kbd
7503 OLD_FILES+=usr/share/syscons/keymaps/latinamerican.iso.acc.kbd
7504 OLD_FILES+=usr/share/syscons/keymaps/latinamerican.kbd
7505 OLD_FILES+=usr/share/syscons/keymaps/lt.iso4.kbd
7506 OLD_FILES+=usr/share/syscons/keymaps/norwegian.dvorak.kbd
7507 OLD_FILES+=usr/share/syscons/keymaps/norwegian.iso.kbd
7508 OLD_FILES+=usr/share/syscons/keymaps/pl_PL.ISO8859-2.kbd
7509 OLD_FILES+=usr/share/syscons/keymaps/pl_PL.dvorak.kbd
7510 OLD_FILES+=usr/share/syscons/keymaps/pt.iso.acc.kbd
7511 OLD_FILES+=usr/share/syscons/keymaps/pt.iso.kbd
7512 OLD_FILES+=usr/share/syscons/keymaps/ru.cp866.kbd
7513 OLD_FILES+=usr/share/syscons/keymaps/ru.iso5.kbd
7514 OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.kbd
7515 OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.shift.kbd
7516 OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.win.kbd
7517 OLD_FILES+=usr/share/syscons/keymaps/si.iso.kbd
7518 OLD_FILES+=usr/share/syscons/keymaps/sk.iso2.kbd
7519 OLD_FILES+=usr/share/syscons/keymaps/spanish.dvorak.kbd
7520 OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.acc.kbd
7521 OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.kbd
7522 OLD_FILES+=usr/share/syscons/keymaps/spanish.iso15.acc.kbd
7523 OLD_FILES+=usr/share/syscons/keymaps/swedish.cp850.kbd
7524 OLD_FILES+=usr/share/syscons/keymaps/swedish.iso.kbd
7525 OLD_FILES+=usr/share/syscons/keymaps/swissfrench.cp850.kbd
7526 OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.acc.kbd
7527 OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.kbd
7528 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.cp850.kbd
7529 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.acc.kbd
7530 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.kbd
7531 OLD_FILES+=usr/share/syscons/keymaps/swissgerman.macbook.acc.kbd
7532 OLD_FILES+=usr/share/syscons/keymaps/tr.iso9.q.kbd
7533 OLD_FILES+=usr/share/syscons/keymaps/ua.iso5.kbd
7534 OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.kbd
7535 OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd
7536 OLD_FILES+=usr/share/syscons/keymaps/uk.cp850-ctrl.kbd
7537 OLD_FILES+=usr/share/syscons/keymaps/uk.cp850.kbd
7538 OLD_FILES+=usr/share/syscons/keymaps/uk.dvorak.kbd
7539 OLD_FILES+=usr/share/syscons/keymaps/uk.iso-ctrl.kbd
7540 OLD_FILES+=usr/share/syscons/keymaps/uk.iso.kbd
7541 OLD_FILES+=usr/share/syscons/keymaps/us.dvorak.kbd
7542 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakl.kbd
7543 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakp.kbd
7544 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakr.kbd
7545 OLD_FILES+=usr/share/syscons/keymaps/us.dvorakx.kbd
7546 OLD_FILES+=usr/share/syscons/keymaps/us.emacs.kbd
7547 OLD_FILES+=usr/share/syscons/keymaps/us.iso.acc.kbd
7548 OLD_FILES+=usr/share/syscons/keymaps/us.iso.kbd
7549 OLD_FILES+=usr/share/syscons/keymaps/us.iso.macbook.kbd
7550 OLD_FILES+=usr/share/syscons/keymaps/us.pc-ctrl.kbd
7551 OLD_FILES+=usr/share/syscons/keymaps/us.unix.kbd
7552 OLD_FILES+=usr/share/syscons/scrnmaps/armscii8-2haik8.scm
7553 OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm
7554 OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-4_for_vga9.scm
7555 OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-7_to_cp437.scm
7556 OLD_FILES+=usr/share/syscons/scrnmaps/koi8-r2cp866.scm
7557 OLD_FILES+=usr/share/syscons/scrnmaps/koi8-u2cp866u.scm
7558 OLD_FILES+=usr/share/syscons/scrnmaps/us-ascii_to_cp437.scm
7559 OLD_DIRS+=usr/share/syscons/fonts
7560 OLD_DIRS+=usr/share/syscons/scrnmaps
7561 OLD_DIRS+=usr/share/syscons/keymaps
7562 OLD_DIRS+=usr/share/syscons
7563 .endif
7564
7565 .if ${MK_TALK} == no
7566 OLD_FILES+=usr/bin/talk
7567 OLD_FILES+=usr/libexec/ntalkd
7568 OLD_FILES+=usr/share/man/man1/talk.1.gz
7569 OLD_FILES+=usr/share/man/man8/talkd.8.gz
7570 .endif
7571
7572 .if ${MK_TCSH} == no
7573 OLD_FILES+=.cshrc
7574 OLD_FILES+=etc/csh.cshrc
7575 OLD_FILES+=etc/csh.login
7576 OLD_FILES+=etc/csh.logout
7577 OLD_FILES+=bin/csh
7578 OLD_FILES+=bin/tcsh
7579 OLD_FILES+=rescue/csh
7580 OLD_FILES+=rescue/tcsh
7581 OLD_FILES+=root/.cshrc
7582 OLD_FILES+=root/.login
7583 OLD_FILES+=usr/share/examples/etc/csh.cshrc
7584 OLD_FILES+=usr/share/examples/etc/csh.login
7585 OLD_FILES+=usr/share/examples/etc/csh.logout
7586 OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
7587 OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
7588 OLD_DIRS+=usr/share/examples/tcsh
7589 OLD_FILES+=usr/share/man/man1/csh.1.gz
7590 OLD_FILES+=usr/share/man/man1/tcsh.1.gz
7591 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
7592 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
7593 OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
7594 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
7595 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
7596 OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
7597 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
7598 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
7599 OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
7600 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
7601 OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
7602 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
7603 OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
7604 OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
7605 OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
7606 OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
7607 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
7608 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
7609 OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
7610 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
7611 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
7612 OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
7613 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
7614 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
7615 OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
7616 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
7617 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
7618 OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
7619 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
7620 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
7621 OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
7622 OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
7623 OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
7624 OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
7625 OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
7626 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
7627 OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
7628 OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
7629 OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
7630 OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
7631 OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
7632 OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
7633 OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
7634 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
7635 OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
7636 OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
7637 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
7638 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
7639 .endif
7640
7641 .if ${MK_TELNET} == no
7642 OLD_FILES+=usr/bin/telnet
7643 OLD_FILES+=usr/share/man/man1/telnet.1.gz
7644 .endif
7645
7646 .if ${MK_TESTS} == yes
7647 OLD_FILES+=usr/bin/atf-sh
7648 OLD_FILES+=usr/include/atf-c++/config.hpp
7649 OLD_FILES+=usr/include/atf-c/config.h
7650 OLD_FILES+=usr/lib/libatf-c++.a
7651 OLD_FILES+=usr/lib/libatf-c++.so
7652 OLD_LIBS+=usr/lib/libatf-c++.so.1
7653 OLD_LIBS+=usr/lib/libatf-c++.so.2
7654 OLD_FILES+=usr/lib/libatf-c++_p.a
7655 OLD_FILES+=usr/lib/libatf-c.a
7656 OLD_FILES+=usr/lib/libatf-c.so
7657 OLD_LIBS+=usr/lib/libatf-c.so.1
7658 OLD_FILES+=usr/lib/libatf-c_p.a
7659 OLD_LIBS+=usr/lib/libprivateatf-c.so.0
7660 OLD_LIBS+=usr/lib/libprivateatf-c++.so.1
7661 OLD_FILES+=usr/libdata/pkgconfig/atf-c++.pc
7662 OLD_FILES+=usr/libdata/pkgconfig/atf-c.pc
7663 OLD_FILES+=usr/libdata/pkgconfig/atf-sh.pc
7664 OLD_FILES+=usr/share/aclocal/atf-c++.m4
7665 OLD_FILES+=usr/share/aclocal/atf-c.m4
7666 OLD_FILES+=usr/share/aclocal/atf-common.m4
7667 OLD_FILES+=usr/share/aclocal/atf-sh.m4
7668 OLD_DIRS+=usr/share/aclocal
7669 OLD_DIRS+=usr/tests/bin/chown
7670 OLD_FILES+=usr/tests/bin/chown/Kyuafile
7671 OLD_FILES+=usr/tests/bin/chown/chown-f_test
7672 OLD_FILES+=usr/tests/bin/chown/units_basics
7673 OLD_FILES+=usr/tests/bin/date/legacy_test
7674 OLD_FILES+=usr/tests/bin/sh/legacy_test
7675 OLD_FILES+=usr/tests/usr.bin/atf/Kyuafile
7676 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/Kyuafile
7677 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/atf_check_test
7678 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/config_test
7679 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/integration_test
7680 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/misc_helpers
7681 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/normalize_test
7682 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tc_test
7683 OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tp_test
7684 OLD_DIRS+=usr/tests/usr.bin/atf/atf-sh
7685 OLD_DIRS+=usr/tests/usr.bin/atf
7686 OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
7687 OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
7688 OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test
7689 OLD_FILES+=usr/tests/lib/atf/libatf-c++/config_test
7690 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/expand_test
7691 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/parser_test
7692 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/sanity_test
7693 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/ui_test
7694 OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test
7695 OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test
7696 OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test
7697 OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test
7698 OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test
7699 OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test
7700 OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test
7701 OLD_FILES+=usr/tests/lib/atf/libatf-c++/pkg_config_test
7702 OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test
7703 OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test
7704 OLD_FILES+=usr/tests/lib/atf/libatf-c/config_test
7705 OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test
7706 OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test
7707 OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test
7708 OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test
7709 OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test
7710 OLD_FILES+=usr/tests/lib/atf/libatf-c/pkg_config_test
7711 OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers
7712 OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test
7713 OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test
7714 OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test
7715 OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test
7716 .if ${MK_MAKE} == yes
7717 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/legacy_test
7718 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Kyuafile
7719 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Makefile.test
7720 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.1
7721 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.2
7722 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.3
7723 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.4
7724 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.5
7725 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.6
7726 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.7
7727 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.1
7728 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.2
7729 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.3
7730 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.4
7731 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.5
7732 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.6
7733 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.7
7734 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.1
7735 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.2
7736 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.3
7737 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.4
7738 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.5
7739 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.6
7740 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.7
7741 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/libtest.a
7742 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/legacy_test
7743 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Kyuafile
7744 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Makefile.test
7745 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.1
7746 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.2
7747 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.3
7748 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.4
7749 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.5
7750 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.6
7751 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.7
7752 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.1
7753 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.2
7754 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.3
7755 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.4
7756 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.5
7757 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.6
7758 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.7
7759 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.1
7760 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.2
7761 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.3
7762 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.4
7763 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.5
7764 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.6
7765 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.7
7766 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/libtest.a
7767 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/legacy_test
7768 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Kyuafile
7769 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Makefile.test
7770 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.1
7771 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.2
7772 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.3
7773 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.4
7774 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.5
7775 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.6
7776 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.7
7777 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.1
7778 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.2
7779 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.3
7780 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.4
7781 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.5
7782 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.6
7783 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.7
7784 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.1
7785 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.2
7786 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.3
7787 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.4
7788 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.5
7789 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.6
7790 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.7
7791 OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/libtest.a
7792 OLD_FILES+=usr/tests/usr.bin/make/archives/Kyuafile
7793 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/legacy_test
7794 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/Kyuafile
7795 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.status.1
7796 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stderr.1
7797 OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stdout.1
7798 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/legacy_test
7799 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Kyuafile
7800 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Makefile.test
7801 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.status.1
7802 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stderr.1
7803 OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stdout.1
7804 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/legacy_test
7805 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Kyuafile
7806 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Makefile.test
7807 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.status.1
7808 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stderr.1
7809 OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stdout.1
7810 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/legacy_test
7811 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/Kyuafile
7812 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.status.1
7813 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stderr.1
7814 OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stdout.1
7815 OLD_FILES+=usr/tests/usr.bin/make/basic/Kyuafile
7816 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/legacy_test
7817 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Kyuafile
7818 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Makefile.test
7819 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.status.1
7820 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stderr.1
7821 OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stdout.1
7822 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/legacy_test
7823 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Kyuafile
7824 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Makefile.test
7825 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.status.1
7826 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stderr.1
7827 OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stdout.1
7828 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/legacy_test
7829 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Kyuafile
7830 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Makefile.test
7831 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.status.1
7832 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stderr.1
7833 OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stdout.1
7834 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/legacy_test
7835 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Kyuafile
7836 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Makefile.test
7837 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.status.1
7838 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stderr.1
7839 OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stdout.1
7840 OLD_FILES+=usr/tests/usr.bin/make/execution/Kyuafile
7841 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/legacy_test
7842 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Kyuafile
7843 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Makefile.test
7844 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.1
7845 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.2
7846 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.1
7847 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.2
7848 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.1
7849 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.2
7850 OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/sh
7851 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/legacy_test
7852 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Kyuafile
7853 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Makefile.test
7854 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.1
7855 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.2
7856 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.1
7857 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.2
7858 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.1
7859 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.2
7860 OLD_FILES+=usr/tests/usr.bin/make/shell/meta/sh
7861 OLD_FILES+=usr/tests/usr.bin/make/shell/path/legacy_test
7862 OLD_FILES+=usr/tests/usr.bin/make/shell/path/Kyuafile
7863 OLD_FILES+=usr/tests/usr.bin/make/shell/path/Makefile.test
7864 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.1
7865 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.2
7866 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.1
7867 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.2
7868 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.1
7869 OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.2
7870 OLD_FILES+=usr/tests/usr.bin/make/shell/path/sh
7871 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/legacy_test
7872 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Kyuafile
7873 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Makefile.test
7874 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.1
7875 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.2
7876 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.1
7877 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.2
7878 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.1
7879 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.2
7880 OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/shell
7881 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/legacy_test
7882 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Kyuafile
7883 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Makefile.test
7884 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.1
7885 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.2
7886 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.1
7887 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.2
7888 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.1
7889 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.2
7890 OLD_FILES+=usr/tests/usr.bin/make/shell/replace/shell
7891 OLD_FILES+=usr/tests/usr.bin/make/shell/select/legacy_test
7892 OLD_FILES+=usr/tests/usr.bin/make/shell/select/Kyuafile
7893 OLD_FILES+=usr/tests/usr.bin/make/shell/select/Makefile.test
7894 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.1
7895 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.2
7896 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.1
7897 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.2
7898 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.1
7899 OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.2
7900 OLD_FILES+=usr/tests/usr.bin/make/shell/Kyuafile
7901 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/legacy_test
7902 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Kyuafile
7903 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Makefile.test
7904 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/TEST1.a
7905 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.status.1
7906 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stderr.1
7907 OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stdout.1
7908 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/legacy_test
7909 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Kyuafile
7910 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Makefile.test
7911 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST1.a
7912 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST2.a
7913 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.status.1
7914 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stderr.1
7915 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stdout.1
7916 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/legacy_test
7917 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Kyuafile
7918 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Makefile.test
7919 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST1.a
7920 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST2.a
7921 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.status.1
7922 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stderr.1
7923 OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stdout.1
7924 OLD_FILES+=usr/tests/usr.bin/make/suffixes/Kyuafile
7925 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/legacy_test
7926 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Kyuafile
7927 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Makefile.test
7928 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.status.1
7929 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stderr.1
7930 OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stdout.1
7931 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/legacy_test
7932 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Kyuafile
7933 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Makefile.test
7934 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.1
7935 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.2
7936 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.3
7937 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.4
7938 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.5
7939 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.1
7940 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.2
7941 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.3
7942 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.4
7943 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.5
7944 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.1
7945 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.2
7946 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.3
7947 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.4
7948 OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.5
7949 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/legacy_test
7950 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Kyuafile
7951 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Makefile.test
7952 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.1
7953 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.2
7954 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.1
7955 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.2
7956 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.1
7957 OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.2
7958 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/legacy_test
7959 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Kyuafile
7960 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Makefile.test
7961 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.1
7962 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.2
7963 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.1
7964 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.2
7965 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.1
7966 OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.2
7967 OLD_FILES+=usr/tests/usr.bin/make/syntax/Kyuafile
7968 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/legacy_test
7969 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Kyuafile
7970 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Makefile.test
7971 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.status.1
7972 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stderr.1
7973 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stdout.1
7974 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/Kyuafile
7975 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/sys.mk
7976 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/Kyuafile
7977 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/Kyuafile
7978 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/legacy_test
7979 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/Kyuafile
7980 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/cleanup
7981 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.status.1
7982 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stderr.1
7983 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stdout.1
7984 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/Kyuafile
7985 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/sys.mk
7986 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/Kyuafile
7987 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/Kyuafile
7988 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/legacy_test
7989 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/Kyuafile
7990 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/cleanup
7991 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.status.1
7992 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stderr.1
7993 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stdout.1
7994 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/Kyuafile
7995 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/sys.mk
7996 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/Kyuafile
7997 OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/Kyuafile
7998 OLD_FILES+=usr/tests/usr.bin/make/sysmk/Kyuafile
7999 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/legacy_test
8000 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Kyuafile
8001 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Makefile.test
8002 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.status.1
8003 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stderr.1
8004 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stdout.1
8005 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/legacy_test
8006 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Kyuafile
8007 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Makefile.test
8008 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.1
8009 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.2
8010 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.3
8011 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.1
8012 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.2
8013 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.3
8014 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.1
8015 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.2
8016 OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.3
8017 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/legacy_test
8018 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Kyuafile
8019 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Makefile.test
8020 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.1
8021 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.2
8022 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.1
8023 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.2
8024 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.1
8025 OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.2
8026 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/legacy_test
8027 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Kyuafile
8028 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Makefile.test
8029 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.status.1
8030 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stderr.1
8031 OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stdout.1
8032 OLD_FILES+=usr/tests/usr.bin/make/variables/Kyuafile
8033 OLD_FILES+=usr/tests/usr.bin/make/Kyuafile
8034 OLD_FILES+=usr/tests/usr.bin/make/common.sh
8035 OLD_FILES+=usr/tests/usr.bin/make/test-new.mk
8036 OLD_DIRS+=usr/tests/usr.bin/make/variables/t0
8037 OLD_DIRS+=usr/tests/usr.bin/make/variables/opt_V
8038 OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_t
8039 OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_M
8040 OLD_DIRS+=usr/tests/usr.bin/make/variables
8041 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/mk
8042 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2/1
8043 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2
8044 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2
8045 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/mk
8046 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2/1
8047 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2
8048 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1
8049 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/mk
8050 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2/1
8051 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2
8052 OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0
8053 OLD_DIRS+=usr/tests/usr.bin/make/sysmk
8054 OLD_DIRS+=usr/tests/usr.bin/make/syntax/semi
8055 OLD_DIRS+=usr/tests/usr.bin/make/syntax/funny-targets
8056 OLD_DIRS+=usr/tests/usr.bin/make/syntax/enl
8057 OLD_DIRS+=usr/tests/usr.bin/make/syntax/directive-t0
8058 OLD_DIRS+=usr/tests/usr.bin/make/syntax
8059 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild2
8060 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild1
8061 OLD_DIRS+=usr/tests/usr.bin/make/suffixes/basic
8062 OLD_DIRS+=usr/tests/usr.bin/make/suffixes
8063 OLD_DIRS+=usr/tests/usr.bin/make/shell/select
8064 OLD_DIRS+=usr/tests/usr.bin/make/shell/replace
8065 OLD_DIRS+=usr/tests/usr.bin/make/shell/path_select
8066 OLD_DIRS+=usr/tests/usr.bin/make/shell/path
8067 OLD_DIRS+=usr/tests/usr.bin/make/shell/meta
8068 OLD_DIRS+=usr/tests/usr.bin/make/shell/builtin
8069 OLD_DIRS+=usr/tests/usr.bin/make/shell
8070 OLD_DIRS+=usr/tests/usr.bin/make/execution/plus
8071 OLD_DIRS+=usr/tests/usr.bin/make/execution/joberr
8072 OLD_DIRS+=usr/tests/usr.bin/make/execution/empty
8073 OLD_DIRS+=usr/tests/usr.bin/make/execution/ellipsis
8074 OLD_DIRS+=usr/tests/usr.bin/make/execution
8075 OLD_DIRS+=usr/tests/usr.bin/make/basic/t3
8076 OLD_DIRS+=usr/tests/usr.bin/make/basic/t2
8077 OLD_DIRS+=usr/tests/usr.bin/make/basic/t1
8078 OLD_DIRS+=usr/tests/usr.bin/make/basic/t0
8079 OLD_DIRS+=usr/tests/usr.bin/make/basic
8080 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_oldbsd
8081 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod
8082 OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd
8083 OLD_DIRS+=usr/tests/usr.bin/make/archives
8084 OLD_DIRS+=usr/tests/usr.bin/make
8085 OLD_FILES+=usr/tests/usr.bin/yacc/legacy_test
8086 OLD_FILES+=usr/tests/usr.bin/yacc/regress.00.out
8087 OLD_FILES+=usr/tests/usr.bin/yacc/regress.01.out
8088 OLD_FILES+=usr/tests/usr.bin/yacc/regress.02.out
8089 OLD_FILES+=usr/tests/usr.bin/yacc/regress.03.out
8090 OLD_FILES+=usr/tests/usr.bin/yacc/regress.04.out
8091 OLD_FILES+=usr/tests/usr.bin/yacc/regress.05.out
8092 OLD_FILES+=usr/tests/usr.bin/yacc/regress.06.out
8093 OLD_FILES+=usr/tests/usr.bin/yacc/regress.07.out
8094 OLD_FILES+=usr/tests/usr.bin/yacc/regress.08.out
8095 OLD_FILES+=usr/tests/usr.bin/yacc/regress.09.out
8096 OLD_FILES+=usr/tests/usr.bin/yacc/regress.10.out
8097 OLD_FILES+=usr/tests/usr.bin/yacc/regress.11.out
8098 OLD_FILES+=usr/tests/usr.bin/yacc/regress.12.out
8099 OLD_FILES+=usr/tests/usr.bin/yacc/regress.13.out
8100 OLD_FILES+=usr/tests/usr.bin/yacc/regress.14.out
8101 OLD_FILES+=usr/tests/usr.bin/yacc/regress.sh
8102 OLD_FILES+=usr/tests/usr.bin/yacc/undefined.y
8103 .endif
8104 .else
8105 # ATF libraries.
8106 OLD_FILES+=etc/mtree/BSD.tests.dist
8107 OLD_FILES+=usr/bin/atf-sh
8108 OLD_DIRS+=usr/include/atf-c
8109 OLD_FILES+=usr/include/atf-c/build.h
8110 OLD_FILES+=usr/include/atf-c/check.h
8111 OLD_FILES+=usr/include/atf-c/config.h
8112 OLD_FILES+=usr/include/atf-c/defs.h
8113 OLD_FILES+=usr/include/atf-c/error.h
8114 OLD_FILES+=usr/include/atf-c/error_fwd.h
8115 OLD_FILES+=usr/include/atf-c/macros.h
8116 OLD_FILES+=usr/include/atf-c/tc.h
8117 OLD_FILES+=usr/include/atf-c/tp.h
8118 OLD_FILES+=usr/include/atf-c/utils.h
8119 OLD_FILES+=usr/include/atf-c.h
8120 OLD_DIRS+=usr/include/atf-c++
8121 OLD_FILES+=usr/include/atf-c++/build.hpp
8122 OLD_FILES+=usr/include/atf-c++/check.hpp
8123 OLD_FILES+=usr/include/atf-c++/config.hpp
8124 OLD_FILES+=usr/include/atf-c++/macros.hpp
8125 OLD_FILES+=usr/include/atf-c++/tests.hpp
8126 OLD_FILES+=usr/include/atf-c++/utils.hpp
8127 OLD_FILES+=usr/include/atf-c++.hpp
8128 OLD_FILES+=usr/lib/libatf-c_p.a
8129 OLD_FILES+=usr/lib/libatf-c.so.1
8130 OLD_FILES+=usr/lib/libatf-c.so
8131 OLD_FILES+=usr/lib/libatf-c++.a
8132 OLD_FILES+=usr/lib/libatf-c++_p.a
8133 OLD_FILES+=usr/lib/libatf-c++.so.1
8134 OLD_FILES+=usr/lib/libatf-c++.so
8135 OLD_FILES+=usr/lib/libatf-c.a
8136 OLD_FILES+=usr/libexec/atf-check
8137 OLD_FILES+=usr/libexec/atf-sh
8138 OLD_DIRS+=usr/share/atf
8139 OLD_FILES+=usr/share/atf/libatf-sh.subr
8140 OLD_DIRS+=usr/share/doc/atf
8141 OLD_FILES+=usr/share/doc/atf/AUTHORS
8142 OLD_FILES+=usr/share/doc/atf/COPYING
8143 OLD_FILES+=usr/share/doc/atf/NEWS
8144 OLD_FILES+=usr/share/doc/atf/README
8145 OLD_FILES+=usr/share/doc/pjdfstest/README
8146 OLD_FILES+=usr/share/man/man1/atf-check.1.gz
8147 OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
8148 OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
8149 OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
8150 OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
8151 OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
8152 OLD_FILES+=usr/share/man/man3/atf-sh.3.gz
8153 OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
8154 OLD_FILES+=usr/share/man/man7/atf.7.gz
8155 OLD_FILES+=usr/share/mk/atf.test.mk
8156 OLD_FILES+=usr/share/mk/plain.test.mk
8157 OLD_FILES+=usr/share/mk/suite.test.mk
8158 OLD_FILES+=usr/share/mk/tap.test.mk
8159
8160 # Test suite.
8161 . if exists(${DESTDIR}${TESTSBASE})
8162 TESTS_DIRS!=find ${DESTDIR}${TESTSBASE} -type d | sed -e 's,^${DESTDIR}/,,'; echo
8163 OLD_DIRS+=${TESTS_DIRS}
8164 TESTS_FILES!=find ${DESTDIR}${TESTSBASE} \! -type d | sed -e 's,^${DESTDIR}/,,'; echo
8165 OLD_FILES+=${TESTS_FILES}
8166 . endif
8167 .endif  # Test suite.
8168
8169 .if ${MK_TESTS_SUPPORT} == no
8170 OLD_FILES+=usr/bin/kyua
8171 OLD_FILES+=usr/include/atf-c++.hpp
8172 OLD_FILES+=usr/include/atf-c++/build.hpp
8173 OLD_FILES+=usr/include/atf-c++/check.hpp
8174 OLD_FILES+=usr/include/atf-c++/macros.hpp
8175 OLD_FILES+=usr/include/atf-c++/tests.hpp
8176 OLD_FILES+=usr/include/atf-c++/utils.hpp
8177 OLD_FILES+=usr/include/atf-c.h
8178 OLD_FILES+=usr/include/atf-c/build.h
8179 OLD_FILES+=usr/include/atf-c/check.h
8180 OLD_FILES+=usr/include/atf-c/defs.h
8181 OLD_FILES+=usr/include/atf-c/error.h
8182 OLD_FILES+=usr/include/atf-c/error_fwd.h
8183 OLD_FILES+=usr/include/atf-c/macros.h
8184 OLD_FILES+=usr/include/atf-c/tc.h
8185 OLD_FILES+=usr/include/atf-c/tp.h
8186 OLD_FILES+=usr/include/atf-c/utils.h
8187 OLD_LIBS+=usr/lib/libprivateatf-c++.so.2
8188 OLD_LIBS+=usr/lib/libprivateatf-c.so.1
8189 OLD_FILES+=usr/share/examples/kyua/kyua.conf
8190 OLD_FILES+=usr/share/examples/kyua/Kyuafile.top
8191 OLD_FILES+=usr/share/kyua/misc/context.html
8192 OLD_FILES+=usr/share/kyua/misc/index.html
8193 OLD_FILES+=usr/share/kyua/misc/report.css
8194 OLD_FILES+=usr/share/kyua/misc/test_result.html
8195 OLD_FILES+=usr/share/kyua/store/migrate_v1_v2.sql
8196 OLD_FILES+=usr/share/kyua/store/migrate_v2_v3.sql
8197 OLD_FILES+=usr/share/kyua/store/schema_v3.sql
8198 OLD_FILES+=usr/share/man/man1/kyua-about.1.gz
8199 OLD_FILES+=usr/share/man/man1/kyua-config.1.gz
8200 OLD_FILES+=usr/share/man/man1/kyua-db-exec.1.gz
8201 OLD_FILES+=usr/share/man/man1/kyua-db-migrate.1.gz
8202 OLD_FILES+=usr/share/man/man1/kyua-debug.1.gz
8203 OLD_FILES+=usr/share/man/man1/kyua-help.1.gz
8204 OLD_FILES+=usr/share/man/man1/kyua-list.1.gz
8205 OLD_FILES+=usr/share/man/man1/kyua-report-html.1.gz
8206 OLD_FILES+=usr/share/man/man1/kyua-report-junit.1.gz
8207 OLD_FILES+=usr/share/man/man1/kyua-report.1.gz
8208 OLD_FILES+=usr/share/man/man1/kyua-test.1.gz
8209 OLD_FILES+=usr/share/man/man1/kyua.1.gz
8210 OLD_FILES+=usr/share/man/man3/atf-c++.3.gz
8211 OLD_FILES+=usr/share/man/man3/atf-c-api++.3.gz
8212 OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
8213 OLD_FILES+=usr/share/man/man3/atf-c.3.gz
8214 OLD_FILES+=usr/share/man/man5/kyua.conf.5.gz
8215 OLD_FILES+=usr/share/man/man5/kyuafile.5.gz
8216 OLD_FILES+=usr/tests/lib/atf/Kyuafile
8217 OLD_FILES+=usr/tests/lib/atf/libatf-c++/Kyuafile
8218 OLD_FILES+=usr/tests/lib/atf/libatf-c++/atf_c++_test
8219 OLD_FILES+=usr/tests/lib/atf/libatf-c++/build_test
8220 OLD_FILES+=usr/tests/lib/atf/libatf-c++/check_test
8221 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/Kyuafile
8222 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/application_test
8223 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/env_test
8224 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/exceptions_test
8225 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/fs_test
8226 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/process_test
8227 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/text_test
8228 OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/version_helper
8229 OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_hpp_test.cpp
8230 OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_test
8231 OLD_FILES+=usr/tests/lib/atf/libatf-c++/tests_test
8232 OLD_FILES+=usr/tests/lib/atf/libatf-c++/unused_test.cpp
8233 OLD_FILES+=usr/tests/lib/atf/libatf-c++/utils_test
8234 OLD_FILES+=usr/tests/lib/atf/libatf-c/Kyuafile
8235 OLD_FILES+=usr/tests/lib/atf/libatf-c/atf_c_test
8236 OLD_FILES+=usr/tests/lib/atf/libatf-c/build_test
8237 OLD_FILES+=usr/tests/lib/atf/libatf-c/check_test
8238 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/Kyuafile
8239 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/dynstr_test
8240 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/env_test
8241 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/fs_test
8242 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/list_test
8243 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/map_test
8244 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_helpers
8245 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_test
8246 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/sanity_test
8247 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/text_test
8248 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/user_test
8249 OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/version_helper
8250 OLD_FILES+=usr/tests/lib/atf/libatf-c/error_test
8251 OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_h_test.c
8252 OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_test
8253 OLD_FILES+=usr/tests/lib/atf/libatf-c/tc_test
8254 OLD_FILES+=usr/tests/lib/atf/libatf-c/tp_test
8255 OLD_FILES+=usr/tests/lib/atf/libatf-c/unused_test.c
8256 OLD_FILES+=usr/tests/lib/atf/libatf-c/utils_test
8257 OLD_FILES+=usr/tests/lib/atf/test-programs/Kyuafile
8258 OLD_FILES+=usr/tests/lib/atf/test-programs/c_helpers
8259 OLD_FILES+=usr/tests/lib/atf/test-programs/config_test
8260 OLD_FILES+=usr/tests/lib/atf/test-programs/cpp_helpers
8261 OLD_FILES+=usr/tests/lib/atf/test-programs/expect_test
8262 OLD_FILES+=usr/tests/lib/atf/test-programs/meta_data_test
8263 OLD_FILES+=usr/tests/lib/atf/test-programs/result_test
8264 OLD_FILES+=usr/tests/lib/atf/test-programs/sh_helpers
8265 OLD_FILES+=usr/tests/lib/atf/test-programs/srcdir_test
8266 .endif
8267
8268 .if ${MK_TEXTPROC} == no
8269 OLD_FILES+=usr/bin/checknr
8270 OLD_FILES+=usr/bin/colcrt
8271 OLD_FILES+=usr/bin/ul
8272 OLD_FILES+=usr/share/man/man1/checknr.1.gz
8273 OLD_FILES+=usr/share/man/man1/colcrt.1.gz
8274 OLD_FILES+=usr/share/man/man1/ul.1.gz
8275 .endif
8276
8277 .if ${MK_TFTP} == no
8278 OLD_FILES+=usr/bin/tftp
8279 OLD_FILES+=usr/libexec/tftpd
8280 OLD_FILES+=usr/share/man/man1/tftp.1.gz
8281 OLD_FILES+=usr/share/man/man8/tftpd.8.gz
8282 .endif
8283
8284 .if ${MK_TOOLCHAIN} == no
8285 OLD_FILES+=usr/bin/CC
8286 OLD_FILES+=usr/bin/addr2line
8287 OLD_FILES+=usr/bin/as
8288 OLD_FILES+=usr/bin/byacc
8289 OLD_FILES+=usr/bin/cc
8290 OLD_FILES+=usr/bin/c88
8291 OLD_FILES+=usr/bin/c++
8292 OLD_FILES+=usr/bin/c++filt
8293 OLD_FILES+=usr/bin/ld
8294 OLD_FILES+=usr/bin/ld.bfd
8295 OLD_FILES+=usr/bin/nm
8296 OLD_FILES+=usr/bin/objcopy
8297 OLD_FILES+=usr/bin/readelf
8298 OLD_FILES+=usr/bin/size
8299 OLD_FILES+=usr/bin/strip
8300 OLD_FILES+=usr/bin/yacc
8301 OLD_FILES+=usr/share/man/man1/addr2line.1.gz
8302 OLD_FILES+=usr/share/man/man1/c++filt.1.gz
8303 OLD_FILES+=usr/share/man/man1/nm.1.gz
8304 OLD_FILES+=usr/share/man/man1/readelf.1.gz
8305 OLD_FILES+=usr/share/man/man1/size.1.gz
8306 OLD_FILES+=usr/share/man/man1/strip.1.gz
8307 OLD_FILES+=usr/share/man/man1/objcopy.1.gz
8308 # lib/libelf
8309 OLD_FILES+=usr/share/man/man3/elf.3.gz
8310 OLD_FILES+=usr/share/man/man3/elf_begin.3.gz
8311 OLD_FILES+=usr/share/man/man3/elf_cntl.3.gz
8312 OLD_FILES+=usr/share/man/man3/elf_end.3.gz
8313 OLD_FILES+=usr/share/man/man3/elf_errmsg.3.gz
8314 OLD_FILES+=usr/share/man/man3/elf_fill.3.gz
8315 OLD_FILES+=usr/share/man/man3/elf_flagdata.3.gz
8316 OLD_FILES+=usr/share/man/man3/elf_getarhdr.3.gz
8317 OLD_FILES+=usr/share/man/man3/elf_getarsym.3.gz
8318 OLD_FILES+=usr/share/man/man3/elf_getbase.3.gz
8319 OLD_FILES+=usr/share/man/man3/elf_getdata.3.gz
8320 OLD_FILES+=usr/share/man/man3/elf_getident.3.gz
8321 OLD_FILES+=usr/share/man/man3/elf_getscn.3.gz
8322 OLD_FILES+=usr/share/man/man3/elf_getphdrnum.3.gz
8323 OLD_FILES+=usr/share/man/man3/elf_getphnum.3.gz
8324 OLD_FILES+=usr/share/man/man3/elf_getshdrnum.3.gz
8325 OLD_FILES+=usr/share/man/man3/elf_getshnum.3.gz
8326 OLD_FILES+=usr/share/man/man3/elf_getshdrstrndx.3.gz
8327 OLD_FILES+=usr/share/man/man3/elf_getshstrndx.3.gz
8328 OLD_FILES+=usr/share/man/man3/elf_hash.3.gz
8329 OLD_FILES+=usr/share/man/man3/elf_kind.3.gz
8330 OLD_FILES+=usr/share/man/man3/elf_memory.3.gz
8331 OLD_FILES+=usr/share/man/man3/elf_next.3.gz
8332 OLD_FILES+=usr/share/man/man3/elf_open.3.gz
8333 OLD_FILES+=usr/share/man/man3/elf_rawfile.3.gz
8334 OLD_FILES+=usr/share/man/man3/elf_rand.3.gz
8335 OLD_FILES+=usr/share/man/man3/elf_strptr.3.gz
8336 OLD_FILES+=usr/share/man/man3/elf_update.3.gz
8337 OLD_FILES+=usr/share/man/man3/elf_version.3.gz
8338 OLD_FILES+=usr/share/man/man3/gelf.3.gz
8339 OLD_FILES+=usr/share/man/man3/gelf_checksum.3.gz
8340 OLD_FILES+=usr/share/man/man3/gelf_fsize.3.gz
8341 OLD_FILES+=usr/share/man/man3/gelf_getcap.3.gz
8342 OLD_FILES+=usr/share/man/man3/gelf_getclass.3.gz
8343 OLD_FILES+=usr/share/man/man3/gelf_getdyn.3.gz
8344 OLD_FILES+=usr/share/man/man3/gelf_getehdr.3.gz
8345 OLD_FILES+=usr/share/man/man3/gelf_getmove.3.gz
8346 OLD_FILES+=usr/share/man/man3/gelf_getphdr.3.gz
8347 OLD_FILES+=usr/share/man/man3/gelf_getrel.3.gz
8348 OLD_FILES+=usr/share/man/man3/gelf_getrela.3.gz
8349 OLD_FILES+=usr/share/man/man3/gelf_getshdr.3.gz
8350 OLD_FILES+=usr/share/man/man3/gelf_getsym.3.gz
8351 OLD_FILES+=usr/share/man/man3/gelf_getsyminfo.3.gz
8352 OLD_FILES+=usr/share/man/man3/gelf_getsymshndx.3.gz
8353 OLD_FILES+=usr/share/man/man3/gelf_newehdr.3.gz
8354 OLD_FILES+=usr/share/man/man3/gelf_newphdr.3.gz
8355 OLD_FILES+=usr/share/man/man3/gelf_update_ehdr.3.gz
8356 OLD_FILES+=usr/share/man/man3/gelf_xlatetof.3.gz
8357 # lib/libelftc
8358 OLD_FILES+=usr/share/man/man3/elftc.3.gz
8359 OLD_FILES+=usr/share/man/man3/elftc_bfd_find_target.3.gz
8360 OLD_FILES+=usr/share/man/man3/elftc_copyfile.3.gz
8361 OLD_FILES+=usr/share/man/man3/elftc_demangle.3.gz
8362 OLD_FILES+=usr/share/man/man3/elftc_reloc_type_str.3.gz
8363 OLD_FILES+=usr/share/man/man3/elftc_set_timestamps.3.gz
8364 OLD_FILES+=usr/share/man/man3/elftc_timestamp.3.gz
8365 OLD_FILES+=usr/share/man/man3/elftc_string_table_create.3.gz
8366 OLD_FILES+=usr/share/man/man3/elftc_version.3.gz
8367 OLD_FILES+=usr/tests/usr.bin/yacc/Kyuafile
8368 OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_calc1.y
8369 OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_demo.y
8370 OLD_FILES+=usr/tests/usr.bin/yacc/calc.y
8371 OLD_FILES+=usr/tests/usr.bin/yacc/calc1.y
8372 OLD_FILES+=usr/tests/usr.bin/yacc/calc2.y
8373 OLD_FILES+=usr/tests/usr.bin/yacc/calc3.y
8374 OLD_FILES+=usr/tests/usr.bin/yacc/code_calc.y
8375 OLD_FILES+=usr/tests/usr.bin/yacc/code_debug.y
8376 OLD_FILES+=usr/tests/usr.bin/yacc/code_error.y
8377 OLD_FILES+=usr/tests/usr.bin/yacc/empty.y
8378 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit1.y
8379 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit2.y
8380 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit3.y
8381 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit4.y
8382 OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit5.y
8383 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax1.y
8384 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax10.y
8385 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax11.y
8386 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax12.y
8387 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax13.y
8388 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax14.y
8389 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax15.y
8390 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax16.y
8391 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax17.y
8392 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax18.y
8393 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax19.y
8394 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax2.y
8395 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax20.y
8396 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax21.y
8397 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax22.y
8398 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax23.y
8399 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax24.y
8400 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax25.y
8401 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax26.y
8402 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax27.y
8403 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax3.y
8404 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax4.y
8405 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax5.y
8406 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax6.y
8407 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7.y
8408 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7a.y
8409 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7b.y
8410 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax8.y
8411 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax8a.y
8412 OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax9.y
8413 OLD_FILES+=usr/tests/usr.bin/yacc/error.y
8414 OLD_FILES+=usr/tests/usr.bin/yacc/grammar.y
8415 OLD_FILES+=usr/tests/usr.bin/yacc/inherit0.y
8416 OLD_FILES+=usr/tests/usr.bin/yacc/inherit1.y
8417 OLD_FILES+=usr/tests/usr.bin/yacc/inherit2.y
8418 OLD_FILES+=usr/tests/usr.bin/yacc/ok_syntax1.y
8419 OLD_FILES+=usr/tests/usr.bin/yacc/pure_calc.y
8420 OLD_FILES+=usr/tests/usr.bin/yacc/pure_error.y
8421 OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc.y
8422 OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc2.y
8423 OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc3.y
8424 OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc4.y
8425 OLD_FILES+=usr/tests/usr.bin/yacc/run_test
8426 OLD_FILES+=usr/tests/usr.bin/yacc/varsyntax_calc1.y
8427 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_b.error
8428 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_b.output
8429 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_l.error
8430 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_l.output
8431 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.error
8432 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.output
8433 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.c
8434 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.h
8435 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.error
8436 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.output
8437 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.c
8438 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.h
8439 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.error
8440 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.output
8441 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.c
8442 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.h
8443 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.error
8444 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.output
8445 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.c
8446 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.h
8447 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.code.c
8448 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.error
8449 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.output
8450 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.tab.c
8451 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.tab.h
8452 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.code.c
8453 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.error
8454 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.output
8455 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.tab.c
8456 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.tab.h
8457 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.error
8458 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.output
8459 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.c
8460 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.h
8461 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.error
8462 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.output
8463 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.tab.c
8464 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.tab.h
8465 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.error
8466 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.output
8467 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.tab.c
8468 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.tab.h
8469 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.error
8470 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.output
8471 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.tab.c
8472 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.tab.h
8473 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.error
8474 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.output
8475 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.tab.c
8476 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.tab.h
8477 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.error
8478 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.output
8479 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.tab.c
8480 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.tab.h
8481 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.error
8482 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.output
8483 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.tab.c
8484 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.tab.h
8485 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.error
8486 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.output
8487 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.tab.c
8488 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.tab.h
8489 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.error
8490 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.output
8491 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.tab.c
8492 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.tab.h
8493 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.error
8494 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.output
8495 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.tab.c
8496 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.tab.h
8497 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.error
8498 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.output
8499 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.tab.c
8500 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.tab.h
8501 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.error
8502 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.output
8503 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.tab.c
8504 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.tab.h
8505 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.error
8506 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.output
8507 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.tab.c
8508 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.tab.h
8509 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.error
8510 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.output
8511 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.tab.c
8512 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.tab.h
8513 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.error
8514 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.output
8515 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.tab.c
8516 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.tab.h
8517 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.error
8518 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.output
8519 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.tab.c
8520 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.tab.h
8521 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.error
8522 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.output
8523 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.tab.c
8524 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.tab.h
8525 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.error
8526 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.output
8527 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.tab.c
8528 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.tab.h
8529 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.error
8530 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.output
8531 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.tab.c
8532 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.tab.h
8533 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.error
8534 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.output
8535 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.tab.c
8536 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.tab.h
8537 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.error
8538 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.output
8539 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.tab.c
8540 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.tab.h
8541 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.error
8542 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.output
8543 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.tab.c
8544 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.tab.h
8545 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.error
8546 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.output
8547 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.tab.c
8548 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.tab.h
8549 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.error
8550 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.output
8551 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.tab.c
8552 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.tab.h
8553 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.error
8554 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.output
8555 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.tab.c
8556 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.tab.h
8557 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.error
8558 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.output
8559 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.tab.c
8560 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.tab.h
8561 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.error
8562 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.output
8563 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.tab.c
8564 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.tab.h
8565 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.error
8566 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.output
8567 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.tab.c
8568 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.tab.h
8569 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.error
8570 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.output
8571 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.tab.c
8572 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.tab.h
8573 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.error
8574 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.output
8575 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.tab.c
8576 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.tab.h
8577 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.error
8578 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.output
8579 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.tab.c
8580 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.tab.h
8581 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.error
8582 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.output
8583 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.tab.c
8584 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.tab.h
8585 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.dot
8586 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.error
8587 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.output
8588 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.tab.c
8589 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.tab.h
8590 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/help.error
8591 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/help.output
8592 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt.error
8593 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt.output
8594 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt1.error
8595 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt1.output
8596 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_code_c.error
8597 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_code_c.output
8598 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_defines.error
8599 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_defines.output
8600 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_graph.error
8601 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_graph.output
8602 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_include.error
8603 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_include.output
8604 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_opts.error
8605 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_opts.output
8606 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.error
8607 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.output
8608 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output1.error
8609 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output1.output
8610 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output2.error
8611 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output2.output
8612 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt.error
8613 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt.output
8614 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt1.error
8615 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt1.output
8616 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_verbose.error
8617 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_verbose.output
8618 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/nostdin.error
8619 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/nostdin.output
8620 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.error
8621 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.output
8622 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.tab.c
8623 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.tab.h
8624 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.error
8625 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.output
8626 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.tab.c
8627 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.tab.h
8628 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.error
8629 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.output
8630 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.tab.c
8631 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.tab.h
8632 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.error
8633 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.output
8634 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.tab.c
8635 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.tab.h
8636 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.error
8637 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.output
8638 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.tab.c
8639 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.tab.h
8640 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.error
8641 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.output
8642 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.tab.c
8643 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.tab.h
8644 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.error
8645 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.output
8646 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.tab.c
8647 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.tab.h
8648 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.error
8649 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.output
8650 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.tab.c
8651 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.tab.h
8652 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.error
8653 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.output
8654 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.tab.c
8655 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.tab.h
8656 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.error
8657 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.output
8658 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.tab.c
8659 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.tab.h
8660 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.error
8661 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.output
8662 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.tab.c
8663 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.tab.h
8664 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.c
8665 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.error
8666 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.h
8667 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.i
8668 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.output
8669 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.error
8670 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.output
8671 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.c
8672 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.h
8673 OLD_FILES+=usr/tests/usr.bin/yacc/yacc_tests
8674 OLD_DIRS+=usr/tests/usr.bin/yacc/yacc
8675 OLD_DIRS+=usr/tests/usr.bin/yacc
8676 .endif
8677
8678 .if ${MK_UNBOUND} == no
8679 OLD_FILES+=etc/rc.d/local_unbound
8680 OLD_FILES+=etc/unbound
8681 OLD_FILES+=usr/lib/libprivateunbound.a
8682 OLD_FILES+=usr/lib/libprivateunbound.so
8683 OLD_LIBS+=usr/lib/libprivateunbound.so.5
8684 OLD_FILES+=usr/lib/libprivateunbound_p.a
8685 OLD_FILES+=usr/share/man/man5/local-unbound.conf.5.gz
8686 OLD_FILES+=usr/share/man/man8/local-unbound-anchor.8.gz
8687 OLD_FILES+=usr/share/man/man8/local-unbound-checkconf.8.gz
8688 OLD_FILES+=usr/share/man/man8/local-unbound-control.8.gz
8689 OLD_FILES+=usr/share/man/man8/local-unbound.8.gz
8690 OLD_FILES+=usr/sbin/local-unbound-setup
8691 OLD_FILES+=usr/sbin/local-unbound
8692 OLD_FILES+=usr/sbin/local-unbound-anchor
8693 OLD_FILES+=usr/sbin/local-unbound-checkconf
8694 OLD_FILES+=usr/sbin/local-unbound-control
8695 .endif
8696
8697 .if ${MK_USB} == no
8698 OLD_FILES+=etc/devd/uath.conf
8699 OLD_FILES+=etc/devd/uauth.conf
8700 OLD_FILES+=etc/devd/ulpt.conf
8701 OLD_FILES+=etc/devd/usb.conf
8702 OLD_FILES+=usr/bin/usbhidaction
8703 OLD_FILES+=usr/bin/usbhidctl
8704 OLD_FILES+=usr/include/libusb.h
8705 OLD_FILES+=usr/include/libusb20.h
8706 OLD_FILES+=usr/include/libusb20_desc.h
8707 OLD_FILES+=usr/include/usb.h
8708 OLD_FILES+=usr/include/usbhid.h
8709 OLD_FILES+=usr/lib/libusb.a
8710 OLD_FILES+=usr/lib/libusb.so
8711 OLD_LIBS+=usr/lib/libusb.so.3
8712 OLD_FILES+=usr/lib/libusb_p.a
8713 OLD_FILES+=usr/lib/libusbhid.a
8714 OLD_FILES+=usr/lib/libusbhid.so
8715 OLD_LIBS+=usr/lib/libusbhid.so.4
8716 OLD_FILES+=usr/lib/libusbhid_p.a
8717 OLD_FILES+=usr/libdata/pkgconfig/libusb-0.1.pc
8718 OLD_FILES+=usr/libdata/pkgconfig/libusb-1.0.pc
8719 OLD_FILES+=usr/libdata/pkgconfig/libusb-2.0.pc
8720 OLD_FILES+=usr/sbin/uathload
8721 OLD_FILES+=usr/sbin/uhsoctl
8722 OLD_FILES+=usr/sbin/usbconfig
8723 OLD_FILES+=usr/sbin/usbdump
8724 OLD_FILES+=usr/share/examples/libusb20/Makefile
8725 OLD_FILES+=usr/share/examples/libusb20/README
8726 OLD_FILES+=usr/share/examples/libusb20/bulk.c
8727 OLD_FILES+=usr/share/examples/libusb20/control.c
8728 OLD_FILES+=usr/share/examples/libusb20/util.c
8729 OLD_FILES+=usr/share/examples/libusb20/util.h
8730 OLD_DIRS+=usr/share/examples/libusb20
8731 OLD_FILES+=usr/share/firmware/ar5523.bin
8732 OLD_FILES+=usr/share/man/man1/uhsoctl.1.gz
8733 OLD_FILES+=usr/share/man/man1/usbhidaction.1.gz
8734 OLD_FILES+=usr/share/man/man1/usbhidctl.1.gz
8735 OLD_FILES+=usr/share/man/man3/hid_dispose_report_desc.3.gz
8736 OLD_FILES+=usr/share/man/man3/hid_end_parse.3.gz
8737 OLD_FILES+=usr/share/man/man3/hid_get_data.3.gz
8738 OLD_FILES+=usr/share/man/man3/hid_get_item.3.gz
8739 OLD_FILES+=usr/share/man/man3/hid_get_report_desc.3.gz
8740 OLD_FILES+=usr/share/man/man3/hid_init.3.gz
8741 OLD_FILES+=usr/share/man/man3/hid_locate.3.gz
8742 OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz
8743 OLD_FILES+=usr/share/man/man3/hid_set_data.3.gz
8744 OLD_FILES+=usr/share/man/man3/hid_start_parse.3.gz
8745 OLD_FILES+=usr/share/man/man3/hid_usage_in_page.3.gz
8746 OLD_FILES+=usr/share/man/man3/hid_usage_page.3.gz
8747 OLD_FILES+=usr/share/man/man3/libusb.3.gz
8748 OLD_FILES+=usr/share/man/man3/libusb20.3.gz
8749 OLD_FILES+=usr/share/man/man3/libusb20_be_add_dev_quirk.3.gz
8750 OLD_FILES+=usr/share/man/man3/libusb20_be_alloc_default.3.gz
8751 OLD_FILES+=usr/share/man/man3/libusb20_be_dequeue_device.3.gz
8752 OLD_FILES+=usr/share/man/man3/libusb20_be_device_foreach.3.gz
8753 OLD_FILES+=usr/share/man/man3/libusb20_be_enqueue_device.3.gz
8754 OLD_FILES+=usr/share/man/man3/libusb20_be_free.3.gz
8755 OLD_FILES+=usr/share/man/man3/libusb20_be_get_dev_quirk.3.gz
8756 OLD_FILES+=usr/share/man/man3/libusb20_be_get_quirk_name.3.gz
8757 OLD_FILES+=usr/share/man/man3/libusb20_be_get_template.3.gz
8758 OLD_FILES+=usr/share/man/man3/libusb20_be_remove_dev_quirk.3.gz
8759 OLD_FILES+=usr/share/man/man3/libusb20_be_set_template.3.gz
8760 OLD_FILES+=usr/share/man/man3/libusb20_desc_foreach.3.gz
8761 OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc.3.gz
8762 OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc_config.3.gz
8763 OLD_FILES+=usr/share/man/man3/libusb20_dev_check_connected.3.gz
8764 OLD_FILES+=usr/share/man/man3/libusb20_dev_close.3.gz
8765 OLD_FILES+=usr/share/man/man3/libusb20_dev_detach_kernel_driver.3.gz
8766 OLD_FILES+=usr/share/man/man3/libusb20_dev_free.3.gz
8767 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_address.3.gz
8768 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_backend_name.3.gz
8769 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_bus_number.3.gz
8770 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_config_index.3.gz
8771 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_debug.3.gz
8772 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_desc.3.gz
8773 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_device_desc.3.gz
8774 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_fd.3.gz
8775 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_iface_desc.3.gz
8776 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_info.3.gz
8777 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_mode.3.gz
8778 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_address.3.gz
8779 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_port.3.gz
8780 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_port_path.3.gz
8781 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_mode.3.gz
8782 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_usage.3.gz
8783 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_speed.3.gz
8784 OLD_FILES+=usr/share/man/man3/libusb20_dev_kernel_driver_active.3.gz
8785 OLD_FILES+=usr/share/man/man3/libusb20_dev_open.3.gz
8786 OLD_FILES+=usr/share/man/man3/libusb20_dev_process.3.gz
8787 OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_simple_sync.3.gz
8788 OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_sync.3.gz
8789 OLD_FILES+=usr/share/man/man3/libusb20_dev_request_sync.3.gz
8790 OLD_FILES+=usr/share/man/man3/libusb20_dev_reset.3.gz
8791 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_alt_index.3.gz
8792 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_config_index.3.gz
8793 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_debug.3.gz
8794 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_power_mode.3.gz
8795 OLD_FILES+=usr/share/man/man3/libusb20_dev_wait_process.3.gz
8796 OLD_FILES+=usr/share/man/man3/libusb20_error_name.3.gz
8797 OLD_FILES+=usr/share/man/man3/libusb20_me_decode.3.gz
8798 OLD_FILES+=usr/share/man/man3/libusb20_me_encode.3.gz
8799 OLD_FILES+=usr/share/man/man3/libusb20_me_get_1.3.gz
8800 OLD_FILES+=usr/share/man/man3/libusb20_me_get_2.3.gz
8801 OLD_FILES+=usr/share/man/man3/libusb20_strerror.3.gz
8802 OLD_FILES+=usr/share/man/man3/libusb20_tr_bulk_intr_sync.3.gz
8803 OLD_FILES+=usr/share/man/man3/libusb20_tr_callback_wrapper.3.gz
8804 OLD_FILES+=usr/share/man/man3/libusb20_tr_clear_stall_sync.3.gz
8805 OLD_FILES+=usr/share/man/man3/libusb20_tr_close.3.gz
8806 OLD_FILES+=usr/share/man/man3/libusb20_tr_drain.3.gz
8807 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_frames.3.gz
8808 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_length.3.gz
8809 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_length.3.gz
8810 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_frames.3.gz
8811 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_packet_length.3.gz
8812 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_total_length.3.gz
8813 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_pointer.3.gz
8814 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc0.3.gz
8815 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc1.3.gz
8816 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_status.3.gz
8817 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_time_complete.3.gz
8818 OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz
8819 OLD_FILES+=usr/share/man/man3/libusb20_tr_pending.3.gz
8820 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_buffer.3.gz
8821 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_callback.3.gz
8822 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_flags.3.gz
8823 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_length.3.gz
8824 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc0.3.gz
8825 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc1.3.gz
8826 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_timeout.3.gz
8827 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_total_frames.3.gz
8828 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_bulk.3.gz
8829 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_control.3.gz
8830 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_intr.3.gz
8831 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_isoc.3.gz
8832 OLD_FILES+=usr/share/man/man3/libusb20_tr_start.3.gz
8833 OLD_FILES+=usr/share/man/man3/libusb20_tr_stop.3.gz
8834 OLD_FILES+=usr/share/man/man3/libusb20_tr_submit.3.gz
8835 OLD_FILES+=usr/share/man/man3/libusb_alloc_transfer.3.gz
8836 OLD_FILES+=usr/share/man/man3/libusb_attach_kernel_driver.3.gz
8837 OLD_FILES+=usr/share/man/man3/libusb_bulk_transfer.3.gz
8838 OLD_FILES+=usr/share/man/man3/libusb_cancel_transfer.3.gz
8839 OLD_FILES+=usr/share/man/man3/libusb_check_connected.3.gz
8840 OLD_FILES+=usr/share/man/man3/libusb_claim_interface.3.gz
8841 OLD_FILES+=usr/share/man/man3/libusb_clear_halt.3.gz
8842 OLD_FILES+=usr/share/man/man3/libusb_close.3.gz
8843 OLD_FILES+=usr/share/man/man3/libusb_control_transfer.3.gz
8844 OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver.3.gz
8845 OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver_np.3.gz
8846 OLD_FILES+=usr/share/man/man3/libusb_error_name.3.gz
8847 OLD_FILES+=usr/share/man/man3/libusb_event_handler_active.3.gz
8848 OLD_FILES+=usr/share/man/man3/libusb_event_handling_ok.3.gz
8849 OLD_FILES+=usr/share/man/man3/libusb_exit.3.gz
8850 OLD_FILES+=usr/share/man/man3/libusb_free_bos_descriptor.3.gz
8851 OLD_FILES+=usr/share/man/man3/libusb_free_config_descriptor.3.gz
8852 OLD_FILES+=usr/share/man/man3/libusb_free_device_list.3.gz
8853 OLD_FILES+=usr/share/man/man3/libusb_free_ss_endpoint_comp.3.gz
8854 OLD_FILES+=usr/share/man/man3/libusb_free_transfer.3.gz
8855 OLD_FILES+=usr/share/man/man3/libusb_get_active_config_descriptor.3.gz
8856 OLD_FILES+=usr/share/man/man3/libusb_get_bus_number.3.gz
8857 OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor.3.gz
8858 OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor_by_value.3.gz
8859 OLD_FILES+=usr/share/man/man3/libusb_get_configuration.3.gz
8860 OLD_FILES+=usr/share/man/man3/libusb_get_device.3.gz
8861 OLD_FILES+=usr/share/man/man3/libusb_get_device_address.3.gz
8862 OLD_FILES+=usr/share/man/man3/libusb_get_device_descriptor.3.gz
8863 OLD_FILES+=usr/share/man/man3/libusb_get_device_list.3.gz
8864 OLD_FILES+=usr/share/man/man3/libusb_get_device_speed.3.gz
8865 OLD_FILES+=usr/share/man/man3/libusb_get_driver.3.gz
8866 OLD_FILES+=usr/share/man/man3/libusb_get_driver_np.3.gz
8867 OLD_FILES+=usr/share/man/man3/libusb_get_max_iso_packet_size.3.gz
8868 OLD_FILES+=usr/share/man/man3/libusb_get_max_packet_size.3.gz
8869 OLD_FILES+=usr/share/man/man3/libusb_get_next_timeout.3.gz
8870 OLD_FILES+=usr/share/man/man3/libusb_get_pollfds.3.gz
8871 OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor.3.gz
8872 OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor_ascii.3.gz
8873 OLD_FILES+=usr/share/man/man3/libusb_handle_events.3.gz
8874 OLD_FILES+=usr/share/man/man3/libusb_handle_events_completed.3.gz
8875 OLD_FILES+=usr/share/man/man3/libusb_handle_events_locked.3.gz
8876 OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout.3.gz
8877 OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout_completed.3.gz
8878 OLD_FILES+=usr/share/man/man3/libusb_init.3.gz
8879 OLD_FILES+=usr/share/man/man3/libusb_interrupt_transfer.3.gz
8880 OLD_FILES+=usr/share/man/man3/libusb_kernel_driver_active.3.gz
8881 OLD_FILES+=usr/share/man/man3/libusb_lock_event_waiters.3.gz
8882 OLD_FILES+=usr/share/man/man3/libusb_lock_events.3.gz
8883 OLD_FILES+=usr/share/man/man3/libusb_open.3.gz
8884 OLD_FILES+=usr/share/man/man3/libusb_open_device_with_vid_pid.3.gz
8885 OLD_FILES+=usr/share/man/man3/libusb_parse_bos_descriptor.3.gz
8886 OLD_FILES+=usr/share/man/man3/libusb_parse_ss_endpoint_comp.3.gz
8887 OLD_FILES+=usr/share/man/man3/libusb_ref_device.3.gz
8888 OLD_FILES+=usr/share/man/man3/libusb_release_interface.3.gz
8889 OLD_FILES+=usr/share/man/man3/libusb_reset_device.3.gz
8890 OLD_FILES+=usr/share/man/man3/libusb_set_configuration.3.gz
8891 OLD_FILES+=usr/share/man/man3/libusb_set_debug.3.gz
8892 OLD_FILES+=usr/share/man/man3/libusb_set_interface_alt_setting.3.gz
8893 OLD_FILES+=usr/share/man/man3/libusb_set_pollfd_notifiers.3.gz
8894 OLD_FILES+=usr/share/man/man3/libusb_strerror.3.gz
8895 OLD_FILES+=usr/share/man/man3/libusb_submit_transfer.3.gz
8896 OLD_FILES+=usr/share/man/man3/libusb_try_lock_events.3.gz
8897 OLD_FILES+=usr/share/man/man3/libusb_unlock_event_waiters.3.gz
8898 OLD_FILES+=usr/share/man/man3/libusb_unlock_events.3.gz
8899 OLD_FILES+=usr/share/man/man3/libusb_unref_device.3.gz
8900 OLD_FILES+=usr/share/man/man3/libusb_wait_for_event.3.gz
8901 OLD_FILES+=usr/share/man/man3/libusbhid.3.gz
8902 OLD_FILES+=usr/share/man/man3/usb.3.gz
8903 OLD_FILES+=usr/share/man/man3/usb_bulk_read.3.gz
8904 OLD_FILES+=usr/share/man/man3/usb_bulk_write.3.gz
8905 OLD_FILES+=usr/share/man/man3/usb_check_connected.3.gz
8906 OLD_FILES+=usr/share/man/man3/usb_claim_interface.3.gz
8907 OLD_FILES+=usr/share/man/man3/usb_clear_halt.3.gz
8908 OLD_FILES+=usr/share/man/man3/usb_close.3.gz
8909 OLD_FILES+=usr/share/man/man3/usb_control_msg.3.gz
8910 OLD_FILES+=usr/share/man/man3/usb_destroy_configuration.3.gz
8911 OLD_FILES+=usr/share/man/man3/usb_device.3.gz
8912 OLD_FILES+=usr/share/man/man3/usb_fetch_and_parse_descriptors.3.gz
8913 OLD_FILES+=usr/share/man/man3/usb_find_busses.3.gz
8914 OLD_FILES+=usr/share/man/man3/usb_find_devices.3.gz
8915 OLD_FILES+=usr/share/man/man3/usb_get_busses.3.gz
8916 OLD_FILES+=usr/share/man/man3/usb_get_descriptor.3.gz
8917 OLD_FILES+=usr/share/man/man3/usb_get_descriptor_by_endpoint.3.gz
8918 OLD_FILES+=usr/share/man/man3/usb_get_string.3.gz
8919 OLD_FILES+=usr/share/man/man3/usb_get_string_simple.3.gz
8920 OLD_FILES+=usr/share/man/man3/usb_init.3.gz
8921 OLD_FILES+=usr/share/man/man3/usb_interrupt_read.3.gz
8922 OLD_FILES+=usr/share/man/man3/usb_interrupt_write.3.gz
8923 OLD_FILES+=usr/share/man/man3/usb_open.3.gz
8924 OLD_FILES+=usr/share/man/man3/usb_parse_configuration.3.gz
8925 OLD_FILES+=usr/share/man/man3/usb_parse_descriptor.3.gz
8926 OLD_FILES+=usr/share/man/man3/usb_release_interface.3.gz
8927 OLD_FILES+=usr/share/man/man3/usb_reset.3.gz
8928 OLD_FILES+=usr/share/man/man3/usb_resetep.3.gz
8929 OLD_FILES+=usr/share/man/man3/usb_set_altinterface.3.gz
8930 OLD_FILES+=usr/share/man/man3/usb_set_configuration.3.gz
8931 OLD_FILES+=usr/share/man/man3/usb_set_debug.3.gz
8932 OLD_FILES+=usr/share/man/man3/usb_strerror.3.gz
8933 OLD_FILES+=usr/share/man/man3/usbhid.3.gz
8934 OLD_FILES+=usr/share/man/man4/if_otus.4.gz
8935 OLD_FILES+=usr/share/man/man4/if_rsu.4.gz
8936 OLD_FILES+=usr/share/man/man4/if_rtwn_usb.4.gz
8937 OLD_FILES+=usr/share/man/man4/if_rum.4.gz
8938 OLD_FILES+=usr/share/man/man4/if_run.4.gz
8939 OLD_FILES+=usr/share/man/man4/if_zyd.4.gz
8940 OLD_FILES+=usr/share/man/man4/otus.4.gz
8941 OLD_FILES+=usr/share/man/man4/otusfw.4.gz
8942 OLD_FILES+=usr/share/man/man4/rsu.4.gz
8943 OLD_FILES+=usr/share/man/man4/rsufw.4.gz
8944 OLD_FILES+=usr/share/man/man4/rtwn_usb.4.gz
8945 OLD_FILES+=usr/share/man/man4/rum.4.gz
8946 OLD_FILES+=usr/share/man/man4/run.4.gz
8947 OLD_FILES+=usr/share/man/man4/runfw.4.gz
8948 OLD_FILES+=usr/share/man/man4/u3g.4.gz
8949 OLD_FILES+=usr/share/man/man4/u3gstub.4.gz
8950 OLD_FILES+=usr/share/man/man4/uark.4.gz
8951 OLD_FILES+=usr/share/man/man4/uart.4.gz
8952 OLD_FILES+=usr/share/man/man4/uath.4.gz
8953 OLD_FILES+=usr/share/man/man4/ubsa.4.gz
8954 OLD_FILES+=usr/share/man/man4/ubser.4.gz
8955 OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz
8956 OLD_FILES+=usr/share/man/man4/uchcom.4.gz
8957 OLD_FILES+=usr/share/man/man4/ucom.4.gz
8958 OLD_FILES+=usr/share/man/man4/ucycom.4.gz
8959 OLD_FILES+=usr/share/man/man4/udav.4.gz
8960 OLD_FILES+=usr/share/man/man4/udbp.4.gz
8961 OLD_FILES+=usr/share/man/man4/uep.4.gz
8962 OLD_FILES+=usr/share/man/man4/ufm.4.gz
8963 OLD_FILES+=usr/share/man/man4/ufoma.4.gz
8964 OLD_FILES+=usr/share/man/man4/uftdi.4.gz
8965 OLD_FILES+=usr/share/man/man4/ugen.4.gz
8966 OLD_FILES+=usr/share/man/man4/uhci.4.gz
8967 OLD_FILES+=usr/share/man/man4/uhid.4.gz
8968 OLD_FILES+=usr/share/man/man4/uhso.4.gz
8969 OLD_FILES+=usr/share/man/man4/uipaq.4.gz
8970 OLD_FILES+=usr/share/man/man4/ukbd.4.gz
8971 OLD_FILES+=usr/share/man/man4/uled.4.gz
8972 OLD_FILES+=usr/share/man/man4/ulpt.4.gz
8973 OLD_FILES+=usr/share/man/man4/umass.4.gz
8974 OLD_FILES+=usr/share/man/man4/umcs.4.gz
8975 OLD_FILES+=usr/share/man/man4/umct.4.gz
8976 OLD_FILES+=usr/share/man/man4/umodem.4.gz
8977 OLD_FILES+=usr/share/man/man4/umoscom.4.gz
8978 OLD_FILES+=usr/share/man/man4/ums.4.gz
8979 OLD_FILES+=usr/share/man/man4/unix.4.gz
8980 OLD_FILES+=usr/share/man/man4/upgt.4.gz
8981 OLD_FILES+=usr/share/man/man4/uplcom.4.gz
8982 OLD_FILES+=usr/share/man/man4/ural.4.gz
8983 OLD_FILES+=usr/share/man/man4/urio.4.gz
8984 OLD_FILES+=usr/share/man/man4/urndis.4.gz
8985 OLD_FILES+=usr/share/man/man4/urtw.4.gz
8986 OLD_FILES+=usr/share/man/man4/usb.4.gz
8987 OLD_FILES+=usr/share/man/man4/usb_quirk.4.gz
8988 OLD_FILES+=usr/share/man/man4/usb_template.4.gz
8989 OLD_FILES+=usr/share/man/man4/usfs.4.gz
8990 OLD_FILES+=usr/share/man/man4/uslcom.4.gz
8991 OLD_FILES+=usr/share/man/man4/uvisor.4.gz
8992 OLD_FILES+=usr/share/man/man4/uvscom.4.gz
8993 OLD_FILES+=usr/share/man/man4/zyd.4.gz
8994 OLD_FILES+=usr/share/man/man8/uathload.8.gz
8995 OLD_FILES+=usr/share/man/man8/usbconfig.8.gz
8996 OLD_FILES+=usr/share/man/man8/usbdump.8.gz
8997 OLD_FILES+=usr/share/man/man9/usb_fifo_alloc_buffer.9.gz
8998 OLD_FILES+=usr/share/man/man9/usb_fifo_attach.9.gz
8999 OLD_FILES+=usr/share/man/man9/usb_fifo_detach.9.gz
9000 OLD_FILES+=usr/share/man/man9/usb_fifo_free_buffer.9.gz
9001 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data.9.gz
9002 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_buffer.9.gz
9003 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_error.9.gz
9004 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_linear.9.gz
9005 OLD_FILES+=usr/share/man/man9/usb_fifo_put_bytes_max.9.gz
9006 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data.9.gz
9007 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_buffer.9.gz
9008 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_error.9.gz
9009 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_linear.9.gz
9010 OLD_FILES+=usr/share/man/man9/usb_fifo_reset.9.gz
9011 OLD_FILES+=usr/share/man/man9/usb_fifo_softc.9.gz
9012 OLD_FILES+=usr/share/man/man9/usb_fifo_wakeup.9.gz
9013 OLD_FILES+=usr/share/man/man9/usbd_do_request.9.gz
9014 OLD_FILES+=usr/share/man/man9/usbd_do_request_flags.9.gz
9015 OLD_FILES+=usr/share/man/man9/usbd_errstr.9.gz
9016 OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_info.9.gz
9017 OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_uaa.9.gz
9018 OLD_FILES+=usr/share/man/man9/usbd_transfer_clear_stall.9.gz
9019 OLD_FILES+=usr/share/man/man9/usbd_transfer_drain.9.gz
9020 OLD_FILES+=usr/share/man/man9/usbd_transfer_pending.9.gz
9021 OLD_FILES+=usr/share/man/man9/usbd_transfer_poll.9.gz
9022 OLD_FILES+=usr/share/man/man9/usbd_transfer_setup.9.gz
9023 OLD_FILES+=usr/share/man/man9/usbd_transfer_start.9.gz
9024 OLD_FILES+=usr/share/man/man9/usbd_transfer_stop.9.gz
9025 OLD_FILES+=usr/share/man/man9/usbd_transfer_submit.9.gz
9026 OLD_FILES+=usr/share/man/man9/usbd_transfer_unsetup.9.gz
9027 OLD_FILES+=usr/share/man/man9/usbd_xfer_clr_flag.9.gz
9028 OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_data.9.gz
9029 OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_len.9.gz
9030 OLD_FILES+=usr/share/man/man9/usbd_xfer_get_frame.9.gz
9031 OLD_FILES+=usr/share/man/man9/usbd_xfer_get_priv.9.gz
9032 OLD_FILES+=usr/share/man/man9/usbd_xfer_is_stalled.9.gz
9033 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_framelen.9.gz
9034 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_frames.9.gz
9035 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_len.9.gz
9036 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_flag.9.gz
9037 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_data.9.gz
9038 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_len.9.gz
9039 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_offset.9.gz
9040 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frames.9.gz
9041 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_interval.9.gz
9042 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_priv.9.gz
9043 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_stall.9.gz
9044 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_timeout.9.gz
9045 OLD_FILES+=usr/share/man/man9/usbd_xfer_softc.9.gz
9046 OLD_FILES+=usr/share/man/man9/usbd_xfer_state.9.gz
9047 OLD_FILES+=usr/share/man/man9/usbd_xfer_status.9.gz
9048 OLD_FILES+=usr/share/man/man9/usbdi.9.gz
9049 OLD_FILES+=usr/share/misc/usb_hid_usages
9050 OLD_FILES+=usr/share/misc/usbdevs
9051 .endif
9052
9053 .if ${MK_UTMPX} == no
9054 OLD_FILES+=etc/periodic/monthly/200.accounting
9055 OLD_FILES+=etc/rc.d/utx
9056 OLD_FILES+=usr/bin/last
9057 OLD_FILES+=usr/bin/users
9058 OLD_FILES+=usr/bin/who
9059 OLD_FILES+=usr/sbin/ac
9060 OLD_FILES+=usr/sbin/lastlogin
9061 OLD_FILES+=usr/sbin/utx
9062 OLD_FILES+=usr/share/man/man1/last.1.gz
9063 OLD_FILES+=usr/share/man/man1/users.1.gz
9064 OLD_FILES+=usr/share/man/man1/who.1.gz
9065 OLD_FILES+=usr/share/man/man8/ac.8.gz
9066 OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
9067 OLD_FILES+=usr/share/man/man8/utx.8.gz
9068 .endif
9069
9070 .if ${MK_VERIEXEC} == no
9071 OLD_FILES+=sbin/veriexec
9072 OLD_FILES+=usr/share/man/man8/veriexec.8.gz
9073 OLD_FILES+=usr/lib/libveriexec.a
9074 OLD_FILES+=usr/lib/libveriexec.so
9075 OLD_LIBS+=usr/lib/libveriexec.so.5
9076 .endif
9077
9078 .if ${MK_VI} == no
9079 OLD_FILES+=etc/rc.d/virecover
9080 OLD_FILES+=rescue/ex
9081 OLD_FILES+=rescue/vi
9082 OLD_FILES+=usr/bin/ex
9083 OLD_FILES+=usr/bin/nex
9084 OLD_FILES+=usr/bin/nvi
9085 OLD_FILES+=usr/bin/nview
9086 OLD_FILES+=usr/bin/vi
9087 OLD_FILES+=usr/bin/view
9088 OLD_FILES+=usr/share/man/man1/ex.1.gz
9089 OLD_FILES+=usr/share/man/man1/nex.1.gz
9090 OLD_FILES+=usr/share/man/man1/nvi.1.gz
9091 OLD_FILES+=usr/share/man/man1/nview.1.gz
9092 OLD_FILES+=usr/share/man/man1/vi.1.gz
9093 OLD_FILES+=usr/share/man/man1/view.1.gz
9094 .  if exists(${DESTDIR}/usr/share/vi)
9095 VI_DIRS!=find ${DESTDIR}/usr/share/vi -type d \
9096     | sed -e 's,^${DESTDIR}/,,'; echo
9097 VI_FILES!=find ${DESTDIR}/usr/share/vi \! -type d \
9098     | sed -e 's,^${DESTDIR}/,,'; echo
9099 OLD_DIRS+=${VI_DIRS}
9100 OLD_FILES+=${VI_FILES}
9101 .  endif
9102 .endif
9103
9104 .if ${MK_WIRELESS} == no
9105 OLD_FILES+=etc/regdomain.xml
9106 OLD_FILES+=etc/rc.d/hostapd
9107 OLD_FILES+=etc/rc.d/wpa_supplicant
9108 OLD_FILES+=usr/sbin/ancontrol
9109 OLD_FILES+=usr/sbin/hostapd
9110 OLD_FILES+=usr/sbin/hostapd_cli
9111 OLD_FILES+=usr/sbin/ndis_events
9112 OLD_FILES+=usr/sbin/wlandebug
9113 OLD_FILES+=usr/sbin/wpa_cli
9114 OLD_FILES+=usr/sbin/wpa_passphrase
9115 OLD_FILES+=usr/sbin/wpa_supplicant
9116 OLD_FILES+=usr/share/examples/etc/regdomain.xml
9117 OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
9118 OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
9119 OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
9120 OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
9121 OLD_DIRS+=usr/share/examples/hostapd
9122 OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
9123 OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
9124 OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
9125 OLD_FILES+=usr/share/man/man8/hostapd.8.gz
9126 OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
9127 OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
9128 OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
9129 OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
9130 OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
9131 OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
9132 OLD_FILES+=usr/lib/snmp_wlan.so
9133 OLD_LIBS+=usr/lib/snmp_wlan.so.6
9134 # bsnmp module
9135 OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz
9136 OLD_FILES+=usr/share/snmp/defs/wlan_tree.def
9137 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt
9138 .endif
9139
9140 .if ${MK_ZFS} == no
9141 OLD_FILES+=boot/gptzfsboot
9142 OLD_FILES+=boot/zfsboot
9143 OLD_FILES+=boot/zfsloader
9144 OLD_FILES+=etc/rc.d/zfs
9145 OLD_FILES+=etc/rc.d/zfsbe
9146 OLD_FILES+=etc/rc.d/zfsd
9147 OLD_FILES+=etc/rc.d/zfskeys
9148 OLD_FILES+=etc/rc.d/zvol
9149 OLD_FILES+=etc/devd/zfs.conf
9150 OLD_FILES+=etc/periodic/daily/404.status-zfs
9151 OLD_FILES+=etc/periodic/daily/800.scrub-zfs
9152 OLD_FILES+=etc/zfs/exports
9153 OLD_DIRS+=etc/zfs
9154 OLD_LIBS+=lib/libavl.so.2
9155 OLD_LIBS+=lib/libnvpair.so.2
9156 OLD_LIBS+=lib/libumem.so.2
9157 OLD_LIBS+=lib/libuutil.so.2
9158 OLD_LIBS+=lib/libzfs.so.2
9159 OLD_LIBS+=lib/libzfs.so.3
9160 OLD_LIBS+=lib/libzfs_core.so.2
9161 OLD_LIBS+=lib/libzpool.so.2
9162 OLD_FILES+=rescue/zdb
9163 OLD_FILES+=rescue/zfs
9164 OLD_FILES+=rescue/zpool
9165 OLD_FILES+=sbin/bectl
9166 OLD_FILES+=sbin/zfs
9167 OLD_FILES+=sbin/zpool
9168 OLD_FILES+=sbin/zfsbootcfg
9169 OLD_FILES+=usr/bin/zinject
9170 OLD_FILES+=usr/bin/zstreamdump
9171 OLD_FILES+=usr/bin/ztest
9172 OLD_FILES+=usr/lib/libbe.a
9173 OLD_FILES+=usr/lib/libbe_p.a
9174 OLD_FILES+=usr/lib/libbe.so
9175 OLD_LIBS+=lib/libbe.so.1
9176 OLD_FILES+=usr/lib/libavl.a
9177 OLD_FILES+=usr/lib/libavl.so
9178 OLD_FILES+=usr/lib/libavl_p.a
9179 OLD_FILES+=usr/lib/libnvpair.a
9180 OLD_FILES+=usr/lib/libnvpair.so
9181 OLD_FILES+=usr/lib/libnvpair_p.a
9182 OLD_FILES+=usr/lib/libumem.a
9183 OLD_FILES+=usr/lib/libumem.so
9184 OLD_FILES+=usr/lib/libumem_p.a
9185 OLD_FILES+=usr/lib/libuutil.a
9186 OLD_FILES+=usr/lib/libuutil.so
9187 OLD_FILES+=usr/lib/libuutil_p.a
9188 OLD_FILES+=usr/lib/libzfs.a
9189 OLD_FILES+=usr/lib/libzfs.so
9190 OLD_FILES+=usr/lib/libzfs_core.a
9191 OLD_FILES+=usr/lib/libzfs_core.so
9192 OLD_FILES+=usr/lib/libzfs_core_p.a
9193 OLD_FILES+=usr/lib/libzfs_p.a
9194 OLD_FILES+=usr/lib/libzpool.a
9195 OLD_FILES+=usr/lib/libzpool.so
9196 OLD_LIBS+=usr/lib/libzpool.so.2
9197 OLD_FILES+=usr/sbin/zfsd
9198 OLD_FILES+=usr/sbin/zhack
9199 OLD_FILES+=usr/sbin/zdb
9200 OLD_FILES+=usr/share/man/man3/be_activate.3.gz
9201 OLD_FILES+=usr/share/man/man3/be_active_name.3.gz
9202 OLD_FILES+=usr/share/man/man3/be_active_path.3.gz
9203 OLD_FILES+=usr/share/man/man3/be_create_depth.3.gz
9204 OLD_FILES+=usr/share/man/man3/be_create_from_existing_snap.3.gz
9205 OLD_FILES+=usr/share/man/man3/be_create_from_existing.3.gz
9206 OLD_FILES+=usr/share/man/man3/be_create.3.gz
9207 OLD_FILES+=usr/share/man/man3/be_deactivate.3.gz
9208 OLD_FILES+=usr/share/man/man3/be_destroy.3.gz
9209 OLD_FILES+=usr/share/man/man3/be_exists.3.gz
9210 OLD_FILES+=usr/share/man/man3/be_export.3.gz
9211 OLD_FILES+=usr/share/man/man3/be_get_bootenv_props.3.gz
9212 OLD_FILES+=usr/share/man/man3/be_get_dataset_props.3.gz
9213 OLD_FILES+=usr/share/man/man3/be_get_dataset_snapshots.3.gz
9214 OLD_FILES+=usr/share/man/man3/be_import.3.gz
9215 OLD_FILES+=usr/share/man/man3/be_is_auto_snapshot_name.3.gz
9216 OLD_FILES+=usr/share/man/man3/be_mount.3.gz
9217 OLD_FILES+=usr/share/man/man3/be_mounted_at.3.gz
9218 OLD_FILES+=usr/share/man/man3/be_nextboot_name.3.gz
9219 OLD_FILES+=usr/share/man/man3/be_nextboot_path.3.gz
9220 OLD_FILES+=usr/share/man/man3/be_nicenum.3.gz
9221 OLD_FILES+=usr/share/man/man3/be_prop_list_alloc.3.gz
9222 OLD_FILES+=usr/share/man/man3/be_prop_list_free.3.gz
9223 OLD_FILES+=usr/share/man/man3/be_rename.3.gz
9224 OLD_FILES+=usr/share/man/man3/be_root_concat.3.gz
9225 OLD_FILES+=usr/share/man/man3/be_root_path.3.gz
9226 OLD_FILES+=usr/share/man/man3/be_snapshot.3.gz
9227 OLD_FILES+=usr/share/man/man3/be_unmount.3.gz
9228 OLD_FILES+=usr/share/man/man3/be_validate_name.3.gz
9229 OLD_FILES+=usr/share/man/man3/be_validate_snap.3.gz
9230 OLD_FILES+=usr/share/man/man3/libbe_close.3.gz
9231 OLD_FILES+=usr/share/man/man3/libbe_errno.3.gz
9232 OLD_FILES+=usr/share/man/man3/libbe_error_description.3.gz
9233 OLD_FILES+=usr/share/man/man3/libbe_init.3.gz
9234 OLD_FILES+=usr/share/man/man3/libbe_print_on_error.3.gz
9235 OLD_FILES+=usr/share/man/man3/libbe.3.gz
9236 OLD_FILES+=usr/share/man/man5/zpool-features.5.gz
9237 OLD_FILES+=usr/share/man/man8/bectl.8.gz
9238 OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz
9239 OLD_FILES+=usr/share/man/man8/zdb.8.gz
9240 OLD_FILES+=usr/share/man/man8/zfs-program.8.gz
9241 OLD_FILES+=usr/share/man/man8/zfs.8.gz
9242 OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
9243 OLD_FILES+=usr/share/man/man8/zfsbootcfg.8.gz
9244 OLD_FILES+=usr/share/man/man8/zfsd.8.gz
9245 OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
9246 OLD_FILES+=usr/share/man/man8/zpool.8.gz
9247 .endif
9248
9249 .if ${MK_ZONEINFO} == no
9250 OLD_FILES+=usr/share/zoneinfo/Africa/Abidjan
9251 OLD_FILES+=usr/share/zoneinfo/Africa/Accra
9252 OLD_FILES+=usr/share/zoneinfo/Africa/Addis_Ababa
9253 OLD_FILES+=usr/share/zoneinfo/Africa/Algiers
9254 OLD_FILES+=usr/share/zoneinfo/Africa/Asmara
9255 OLD_FILES+=usr/share/zoneinfo/Africa/Bamako
9256 OLD_FILES+=usr/share/zoneinfo/Africa/Bangui
9257 OLD_FILES+=usr/share/zoneinfo/Africa/Banjul
9258 OLD_FILES+=usr/share/zoneinfo/Africa/Bissau
9259 OLD_FILES+=usr/share/zoneinfo/Africa/Blantyre
9260 OLD_FILES+=usr/share/zoneinfo/Africa/Brazzaville
9261 OLD_FILES+=usr/share/zoneinfo/Africa/Bujumbura
9262 OLD_FILES+=usr/share/zoneinfo/Africa/Cairo
9263 OLD_FILES+=usr/share/zoneinfo/Africa/Casablanca
9264 OLD_FILES+=usr/share/zoneinfo/Africa/Ceuta
9265 OLD_FILES+=usr/share/zoneinfo/Africa/Conakry
9266 OLD_FILES+=usr/share/zoneinfo/Africa/Dakar
9267 OLD_FILES+=usr/share/zoneinfo/Africa/Dar_es_Salaam
9268 OLD_FILES+=usr/share/zoneinfo/Africa/Djibouti
9269 OLD_FILES+=usr/share/zoneinfo/Africa/Douala
9270 OLD_FILES+=usr/share/zoneinfo/Africa/El_Aaiun
9271 OLD_FILES+=usr/share/zoneinfo/Africa/Freetown
9272 OLD_FILES+=usr/share/zoneinfo/Africa/Gaborone
9273 OLD_FILES+=usr/share/zoneinfo/Africa/Harare
9274 OLD_FILES+=usr/share/zoneinfo/Africa/Johannesburg
9275 OLD_FILES+=usr/share/zoneinfo/Africa/Juba
9276 OLD_FILES+=usr/share/zoneinfo/Africa/Kampala
9277 OLD_FILES+=usr/share/zoneinfo/Africa/Khartoum
9278 OLD_FILES+=usr/share/zoneinfo/Africa/Kigali
9279 OLD_FILES+=usr/share/zoneinfo/Africa/Kinshasa
9280 OLD_FILES+=usr/share/zoneinfo/Africa/Lagos
9281 OLD_FILES+=usr/share/zoneinfo/Africa/Libreville
9282 OLD_FILES+=usr/share/zoneinfo/Africa/Lome
9283 OLD_FILES+=usr/share/zoneinfo/Africa/Luanda
9284 OLD_FILES+=usr/share/zoneinfo/Africa/Lubumbashi
9285 OLD_FILES+=usr/share/zoneinfo/Africa/Lusaka
9286 OLD_FILES+=usr/share/zoneinfo/Africa/Malabo
9287 OLD_FILES+=usr/share/zoneinfo/Africa/Maputo
9288 OLD_FILES+=usr/share/zoneinfo/Africa/Maseru
9289 OLD_FILES+=usr/share/zoneinfo/Africa/Mbabane
9290 OLD_FILES+=usr/share/zoneinfo/Africa/Mogadishu
9291 OLD_FILES+=usr/share/zoneinfo/Africa/Monrovia
9292 OLD_FILES+=usr/share/zoneinfo/Africa/Nairobi
9293 OLD_FILES+=usr/share/zoneinfo/Africa/Ndjamena
9294 OLD_FILES+=usr/share/zoneinfo/Africa/Niamey
9295 OLD_FILES+=usr/share/zoneinfo/Africa/Nouakchott
9296 OLD_FILES+=usr/share/zoneinfo/Africa/Ouagadougou
9297 OLD_FILES+=usr/share/zoneinfo/Africa/Porto-Novo
9298 OLD_FILES+=usr/share/zoneinfo/Africa/Sao_Tome
9299 OLD_FILES+=usr/share/zoneinfo/Africa/Tripoli
9300 OLD_FILES+=usr/share/zoneinfo/Africa/Tunis
9301 OLD_FILES+=usr/share/zoneinfo/Africa/Windhoek
9302 OLD_FILES+=usr/share/zoneinfo/America/Adak
9303 OLD_FILES+=usr/share/zoneinfo/America/Anchorage
9304 OLD_FILES+=usr/share/zoneinfo/America/Anguilla
9305 OLD_FILES+=usr/share/zoneinfo/America/Antigua
9306 OLD_FILES+=usr/share/zoneinfo/America/Araguaina
9307 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Buenos_Aires
9308 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Catamarca
9309 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Cordoba
9310 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Jujuy
9311 OLD_FILES+=usr/share/zoneinfo/America/Argentina/La_Rioja
9312 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Mendoza
9313 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Rio_Gallegos
9314 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Salta
9315 OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Juan
9316 OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Luis
9317 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Tucuman
9318 OLD_FILES+=usr/share/zoneinfo/America/Argentina/Ushuaia
9319 OLD_FILES+=usr/share/zoneinfo/America/Aruba
9320 OLD_FILES+=usr/share/zoneinfo/America/Asuncion
9321 OLD_FILES+=usr/share/zoneinfo/America/Atikokan
9322 OLD_FILES+=usr/share/zoneinfo/America/Bahia
9323 OLD_FILES+=usr/share/zoneinfo/America/Bahia_Banderas
9324 OLD_FILES+=usr/share/zoneinfo/America/Barbados
9325 OLD_FILES+=usr/share/zoneinfo/America/Belem
9326 OLD_FILES+=usr/share/zoneinfo/America/Belize
9327 OLD_FILES+=usr/share/zoneinfo/America/Blanc-Sablon
9328 OLD_FILES+=usr/share/zoneinfo/America/Boa_Vista
9329 OLD_FILES+=usr/share/zoneinfo/America/Bogota
9330 OLD_FILES+=usr/share/zoneinfo/America/Boise
9331 OLD_FILES+=usr/share/zoneinfo/America/Cambridge_Bay
9332 OLD_FILES+=usr/share/zoneinfo/America/Campo_Grande
9333 OLD_FILES+=usr/share/zoneinfo/America/Cancun
9334 OLD_FILES+=usr/share/zoneinfo/America/Caracas
9335 OLD_FILES+=usr/share/zoneinfo/America/Cayenne
9336 OLD_FILES+=usr/share/zoneinfo/America/Cayman
9337 OLD_FILES+=usr/share/zoneinfo/America/Chicago
9338 OLD_FILES+=usr/share/zoneinfo/America/Chihuahua
9339 OLD_FILES+=usr/share/zoneinfo/America/Ciudad_Juarez
9340 OLD_FILES+=usr/share/zoneinfo/America/Costa_Rica
9341 OLD_FILES+=usr/share/zoneinfo/America/Creston
9342 OLD_FILES+=usr/share/zoneinfo/America/Cuiaba
9343 OLD_FILES+=usr/share/zoneinfo/America/Curacao
9344 OLD_FILES+=usr/share/zoneinfo/America/Danmarkshavn
9345 OLD_FILES+=usr/share/zoneinfo/America/Dawson
9346 OLD_FILES+=usr/share/zoneinfo/America/Dawson_Creek
9347 OLD_FILES+=usr/share/zoneinfo/America/Denver
9348 OLD_FILES+=usr/share/zoneinfo/America/Detroit
9349 OLD_FILES+=usr/share/zoneinfo/America/Dominica
9350 OLD_FILES+=usr/share/zoneinfo/America/Edmonton
9351 OLD_FILES+=usr/share/zoneinfo/America/Eirunepe
9352 OLD_FILES+=usr/share/zoneinfo/America/El_Salvador
9353 OLD_FILES+=usr/share/zoneinfo/America/Fortaleza
9354 OLD_FILES+=usr/share/zoneinfo/America/Glace_Bay
9355 OLD_FILES+=usr/share/zoneinfo/America/Godthab
9356 OLD_FILES+=usr/share/zoneinfo/America/Goose_Bay
9357 OLD_FILES+=usr/share/zoneinfo/America/Grand_Turk
9358 OLD_FILES+=usr/share/zoneinfo/America/Grenada
9359 OLD_FILES+=usr/share/zoneinfo/America/Guadeloupe
9360 OLD_FILES+=usr/share/zoneinfo/America/Guatemala
9361 OLD_FILES+=usr/share/zoneinfo/America/Guayaquil
9362 OLD_FILES+=usr/share/zoneinfo/America/Guyana
9363 OLD_FILES+=usr/share/zoneinfo/America/Halifax
9364 OLD_FILES+=usr/share/zoneinfo/America/Havana
9365 OLD_FILES+=usr/share/zoneinfo/America/Hermosillo
9366 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Indianapolis
9367 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Knox
9368 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Marengo
9369 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Petersburg
9370 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Tell_City
9371 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vevay
9372 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vincennes
9373 OLD_FILES+=usr/share/zoneinfo/America/Indiana/Winamac
9374 OLD_FILES+=usr/share/zoneinfo/America/Inuvik
9375 OLD_FILES+=usr/share/zoneinfo/America/Iqaluit
9376 OLD_FILES+=usr/share/zoneinfo/America/Jamaica
9377 OLD_FILES+=usr/share/zoneinfo/America/Juneau
9378 OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Louisville
9379 OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Monticello
9380 OLD_FILES+=usr/share/zoneinfo/America/Kralendijk
9381 OLD_FILES+=usr/share/zoneinfo/America/La_Paz
9382 OLD_FILES+=usr/share/zoneinfo/America/Lima
9383 OLD_FILES+=usr/share/zoneinfo/America/Los_Angeles
9384 OLD_FILES+=usr/share/zoneinfo/America/Lower_Princes
9385 OLD_FILES+=usr/share/zoneinfo/America/Maceio
9386 OLD_FILES+=usr/share/zoneinfo/America/Managua
9387 OLD_FILES+=usr/share/zoneinfo/America/Manaus
9388 OLD_FILES+=usr/share/zoneinfo/America/Marigot
9389 OLD_FILES+=usr/share/zoneinfo/America/Martinique
9390 OLD_FILES+=usr/share/zoneinfo/America/Matamoros
9391 OLD_FILES+=usr/share/zoneinfo/America/Mazatlan
9392 OLD_FILES+=usr/share/zoneinfo/America/Menominee
9393 OLD_FILES+=usr/share/zoneinfo/America/Merida
9394 OLD_FILES+=usr/share/zoneinfo/America/Metlakatla
9395 OLD_FILES+=usr/share/zoneinfo/America/Mexico_City
9396 OLD_FILES+=usr/share/zoneinfo/America/Miquelon
9397 OLD_FILES+=usr/share/zoneinfo/America/Moncton
9398 OLD_FILES+=usr/share/zoneinfo/America/Monterrey
9399 OLD_FILES+=usr/share/zoneinfo/America/Montevideo
9400 OLD_FILES+=usr/share/zoneinfo/America/Montreal
9401 OLD_FILES+=usr/share/zoneinfo/America/Montserrat
9402 OLD_FILES+=usr/share/zoneinfo/America/Nassau
9403 OLD_FILES+=usr/share/zoneinfo/America/New_York
9404 OLD_FILES+=usr/share/zoneinfo/America/Nipigon
9405 OLD_FILES+=usr/share/zoneinfo/America/Nome
9406 OLD_FILES+=usr/share/zoneinfo/America/Noronha
9407 OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Beulah
9408 OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Center
9409 OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/New_Salem
9410 OLD_FILES+=usr/share/zoneinfo/America/Ojinaga
9411 OLD_FILES+=usr/share/zoneinfo/America/Panama
9412 OLD_FILES+=usr/share/zoneinfo/America/Pangnirtung
9413 OLD_FILES+=usr/share/zoneinfo/America/Paramaribo
9414 OLD_FILES+=usr/share/zoneinfo/America/Phoenix
9415 OLD_FILES+=usr/share/zoneinfo/America/Port-au-Prince
9416 OLD_FILES+=usr/share/zoneinfo/America/Port_of_Spain
9417 OLD_FILES+=usr/share/zoneinfo/America/Porto_Velho
9418 OLD_FILES+=usr/share/zoneinfo/America/Puerto_Rico
9419 OLD_FILES+=usr/share/zoneinfo/America/Rainy_River
9420 OLD_FILES+=usr/share/zoneinfo/America/Rankin_Inlet
9421 OLD_FILES+=usr/share/zoneinfo/America/Recife
9422 OLD_FILES+=usr/share/zoneinfo/America/Regina
9423 OLD_FILES+=usr/share/zoneinfo/America/Resolute
9424 OLD_FILES+=usr/share/zoneinfo/America/Rio_Branco
9425 OLD_FILES+=usr/share/zoneinfo/America/Santa_Isabel
9426 OLD_FILES+=usr/share/zoneinfo/America/Santarem
9427 OLD_FILES+=usr/share/zoneinfo/America/Santiago
9428 OLD_FILES+=usr/share/zoneinfo/America/Santo_Domingo
9429 OLD_FILES+=usr/share/zoneinfo/America/Sao_Paulo
9430 OLD_FILES+=usr/share/zoneinfo/America/Scoresbysund
9431 OLD_FILES+=usr/share/zoneinfo/America/Sitka
9432 OLD_FILES+=usr/share/zoneinfo/America/St_Barthelemy
9433 OLD_FILES+=usr/share/zoneinfo/America/St_Johns
9434 OLD_FILES+=usr/share/zoneinfo/America/St_Kitts
9435 OLD_FILES+=usr/share/zoneinfo/America/St_Lucia
9436 OLD_FILES+=usr/share/zoneinfo/America/St_Thomas
9437 OLD_FILES+=usr/share/zoneinfo/America/St_Vincent
9438 OLD_FILES+=usr/share/zoneinfo/America/Swift_Current
9439 OLD_FILES+=usr/share/zoneinfo/America/Tegucigalpa
9440 OLD_FILES+=usr/share/zoneinfo/America/Thule
9441 OLD_FILES+=usr/share/zoneinfo/America/Thunder_Bay
9442 OLD_FILES+=usr/share/zoneinfo/America/Tijuana
9443 OLD_FILES+=usr/share/zoneinfo/America/Toronto
9444 OLD_FILES+=usr/share/zoneinfo/America/Tortola
9445 OLD_FILES+=usr/share/zoneinfo/America/Vancouver
9446 OLD_FILES+=usr/share/zoneinfo/America/Whitehorse
9447 OLD_FILES+=usr/share/zoneinfo/America/Winnipeg
9448 OLD_FILES+=usr/share/zoneinfo/America/Yakutat
9449 OLD_FILES+=usr/share/zoneinfo/America/Yellowknife
9450 OLD_FILES+=usr/share/zoneinfo/Antarctica/Casey
9451 OLD_FILES+=usr/share/zoneinfo/Antarctica/Davis
9452 OLD_FILES+=usr/share/zoneinfo/Antarctica/DumontDUrville
9453 OLD_FILES+=usr/share/zoneinfo/Antarctica/Macquarie
9454 OLD_FILES+=usr/share/zoneinfo/Antarctica/Mawson
9455 OLD_FILES+=usr/share/zoneinfo/Antarctica/McMurdo
9456 OLD_FILES+=usr/share/zoneinfo/Antarctica/Palmer
9457 OLD_FILES+=usr/share/zoneinfo/Antarctica/Rothera
9458 OLD_FILES+=usr/share/zoneinfo/Antarctica/Syowa
9459 OLD_FILES+=usr/share/zoneinfo/Antarctica/Troll
9460 OLD_FILES+=usr/share/zoneinfo/Antarctica/Vostok
9461 OLD_FILES+=usr/share/zoneinfo/Arctic/Longyearbyen
9462 OLD_FILES+=usr/share/zoneinfo/Asia/Aden
9463 OLD_FILES+=usr/share/zoneinfo/Asia/Almaty
9464 OLD_FILES+=usr/share/zoneinfo/Asia/Amman
9465 OLD_FILES+=usr/share/zoneinfo/Asia/Anadyr
9466 OLD_FILES+=usr/share/zoneinfo/Asia/Aqtau
9467 OLD_FILES+=usr/share/zoneinfo/Asia/Aqtobe
9468 OLD_FILES+=usr/share/zoneinfo/Asia/Ashgabat
9469 OLD_FILES+=usr/share/zoneinfo/Asia/Baghdad
9470 OLD_FILES+=usr/share/zoneinfo/Asia/Bahrain
9471 OLD_FILES+=usr/share/zoneinfo/Asia/Baku
9472 OLD_FILES+=usr/share/zoneinfo/Asia/Bangkok
9473 OLD_FILES+=usr/share/zoneinfo/Asia/Beirut
9474 OLD_FILES+=usr/share/zoneinfo/Asia/Bishkek
9475 OLD_FILES+=usr/share/zoneinfo/Asia/Brunei
9476 OLD_FILES+=usr/share/zoneinfo/Asia/Chita
9477 OLD_FILES+=usr/share/zoneinfo/Asia/Choibalsan
9478 OLD_FILES+=usr/share/zoneinfo/Asia/Colombo
9479 OLD_FILES+=usr/share/zoneinfo/Asia/Damascus
9480 OLD_FILES+=usr/share/zoneinfo/Asia/Dhaka
9481 OLD_FILES+=usr/share/zoneinfo/Asia/Dili
9482 OLD_FILES+=usr/share/zoneinfo/Asia/Dubai
9483 OLD_FILES+=usr/share/zoneinfo/Asia/Dushanbe
9484 OLD_FILES+=usr/share/zoneinfo/Asia/Gaza
9485 OLD_FILES+=usr/share/zoneinfo/Asia/Hebron
9486 OLD_FILES+=usr/share/zoneinfo/Asia/Ho_Chi_Minh
9487 OLD_FILES+=usr/share/zoneinfo/Asia/Hong_Kong
9488 OLD_FILES+=usr/share/zoneinfo/Asia/Hovd
9489 OLD_FILES+=usr/share/zoneinfo/Asia/Irkutsk
9490 OLD_FILES+=usr/share/zoneinfo/Asia/Istanbul
9491 OLD_FILES+=usr/share/zoneinfo/Asia/Jakarta
9492 OLD_FILES+=usr/share/zoneinfo/Asia/Jayapura
9493 OLD_FILES+=usr/share/zoneinfo/Asia/Jerusalem
9494 OLD_FILES+=usr/share/zoneinfo/Asia/Kabul
9495 OLD_FILES+=usr/share/zoneinfo/Asia/Kamchatka
9496 OLD_FILES+=usr/share/zoneinfo/Asia/Karachi
9497 OLD_FILES+=usr/share/zoneinfo/Asia/Kathmandu
9498 OLD_FILES+=usr/share/zoneinfo/Asia/Khandyga
9499 OLD_FILES+=usr/share/zoneinfo/Asia/Kolkata
9500 OLD_FILES+=usr/share/zoneinfo/Asia/Krasnoyarsk
9501 OLD_FILES+=usr/share/zoneinfo/Asia/Kuala_Lumpur
9502 OLD_FILES+=usr/share/zoneinfo/Asia/Kuching
9503 OLD_FILES+=usr/share/zoneinfo/Asia/Kuwait
9504 OLD_FILES+=usr/share/zoneinfo/Asia/Macau
9505 OLD_FILES+=usr/share/zoneinfo/Asia/Magadan
9506 OLD_FILES+=usr/share/zoneinfo/Asia/Makassar
9507 OLD_FILES+=usr/share/zoneinfo/Asia/Manila
9508 OLD_FILES+=usr/share/zoneinfo/Asia/Muscat
9509 OLD_FILES+=usr/share/zoneinfo/Asia/Nicosia
9510 OLD_FILES+=usr/share/zoneinfo/Asia/Novokuznetsk
9511 OLD_FILES+=usr/share/zoneinfo/Asia/Novosibirsk
9512 OLD_FILES+=usr/share/zoneinfo/Asia/Omsk
9513 OLD_FILES+=usr/share/zoneinfo/Asia/Oral
9514 OLD_FILES+=usr/share/zoneinfo/Asia/Phnom_Penh
9515 OLD_FILES+=usr/share/zoneinfo/Asia/Pontianak
9516 OLD_FILES+=usr/share/zoneinfo/Asia/Pyongyang
9517 OLD_FILES+=usr/share/zoneinfo/Asia/Qatar
9518 OLD_FILES+=usr/share/zoneinfo/Asia/Qyzylorda
9519 OLD_FILES+=usr/share/zoneinfo/Asia/Rangoon
9520 OLD_FILES+=usr/share/zoneinfo/Asia/Riyadh
9521 OLD_FILES+=usr/share/zoneinfo/Asia/Sakhalin
9522 OLD_FILES+=usr/share/zoneinfo/Asia/Samarkand
9523 OLD_FILES+=usr/share/zoneinfo/Asia/Seoul
9524 OLD_FILES+=usr/share/zoneinfo/Asia/Shanghai
9525 OLD_FILES+=usr/share/zoneinfo/Asia/Singapore
9526 OLD_FILES+=usr/share/zoneinfo/Asia/Srednekolymsk
9527 OLD_FILES+=usr/share/zoneinfo/Asia/Taipei
9528 OLD_FILES+=usr/share/zoneinfo/Asia/Tashkent
9529 OLD_FILES+=usr/share/zoneinfo/Asia/Tbilisi
9530 OLD_FILES+=usr/share/zoneinfo/Asia/Tehran
9531 OLD_FILES+=usr/share/zoneinfo/Asia/Thimphu
9532 OLD_FILES+=usr/share/zoneinfo/Asia/Tokyo
9533 OLD_FILES+=usr/share/zoneinfo/Asia/Ulaanbaatar
9534 OLD_FILES+=usr/share/zoneinfo/Asia/Urumqi
9535 OLD_FILES+=usr/share/zoneinfo/Asia/Ust-Nera
9536 OLD_FILES+=usr/share/zoneinfo/Asia/Vientiane
9537 OLD_FILES+=usr/share/zoneinfo/Asia/Vladivostok
9538 OLD_FILES+=usr/share/zoneinfo/Asia/Yakutsk
9539 OLD_FILES+=usr/share/zoneinfo/Asia/Yekaterinburg
9540 OLD_FILES+=usr/share/zoneinfo/Asia/Yerevan
9541 OLD_FILES+=usr/share/zoneinfo/Atlantic/Azores
9542 OLD_FILES+=usr/share/zoneinfo/Atlantic/Bermuda
9543 OLD_FILES+=usr/share/zoneinfo/Atlantic/Canary
9544 OLD_FILES+=usr/share/zoneinfo/Atlantic/Cape_Verde
9545 OLD_FILES+=usr/share/zoneinfo/Atlantic/Faroe
9546 OLD_FILES+=usr/share/zoneinfo/Atlantic/Madeira
9547 OLD_FILES+=usr/share/zoneinfo/Atlantic/Reykjavik
9548 OLD_FILES+=usr/share/zoneinfo/Atlantic/South_Georgia
9549 OLD_FILES+=usr/share/zoneinfo/Atlantic/St_Helena
9550 OLD_FILES+=usr/share/zoneinfo/Atlantic/Stanley
9551 OLD_FILES+=usr/share/zoneinfo/Australia/Adelaide
9552 OLD_FILES+=usr/share/zoneinfo/Australia/Brisbane
9553 OLD_FILES+=usr/share/zoneinfo/Australia/Broken_Hill
9554 OLD_FILES+=usr/share/zoneinfo/Australia/Currie
9555 OLD_FILES+=usr/share/zoneinfo/Australia/Darwin
9556 OLD_FILES+=usr/share/zoneinfo/Australia/Eucla
9557 OLD_FILES+=usr/share/zoneinfo/Australia/Hobart
9558 OLD_FILES+=usr/share/zoneinfo/Australia/Lindeman
9559 OLD_FILES+=usr/share/zoneinfo/Australia/Lord_Howe
9560 OLD_FILES+=usr/share/zoneinfo/Australia/Melbourne
9561 OLD_FILES+=usr/share/zoneinfo/Australia/Perth
9562 OLD_FILES+=usr/share/zoneinfo/Australia/Sydney
9563 OLD_FILES+=usr/share/zoneinfo/CET
9564 OLD_FILES+=usr/share/zoneinfo/CST6CDT
9565 OLD_FILES+=usr/share/zoneinfo/EET
9566 OLD_FILES+=usr/share/zoneinfo/EST
9567 OLD_FILES+=usr/share/zoneinfo/EST5EDT
9568 OLD_FILES+=usr/share/zoneinfo/Etc/GMT
9569 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+0
9570 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+1
9571 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+10
9572 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+11
9573 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+12
9574 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+2
9575 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+3
9576 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+4
9577 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+5
9578 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+6
9579 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+7
9580 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+8
9581 OLD_FILES+=usr/share/zoneinfo/Etc/GMT+9
9582 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-0
9583 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-1
9584 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-10
9585 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-11
9586 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-12
9587 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-13
9588 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-14
9589 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-2
9590 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-3
9591 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-4
9592 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-5
9593 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-6
9594 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-7
9595 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-8
9596 OLD_FILES+=usr/share/zoneinfo/Etc/GMT-9
9597 OLD_FILES+=usr/share/zoneinfo/Etc/GMT0
9598 OLD_FILES+=usr/share/zoneinfo/Etc/Greenwich
9599 OLD_FILES+=usr/share/zoneinfo/Etc/UCT
9600 OLD_FILES+=usr/share/zoneinfo/Etc/UTC
9601 OLD_FILES+=usr/share/zoneinfo/Etc/Universal
9602 OLD_FILES+=usr/share/zoneinfo/Etc/Zulu
9603 OLD_FILES+=usr/share/zoneinfo/Europe/Amsterdam
9604 OLD_FILES+=usr/share/zoneinfo/Europe/Andorra
9605 OLD_FILES+=usr/share/zoneinfo/Europe/Athens
9606 OLD_FILES+=usr/share/zoneinfo/Europe/Belgrade
9607 OLD_FILES+=usr/share/zoneinfo/Europe/Berlin
9608 OLD_FILES+=usr/share/zoneinfo/Europe/Bratislava
9609 OLD_FILES+=usr/share/zoneinfo/Europe/Brussels
9610 OLD_FILES+=usr/share/zoneinfo/Europe/Bucharest
9611 OLD_FILES+=usr/share/zoneinfo/Europe/Budapest
9612 OLD_FILES+=usr/share/zoneinfo/Europe/Busingen
9613 OLD_FILES+=usr/share/zoneinfo/Europe/Chisinau
9614 OLD_FILES+=usr/share/zoneinfo/Europe/Copenhagen
9615 OLD_FILES+=usr/share/zoneinfo/Europe/Dublin
9616 OLD_FILES+=usr/share/zoneinfo/Europe/Gibraltar
9617 OLD_FILES+=usr/share/zoneinfo/Europe/Guernsey
9618 OLD_FILES+=usr/share/zoneinfo/Europe/Helsinki
9619 OLD_FILES+=usr/share/zoneinfo/Europe/Isle_of_Man
9620 OLD_FILES+=usr/share/zoneinfo/Europe/Istanbul
9621 OLD_FILES+=usr/share/zoneinfo/Europe/Jersey
9622 OLD_FILES+=usr/share/zoneinfo/Europe/Kaliningrad
9623 OLD_FILES+=usr/share/zoneinfo/Europe/Kiev
9624 OLD_FILES+=usr/share/zoneinfo/Europe/Lisbon
9625 OLD_FILES+=usr/share/zoneinfo/Europe/Ljubljana
9626 OLD_FILES+=usr/share/zoneinfo/Europe/London
9627 OLD_FILES+=usr/share/zoneinfo/Europe/Luxembourg
9628 OLD_FILES+=usr/share/zoneinfo/Europe/Madrid
9629 OLD_FILES+=usr/share/zoneinfo/Europe/Malta
9630 OLD_FILES+=usr/share/zoneinfo/Europe/Mariehamn
9631 OLD_FILES+=usr/share/zoneinfo/Europe/Minsk
9632 OLD_FILES+=usr/share/zoneinfo/Europe/Monaco
9633 OLD_FILES+=usr/share/zoneinfo/Europe/Moscow
9634 OLD_FILES+=usr/share/zoneinfo/Europe/Nicosia
9635 OLD_FILES+=usr/share/zoneinfo/Europe/Oslo
9636 OLD_FILES+=usr/share/zoneinfo/Europe/Paris
9637 OLD_FILES+=usr/share/zoneinfo/Europe/Podgorica
9638 OLD_FILES+=usr/share/zoneinfo/Europe/Prague
9639 OLD_FILES+=usr/share/zoneinfo/Europe/Riga
9640 OLD_FILES+=usr/share/zoneinfo/Europe/Rome
9641 OLD_FILES+=usr/share/zoneinfo/Europe/Samara
9642 OLD_FILES+=usr/share/zoneinfo/Europe/San_Marino
9643 OLD_FILES+=usr/share/zoneinfo/Europe/Sarajevo
9644 OLD_FILES+=usr/share/zoneinfo/Europe/Simferopol
9645 OLD_FILES+=usr/share/zoneinfo/Europe/Skopje
9646 OLD_FILES+=usr/share/zoneinfo/Europe/Sofia
9647 OLD_FILES+=usr/share/zoneinfo/Europe/Stockholm
9648 OLD_FILES+=usr/share/zoneinfo/Europe/Tallinn
9649 OLD_FILES+=usr/share/zoneinfo/Europe/Tirane
9650 OLD_FILES+=usr/share/zoneinfo/Europe/Uzhgorod
9651 OLD_FILES+=usr/share/zoneinfo/Europe/Vaduz
9652 OLD_FILES+=usr/share/zoneinfo/Europe/Vatican
9653 OLD_FILES+=usr/share/zoneinfo/Europe/Vienna
9654 OLD_FILES+=usr/share/zoneinfo/Europe/Vilnius
9655 OLD_FILES+=usr/share/zoneinfo/Europe/Volgograd
9656 OLD_FILES+=usr/share/zoneinfo/Europe/Warsaw
9657 OLD_FILES+=usr/share/zoneinfo/Europe/Zagreb
9658 OLD_FILES+=usr/share/zoneinfo/Europe/Zaporozhye
9659 OLD_FILES+=usr/share/zoneinfo/Europe/Zurich
9660 OLD_FILES+=usr/share/zoneinfo/Factory
9661 OLD_FILES+=usr/share/zoneinfo/HST
9662 OLD_FILES+=usr/share/zoneinfo/Indian/Antananarivo
9663 OLD_FILES+=usr/share/zoneinfo/Indian/Chagos
9664 OLD_FILES+=usr/share/zoneinfo/Indian/Christmas
9665 OLD_FILES+=usr/share/zoneinfo/Indian/Cocos
9666 OLD_FILES+=usr/share/zoneinfo/Indian/Comoro
9667 OLD_FILES+=usr/share/zoneinfo/Indian/Kerguelen
9668 OLD_FILES+=usr/share/zoneinfo/Indian/Mahe
9669 OLD_FILES+=usr/share/zoneinfo/Indian/Maldives
9670 OLD_FILES+=usr/share/zoneinfo/Indian/Mauritius
9671 OLD_FILES+=usr/share/zoneinfo/Indian/Mayotte
9672 OLD_FILES+=usr/share/zoneinfo/Indian/Reunion
9673 OLD_FILES+=usr/share/zoneinfo/MET
9674 OLD_FILES+=usr/share/zoneinfo/MST
9675 OLD_FILES+=usr/share/zoneinfo/MST7MDT
9676 OLD_FILES+=usr/share/zoneinfo/PST8PDT
9677 OLD_FILES+=usr/share/zoneinfo/Pacific/Apia
9678 OLD_FILES+=usr/share/zoneinfo/Pacific/Auckland
9679 OLD_FILES+=usr/share/zoneinfo/Pacific/Bougainville
9680 OLD_FILES+=usr/share/zoneinfo/Pacific/Chatham
9681 OLD_FILES+=usr/share/zoneinfo/Pacific/Chuuk
9682 OLD_FILES+=usr/share/zoneinfo/Pacific/Easter
9683 OLD_FILES+=usr/share/zoneinfo/Pacific/Efate
9684 OLD_FILES+=usr/share/zoneinfo/Pacific/Enderbury
9685 OLD_FILES+=usr/share/zoneinfo/Pacific/Fakaofo
9686 OLD_FILES+=usr/share/zoneinfo/Pacific/Fiji
9687 OLD_FILES+=usr/share/zoneinfo/Pacific/Funafuti
9688 OLD_FILES+=usr/share/zoneinfo/Pacific/Galapagos
9689 OLD_FILES+=usr/share/zoneinfo/Pacific/Gambier
9690 OLD_FILES+=usr/share/zoneinfo/Pacific/Guadalcanal
9691 OLD_FILES+=usr/share/zoneinfo/Pacific/Guam
9692 OLD_FILES+=usr/share/zoneinfo/Pacific/Honolulu
9693 OLD_FILES+=usr/share/zoneinfo/Pacific/Johnston
9694 OLD_FILES+=usr/share/zoneinfo/Pacific/Kiritimati
9695 OLD_FILES+=usr/share/zoneinfo/Pacific/Kosrae
9696 OLD_FILES+=usr/share/zoneinfo/Pacific/Kwajalein
9697 OLD_FILES+=usr/share/zoneinfo/Pacific/Majuro
9698 OLD_FILES+=usr/share/zoneinfo/Pacific/Marquesas
9699 OLD_FILES+=usr/share/zoneinfo/Pacific/Midway
9700 OLD_FILES+=usr/share/zoneinfo/Pacific/Nauru
9701 OLD_FILES+=usr/share/zoneinfo/Pacific/Niue
9702 OLD_FILES+=usr/share/zoneinfo/Pacific/Norfolk
9703 OLD_FILES+=usr/share/zoneinfo/Pacific/Noumea
9704 OLD_FILES+=usr/share/zoneinfo/Pacific/Pago_Pago
9705 OLD_FILES+=usr/share/zoneinfo/Pacific/Palau
9706 OLD_FILES+=usr/share/zoneinfo/Pacific/Pitcairn
9707 OLD_FILES+=usr/share/zoneinfo/Pacific/Pohnpei
9708 OLD_FILES+=usr/share/zoneinfo/Pacific/Port_Moresby
9709 OLD_FILES+=usr/share/zoneinfo/Pacific/Rarotonga
9710 OLD_FILES+=usr/share/zoneinfo/Pacific/Saipan
9711 OLD_FILES+=usr/share/zoneinfo/Pacific/Tahiti
9712 OLD_FILES+=usr/share/zoneinfo/Pacific/Tarawa
9713 OLD_FILES+=usr/share/zoneinfo/Pacific/Tongatapu
9714 OLD_FILES+=usr/share/zoneinfo/Pacific/Wake
9715 OLD_FILES+=usr/share/zoneinfo/Pacific/Wallis
9716 OLD_FILES+=usr/share/zoneinfo/UTC
9717 OLD_FILES+=usr/share/zoneinfo/WET
9718 OLD_FILES+=usr/share/zoneinfo/posixrules
9719 OLD_FILES+=usr/share/zoneinfo/zone.tab
9720 .endif