Deleted Added
full compact
OptionalObsoleteFiles.inc (283247) OptionalObsoleteFiles.inc (283526)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 283247 2015-05-21 15:05:46Z bapt $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 283526 2015-05-25 13:43:03Z dim $
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no
9OLD_FILES+=etc/rc.d/accounting
10OLD_FILES+=etc/periodic/daily/310.accounting
11OLD_FILES+=usr/sbin/accton
12OLD_FILES+=usr/sbin/sa
13OLD_FILES+=usr/share/man/man8/accton.8.gz
14OLD_FILES+=usr/share/man/man8/sa.8.gz
15.endif
16
17.if ${MK_ACPI} == no
18OLD_FILES+=etc/devd/asus.conf
19OLD_FILES+=etc/rc.d/power_profile
20OLD_FILES+=usr/sbin/acpiconf
21OLD_FILES+=usr/sbin/acpidb
22OLD_FILES+=usr/sbin/acpidump
23OLD_FILES+=usr/sbin/iasl
24OLD_FILES+=usr/share/man/man8/acpiconf.8.gz
25OLD_FILES+=usr/share/man/man8/acpidb.8.gz
26OLD_FILES+=usr/share/man/man8/acpidump.8.gz
27OLD_FILES+=usr/share/man/man8/iasl.8.gz
28.endif
29
30.if ${MK_AMD} == no
31OLD_FILES+=etc/amd.map
32OLD_FILES+=etc/rc.d/amd
33OLD_FILES+=usr/bin/pawd
34OLD_FILES+=usr/sbin/amd
35OLD_FILES+=usr/sbin/amq
36OLD_FILES+=usr/sbin/fixmount
37OLD_FILES+=usr/sbin/fsinfo
38OLD_FILES+=usr/sbin/hlfsd
39OLD_FILES+=usr/sbin/mk-amd-map
40OLD_FILES+=usr/sbin/wire-test
41OLD_FILES+=usr/share/examples/etc/amd.map
42OLD_FILES+=usr/share/info/am-utils.info.gz
43OLD_FILES+=usr/share/man/man1/pawd.1.gz
44OLD_FILES+=usr/share/man/man5/amd.conf.5.gz
45OLD_FILES+=usr/share/man/man8/amd.8.gz
46OLD_FILES+=usr/share/man/man8/amq.8.gz
47OLD_FILES+=usr/share/man/man8/fixmount.8.gz
48OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
49OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
50OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
51OLD_FILES+=usr/share/man/man8/wire-test.8.gz
52.endif
53
54.if ${MK_APM} == no
55OLD_FILES+=etc/rc.d/apm
56OLD_FILES+=etc/rc.d/apmd
57OLD_FILES+=etc/apmd.conf
58OLD_FILES+=usr/sbin/apm
59OLD_FILES+=usr/share/examples/etc/apmd.conf
60OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
61OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
62.endif
63
64.if ${MK_AT} == no
65OLD_FILES+=etc/pam.d/atrun
66OLD_FILES+=usr/bin/at
67OLD_FILES+=usr/bin/atq
68OLD_FILES+=usr/bin/atrm
69OLD_FILES+=usr/bin/batch
70OLD_FILES+=usr/libexec/atrun
71OLD_FILES+=usr/share/man/man1/at.1.gz
72OLD_FILES+=usr/share/man/man1/atq.1.gz
73OLD_FILES+=usr/share/man/man1/atrm.1.gz
74OLD_FILES+=usr/share/man/man1/batch.1.gz
75OLD_FILES+=usr/share/man/man8/atrun.8.gz
76.endif
77
78.if ${MK_ATM} == no
79OLD_FILES+=rescue/atmconfig
80OLD_FILES+=sbin/atmconfig
81OLD_FILES+=usr/bin/sscop
82OLD_FILES+=usr/include/bsnmp/snmp_atm.h
83OLD_FILES+=usr/include/netnatm/addr.h
84OLD_FILES+=usr/include/netnatm/api/atmapi.h
85OLD_FILES+=usr/include/netnatm/api/ccatm.h
86OLD_FILES+=usr/include/netnatm/api/unisap.h
87OLD_DIRS+=usr/include/netnatm/api
88OLD_FILES+=usr/include/netnatm/msg/uni_config.h
89OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h
90OLD_FILES+=usr/include/netnatm/msg/uni_ie.h
91OLD_FILES+=usr/include/netnatm/msg/uni_msg.h
92OLD_FILES+=usr/include/netnatm/msg/unimsglib.h
93OLD_FILES+=usr/include/netnatm/msg/uniprint.h
94OLD_FILES+=usr/include/netnatm/msg/unistruct.h
95OLD_DIRS+=usr/include/netnatm/msg
96OLD_FILES+=usr/include/netnatm/saal/sscfu.h
97OLD_FILES+=usr/include/netnatm/saal/sscfudef.h
98OLD_FILES+=usr/include/netnatm/saal/sscop.h
99OLD_FILES+=usr/include/netnatm/saal/sscopdef.h
100OLD_DIRS+=usr/include/netnatm/saal
101OLD_FILES+=usr/include/netnatm/sig/uni.h
102OLD_FILES+=usr/include/netnatm/sig/unidef.h
103OLD_FILES+=usr/include/netnatm/sig/unisig.h
104OLD_DIRS+=usr/include/netnatm/sig
105OLD_FILES+=usr/include/netnatm/unimsg.h
106OLD_FILES+=usr/lib/libngatm.a
107OLD_FILES+=usr/lib/libngatm.so
108OLD_LIBS+=usr/lib/libngatm.so.4
109OLD_FILES+=usr/lib/libngatm_p.a
110OLD_FILES+=usr/lib/snmp_atm.so
111OLD_LIBS+=usr/lib/snmp_atm.so.6
112.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
113OLD_FILES+=usr/lib32/libngatm.a
114OLD_FILES+=usr/lib32/libngatm.so
115OLD_LIBS+=usr/lib32/libngatm.so.4
116OLD_FILES+=usr/lib32/libngatm_p.a
117.endif
118OLD_FILES+=usr/share/doc/atm/atmconfig.help
119OLD_FILES+=usr/share/doc/atm/atmconfig_device.help
120OLD_DIRS+=usr/share/doc/atm
121OLD_FILES+=usr/share/man/man1/sscop.1.gz
122OLD_FILES+=usr/share/man/man3/libngatm.3.gz
123OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
124OLD_FILES+=usr/share/man/man3/uniaddr.3.gz
125OLD_FILES+=usr/share/man/man3/unifunc.3.gz
126OLD_FILES+=usr/share/man/man3/unimsg.3.gz
127OLD_FILES+=usr/share/man/man3/unisap.3.gz
128OLD_FILES+=usr/share/man/man3/unistruct.3.gz
129OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
130OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
131OLD_FILES+=usr/share/snmp/defs/atm_tree.def
132OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
133OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
134.endif
135
136.if ${MK_AUDIT} == no
137OLD_FILES+=usr/sbin/audit
138OLD_FILES+=usr/sbin/auditd
139OLD_FILES+=usr/sbin/auditreduce
140OLD_FILES+=usr/sbin/praudit
141OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
142OLD_FILES+=usr/share/man/man1/praudit.1.gz
143OLD_FILES+=usr/share/man/man8/audit.8.gz
144OLD_FILES+=usr/share/man/man8/auditd.8.gz
145.endif
146
147.if ${MK_AUTHPF} == no
148OLD_FILES+=usr/sbin/authpf
149OLD_FILES+=usr/sbin/authpf-noip
150OLD_FILES+=usr/share/man/man8/authpf.8.gz
151OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
152.endif
153
154.if ${MK_AUTOFS} == no
155OLD_FILES+=etc/autofs/include_ldap
156OLD_FILES+=etc/autofs/special_hosts
157OLD_FILES+=etc/autofs/special_media
158OLD_FILES+=etc/autofs/special_null
159OLD_FILES+=etc/auto_master
160OLD_FILES+=etc/rc.d/automount
161OLD_FILES+=etc/rc.d/automountd
162OLD_FILES+=etc/rc.d/autounmountd
163OLD_FILES+=usr/sbin/automount
164OLD_FILES+=usr/sbin/automountd
165OLD_FILES+=usr/sbin/autounmountd
166OLD_FILES+=usr/share/man/man5/autofs.5.gz
167OLD_FILES+=usr/share/man/man5/auto_master.5.gz
168OLD_FILES+=usr/share/man/man8/automount.8.gz
169OLD_FILES+=usr/share/man/man8/automountd.8.gz
170OLD_FILES+=usr/share/man/man8/autounmountd.8.gz
171OLD_DIRS+=etc/autofs
172.endif
173
174.if ${MK_BHYVE} == no
175OLD_FILES+=usr/sbin/bhyve
176OLD_FILES+=usr/sbin/bhyvectl
177OLD_FILES+=usr/sbin/bhyveload
178OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
179OLD_FILES+=usr/share/man/man8/bhyve.8.gz
180OLD_FILES+=usr/share/man/man8/bhyveload.8.gz
181OLD_DIRS+=usr/share/examples/bhyve
182.endif
183
184.if ${MK_BINUTILS} == no
185OLD_FILES+=usr/bin/as
186OLD_FILES+=usr/bin/ld
187OLD_FILES+=usr/bin/objcopy
188OLD_FILES+=usr/bin/objdump
189OLD_FILES+=usr/bin/readelf
190OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.x
191OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xbn
192OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xc
193OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xd
194OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdc
195OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdw
196OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xn
197OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xr
198OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xs
199OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsc
200OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw
201OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu
202OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw
203OLD_FILES+=usr/share/man/man1/as.1.gz
204OLD_FILES+=usr/share/man/man1/ld.1.gz
205OLD_FILES+=usr/share/man/man1/objcopy.1.gz
206OLD_FILES+=usr/share/man/man1/objdump.1.gz
207OLD_FILES+=usr/share/man/man1/readelf.1.gz
208OLD_FILES+=usr/share/man/man7/as.7.gz
209OLD_FILES+=usr/share/man/man7/ld.7.gz
210OLD_FILES+=usr/share/man/man7/ldint.7.gz
211OLD_FILES+=usr/share/man/man7/binutils.7.gz
212.endif
213
214.if ${MK_BLUETOOTH} == no
215OLD_FILES+=etc/bluetooth/hcsecd.conf
216OLD_FILES+=etc/bluetooth/hosts
217OLD_FILES+=etc/bluetooth/protocols
218OLD_FILES+=etc/defaults/bluetooth.device.conf
219OLD_DIRS+=etc/bluetooth
220OLD_FILES+=etc/rc.d/bluetooth
221OLD_FILES+=etc/rc.d/bthidd
222OLD_FILES+=etc/rc.d/hcsecd
223OLD_FILES+=etc/rc.d/ubthidhci
224OLD_FILES+=usr/bin/bthost
225OLD_FILES+=usr/bin/btsockstat
226OLD_FILES+=usr/bin/rfcomm_sppd
227OLD_FILES+=usr/include/bluetooth.h
228OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
229OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
230OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
231OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
232OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
233OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
234OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
235OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
236OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
237OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
238OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
239OLD_DIRS+=usr/include/netgraph/bluetooth/include
240OLD_DIRS+=usr/include/netgraph/bluetooth
241OLD_FILES+=usr/include/sdp.h
242OLD_FILES+=usr/lib/libbluetooth.a
243OLD_FILES+=usr/lib/libbluetooth.so
244OLD_LIBS+=usr/lib/libbluetooth.so.4
245OLD_FILES+=usr/lib/libbluetooth_p.a
246OLD_FILES+=usr/lib/libsdp.a
247OLD_FILES+=usr/lib/libsdp.so
248OLD_LIBS+=usr/lib/libsdp.so.4
249OLD_FILES+=usr/lib/libsdp_p.a
250.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
251OLD_FILES+=usr/lib32/libbluetooth.a
252OLD_FILES+=usr/lib32/libbluetooth.so
253OLD_LIBS+=usr/lib32/libbluetooth.so.4
254OLD_FILES+=usr/lib32/libbluetooth_p.a
255OLD_FILES+=usr/lib32/libsdp.a
256OLD_FILES+=usr/lib32/libsdp.so
257OLD_LIBS+=usr/lib32/libsdp.so.4
258OLD_FILES+=usr/lib32/libsdp_p.a
259.endif
260OLD_FILES+=usr/sbin/ath3kfw
261OLD_FILES+=usr/sbin/bcmfw
262OLD_FILES+=usr/sbin/bt3cfw
263OLD_FILES+=usr/sbin/bthidcontrol
264OLD_FILES+=usr/sbin/bthidd
265OLD_FILES+=usr/sbin/btpand
266OLD_FILES+=usr/sbin/hccontrol
267OLD_FILES+=usr/sbin/hcsecd
268OLD_FILES+=usr/sbin/hcseriald
269OLD_FILES+=usr/sbin/l2control
270OLD_FILES+=usr/sbin/l2ping
271OLD_FILES+=usr/sbin/rfcomm_pppd
272OLD_FILES+=usr/sbin/sdpcontrol
273OLD_FILES+=usr/sbin/sdpd
274OLD_FILES+=usr/share/examples/etc/defaults/bluetooth.device.conf
275OLD_FILES+=usr/share/man/man1/bthost.1.gz
276OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
277OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
278OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
279OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
280OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
281OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
282OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
283OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
284OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
285OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
286OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
287OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
288OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
289OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
290OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
291OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
292OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
293OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
294OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
295OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
296OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
297OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
298OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
299OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
300OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
301OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
302OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
303OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
304OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
305OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
306OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
307OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
308OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
309OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
310OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
311OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
312OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
313OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
314OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
315OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
316OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
317OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
318OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
319OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
320OLD_FILES+=usr/share/man/man3/sdp.3.gz
321OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
322OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
323OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
324OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
325OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
326OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
327OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
328OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
329OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
330OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
331OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
332OLD_FILES+=usr/share/man/man8/ath3kfw.8.gz
333OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
334OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
335OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
336OLD_FILES+=usr/share/man/man8/bthidd.8.gz
337OLD_FILES+=usr/share/man/man8/btpand.8.gz
338OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
339OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
340OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
341OLD_FILES+=usr/share/man/man8/l2control.8.gz
342OLD_FILES+=usr/share/man/man8/l2ping.8.gz
343OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
344OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
345OLD_FILES+=usr/share/man/man8/sdpd.8.gz
346.endif
347
348.if ${MK_BOOT} == no
349OLD_FILES+=boot/beastie.4th
350OLD_FILES+=boot/boot
351OLD_FILES+=boot/boot0
352OLD_FILES+=boot/boot0sio
353OLD_FILES+=boot/boot1
354OLD_FILES+=boot/boot1.efi
355OLD_FILES+=boot/boot1.efifat
356OLD_FILES+=boot/boot2
357OLD_FILES+=boot/brand.4th
358OLD_FILES+=boot/cdboot
359OLD_FILES+=boot/check-password.4th
360OLD_FILES+=boot/color.4th
361OLD_FILES+=boot/defaults/loader.conf
362OLD_FILES+=boot/delay.4th
363OLD_FILES+=boot/device.hints
364OLD_FILES+=boot/frames.4th
365OLD_FILES+=boot/gptboot
366OLD_FILES+=boot/gptzfsboot
367OLD_FILES+=boot/loader
368OLD_FILES+=boot/loader.4th
369OLD_FILES+=boot/loader.efi
370OLD_FILES+=boot/loader.help
371OLD_FILES+=boot/loader.rc
372OLD_FILES+=boot/mbr
373OLD_FILES+=boot/menu-commands.4th
374OLD_FILES+=boot/menu.4th
375OLD_FILES+=boot/menu.rc
376OLD_FILES+=boot/menusets.4th
377OLD_FILES+=boot/pcibios.4th
378OLD_FILES+=boot/pmbr
379OLD_FILES+=boot/pxeboot
380OLD_FILES+=boot/screen.4th
381OLD_FILES+=boot/shortcuts.4th
382OLD_FILES+=boot/support.4th
383OLD_FILES+=boot/userboot.so
384OLD_FILES+=boot/version.4th
385OLD_FILES+=boot/zfsboot
386OLD_FILES+=boot/zfsloader
387OLD_FILES+=usr/lib/kgzldr.o
388OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
389OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
390OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
391OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
392OLD_FILES+=usr/share/man/man8/color.4th.8.gz
393OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
394OLD_FILES+=usr/share/man/man8/gptboot.8.gz
395OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz
396OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
397OLD_FILES+=usr/share/man/man8/loader.8.gz
398OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
399OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
400OLD_FILES+=usr/share/man/man8/pxeboot.8.gz
401OLD_FILES+=usr/share/man/man8/version.4th.8.gz
402OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
403OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
404.endif
405
406.if ${MK_BSD_CPIO} == no
407OLD_FILES+=usr/bin/bsdcpio
408OLD_FILES+=usr/bin/cpio
409OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz
410OLD_FILES+=usr/share/man/man1/cpio.1.gz
411.endif
412
413.if ${MK_BSDINSTALL} == no
414OLD_FILES+=usr/libexec/bsdinstall/adduser
415OLD_FILES+=usr/libexec/bsdinstall/auto
416OLD_FILES+=usr/libexec/bsdinstall/autopart
417OLD_FILES+=usr/libexec/bsdinstall/checksum
418OLD_FILES+=usr/libexec/bsdinstall/config
419OLD_FILES+=usr/libexec/bsdinstall/distextract
420OLD_FILES+=usr/libexec/bsdinstall/distfetch
421OLD_FILES+=usr/libexec/bsdinstall/docsinstall
422OLD_FILES+=usr/libexec/bsdinstall/entropy
423OLD_FILES+=usr/libexec/bsdinstall/hostname
424OLD_FILES+=usr/libexec/bsdinstall/jail
425OLD_FILES+=usr/libexec/bsdinstall/keymap
426OLD_FILES+=usr/libexec/bsdinstall/mirrorselect
427OLD_FILES+=usr/libexec/bsdinstall/mount
428OLD_FILES+=usr/libexec/bsdinstall/netconfig
429OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4
430OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6
431OLD_FILES+=usr/libexec/bsdinstall/partedit
432OLD_FILES+=usr/libexec/bsdinstall/rootpass
433OLD_FILES+=usr/libexec/bsdinstall/script
434OLD_FILES+=usr/libexec/bsdinstall/scriptedpart
435OLD_FILES+=usr/libexec/bsdinstall/services
436OLD_FILES+=usr/libexec/bsdinstall/time
437OLD_FILES+=usr/libexec/bsdinstall/umount
438OLD_FILES+=usr/libexec/bsdinstall/wlanconfig
439OLD_FILES+=usr/libexec/bsdinstall/zfsboot
440OLD_FILES+=usr/sbin/bsdinstall
441OLD_FILES+=usr/share/man/man8/bsdinstall.8.gz
442OLD_FILES+=usr/share/man/man8/sade.8.gz
443OLD_DIRS+=usr/libexec/bsdinstall
444.endif
445
446.if ${MK_BSNMP} == no
447OLD_FILES+=etc/snmpd.config
448OLD_FILES+=etc/rc.d/bsnmpd
449OLD_FILES+=usr/bin/bsnmpget
450OLD_FILES+=usr/bin/bsnmpset
451OLD_FILES+=usr/bin/bsnmpwalk
452OLD_FILES+=usr/include/bsnmp/asn1.h
453OLD_FILES+=usr/include/bsnmp/bridge_snmp.h
454OLD_FILES+=usr/include/bsnmp/snmp.h
455OLD_FILES+=usr/include/bsnmp/snmp_atm.h
456OLD_FILES+=usr/include/bsnmp/snmp_mibII.h
457OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
458OLD_FILES+=usr/include/bsnmp/snmpagent.h
459OLD_FILES+=usr/include/bsnmp/snmpclient.h
460OLD_FILES+=usr/include/bsnmp/snmpmod.h
461OLD_FILES+=usr/lib/libbsnmp.a
462OLD_FILES+=usr/lib/libbsnmp.so
463OLD_LIBS+=usr/lib/libbsnmp.so.6
464OLD_FILES+=usr/lib/libbsnmp_p.a
465OLD_FILES+=usr/lib/libbsnmptools.a
466OLD_FILES+=usr/lib/libbsnmptools.so
467OLD_LIBS+=usr/lib/libbsnmptools.so.0
468OLD_FILES+=usr/lib/libbsnmptools_p.a
469OLD_FILES+=usr/lib/snmp_atm.so
470OLD_LIBS+=usr/lib/snmp_atm.so.6
471OLD_FILES+=usr/lib/snmp_bridge.so
472OLD_LIBS+=usr/lib/snmp_bridge.so.6
473OLD_FILES+=usr/lib/snmp_hast.so
474OLD_LIBS+=usr/lib/snmp_hast.so.6
475OLD_FILES+=usr/lib/snmp_hostres.so
476OLD_LIBS+=usr/lib/snmp_hostres.so.6
477OLD_FILES+=usr/lib/snmp_lm75.so
478OLD_LIBS+=usr/lib/snmp_lm75.so.6
479OLD_FILES+=usr/lib/snmp_mibII.so
480OLD_LIBS+=usr/lib/snmp_mibII.so.6
481OLD_FILES+=usr/lib/snmp_netgraph.so
482OLD_LIBS+=usr/lib/snmp_netgraph.so.6
483OLD_FILES+=usr/lib/snmp_pf.so
484OLD_LIBS+=usr/lib/snmp_pf.so.6
485OLD_FILES+=usr/lib/snmp_target.so
486OLD_LIBS+=usr/lib/snmp_target.so.6
487OLD_FILES+=usr/lib/snmp_usm.so
488OLD_LIBS+=usr/lib/snmp_usm.so.6
489OLD_FILES+=usr/lib/snmp_vacm.so
490OLD_LIBS+=usr/lib/snmp_vacm.so.6
491OLD_FILES+=usr/lib/snmp_wlan.so
492OLD_LIBS+=usr/lib/snmp_wlan.so.6
493OLD_FILES+=usr/lib32/libbsnmp.a
494OLD_FILES+=usr/lib32/libbsnmp.so
495OLD_LIBS+=usr/lib32/libbsnmp.so.6
496OLD_FILES+=usr/lib32/libbsnmp_p.a
497OLD_FILES+=usr/sbin/bsnmpd
498OLD_FILES+=usr/sbin/gensnmptree
499OLD_FILES+=usr/share/examples/etc/snmpd.config
500OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz
501OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz
502OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz
503OLD_FILES+=usr/share/man/man1/bsnmpwalk.1.gz
504OLD_FILES+=usr/share/man/man1/gensnmptree.1.gz
505OLD_FILES+=usr/share/man/man3/asn1.3.gz
506OLD_FILES+=usr/share/man/man3/bsnmpagent.3.gz
507OLD_FILES+=usr/share/man/man3/bsnmpclient.3.gz
508OLD_FILES+=usr/share/man/man3/bsnmplib.3.gz
509OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
510OLD_FILES+=usr/share/man/man3/snmp_bridge.3.gz
511OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz
512OLD_FILES+=usr/share/man/man3/snmp_hostres.3.gz
513OLD_FILES+=usr/share/man/man3/snmp_lm75.3.gz
514OLD_FILES+=usr/share/man/man3/snmp_mibII.3.gz
515OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
516OLD_FILES+=usr/share/man/man3/snmp_target.3.gz
517OLD_FILES+=usr/share/man/man3/snmp_usm.3.gz
518OLD_FILES+=usr/share/man/man3/snmp_vacm.3.gz
519OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz
520OLD_FILES+=usr/share/man/man3/snmpmod.3.gz
521OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
522OLD_FILES+=usr/share/snmp/defs/atm_tree.def
523OLD_FILES+=usr/share/snmp/defs/bridge_tree.def
524OLD_FILES+=usr/share/snmp/defs/hast_tree.def
525OLD_FILES+=usr/share/snmp/defs/hostres_tree.def
526OLD_FILES+=usr/share/snmp/defs/lm75_tree.def
527OLD_FILES+=usr/share/snmp/defs/mibII_tree.def
528OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
529OLD_FILES+=usr/share/snmp/defs/pf_tree.def
530OLD_FILES+=usr/share/snmp/defs/target_tree.def
531OLD_FILES+=usr/share/snmp/defs/tree.def
532OLD_FILES+=usr/share/snmp/defs/usm_tree.def
533OLD_FILES+=usr/share/snmp/defs/vacm_tree.def
534OLD_FILES+=usr/share/snmp/defs/wlan_tree.def
535OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
536OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
537OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt
538OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt
539OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt
540OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-IP-MIB.txt
541OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-LM75-MIB.txt
542OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB.txt
543OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB2-MIB.txt
544OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
545OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
546OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-SNMPD.txt
547OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt
548OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt
549OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt
550OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt
551OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt
552OLD_DIRS+=usr/include/bsnmp
553OLD_DIRS+=usr/share/snmp
554OLD_DIRS+=usr/share/snmp/defs
555OLD_DIRS+=usr/share/snmp/mibs
556.endif
557
558.if ${MK_CALENDAR} == no
559OLD_FILES+=etc/periodic/daily/300.calendar
560OLD_FILES+=usr/bin/calendar
561OLD_FILES+=usr/share/calendar/calendar.all
562OLD_FILES+=usr/share/calendar/calendar.australia
563OLD_FILES+=usr/share/calendar/calendar.birthday
564OLD_FILES+=usr/share/calendar/calendar.brazilian
565OLD_FILES+=usr/share/calendar/calendar.christian
566OLD_FILES+=usr/share/calendar/calendar.computer
567OLD_FILES+=usr/share/calendar/calendar.croatian
568OLD_FILES+=usr/share/calendar/calendar.dutch
569OLD_FILES+=usr/share/calendar/calendar.freebsd
570OLD_FILES+=usr/share/calendar/calendar.french
571OLD_FILES+=usr/share/calendar/calendar.german
572OLD_FILES+=usr/share/calendar/calendar.history
573OLD_FILES+=usr/share/calendar/calendar.holiday
574OLD_FILES+=usr/share/calendar/calendar.hungarian
575OLD_FILES+=usr/share/calendar/calendar.judaic
576OLD_FILES+=usr/share/calendar/calendar.lotr
577OLD_FILES+=usr/share/calendar/calendar.music
578OLD_FILES+=usr/share/calendar/calendar.newzealand
579OLD_FILES+=usr/share/calendar/calendar.russian
580OLD_FILES+=usr/share/calendar/calendar.southafrica
581OLD_FILES+=usr/share/calendar/calendar.ukrainian
582OLD_FILES+=usr/share/calendar/calendar.usholiday
583OLD_FILES+=usr/share/calendar/calendar.world
584OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
585OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
586OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
587OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
588OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
589OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
590OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
591OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
592OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
593OLD_DIRS+=usr/share/calendar/de_DE.ISO8859-1
594OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
595OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
596OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
597OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
598OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
599OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
600OLD_DIRS+=usr/share/calendar/fr_FR.ISO8859-1
601OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
602OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
603OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
604OLD_DIRS+=usr/share/calendar/hr_HR.ISO8859-2
605OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
606OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
607OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
608OLD_DIRS+=usr/share/calendar/hu_HU.ISO8859-2
609OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all
610OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative
611OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays
612OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative
613OLD_DIRS+=usr/share/calendar/pt_BR.ISO8859-1
614OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all
615OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative
616OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays
617OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative
618OLD_DIRS+=usr/share/calendar/pt_BR.UTF-8
619OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
620OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
621OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
622OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
623OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
624OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
625OLD_DIRS+=usr/share/calendar/ru_RU.KOI8-R
626OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all
627OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common
628OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday
629OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military
630OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox
631OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan
632OLD_DIRS+=usr/share/calendar/ru_RU.UTF-8
633OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
634OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
635OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
636OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
637OLD_DIRS+=usr/share/calendar/uk_UA.KOI8-U
638OLD_DIRS+=usr/share/calendar
639OLD_FILES+=usr/share/man/man1/calendar.1.gz
640.endif
641
642.if ${MK_CASPER} == no
643OLD_FILES+=etc/casper/system.dns
644OLD_FILES+=etc/casper/system.grp
645OLD_FILES+=etc/casper/system.pwd
646OLD_FILES+=etc/casper/system.random
647OLD_FILES+=etc/casper/system.sysctl
648OLD_FILES+=etc/rc.d/casperd
649OLD_LIBS+=lib/libcapsicum.so.0
650OLD_LIBS+=lib/libcasper.so.0
651OLD_FILES+=libexec/casper/dns
652OLD_FILES+=libexec/casper/grp
653OLD_FILES+=libexec/casper/pwd
654OLD_FILES+=libexec/casper/random
655OLD_FILES+=libexec/casper/sysctl
656OLD_FILES+=sbin/casper
657OLD_FILES+=sbin/casperd
658OLD_FILES+=usr/include/libcapsicum.h
659OLD_FILES+=usr/include/libcapsicum_dns.h
660OLD_FILES+=usr/include/libcapsicum_grp.h
661OLD_FILES+=usr/include/libcapsicum_pwd.h
662OLD_FILES+=usr/include/libcapsicum_random.h
663OLD_FILES+=usr/include/libcapsicum_service.h
664OLD_FILES+=usr/include/libcapsicum_sysctl.h
665OLD_FILES+=usr/include/libcasper.h
666OLD_FILES+=usr/lib/libcapsicum.a
667OLD_FILES+=usr/lib/libcapsicum.so
668OLD_FILES+=usr/lib/libcapsicum_p.a
669OLD_FILES+=usr/lib/libcasper.a
670OLD_FILES+=usr/lib/libcasper.so
671OLD_FILES+=usr/lib/libcasper_p.a
672OLD_FILES+=usr/lib32/libcapsicum.a
673OLD_FILES+=usr/lib32/libcapsicum.so
674OLD_LIBS+=usr/lib32/libcapsicum.so.0
675OLD_FILES+=usr/lib32/libcapsicum_p.a
676OLD_FILES+=usr/lib32/libcasper.a
677OLD_FILES+=usr/lib32/libcasper.so
678OLD_LIBS+=usr/lib32/libcasper.so.0
679OLD_FILES+=usr/lib32/libcasper_p.a
680OLD_FILES+=usr/share/man/man3/cap_clone.3.gz
681OLD_FILES+=usr/share/man/man3/cap_close.3.gz
682OLD_FILES+=usr/share/man/man3/cap_init.3.gz
683OLD_FILES+=usr/share/man/man3/cap_limit_get.3.gz
684OLD_FILES+=usr/share/man/man3/cap_limit_set.3.gz
685OLD_FILES+=usr/share/man/man3/cap_recv_nvlist.3.gz
686OLD_FILES+=usr/share/man/man3/cap_send_nvlist.3.gz
687OLD_FILES+=usr/share/man/man3/cap_service_open.3.gz
688OLD_FILES+=usr/share/man/man3/cap_sock.3.gz
689OLD_FILES+=usr/share/man/man3/cap_unwrap.3.gz
690OLD_FILES+=usr/share/man/man3/cap_wrap.3.gz
691OLD_FILES+=usr/share/man/man3/cap_xfer_nvlist.3.gz
692OLD_FILES+=usr/share/man/man3/libcapsicum.3.gz
693OLD_FILES+=usr/share/man/man8/casperd.8.gz
694.endif
695
696.if ${MK_CCD} == no
697OLD_FILES+=etc/rc.d/ccd
698OLD_FILES+=sbin/ccdconfig
699OLD_FILES+=usr/share/man/man4/ccd.4.gz
700OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz
701.endif
702
703.if ${MK_CDDL} == no
704OLD_LIBS+=lib/libavl.so.2
705OLD_LIBS+=lib/libctf.so.2
706OLD_LIBS+=lib/libdtrace.so.2
707OLD_LIBS+=lib/libnvpair.so.2
708OLD_LIBS+=lib/libumem.so.2
709OLD_LIBS+=lib/libuutil.so.2
710OLD_FILES+=usr/bin/ctfconvert
711OLD_FILES+=usr/bin/ctfdump
712OLD_FILES+=usr/bin/ctfmerge
713OLD_FILES+=usr/bin/sgsmsg
714OLD_FILES+=usr/lib/dtrace/drti.o
715OLD_FILES+=usr/lib/dtrace/errno.d
716OLD_FILES+=usr/lib/dtrace/io.d
717OLD_FILES+=usr/lib/dtrace/ip.d
718OLD_FILES+=usr/lib/dtrace/psinfo.d
719.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
720OLD_FILES+=usr/lib/dtrace/regs_x86.d
721.endif
722OLD_FILES+=usr/lib/dtrace/signal.d
723OLD_FILES+=usr/lib/dtrace/tcp.d
724OLD_FILES+=usr/lib/dtrace/udp.d
725OLD_FILES+=usr/lib/dtrace/unistd.d
726OLD_FILES+=usr/lib/libavl.a
727OLD_FILES+=usr/lib/libavl.so
728OLD_FILES+=usr/lib/libavl_p.a
729OLD_FILES+=usr/lib/libctf.a
730OLD_FILES+=usr/lib/libctf.so
731OLD_FILES+=usr/lib/libctf_p.a
732OLD_FILES+=usr/lib/libdtrace.a
733OLD_FILES+=usr/lib/libdtrace.so
734OLD_FILES+=usr/lib/libdtrace_p.a
735OLD_FILES+=usr/lib/libnvpair.a
736OLD_FILES+=usr/lib/libnvpair.so
737OLD_FILES+=usr/lib/libnvpair_p.a
738OLD_FILES+=usr/lib/libumem.a
739OLD_FILES+=usr/lib/libumem.so
740OLD_FILES+=usr/lib/libumem_p.a
741OLD_FILES+=usr/lib/libuutil.a
742OLD_FILES+=usr/lib/libuutil.so
743OLD_FILES+=usr/lib/libuutil_p.a
744.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
745OLD_FILES+=usr/lib32/dtrace/drti.o
746OLD_FILES+=usr/lib32/libavl.a
747OLD_FILES+=usr/lib32/libavl.so
748OLD_LIBS+=usr/lib32/libavl.so.2
749OLD_FILES+=usr/lib32/libavl_p.a
750OLD_FILES+=usr/lib32/libctf.a
751OLD_FILES+=usr/lib32/libctf.so
752OLD_LIBS+=usr/lib32/libctf.so.2
753OLD_FILES+=usr/lib32/libctf_p.a
754OLD_FILES+=usr/lib32/libdtrace.a
755OLD_FILES+=usr/lib32/libdtrace.so
756OLD_LIBS+=usr/lib32/libdtrace.so.2
757OLD_FILES+=usr/lib32/libdtrace_p.a
758OLD_FILES+=usr/lib32/libnvpair.a
759OLD_FILES+=usr/lib32/libnvpair.so
760OLD_LIBS+=usr/lib32/libnvpair.so.2
761OLD_FILES+=usr/lib32/libnvpair_p.a
762OLD_FILES+=usr/lib32/libumem.a
763OLD_FILES+=usr/lib32/libumem.so
764OLD_LIBS+=usr/lib32/libumem.so.2
765OLD_FILES+=usr/lib32/libumem_p.a
766OLD_FILES+=usr/lib32/libuutil.a
767OLD_FILES+=usr/lib32/libuutil.so
768OLD_LIBS+=usr/lib32/libuutil.so.2
769OLD_FILES+=usr/lib32/libuutil_p.a
770.endif
771OLD_LIBS+=lib/libdtrace.so.2
772OLD_FILES+=usr/sbin/dtrace
773OLD_FILES+=usr/sbin/lockstat
774OLD_FILES+=usr/share/man/man1/dtrace.1.gz
775OLD_FILES+=usr/share/dtrace/disklatency
776OLD_FILES+=usr/share/dtrace/disklatencycmd
777OLD_FILES+=usr/share/dtrace/hotopen
778OLD_FILES+=usr/share/dtrace/nfsclienttime
779OLD_FILES+=usr/share/dtrace/toolkit/execsnoop
780OLD_FILES+=usr/share/dtrace/toolkit/hotkernel
781OLD_FILES+=usr/share/dtrace/toolkit/hotuser
782OLD_FILES+=usr/share/dtrace/toolkit/opensnoop
783OLD_FILES+=usr/share/dtrace/toolkit/procsystime
784OLD_FILES+=usr/share/dtrace/tcpconn
785OLD_FILES+=usr/share/dtrace/tcpstate
786OLD_FILES+=usr/share/dtrace/tcptrack
787OLD_FILES+=usr/share/dtrace/udptrack
788OLD_FILES+=usr/share/man/man1/dtrace.1.gz
789OLD_DIRS+=usr/lib/dtrace
790OLD_DIRS+=usr/lib32/dtrace
791OLD_DIRS+=usr/share/dtrace/toolkit
792OLD_DIRS+=usr/share/dtrace
793.endif
794
795.if ${MK_ZFS} == no
796OLD_FILES+=boot/gptzfsboot
797OLD_FILES+=boot/zfsboot
798OLD_FILES+=boot/zfsloader
799OLD_FILES+=etc/devd/zfs.conf
800OLD_FILES+=etc/periodic/daily/404.status-zfs
801OLD_FILES+=etc/periodic/daily/800.scrub-zfs
802OLD_LIBS+=lib/libzfs.so.2
803OLD_LIBS+=lib/libzfs_core.so.2
804OLD_LIBS+=lib/libzpool.so.2
805OLD_FILES+=rescue/zfs
806OLD_FILES+=rescue/zpool
807OLD_FILES+=sbin/zfs
808OLD_FILES+=sbin/zpool
809OLD_FILES+=usr/bin/zinject
810OLD_FILES+=usr/bin/ztest
811OLD_FILES+=usr/lib/libzfs.a
812OLD_FILES+=usr/lib/libzfs.so
813OLD_FILES+=usr/lib/libzfs_core.a
814OLD_FILES+=usr/lib/libzfs_core.so
815OLD_FILES+=usr/lib/libzfs_core_p.a
816OLD_FILES+=usr/lib/libzfs_p.a
817OLD_FILES+=usr/lib/libzpool.a
818OLD_FILES+=usr/lib/libzpool.so
819.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
820OLD_FILES+=usr/lib32/libzfs.a
821OLD_FILES+=usr/lib32/libzfs.so
822OLD_LIBS+=usr/lib32/libzfs.so.2
823OLD_FILES+=usr/lib32/libzfs_core.a
824OLD_FILES+=usr/lib32/libzfs_core.so
825OLD_LIBS+=usr/lib32/libzfs_core.so.2
826OLD_FILES+=usr/lib32/libzfs_core_p.a
827OLD_FILES+=usr/lib32/libzfs_p.a
828OLD_FILES+=usr/lib32/libzpool.a
829OLD_FILES+=usr/lib32/libzpool.so
830OLD_LIBS+=usr/lib32/libzpool.so.2
831.endif
832OLD_FILES+=usr/sbin/zdb
833OLD_FILES+=usr/share/man/man8/zdb.8.gz
834OLD_FILES+=usr/share/man/man8/zfs.8.gz
835OLD_FILES+=usr/share/man/man8/zpool.8.gz
836.endif
837
838.if ${MK_CLANG} == no
839OLD_FILES+=usr/bin/clang
840OLD_FILES+=usr/bin/clang++
841OLD_FILES+=usr/bin/clang-cpp
842OLD_FILES+=usr/bin/clang-tblgen
843OLD_FILES+=usr/bin/tblgen
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no
9OLD_FILES+=etc/rc.d/accounting
10OLD_FILES+=etc/periodic/daily/310.accounting
11OLD_FILES+=usr/sbin/accton
12OLD_FILES+=usr/sbin/sa
13OLD_FILES+=usr/share/man/man8/accton.8.gz
14OLD_FILES+=usr/share/man/man8/sa.8.gz
15.endif
16
17.if ${MK_ACPI} == no
18OLD_FILES+=etc/devd/asus.conf
19OLD_FILES+=etc/rc.d/power_profile
20OLD_FILES+=usr/sbin/acpiconf
21OLD_FILES+=usr/sbin/acpidb
22OLD_FILES+=usr/sbin/acpidump
23OLD_FILES+=usr/sbin/iasl
24OLD_FILES+=usr/share/man/man8/acpiconf.8.gz
25OLD_FILES+=usr/share/man/man8/acpidb.8.gz
26OLD_FILES+=usr/share/man/man8/acpidump.8.gz
27OLD_FILES+=usr/share/man/man8/iasl.8.gz
28.endif
29
30.if ${MK_AMD} == no
31OLD_FILES+=etc/amd.map
32OLD_FILES+=etc/rc.d/amd
33OLD_FILES+=usr/bin/pawd
34OLD_FILES+=usr/sbin/amd
35OLD_FILES+=usr/sbin/amq
36OLD_FILES+=usr/sbin/fixmount
37OLD_FILES+=usr/sbin/fsinfo
38OLD_FILES+=usr/sbin/hlfsd
39OLD_FILES+=usr/sbin/mk-amd-map
40OLD_FILES+=usr/sbin/wire-test
41OLD_FILES+=usr/share/examples/etc/amd.map
42OLD_FILES+=usr/share/info/am-utils.info.gz
43OLD_FILES+=usr/share/man/man1/pawd.1.gz
44OLD_FILES+=usr/share/man/man5/amd.conf.5.gz
45OLD_FILES+=usr/share/man/man8/amd.8.gz
46OLD_FILES+=usr/share/man/man8/amq.8.gz
47OLD_FILES+=usr/share/man/man8/fixmount.8.gz
48OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
49OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
50OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
51OLD_FILES+=usr/share/man/man8/wire-test.8.gz
52.endif
53
54.if ${MK_APM} == no
55OLD_FILES+=etc/rc.d/apm
56OLD_FILES+=etc/rc.d/apmd
57OLD_FILES+=etc/apmd.conf
58OLD_FILES+=usr/sbin/apm
59OLD_FILES+=usr/share/examples/etc/apmd.conf
60OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
61OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
62.endif
63
64.if ${MK_AT} == no
65OLD_FILES+=etc/pam.d/atrun
66OLD_FILES+=usr/bin/at
67OLD_FILES+=usr/bin/atq
68OLD_FILES+=usr/bin/atrm
69OLD_FILES+=usr/bin/batch
70OLD_FILES+=usr/libexec/atrun
71OLD_FILES+=usr/share/man/man1/at.1.gz
72OLD_FILES+=usr/share/man/man1/atq.1.gz
73OLD_FILES+=usr/share/man/man1/atrm.1.gz
74OLD_FILES+=usr/share/man/man1/batch.1.gz
75OLD_FILES+=usr/share/man/man8/atrun.8.gz
76.endif
77
78.if ${MK_ATM} == no
79OLD_FILES+=rescue/atmconfig
80OLD_FILES+=sbin/atmconfig
81OLD_FILES+=usr/bin/sscop
82OLD_FILES+=usr/include/bsnmp/snmp_atm.h
83OLD_FILES+=usr/include/netnatm/addr.h
84OLD_FILES+=usr/include/netnatm/api/atmapi.h
85OLD_FILES+=usr/include/netnatm/api/ccatm.h
86OLD_FILES+=usr/include/netnatm/api/unisap.h
87OLD_DIRS+=usr/include/netnatm/api
88OLD_FILES+=usr/include/netnatm/msg/uni_config.h
89OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h
90OLD_FILES+=usr/include/netnatm/msg/uni_ie.h
91OLD_FILES+=usr/include/netnatm/msg/uni_msg.h
92OLD_FILES+=usr/include/netnatm/msg/unimsglib.h
93OLD_FILES+=usr/include/netnatm/msg/uniprint.h
94OLD_FILES+=usr/include/netnatm/msg/unistruct.h
95OLD_DIRS+=usr/include/netnatm/msg
96OLD_FILES+=usr/include/netnatm/saal/sscfu.h
97OLD_FILES+=usr/include/netnatm/saal/sscfudef.h
98OLD_FILES+=usr/include/netnatm/saal/sscop.h
99OLD_FILES+=usr/include/netnatm/saal/sscopdef.h
100OLD_DIRS+=usr/include/netnatm/saal
101OLD_FILES+=usr/include/netnatm/sig/uni.h
102OLD_FILES+=usr/include/netnatm/sig/unidef.h
103OLD_FILES+=usr/include/netnatm/sig/unisig.h
104OLD_DIRS+=usr/include/netnatm/sig
105OLD_FILES+=usr/include/netnatm/unimsg.h
106OLD_FILES+=usr/lib/libngatm.a
107OLD_FILES+=usr/lib/libngatm.so
108OLD_LIBS+=usr/lib/libngatm.so.4
109OLD_FILES+=usr/lib/libngatm_p.a
110OLD_FILES+=usr/lib/snmp_atm.so
111OLD_LIBS+=usr/lib/snmp_atm.so.6
112.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
113OLD_FILES+=usr/lib32/libngatm.a
114OLD_FILES+=usr/lib32/libngatm.so
115OLD_LIBS+=usr/lib32/libngatm.so.4
116OLD_FILES+=usr/lib32/libngatm_p.a
117.endif
118OLD_FILES+=usr/share/doc/atm/atmconfig.help
119OLD_FILES+=usr/share/doc/atm/atmconfig_device.help
120OLD_DIRS+=usr/share/doc/atm
121OLD_FILES+=usr/share/man/man1/sscop.1.gz
122OLD_FILES+=usr/share/man/man3/libngatm.3.gz
123OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
124OLD_FILES+=usr/share/man/man3/uniaddr.3.gz
125OLD_FILES+=usr/share/man/man3/unifunc.3.gz
126OLD_FILES+=usr/share/man/man3/unimsg.3.gz
127OLD_FILES+=usr/share/man/man3/unisap.3.gz
128OLD_FILES+=usr/share/man/man3/unistruct.3.gz
129OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
130OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
131OLD_FILES+=usr/share/snmp/defs/atm_tree.def
132OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
133OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
134.endif
135
136.if ${MK_AUDIT} == no
137OLD_FILES+=usr/sbin/audit
138OLD_FILES+=usr/sbin/auditd
139OLD_FILES+=usr/sbin/auditreduce
140OLD_FILES+=usr/sbin/praudit
141OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
142OLD_FILES+=usr/share/man/man1/praudit.1.gz
143OLD_FILES+=usr/share/man/man8/audit.8.gz
144OLD_FILES+=usr/share/man/man8/auditd.8.gz
145.endif
146
147.if ${MK_AUTHPF} == no
148OLD_FILES+=usr/sbin/authpf
149OLD_FILES+=usr/sbin/authpf-noip
150OLD_FILES+=usr/share/man/man8/authpf.8.gz
151OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
152.endif
153
154.if ${MK_AUTOFS} == no
155OLD_FILES+=etc/autofs/include_ldap
156OLD_FILES+=etc/autofs/special_hosts
157OLD_FILES+=etc/autofs/special_media
158OLD_FILES+=etc/autofs/special_null
159OLD_FILES+=etc/auto_master
160OLD_FILES+=etc/rc.d/automount
161OLD_FILES+=etc/rc.d/automountd
162OLD_FILES+=etc/rc.d/autounmountd
163OLD_FILES+=usr/sbin/automount
164OLD_FILES+=usr/sbin/automountd
165OLD_FILES+=usr/sbin/autounmountd
166OLD_FILES+=usr/share/man/man5/autofs.5.gz
167OLD_FILES+=usr/share/man/man5/auto_master.5.gz
168OLD_FILES+=usr/share/man/man8/automount.8.gz
169OLD_FILES+=usr/share/man/man8/automountd.8.gz
170OLD_FILES+=usr/share/man/man8/autounmountd.8.gz
171OLD_DIRS+=etc/autofs
172.endif
173
174.if ${MK_BHYVE} == no
175OLD_FILES+=usr/sbin/bhyve
176OLD_FILES+=usr/sbin/bhyvectl
177OLD_FILES+=usr/sbin/bhyveload
178OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
179OLD_FILES+=usr/share/man/man8/bhyve.8.gz
180OLD_FILES+=usr/share/man/man8/bhyveload.8.gz
181OLD_DIRS+=usr/share/examples/bhyve
182.endif
183
184.if ${MK_BINUTILS} == no
185OLD_FILES+=usr/bin/as
186OLD_FILES+=usr/bin/ld
187OLD_FILES+=usr/bin/objcopy
188OLD_FILES+=usr/bin/objdump
189OLD_FILES+=usr/bin/readelf
190OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.x
191OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xbn
192OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xc
193OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xd
194OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdc
195OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdw
196OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xn
197OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xr
198OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xs
199OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsc
200OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw
201OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu
202OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw
203OLD_FILES+=usr/share/man/man1/as.1.gz
204OLD_FILES+=usr/share/man/man1/ld.1.gz
205OLD_FILES+=usr/share/man/man1/objcopy.1.gz
206OLD_FILES+=usr/share/man/man1/objdump.1.gz
207OLD_FILES+=usr/share/man/man1/readelf.1.gz
208OLD_FILES+=usr/share/man/man7/as.7.gz
209OLD_FILES+=usr/share/man/man7/ld.7.gz
210OLD_FILES+=usr/share/man/man7/ldint.7.gz
211OLD_FILES+=usr/share/man/man7/binutils.7.gz
212.endif
213
214.if ${MK_BLUETOOTH} == no
215OLD_FILES+=etc/bluetooth/hcsecd.conf
216OLD_FILES+=etc/bluetooth/hosts
217OLD_FILES+=etc/bluetooth/protocols
218OLD_FILES+=etc/defaults/bluetooth.device.conf
219OLD_DIRS+=etc/bluetooth
220OLD_FILES+=etc/rc.d/bluetooth
221OLD_FILES+=etc/rc.d/bthidd
222OLD_FILES+=etc/rc.d/hcsecd
223OLD_FILES+=etc/rc.d/ubthidhci
224OLD_FILES+=usr/bin/bthost
225OLD_FILES+=usr/bin/btsockstat
226OLD_FILES+=usr/bin/rfcomm_sppd
227OLD_FILES+=usr/include/bluetooth.h
228OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
229OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
230OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
231OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
232OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
233OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
234OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
235OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
236OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
237OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
238OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
239OLD_DIRS+=usr/include/netgraph/bluetooth/include
240OLD_DIRS+=usr/include/netgraph/bluetooth
241OLD_FILES+=usr/include/sdp.h
242OLD_FILES+=usr/lib/libbluetooth.a
243OLD_FILES+=usr/lib/libbluetooth.so
244OLD_LIBS+=usr/lib/libbluetooth.so.4
245OLD_FILES+=usr/lib/libbluetooth_p.a
246OLD_FILES+=usr/lib/libsdp.a
247OLD_FILES+=usr/lib/libsdp.so
248OLD_LIBS+=usr/lib/libsdp.so.4
249OLD_FILES+=usr/lib/libsdp_p.a
250.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
251OLD_FILES+=usr/lib32/libbluetooth.a
252OLD_FILES+=usr/lib32/libbluetooth.so
253OLD_LIBS+=usr/lib32/libbluetooth.so.4
254OLD_FILES+=usr/lib32/libbluetooth_p.a
255OLD_FILES+=usr/lib32/libsdp.a
256OLD_FILES+=usr/lib32/libsdp.so
257OLD_LIBS+=usr/lib32/libsdp.so.4
258OLD_FILES+=usr/lib32/libsdp_p.a
259.endif
260OLD_FILES+=usr/sbin/ath3kfw
261OLD_FILES+=usr/sbin/bcmfw
262OLD_FILES+=usr/sbin/bt3cfw
263OLD_FILES+=usr/sbin/bthidcontrol
264OLD_FILES+=usr/sbin/bthidd
265OLD_FILES+=usr/sbin/btpand
266OLD_FILES+=usr/sbin/hccontrol
267OLD_FILES+=usr/sbin/hcsecd
268OLD_FILES+=usr/sbin/hcseriald
269OLD_FILES+=usr/sbin/l2control
270OLD_FILES+=usr/sbin/l2ping
271OLD_FILES+=usr/sbin/rfcomm_pppd
272OLD_FILES+=usr/sbin/sdpcontrol
273OLD_FILES+=usr/sbin/sdpd
274OLD_FILES+=usr/share/examples/etc/defaults/bluetooth.device.conf
275OLD_FILES+=usr/share/man/man1/bthost.1.gz
276OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
277OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
278OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
279OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
280OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
281OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
282OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
283OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
284OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
285OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
286OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
287OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
288OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
289OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
290OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
291OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
292OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
293OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
294OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
295OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
296OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
297OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
298OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
299OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
300OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
301OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
302OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
303OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
304OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
305OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
306OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
307OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
308OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
309OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
310OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
311OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
312OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
313OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
314OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
315OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
316OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
317OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
318OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
319OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
320OLD_FILES+=usr/share/man/man3/sdp.3.gz
321OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
322OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
323OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
324OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
325OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
326OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
327OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
328OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
329OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
330OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
331OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
332OLD_FILES+=usr/share/man/man8/ath3kfw.8.gz
333OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
334OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
335OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
336OLD_FILES+=usr/share/man/man8/bthidd.8.gz
337OLD_FILES+=usr/share/man/man8/btpand.8.gz
338OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
339OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
340OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
341OLD_FILES+=usr/share/man/man8/l2control.8.gz
342OLD_FILES+=usr/share/man/man8/l2ping.8.gz
343OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
344OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
345OLD_FILES+=usr/share/man/man8/sdpd.8.gz
346.endif
347
348.if ${MK_BOOT} == no
349OLD_FILES+=boot/beastie.4th
350OLD_FILES+=boot/boot
351OLD_FILES+=boot/boot0
352OLD_FILES+=boot/boot0sio
353OLD_FILES+=boot/boot1
354OLD_FILES+=boot/boot1.efi
355OLD_FILES+=boot/boot1.efifat
356OLD_FILES+=boot/boot2
357OLD_FILES+=boot/brand.4th
358OLD_FILES+=boot/cdboot
359OLD_FILES+=boot/check-password.4th
360OLD_FILES+=boot/color.4th
361OLD_FILES+=boot/defaults/loader.conf
362OLD_FILES+=boot/delay.4th
363OLD_FILES+=boot/device.hints
364OLD_FILES+=boot/frames.4th
365OLD_FILES+=boot/gptboot
366OLD_FILES+=boot/gptzfsboot
367OLD_FILES+=boot/loader
368OLD_FILES+=boot/loader.4th
369OLD_FILES+=boot/loader.efi
370OLD_FILES+=boot/loader.help
371OLD_FILES+=boot/loader.rc
372OLD_FILES+=boot/mbr
373OLD_FILES+=boot/menu-commands.4th
374OLD_FILES+=boot/menu.4th
375OLD_FILES+=boot/menu.rc
376OLD_FILES+=boot/menusets.4th
377OLD_FILES+=boot/pcibios.4th
378OLD_FILES+=boot/pmbr
379OLD_FILES+=boot/pxeboot
380OLD_FILES+=boot/screen.4th
381OLD_FILES+=boot/shortcuts.4th
382OLD_FILES+=boot/support.4th
383OLD_FILES+=boot/userboot.so
384OLD_FILES+=boot/version.4th
385OLD_FILES+=boot/zfsboot
386OLD_FILES+=boot/zfsloader
387OLD_FILES+=usr/lib/kgzldr.o
388OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
389OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
390OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
391OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
392OLD_FILES+=usr/share/man/man8/color.4th.8.gz
393OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
394OLD_FILES+=usr/share/man/man8/gptboot.8.gz
395OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz
396OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
397OLD_FILES+=usr/share/man/man8/loader.8.gz
398OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
399OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
400OLD_FILES+=usr/share/man/man8/pxeboot.8.gz
401OLD_FILES+=usr/share/man/man8/version.4th.8.gz
402OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
403OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
404.endif
405
406.if ${MK_BSD_CPIO} == no
407OLD_FILES+=usr/bin/bsdcpio
408OLD_FILES+=usr/bin/cpio
409OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz
410OLD_FILES+=usr/share/man/man1/cpio.1.gz
411.endif
412
413.if ${MK_BSDINSTALL} == no
414OLD_FILES+=usr/libexec/bsdinstall/adduser
415OLD_FILES+=usr/libexec/bsdinstall/auto
416OLD_FILES+=usr/libexec/bsdinstall/autopart
417OLD_FILES+=usr/libexec/bsdinstall/checksum
418OLD_FILES+=usr/libexec/bsdinstall/config
419OLD_FILES+=usr/libexec/bsdinstall/distextract
420OLD_FILES+=usr/libexec/bsdinstall/distfetch
421OLD_FILES+=usr/libexec/bsdinstall/docsinstall
422OLD_FILES+=usr/libexec/bsdinstall/entropy
423OLD_FILES+=usr/libexec/bsdinstall/hostname
424OLD_FILES+=usr/libexec/bsdinstall/jail
425OLD_FILES+=usr/libexec/bsdinstall/keymap
426OLD_FILES+=usr/libexec/bsdinstall/mirrorselect
427OLD_FILES+=usr/libexec/bsdinstall/mount
428OLD_FILES+=usr/libexec/bsdinstall/netconfig
429OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4
430OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6
431OLD_FILES+=usr/libexec/bsdinstall/partedit
432OLD_FILES+=usr/libexec/bsdinstall/rootpass
433OLD_FILES+=usr/libexec/bsdinstall/script
434OLD_FILES+=usr/libexec/bsdinstall/scriptedpart
435OLD_FILES+=usr/libexec/bsdinstall/services
436OLD_FILES+=usr/libexec/bsdinstall/time
437OLD_FILES+=usr/libexec/bsdinstall/umount
438OLD_FILES+=usr/libexec/bsdinstall/wlanconfig
439OLD_FILES+=usr/libexec/bsdinstall/zfsboot
440OLD_FILES+=usr/sbin/bsdinstall
441OLD_FILES+=usr/share/man/man8/bsdinstall.8.gz
442OLD_FILES+=usr/share/man/man8/sade.8.gz
443OLD_DIRS+=usr/libexec/bsdinstall
444.endif
445
446.if ${MK_BSNMP} == no
447OLD_FILES+=etc/snmpd.config
448OLD_FILES+=etc/rc.d/bsnmpd
449OLD_FILES+=usr/bin/bsnmpget
450OLD_FILES+=usr/bin/bsnmpset
451OLD_FILES+=usr/bin/bsnmpwalk
452OLD_FILES+=usr/include/bsnmp/asn1.h
453OLD_FILES+=usr/include/bsnmp/bridge_snmp.h
454OLD_FILES+=usr/include/bsnmp/snmp.h
455OLD_FILES+=usr/include/bsnmp/snmp_atm.h
456OLD_FILES+=usr/include/bsnmp/snmp_mibII.h
457OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
458OLD_FILES+=usr/include/bsnmp/snmpagent.h
459OLD_FILES+=usr/include/bsnmp/snmpclient.h
460OLD_FILES+=usr/include/bsnmp/snmpmod.h
461OLD_FILES+=usr/lib/libbsnmp.a
462OLD_FILES+=usr/lib/libbsnmp.so
463OLD_LIBS+=usr/lib/libbsnmp.so.6
464OLD_FILES+=usr/lib/libbsnmp_p.a
465OLD_FILES+=usr/lib/libbsnmptools.a
466OLD_FILES+=usr/lib/libbsnmptools.so
467OLD_LIBS+=usr/lib/libbsnmptools.so.0
468OLD_FILES+=usr/lib/libbsnmptools_p.a
469OLD_FILES+=usr/lib/snmp_atm.so
470OLD_LIBS+=usr/lib/snmp_atm.so.6
471OLD_FILES+=usr/lib/snmp_bridge.so
472OLD_LIBS+=usr/lib/snmp_bridge.so.6
473OLD_FILES+=usr/lib/snmp_hast.so
474OLD_LIBS+=usr/lib/snmp_hast.so.6
475OLD_FILES+=usr/lib/snmp_hostres.so
476OLD_LIBS+=usr/lib/snmp_hostres.so.6
477OLD_FILES+=usr/lib/snmp_lm75.so
478OLD_LIBS+=usr/lib/snmp_lm75.so.6
479OLD_FILES+=usr/lib/snmp_mibII.so
480OLD_LIBS+=usr/lib/snmp_mibII.so.6
481OLD_FILES+=usr/lib/snmp_netgraph.so
482OLD_LIBS+=usr/lib/snmp_netgraph.so.6
483OLD_FILES+=usr/lib/snmp_pf.so
484OLD_LIBS+=usr/lib/snmp_pf.so.6
485OLD_FILES+=usr/lib/snmp_target.so
486OLD_LIBS+=usr/lib/snmp_target.so.6
487OLD_FILES+=usr/lib/snmp_usm.so
488OLD_LIBS+=usr/lib/snmp_usm.so.6
489OLD_FILES+=usr/lib/snmp_vacm.so
490OLD_LIBS+=usr/lib/snmp_vacm.so.6
491OLD_FILES+=usr/lib/snmp_wlan.so
492OLD_LIBS+=usr/lib/snmp_wlan.so.6
493OLD_FILES+=usr/lib32/libbsnmp.a
494OLD_FILES+=usr/lib32/libbsnmp.so
495OLD_LIBS+=usr/lib32/libbsnmp.so.6
496OLD_FILES+=usr/lib32/libbsnmp_p.a
497OLD_FILES+=usr/sbin/bsnmpd
498OLD_FILES+=usr/sbin/gensnmptree
499OLD_FILES+=usr/share/examples/etc/snmpd.config
500OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz
501OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz
502OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz
503OLD_FILES+=usr/share/man/man1/bsnmpwalk.1.gz
504OLD_FILES+=usr/share/man/man1/gensnmptree.1.gz
505OLD_FILES+=usr/share/man/man3/asn1.3.gz
506OLD_FILES+=usr/share/man/man3/bsnmpagent.3.gz
507OLD_FILES+=usr/share/man/man3/bsnmpclient.3.gz
508OLD_FILES+=usr/share/man/man3/bsnmplib.3.gz
509OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
510OLD_FILES+=usr/share/man/man3/snmp_bridge.3.gz
511OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz
512OLD_FILES+=usr/share/man/man3/snmp_hostres.3.gz
513OLD_FILES+=usr/share/man/man3/snmp_lm75.3.gz
514OLD_FILES+=usr/share/man/man3/snmp_mibII.3.gz
515OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
516OLD_FILES+=usr/share/man/man3/snmp_target.3.gz
517OLD_FILES+=usr/share/man/man3/snmp_usm.3.gz
518OLD_FILES+=usr/share/man/man3/snmp_vacm.3.gz
519OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz
520OLD_FILES+=usr/share/man/man3/snmpmod.3.gz
521OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
522OLD_FILES+=usr/share/snmp/defs/atm_tree.def
523OLD_FILES+=usr/share/snmp/defs/bridge_tree.def
524OLD_FILES+=usr/share/snmp/defs/hast_tree.def
525OLD_FILES+=usr/share/snmp/defs/hostres_tree.def
526OLD_FILES+=usr/share/snmp/defs/lm75_tree.def
527OLD_FILES+=usr/share/snmp/defs/mibII_tree.def
528OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
529OLD_FILES+=usr/share/snmp/defs/pf_tree.def
530OLD_FILES+=usr/share/snmp/defs/target_tree.def
531OLD_FILES+=usr/share/snmp/defs/tree.def
532OLD_FILES+=usr/share/snmp/defs/usm_tree.def
533OLD_FILES+=usr/share/snmp/defs/vacm_tree.def
534OLD_FILES+=usr/share/snmp/defs/wlan_tree.def
535OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
536OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
537OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt
538OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt
539OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt
540OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-IP-MIB.txt
541OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-LM75-MIB.txt
542OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB.txt
543OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB2-MIB.txt
544OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
545OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
546OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-SNMPD.txt
547OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt
548OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt
549OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt
550OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt
551OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt
552OLD_DIRS+=usr/include/bsnmp
553OLD_DIRS+=usr/share/snmp
554OLD_DIRS+=usr/share/snmp/defs
555OLD_DIRS+=usr/share/snmp/mibs
556.endif
557
558.if ${MK_CALENDAR} == no
559OLD_FILES+=etc/periodic/daily/300.calendar
560OLD_FILES+=usr/bin/calendar
561OLD_FILES+=usr/share/calendar/calendar.all
562OLD_FILES+=usr/share/calendar/calendar.australia
563OLD_FILES+=usr/share/calendar/calendar.birthday
564OLD_FILES+=usr/share/calendar/calendar.brazilian
565OLD_FILES+=usr/share/calendar/calendar.christian
566OLD_FILES+=usr/share/calendar/calendar.computer
567OLD_FILES+=usr/share/calendar/calendar.croatian
568OLD_FILES+=usr/share/calendar/calendar.dutch
569OLD_FILES+=usr/share/calendar/calendar.freebsd
570OLD_FILES+=usr/share/calendar/calendar.french
571OLD_FILES+=usr/share/calendar/calendar.german
572OLD_FILES+=usr/share/calendar/calendar.history
573OLD_FILES+=usr/share/calendar/calendar.holiday
574OLD_FILES+=usr/share/calendar/calendar.hungarian
575OLD_FILES+=usr/share/calendar/calendar.judaic
576OLD_FILES+=usr/share/calendar/calendar.lotr
577OLD_FILES+=usr/share/calendar/calendar.music
578OLD_FILES+=usr/share/calendar/calendar.newzealand
579OLD_FILES+=usr/share/calendar/calendar.russian
580OLD_FILES+=usr/share/calendar/calendar.southafrica
581OLD_FILES+=usr/share/calendar/calendar.ukrainian
582OLD_FILES+=usr/share/calendar/calendar.usholiday
583OLD_FILES+=usr/share/calendar/calendar.world
584OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
585OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
586OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
587OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
588OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
589OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
590OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
591OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
592OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
593OLD_DIRS+=usr/share/calendar/de_DE.ISO8859-1
594OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
595OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
596OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
597OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
598OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
599OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
600OLD_DIRS+=usr/share/calendar/fr_FR.ISO8859-1
601OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
602OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
603OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
604OLD_DIRS+=usr/share/calendar/hr_HR.ISO8859-2
605OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
606OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
607OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
608OLD_DIRS+=usr/share/calendar/hu_HU.ISO8859-2
609OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all
610OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative
611OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays
612OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative
613OLD_DIRS+=usr/share/calendar/pt_BR.ISO8859-1
614OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all
615OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative
616OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays
617OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative
618OLD_DIRS+=usr/share/calendar/pt_BR.UTF-8
619OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
620OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
621OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
622OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
623OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
624OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
625OLD_DIRS+=usr/share/calendar/ru_RU.KOI8-R
626OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all
627OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common
628OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday
629OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military
630OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox
631OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan
632OLD_DIRS+=usr/share/calendar/ru_RU.UTF-8
633OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
634OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
635OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
636OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
637OLD_DIRS+=usr/share/calendar/uk_UA.KOI8-U
638OLD_DIRS+=usr/share/calendar
639OLD_FILES+=usr/share/man/man1/calendar.1.gz
640.endif
641
642.if ${MK_CASPER} == no
643OLD_FILES+=etc/casper/system.dns
644OLD_FILES+=etc/casper/system.grp
645OLD_FILES+=etc/casper/system.pwd
646OLD_FILES+=etc/casper/system.random
647OLD_FILES+=etc/casper/system.sysctl
648OLD_FILES+=etc/rc.d/casperd
649OLD_LIBS+=lib/libcapsicum.so.0
650OLD_LIBS+=lib/libcasper.so.0
651OLD_FILES+=libexec/casper/dns
652OLD_FILES+=libexec/casper/grp
653OLD_FILES+=libexec/casper/pwd
654OLD_FILES+=libexec/casper/random
655OLD_FILES+=libexec/casper/sysctl
656OLD_FILES+=sbin/casper
657OLD_FILES+=sbin/casperd
658OLD_FILES+=usr/include/libcapsicum.h
659OLD_FILES+=usr/include/libcapsicum_dns.h
660OLD_FILES+=usr/include/libcapsicum_grp.h
661OLD_FILES+=usr/include/libcapsicum_pwd.h
662OLD_FILES+=usr/include/libcapsicum_random.h
663OLD_FILES+=usr/include/libcapsicum_service.h
664OLD_FILES+=usr/include/libcapsicum_sysctl.h
665OLD_FILES+=usr/include/libcasper.h
666OLD_FILES+=usr/lib/libcapsicum.a
667OLD_FILES+=usr/lib/libcapsicum.so
668OLD_FILES+=usr/lib/libcapsicum_p.a
669OLD_FILES+=usr/lib/libcasper.a
670OLD_FILES+=usr/lib/libcasper.so
671OLD_FILES+=usr/lib/libcasper_p.a
672OLD_FILES+=usr/lib32/libcapsicum.a
673OLD_FILES+=usr/lib32/libcapsicum.so
674OLD_LIBS+=usr/lib32/libcapsicum.so.0
675OLD_FILES+=usr/lib32/libcapsicum_p.a
676OLD_FILES+=usr/lib32/libcasper.a
677OLD_FILES+=usr/lib32/libcasper.so
678OLD_LIBS+=usr/lib32/libcasper.so.0
679OLD_FILES+=usr/lib32/libcasper_p.a
680OLD_FILES+=usr/share/man/man3/cap_clone.3.gz
681OLD_FILES+=usr/share/man/man3/cap_close.3.gz
682OLD_FILES+=usr/share/man/man3/cap_init.3.gz
683OLD_FILES+=usr/share/man/man3/cap_limit_get.3.gz
684OLD_FILES+=usr/share/man/man3/cap_limit_set.3.gz
685OLD_FILES+=usr/share/man/man3/cap_recv_nvlist.3.gz
686OLD_FILES+=usr/share/man/man3/cap_send_nvlist.3.gz
687OLD_FILES+=usr/share/man/man3/cap_service_open.3.gz
688OLD_FILES+=usr/share/man/man3/cap_sock.3.gz
689OLD_FILES+=usr/share/man/man3/cap_unwrap.3.gz
690OLD_FILES+=usr/share/man/man3/cap_wrap.3.gz
691OLD_FILES+=usr/share/man/man3/cap_xfer_nvlist.3.gz
692OLD_FILES+=usr/share/man/man3/libcapsicum.3.gz
693OLD_FILES+=usr/share/man/man8/casperd.8.gz
694.endif
695
696.if ${MK_CCD} == no
697OLD_FILES+=etc/rc.d/ccd
698OLD_FILES+=sbin/ccdconfig
699OLD_FILES+=usr/share/man/man4/ccd.4.gz
700OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz
701.endif
702
703.if ${MK_CDDL} == no
704OLD_LIBS+=lib/libavl.so.2
705OLD_LIBS+=lib/libctf.so.2
706OLD_LIBS+=lib/libdtrace.so.2
707OLD_LIBS+=lib/libnvpair.so.2
708OLD_LIBS+=lib/libumem.so.2
709OLD_LIBS+=lib/libuutil.so.2
710OLD_FILES+=usr/bin/ctfconvert
711OLD_FILES+=usr/bin/ctfdump
712OLD_FILES+=usr/bin/ctfmerge
713OLD_FILES+=usr/bin/sgsmsg
714OLD_FILES+=usr/lib/dtrace/drti.o
715OLD_FILES+=usr/lib/dtrace/errno.d
716OLD_FILES+=usr/lib/dtrace/io.d
717OLD_FILES+=usr/lib/dtrace/ip.d
718OLD_FILES+=usr/lib/dtrace/psinfo.d
719.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
720OLD_FILES+=usr/lib/dtrace/regs_x86.d
721.endif
722OLD_FILES+=usr/lib/dtrace/signal.d
723OLD_FILES+=usr/lib/dtrace/tcp.d
724OLD_FILES+=usr/lib/dtrace/udp.d
725OLD_FILES+=usr/lib/dtrace/unistd.d
726OLD_FILES+=usr/lib/libavl.a
727OLD_FILES+=usr/lib/libavl.so
728OLD_FILES+=usr/lib/libavl_p.a
729OLD_FILES+=usr/lib/libctf.a
730OLD_FILES+=usr/lib/libctf.so
731OLD_FILES+=usr/lib/libctf_p.a
732OLD_FILES+=usr/lib/libdtrace.a
733OLD_FILES+=usr/lib/libdtrace.so
734OLD_FILES+=usr/lib/libdtrace_p.a
735OLD_FILES+=usr/lib/libnvpair.a
736OLD_FILES+=usr/lib/libnvpair.so
737OLD_FILES+=usr/lib/libnvpair_p.a
738OLD_FILES+=usr/lib/libumem.a
739OLD_FILES+=usr/lib/libumem.so
740OLD_FILES+=usr/lib/libumem_p.a
741OLD_FILES+=usr/lib/libuutil.a
742OLD_FILES+=usr/lib/libuutil.so
743OLD_FILES+=usr/lib/libuutil_p.a
744.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
745OLD_FILES+=usr/lib32/dtrace/drti.o
746OLD_FILES+=usr/lib32/libavl.a
747OLD_FILES+=usr/lib32/libavl.so
748OLD_LIBS+=usr/lib32/libavl.so.2
749OLD_FILES+=usr/lib32/libavl_p.a
750OLD_FILES+=usr/lib32/libctf.a
751OLD_FILES+=usr/lib32/libctf.so
752OLD_LIBS+=usr/lib32/libctf.so.2
753OLD_FILES+=usr/lib32/libctf_p.a
754OLD_FILES+=usr/lib32/libdtrace.a
755OLD_FILES+=usr/lib32/libdtrace.so
756OLD_LIBS+=usr/lib32/libdtrace.so.2
757OLD_FILES+=usr/lib32/libdtrace_p.a
758OLD_FILES+=usr/lib32/libnvpair.a
759OLD_FILES+=usr/lib32/libnvpair.so
760OLD_LIBS+=usr/lib32/libnvpair.so.2
761OLD_FILES+=usr/lib32/libnvpair_p.a
762OLD_FILES+=usr/lib32/libumem.a
763OLD_FILES+=usr/lib32/libumem.so
764OLD_LIBS+=usr/lib32/libumem.so.2
765OLD_FILES+=usr/lib32/libumem_p.a
766OLD_FILES+=usr/lib32/libuutil.a
767OLD_FILES+=usr/lib32/libuutil.so
768OLD_LIBS+=usr/lib32/libuutil.so.2
769OLD_FILES+=usr/lib32/libuutil_p.a
770.endif
771OLD_LIBS+=lib/libdtrace.so.2
772OLD_FILES+=usr/sbin/dtrace
773OLD_FILES+=usr/sbin/lockstat
774OLD_FILES+=usr/share/man/man1/dtrace.1.gz
775OLD_FILES+=usr/share/dtrace/disklatency
776OLD_FILES+=usr/share/dtrace/disklatencycmd
777OLD_FILES+=usr/share/dtrace/hotopen
778OLD_FILES+=usr/share/dtrace/nfsclienttime
779OLD_FILES+=usr/share/dtrace/toolkit/execsnoop
780OLD_FILES+=usr/share/dtrace/toolkit/hotkernel
781OLD_FILES+=usr/share/dtrace/toolkit/hotuser
782OLD_FILES+=usr/share/dtrace/toolkit/opensnoop
783OLD_FILES+=usr/share/dtrace/toolkit/procsystime
784OLD_FILES+=usr/share/dtrace/tcpconn
785OLD_FILES+=usr/share/dtrace/tcpstate
786OLD_FILES+=usr/share/dtrace/tcptrack
787OLD_FILES+=usr/share/dtrace/udptrack
788OLD_FILES+=usr/share/man/man1/dtrace.1.gz
789OLD_DIRS+=usr/lib/dtrace
790OLD_DIRS+=usr/lib32/dtrace
791OLD_DIRS+=usr/share/dtrace/toolkit
792OLD_DIRS+=usr/share/dtrace
793.endif
794
795.if ${MK_ZFS} == no
796OLD_FILES+=boot/gptzfsboot
797OLD_FILES+=boot/zfsboot
798OLD_FILES+=boot/zfsloader
799OLD_FILES+=etc/devd/zfs.conf
800OLD_FILES+=etc/periodic/daily/404.status-zfs
801OLD_FILES+=etc/periodic/daily/800.scrub-zfs
802OLD_LIBS+=lib/libzfs.so.2
803OLD_LIBS+=lib/libzfs_core.so.2
804OLD_LIBS+=lib/libzpool.so.2
805OLD_FILES+=rescue/zfs
806OLD_FILES+=rescue/zpool
807OLD_FILES+=sbin/zfs
808OLD_FILES+=sbin/zpool
809OLD_FILES+=usr/bin/zinject
810OLD_FILES+=usr/bin/ztest
811OLD_FILES+=usr/lib/libzfs.a
812OLD_FILES+=usr/lib/libzfs.so
813OLD_FILES+=usr/lib/libzfs_core.a
814OLD_FILES+=usr/lib/libzfs_core.so
815OLD_FILES+=usr/lib/libzfs_core_p.a
816OLD_FILES+=usr/lib/libzfs_p.a
817OLD_FILES+=usr/lib/libzpool.a
818OLD_FILES+=usr/lib/libzpool.so
819.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
820OLD_FILES+=usr/lib32/libzfs.a
821OLD_FILES+=usr/lib32/libzfs.so
822OLD_LIBS+=usr/lib32/libzfs.so.2
823OLD_FILES+=usr/lib32/libzfs_core.a
824OLD_FILES+=usr/lib32/libzfs_core.so
825OLD_LIBS+=usr/lib32/libzfs_core.so.2
826OLD_FILES+=usr/lib32/libzfs_core_p.a
827OLD_FILES+=usr/lib32/libzfs_p.a
828OLD_FILES+=usr/lib32/libzpool.a
829OLD_FILES+=usr/lib32/libzpool.so
830OLD_LIBS+=usr/lib32/libzpool.so.2
831.endif
832OLD_FILES+=usr/sbin/zdb
833OLD_FILES+=usr/share/man/man8/zdb.8.gz
834OLD_FILES+=usr/share/man/man8/zfs.8.gz
835OLD_FILES+=usr/share/man/man8/zpool.8.gz
836.endif
837
838.if ${MK_CLANG} == no
839OLD_FILES+=usr/bin/clang
840OLD_FILES+=usr/bin/clang++
841OLD_FILES+=usr/bin/clang-cpp
842OLD_FILES+=usr/bin/clang-tblgen
843OLD_FILES+=usr/bin/tblgen
844OLD_FILES+=usr/lib/clang/3.6.0/include/__stddef_max_align_t.h
845OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_aes.h
846OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_pclmul.h
847OLD_FILES+=usr/lib/clang/3.6.0/include/adxintrin.h
848OLD_FILES+=usr/lib/clang/3.6.0/include/altivec.h
849OLD_FILES+=usr/lib/clang/3.6.0/include/ammintrin.h
850OLD_FILES+=usr/lib/clang/3.6.0/include/arm_acle.h
851OLD_FILES+=usr/lib/clang/3.6.0/include/arm_neon.h
852OLD_FILES+=usr/lib/clang/3.6.0/include/avx2intrin.h
853OLD_FILES+=usr/lib/clang/3.6.0/include/avx512bwintrin.h
854OLD_FILES+=usr/lib/clang/3.6.0/include/avx512erintrin.h
855OLD_FILES+=usr/lib/clang/3.6.0/include/avx512fintrin.h
856OLD_FILES+=usr/lib/clang/3.6.0/include/avx512vlbwintrin.h
857OLD_FILES+=usr/lib/clang/3.6.0/include/avx512vlintrin.h
858OLD_FILES+=usr/lib/clang/3.6.0/include/avxintrin.h
859OLD_FILES+=usr/lib/clang/3.6.0/include/bmi2intrin.h
860OLD_FILES+=usr/lib/clang/3.6.0/include/bmiintrin.h
861OLD_FILES+=usr/lib/clang/3.6.0/include/cpuid.h
862OLD_FILES+=usr/lib/clang/3.6.0/include/emmintrin.h
863OLD_FILES+=usr/lib/clang/3.6.0/include/f16cintrin.h
864OLD_FILES+=usr/lib/clang/3.6.0/include/fma4intrin.h
865OLD_FILES+=usr/lib/clang/3.6.0/include/fmaintrin.h
866OLD_FILES+=usr/lib/clang/3.6.0/include/ia32intrin.h
867OLD_FILES+=usr/lib/clang/3.6.0/include/immintrin.h
868OLD_FILES+=usr/lib/clang/3.6.0/include/lzcntintrin.h
869OLD_FILES+=usr/lib/clang/3.6.0/include/mm3dnow.h
870OLD_FILES+=usr/lib/clang/3.6.0/include/mm_malloc.h
871OLD_FILES+=usr/lib/clang/3.6.0/include/mmintrin.h
872OLD_FILES+=usr/lib/clang/3.6.0/include/module.modulemap
873OLD_FILES+=usr/lib/clang/3.6.0/include/nmmintrin.h
874OLD_FILES+=usr/lib/clang/3.6.0/include/pmmintrin.h
875OLD_FILES+=usr/lib/clang/3.6.0/include/popcntintrin.h
876OLD_FILES+=usr/lib/clang/3.6.0/include/prfchwintrin.h
877OLD_FILES+=usr/lib/clang/3.6.0/include/rdseedintrin.h
878OLD_FILES+=usr/lib/clang/3.6.0/include/rtmintrin.h
879OLD_FILES+=usr/lib/clang/3.6.0/include/shaintrin.h
880OLD_FILES+=usr/lib/clang/3.6.0/include/smmintrin.h
881OLD_FILES+=usr/lib/clang/3.6.0/include/tbmintrin.h
882OLD_FILES+=usr/lib/clang/3.6.0/include/tmmintrin.h
883OLD_FILES+=usr/lib/clang/3.6.0/include/wmmintrin.h
884OLD_FILES+=usr/lib/clang/3.6.0/include/x86intrin.h
885OLD_FILES+=usr/lib/clang/3.6.0/include/xmmintrin.h
886OLD_FILES+=usr/lib/clang/3.6.0/include/xopintrin.h
887OLD_DIRS+=usr/lib/clang/3.6.0/include
888OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan-i386.a
889OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan-x86_64.a
890OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan_cxx-i386.a
891OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
892OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.profile-arm.a
893OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.profile-i386.a
894OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.profile-x86_64.a
895OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.san-i386.a
896OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.san-x86_64.a
897OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan-i386.a
898OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan-x86_64.a
899OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan_cxx-i386.a
900OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a
901OLD_DIRS+=usr/lib/clang/3.6.0/lib/freebsd
902OLD_DIRS+=usr/lib/clang/3.6.0/lib
903OLD_DIRS+=usr/lib/clang/3.6.0
844OLD_FILES+=usr/lib/clang/3.6.1/include/__stddef_max_align_t.h
845OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_aes.h
846OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_pclmul.h
847OLD_FILES+=usr/lib/clang/3.6.1/include/adxintrin.h
848OLD_FILES+=usr/lib/clang/3.6.1/include/altivec.h
849OLD_FILES+=usr/lib/clang/3.6.1/include/ammintrin.h
850OLD_FILES+=usr/lib/clang/3.6.1/include/arm_acle.h
851OLD_FILES+=usr/lib/clang/3.6.1/include/arm_neon.h
852OLD_FILES+=usr/lib/clang/3.6.1/include/avx2intrin.h
853OLD_FILES+=usr/lib/clang/3.6.1/include/avx512bwintrin.h
854OLD_FILES+=usr/lib/clang/3.6.1/include/avx512erintrin.h
855OLD_FILES+=usr/lib/clang/3.6.1/include/avx512fintrin.h
856OLD_FILES+=usr/lib/clang/3.6.1/include/avx512vlbwintrin.h
857OLD_FILES+=usr/lib/clang/3.6.1/include/avx512vlintrin.h
858OLD_FILES+=usr/lib/clang/3.6.1/include/avxintrin.h
859OLD_FILES+=usr/lib/clang/3.6.1/include/bmi2intrin.h
860OLD_FILES+=usr/lib/clang/3.6.1/include/bmiintrin.h
861OLD_FILES+=usr/lib/clang/3.6.1/include/cpuid.h
862OLD_FILES+=usr/lib/clang/3.6.1/include/emmintrin.h
863OLD_FILES+=usr/lib/clang/3.6.1/include/f16cintrin.h
864OLD_FILES+=usr/lib/clang/3.6.1/include/fma4intrin.h
865OLD_FILES+=usr/lib/clang/3.6.1/include/fmaintrin.h
866OLD_FILES+=usr/lib/clang/3.6.1/include/ia32intrin.h
867OLD_FILES+=usr/lib/clang/3.6.1/include/immintrin.h
868OLD_FILES+=usr/lib/clang/3.6.1/include/lzcntintrin.h
869OLD_FILES+=usr/lib/clang/3.6.1/include/mm3dnow.h
870OLD_FILES+=usr/lib/clang/3.6.1/include/mm_malloc.h
871OLD_FILES+=usr/lib/clang/3.6.1/include/mmintrin.h
872OLD_FILES+=usr/lib/clang/3.6.1/include/module.modulemap
873OLD_FILES+=usr/lib/clang/3.6.1/include/nmmintrin.h
874OLD_FILES+=usr/lib/clang/3.6.1/include/pmmintrin.h
875OLD_FILES+=usr/lib/clang/3.6.1/include/popcntintrin.h
876OLD_FILES+=usr/lib/clang/3.6.1/include/prfchwintrin.h
877OLD_FILES+=usr/lib/clang/3.6.1/include/rdseedintrin.h
878OLD_FILES+=usr/lib/clang/3.6.1/include/rtmintrin.h
879OLD_FILES+=usr/lib/clang/3.6.1/include/shaintrin.h
880OLD_FILES+=usr/lib/clang/3.6.1/include/smmintrin.h
881OLD_FILES+=usr/lib/clang/3.6.1/include/tbmintrin.h
882OLD_FILES+=usr/lib/clang/3.6.1/include/tmmintrin.h
883OLD_FILES+=usr/lib/clang/3.6.1/include/wmmintrin.h
884OLD_FILES+=usr/lib/clang/3.6.1/include/x86intrin.h
885OLD_FILES+=usr/lib/clang/3.6.1/include/xmmintrin.h
886OLD_FILES+=usr/lib/clang/3.6.1/include/xopintrin.h
887OLD_DIRS+=usr/lib/clang/3.6.1/include
888OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan-i386.a
889OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan-x86_64.a
890OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan_cxx-i386.a
891OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a
892OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.profile-arm.a
893OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.profile-i386.a
894OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.profile-x86_64.a
895OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.san-i386.a
896OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.san-x86_64.a
897OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan-i386.a
898OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan-x86_64.a
899OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan_cxx-i386.a
900OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a
901OLD_DIRS+=usr/lib/clang/3.6.1/lib/freebsd
902OLD_DIRS+=usr/lib/clang/3.6.1/lib
903OLD_DIRS+=usr/lib/clang/3.6.1
904OLD_DIRS+=usr/lib/clang
905OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
906OLD_DIRS+=usr/share/doc/llvm/clang
907OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
908OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
909OLD_DIRS+=usr/share/doc/llvm
910OLD_FILES+=usr/share/man/man1/clang.1.gz
911OLD_FILES+=usr/share/man/man1/clang++.1.gz
912OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
913OLD_FILES+=usr/share/man/man1/tblgen.1.gz
914.endif
915
916.if ${MK_CLANG_EXTRAS} == no
917OLD_FILES+=usr/bin/bugpoint
918OLD_FILES+=usr/bin/llc
919OLD_FILES+=usr/bin/lli
920OLD_FILES+=usr/bin/llvm-ar
921OLD_FILES+=usr/bin/llvm-as
922OLD_FILES+=usr/bin/llvm-bcanalyzer
923OLD_FILES+=usr/bin/llvm-diff
924OLD_FILES+=usr/bin/llvm-dis
925OLD_FILES+=usr/bin/llvm-extract
926OLD_FILES+=usr/bin/llvm-link
927OLD_FILES+=usr/bin/llvm-mc
928OLD_FILES+=usr/bin/llvm-nm
929OLD_FILES+=usr/bin/llvm-objdump
930OLD_FILES+=usr/bin/llvm-rtdyld
931OLD_FILES+=usr/bin/llvm-symbolizer
932OLD_FILES+=usr/bin/macho-dump
933OLD_FILES+=usr/bin/opt
934OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
935OLD_FILES+=usr/share/man/man1/llc.1.gz
936OLD_FILES+=usr/share/man/man1/lli.1.gz
937OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
938OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
939OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
940OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
941OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
942OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
943OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
944OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
945OLD_FILES+=usr/share/man/man1/llvm-symbolizer.1.gz
946OLD_FILES+=usr/share/man/man1/opt.1.gz
947.endif
948
949.if ${MK_CPP} == no
950OLD_FILES+=usr/bin/cpp
951OLD_FILES+=usr/share/man/man1/cpp.1.gz
952.endif
953
954#.if ${MK_CRYPT} == no
955# to be filled in
956#.endif
957
958.if ${MK_CTM} == no
959OLD_FILES+=usr/sbin/ctm
960OLD_FILES+=usr/sbin/ctm_dequeue
961OLD_FILES+=usr/sbin/ctm_rmail
962OLD_FILES+=usr/sbin/ctm_smail
963OLD_FILES+=usr/share/man/man1/ctm.1.gz
964OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
965OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
966OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
967OLD_FILES+=usr/share/man/man5/ctm.5.gz
968.endif
969
970.if ${MK_CUSE} == no
971OLD_FILES+=usr/include/fs/cuse/cuse_defs.h
972OLD_FILES+=usr/include/fs/cuse/cuse_ioctl.h
973OLD_FILES+=usr/include/cuse.h
974OLD_FILES+=usr/lib/libcuse.a
975OLD_LIBS+=usr/lib/libcuse.so.1
976OLD_FILES+=usr/lib/libcuse_p.a
977OLD_FILES+=usr/share/man/man3/cuse.3.gz
978OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number.3.gz
979OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number_by_id.3.gz
980OLD_FILES+=usr/share/man/man3/cuse_copy_in.3.gz
981OLD_FILES+=usr/share/man/man3/cuse_copy_out.3.gz
982OLD_FILES+=usr/share/man/man3/cuse_dev_create.3.gz
983OLD_FILES+=usr/share/man/man3/cuse_dev_destroy.3.gz
984OLD_FILES+=usr/share/man/man3/cuse_dev_get_current.3.gz
985OLD_FILES+=usr/share/man/man3/cuse_dev_get_per_file_handle.3.gz
986OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv0.3.gz
987OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv1.3.gz
988OLD_FILES+=usr/share/man/man3/cuse_dev_set_per_file_handle.3.gz
989OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv0.3.gz
990OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv1.3.gz
991OLD_FILES+=usr/share/man/man3/cuse_free_unit_number.3.gz
992OLD_FILES+=usr/share/man/man3/cuse_free_unit_number_by_id.3.gz
993OLD_FILES+=usr/share/man/man3/cuse_get_local.3.gz
994OLD_FILES+=usr/share/man/man3/cuse_got_peer_signal.3.gz
995OLD_FILES+=usr/share/man/man3/cuse_init.3.gz
996OLD_FILES+=usr/share/man/man3/cuse_is_vmalloc_addr.3.gz
997OLD_FILES+=usr/share/man/man3/cuse_poll_wakeup.3.gz
998OLD_FILES+=usr/share/man/man3/cuse_set_local.3.gz
999OLD_FILES+=usr/share/man/man3/cuse_uninit.3.gz
1000OLD_FILES+=usr/share/man/man3/cuse_vmalloc.3.gz
1001OLD_FILES+=usr/share/man/man3/cuse_vmfree.3.gz
1002OLD_FILES+=usr/share/man/man3/cuse_vmoffset.3.gz
1003OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz
1004OLD_DIRS+=usr/include/fs/cuse
1005.endif
1006
1007# devd(8) not listed here on purpose
1008.if ${MK_CXX} == no
1009OLD_FILES+=usr/bin/CC
1010OLD_FILES+=usr/bin/c++
1011.if ${MK_ELFTOOLCHAIN_TOOLS} == no
1012OLD_FILES+=usr/bin/c++filt
1013.endif
1014OLD_FILES+=usr/bin/g++
1015OLD_FILES+=usr/libexec/cc1plus
1016.endif
1017
1018.if ${MK_FMTREE} == no
1019OLD_FILES+=usr/sbin/fmtree
1020OLD_FILES+=usr/share/man/man8/fmtree.8.gz
1021.endif
1022
1023.if ${MK_GNUCXX} == no
1024OLD_FILES+=usr/bin/g++
1025OLD_FILES+=usr/include/c++/4.2/algorithm
1026OLD_FILES+=usr/include/c++/4.2/backward/algo.h
1027OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
1028OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
1029OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
1030OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
1031OLD_FILES+=usr/include/c++/4.2/backward/complex.h
1032OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
1033OLD_FILES+=usr/include/c++/4.2/backward/deque.h
1034OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
1035OLD_FILES+=usr/include/c++/4.2/backward/function.h
1036OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
1037OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
1038OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
1039OLD_FILES+=usr/include/c++/4.2/backward/heap.h
1040OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
1041OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
1042OLD_FILES+=usr/include/c++/4.2/backward/istream.h
1043OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
1044OLD_FILES+=usr/include/c++/4.2/backward/list.h
1045OLD_FILES+=usr/include/c++/4.2/backward/map.h
1046OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
1047OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
1048OLD_FILES+=usr/include/c++/4.2/backward/new.h
1049OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
1050OLD_FILES+=usr/include/c++/4.2/backward/pair.h
1051OLD_FILES+=usr/include/c++/4.2/backward/queue.h
1052OLD_FILES+=usr/include/c++/4.2/backward/rope.h
1053OLD_FILES+=usr/include/c++/4.2/backward/set.h
1054OLD_FILES+=usr/include/c++/4.2/backward/slist.h
1055OLD_FILES+=usr/include/c++/4.2/backward/stack.h
1056OLD_FILES+=usr/include/c++/4.2/backward/stream.h
1057OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
1058OLD_FILES+=usr/include/c++/4.2/backward/strstream
1059OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
1060OLD_FILES+=usr/include/c++/4.2/backward/tree.h
1061OLD_FILES+=usr/include/c++/4.2/backward/vector.h
1062OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
1063OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
1064OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
1065OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
1066OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
1067OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
1068OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
1069OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
1070OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
1071OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
1072OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
1073OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
1074OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
1075OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
1076OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
1077OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
1078OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
1079OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
1080OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
1081OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
1082OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
1083OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
1084OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
1085OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
1086OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
1087OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
1088OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
1089OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
1090OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
1091OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
1092OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
1093OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
1094OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
1095OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
1096OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
1097OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
1098OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
1099OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
1100OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
1101OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
1102OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
1103OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
1104OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
1105OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
1106OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
1107OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
1108OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
1109OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
1110OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
1111OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
1112OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
1113OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
1114OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
1115OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
1116OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
1117OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
1118OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
1119OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
1120OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
1121OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
1122OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
1123OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
1124OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
1125OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
1126OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
1127OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
1128OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
1129OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
1130OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
1131OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
1132OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
1133OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
1134OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
1135OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
1136OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
1137OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
1138OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
1139OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
1140OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
1141OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
1142OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
1143OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
1144OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
1145OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
1146OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
1147OLD_FILES+=usr/include/c++/4.2/bitset
1148OLD_FILES+=usr/include/c++/4.2/cassert
1149OLD_FILES+=usr/include/c++/4.2/cctype
1150OLD_FILES+=usr/include/c++/4.2/cerrno
1151OLD_FILES+=usr/include/c++/4.2/cfloat
1152OLD_FILES+=usr/include/c++/4.2/ciso646
1153OLD_FILES+=usr/include/c++/4.2/climits
1154OLD_FILES+=usr/include/c++/4.2/clocale
1155OLD_FILES+=usr/include/c++/4.2/cmath
1156OLD_FILES+=usr/include/c++/4.2/complex
1157OLD_FILES+=usr/include/c++/4.2/csetjmp
1158OLD_FILES+=usr/include/c++/4.2/csignal
1159OLD_FILES+=usr/include/c++/4.2/cstdarg
1160OLD_FILES+=usr/include/c++/4.2/cstddef
1161OLD_FILES+=usr/include/c++/4.2/cstdio
1162OLD_FILES+=usr/include/c++/4.2/cstdlib
1163OLD_FILES+=usr/include/c++/4.2/cstring
1164OLD_FILES+=usr/include/c++/4.2/ctime
1165OLD_FILES+=usr/include/c++/4.2/cwchar
1166OLD_FILES+=usr/include/c++/4.2/cwctype
1167OLD_FILES+=usr/include/c++/4.2/cxxabi.h
1168OLD_FILES+=usr/include/c++/4.2/debug/bitset
1169OLD_FILES+=usr/include/c++/4.2/debug/debug.h
1170OLD_FILES+=usr/include/c++/4.2/debug/deque
1171OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
1172OLD_FILES+=usr/include/c++/4.2/debug/functions.h
1173OLD_FILES+=usr/include/c++/4.2/debug/hash_map
1174OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
1175OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
1176OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
1177OLD_FILES+=usr/include/c++/4.2/debug/hash_set
1178OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
1179OLD_FILES+=usr/include/c++/4.2/debug/list
1180OLD_FILES+=usr/include/c++/4.2/debug/macros.h
1181OLD_FILES+=usr/include/c++/4.2/debug/map
1182OLD_FILES+=usr/include/c++/4.2/debug/map.h
1183OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
1184OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
1185OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
1186OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
1187OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
1188OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
1189OLD_FILES+=usr/include/c++/4.2/debug/set
1190OLD_FILES+=usr/include/c++/4.2/debug/set.h
1191OLD_FILES+=usr/include/c++/4.2/debug/string
1192OLD_FILES+=usr/include/c++/4.2/debug/vector
1193OLD_FILES+=usr/include/c++/4.2/deque
1194OLD_FILES+=usr/include/c++/4.2/exception
1195OLD_FILES+=usr/include/c++/4.2/exception_defines.h
1196OLD_FILES+=usr/include/c++/4.2/ext/algorithm
1197OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
1198OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
1199OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
1200OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
1201OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
1202OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
1203OLD_FILES+=usr/include/c++/4.2/ext/functional
1204OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
1205OLD_FILES+=usr/include/c++/4.2/ext/hash_map
1206OLD_FILES+=usr/include/c++/4.2/ext/hash_set
1207OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
1208OLD_FILES+=usr/include/c++/4.2/ext/iterator
1209OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
1210OLD_FILES+=usr/include/c++/4.2/ext/memory
1211OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
1212OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
1213OLD_FILES+=usr/include/c++/4.2/ext/numeric
1214OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
1215OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
1216OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
1217OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
1218OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
1219OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
1220OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
1221OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
1222OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
1223OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
1224OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
1225OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
1226OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
1227OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
1228OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
1229OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
1230OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
1231OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
1232OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
1233OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
1234OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
1235OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
1236OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
1237OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
1238OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
1239OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
1240OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
1241OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
1242OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
1243OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
1244OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
1245OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
1246OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
1247OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
1248OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
1249OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
1250OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
1251OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
1252OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
1253OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
1254OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
1255OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
1256OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
1257OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
1258OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
1259OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
1260OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
1261OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
1262OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
1263OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
1264OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
1265OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
1266OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
1267OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1268OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1269OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
1270OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1271OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
1272OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
1273OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
1274OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1275OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
1276OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
1277OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
1278OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
1279OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
1280OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1281OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
1282OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
1283OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
1284OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
1285OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1286OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
1287OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
1288OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
1289OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
1290OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
1291OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
1292OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
1293OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
1294OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
1295OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
1296OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1297OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1298OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
1299OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1300OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
1301OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
1302OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1303OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
1304OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
1305OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
1306OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
1307OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
1308OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
1309OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
1310OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1311OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
1312OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
1313OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
1314OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
1315OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1316OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
1317OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
1318OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
1319OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
1320OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
1321OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
1322OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
1323OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
1324OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
1325OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
1326OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
1327OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
1328OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
1329OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
1330OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
1331OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
1332OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
1333OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
1334OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
1335OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
1336OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
1337OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
1338OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
1339OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
1340OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
1341OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
1342OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
1343OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
1344OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
1345OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
1346OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
1347OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
1348OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
1349OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
1350OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
1351OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
1352OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
1353OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
1354OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
1355OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
1356OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
1357OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
1358OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
1359OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
1360OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
1361OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
1362OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
1363OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
1364OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
1365OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
1366OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
1367OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
1368OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
1369OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
1370OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
1371OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
1372OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
1373OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
1374OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
1375OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
1376OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
1377OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
1378OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
1379OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
1380OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
1381OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
1382OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
1383OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
1384OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
1385OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
1386OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
1387OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
1388OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
1389OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
1390OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
1391OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
1392OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
1393OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
1394OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
1395OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
1396OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
1397OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
1398OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
1399OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
1400OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
1401OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
1402OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
1403OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
1404OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
1405OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
1406OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
1407OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
1408OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
1409OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
1410OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
1411OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
1412OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
1413OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
1414OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
1415OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
1416OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
1417OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
1418OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
1419OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
1420OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
1421OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
1422OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
1423OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
1424OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
1425OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
1426OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
1427OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
1428OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
1429OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
1430OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
1431OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
1432OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
1433OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
1434OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
1435OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
1436OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
1437OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
1438OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
1439OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
1440OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
1441OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
1442OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
1443OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
1444OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
1445OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
1446OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
1447OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
1448OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
1449OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
1450OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
1451OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
1452OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
1453OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
1454OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
1455OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
1456OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
1457OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
1458OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
1459OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
1460OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
1461OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
1462OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
1463OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
1464OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
1465OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
1466OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
1467OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
1468OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
1469OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
1470OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
1471OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
1472OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
1473OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
1474OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
1475OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
1476OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
1477OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
1478OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
1479OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
1480OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
1481OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
1482OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
1483OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
1484OLD_FILES+=usr/include/c++/4.2/ext/rope
1485OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
1486OLD_FILES+=usr/include/c++/4.2/ext/slist
1487OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
1488OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
1489OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
1490OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
1491OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
1492OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
1493OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
1494OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
1495OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
1496OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
1497OLD_FILES+=usr/include/c++/4.2/fstream
1498OLD_FILES+=usr/include/c++/4.2/functional
1499OLD_FILES+=usr/include/c++/4.2/iomanip
1500OLD_FILES+=usr/include/c++/4.2/ios
1501OLD_FILES+=usr/include/c++/4.2/iosfwd
1502OLD_FILES+=usr/include/c++/4.2/iostream
1503OLD_FILES+=usr/include/c++/4.2/istream
1504OLD_FILES+=usr/include/c++/4.2/iterator
1505OLD_FILES+=usr/include/c++/4.2/limits
1506OLD_FILES+=usr/include/c++/4.2/list
1507OLD_FILES+=usr/include/c++/4.2/locale
1508OLD_FILES+=usr/include/c++/4.2/map
1509OLD_FILES+=usr/include/c++/4.2/memory
1510OLD_FILES+=usr/include/c++/4.2/new
1511OLD_FILES+=usr/include/c++/4.2/numeric
1512OLD_FILES+=usr/include/c++/4.2/ostream
1513OLD_FILES+=usr/include/c++/4.2/queue
1514OLD_FILES+=usr/include/c++/4.2/set
1515OLD_FILES+=usr/include/c++/4.2/sstream
1516OLD_FILES+=usr/include/c++/4.2/stack
1517OLD_FILES+=usr/include/c++/4.2/stdexcept
1518OLD_FILES+=usr/include/c++/4.2/streambuf
1519OLD_FILES+=usr/include/c++/4.2/string
1520OLD_FILES+=usr/include/c++/4.2/tr1/array
1521OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
1522OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
1523OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
1524OLD_FILES+=usr/include/c++/4.2/tr1/cctype
1525OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
1526OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
1527OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
1528OLD_FILES+=usr/include/c++/4.2/tr1/climits
1529OLD_FILES+=usr/include/c++/4.2/tr1/cmath
1530OLD_FILES+=usr/include/c++/4.2/tr1/common.h
1531OLD_FILES+=usr/include/c++/4.2/tr1/complex
1532OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
1533OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
1534OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
1535OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
1536OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
1537OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
1538OLD_FILES+=usr/include/c++/4.2/tr1/ctime
1539OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
1540OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
1541OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
1542OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
1543OLD_FILES+=usr/include/c++/4.2/tr1/float.h
1544OLD_FILES+=usr/include/c++/4.2/tr1/functional
1545OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
1546OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
1547OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
1548OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
1549OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
1550OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
1551OLD_FILES+=usr/include/c++/4.2/tr1/math.h
1552OLD_FILES+=usr/include/c++/4.2/tr1/memory
1553OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
1554OLD_FILES+=usr/include/c++/4.2/tr1/random
1555OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
1556OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
1557OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
1558OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
1559OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
1560OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
1561OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
1562OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
1563OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
1564OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
1565OLD_FILES+=usr/include/c++/4.2/tr1/tuple
1566OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
1567OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
1568OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
1569OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
1570OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
1571OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
1572OLD_FILES+=usr/include/c++/4.2/tr1/utility
1573OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
1574OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
1575OLD_FILES+=usr/include/c++/4.2/typeinfo
1576OLD_FILES+=usr/include/c++/4.2/utility
1577OLD_FILES+=usr/include/c++/4.2/valarray
1578OLD_FILES+=usr/include/c++/4.2/vector
1579OLD_FILES+=usr/lib/libstdc++.a
1580OLD_FILES+=usr/lib/libstdc++.so
1581OLD_LIBS+=usr/lib/libstdc++.so.6
1582OLD_FILES+=usr/lib/libstdc++_p.a
1583OLD_FILES+=usr/lib/libsupc++.a
1584OLD_FILES+=usr/lib/libsupc++.so
1585OLD_LIBS+=usr/lib/libsupc++.so.1
1586OLD_FILES+=usr/lib/libsupc++_p.a
1587.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1588OLD_FILES+=usr/lib32/libstdc++.a
1589OLD_FILES+=usr/lib32/libstdc++.so
1590OLD_LIBS+=usr/lib32/libstdc++.so.6
1591OLD_FILES+=usr/lib32/libstdc++_p.a
1592OLD_FILES+=usr/lib32/libsupc++.a
1593OLD_FILES+=usr/lib32/libsupc++.so
1594OLD_LIBS+=usr/lib32/libsupc++.so.1
1595OLD_FILES+=usr/lib32/libsupc++_p.a
1596.endif
1597OLD_FILES+=usr/libexec/cc1plus
1598.endif
1599
1600.if ${MK_DICT} == no
1601OLD_FILES+=usr/share/dict/README
1602OLD_FILES+=usr/share/dict/eign
1603OLD_FILES+=usr/share/dict/freebsd
1604OLD_FILES+=usr/share/dict/propernames
1605OLD_FILES+=usr/share/dict/web2
1606OLD_FILES+=usr/share/dict/web2a
1607OLD_FILES+=usr/share/dict/words
1608OLD_DIRS+=usr/share/dict
1609.endif
1610
1611.if ${MK_DMAGENT} == no
1612OLD_FILES+=etc/dma/dma.conf
1613OLD_FILES+=usr/libexec/dma
1614OLD_FILES+=usr/libexec/dma-mbox-create
1615OLD_FILES+=usr/share/man/man8/dma.8.gz
1616OLD_FILES+=usr/share/examples/dma/mailer.conf
1617.endif
1618
1619.if ${MK_EE} == no
1620OLD_FILES+=usr/bin/edit
1621OLD_FILES+=usr/bin/ee
1622OLD_FILES+=usr/bin/ree
1623OLD_FILES+=usr/share/man/man1/edit.1.gz
1624OLD_FILES+=usr/share/man/man1/ee.1.gz
1625OLD_FILES+=usr/share/man/man1/ree.1.gz
1626OLD_FILES+=usr/share/nls/C/ee.cat
1627OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
1628OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
1629OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
1630OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
1631OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
1632OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
1633OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
1634.endif
1635
1636.if ${MK_ELFTOOLCHAIN_TOOLS} == no
1637OLD_FILES+=usr/bin/elfcopy
1638OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
1639.endif
1640
1641#.if ${MK_EXAMPLES} == no
1642# to be filled in
1643#.endif
1644
1645.if ${MK_FLOPPY} == no
1646OLD_FILES+=usr/sbin/fdcontrol
1647OLD_FILES+=usr/sbin/fdformat
1648OLD_FILES+=usr/sbin/fdread
1649OLD_FILES+=usr/sbin/fdwrite
1650OLD_FILES+=usr/share/man/man1/fdformat.1.gz
1651OLD_FILES+=usr/share/man/man1/fdread.1.gz
1652OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
1653OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
1654.endif
1655
1656.if ${MK_FORTH} == no
1657OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
1658OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
1659OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
1660OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
1661OLD_FILES+=usr/share/man/man8/color.4th.8.gz
1662OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
1663OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
1664OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
1665OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
1666OLD_FILES+=usr/share/man/man8/version.4th.8.gz
1667.endif
1668
1669.if ${MK_FREEBSD_UPDATE} == no
1670OLD_FILES+=etc/freebsd-update.conf
1671OLD_FILES+=usr/sbin/freebsd-update
1672OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
1673OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz
1674OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
1675.endif
1676
1677.if ${MK_GAMES} == no
1678OLD_FILES+=usr/bin/caesar
1679OLD_FILES+=usr/bin/factor
1680OLD_FILES+=usr/bin/fortune
1681OLD_FILES+=usr/bin/grdc
1682OLD_FILES+=usr/bin/morse
1683OLD_FILES+=usr/bin/number
1684OLD_FILES+=usr/bin/pom
1685OLD_FILES+=usr/bin/primes
1686OLD_FILES+=usr/bin/random
1687OLD_FILES+=usr/bin/rot13
1688OLD_FILES+=usr/bin/strfile
1689OLD_FILES+=usr/bin/unstr
1690OLD_FILES+=usr/share/games/fortune/fortunes
1691OLD_FILES+=usr/share/games/fortune/fortunes.dat
1692OLD_FILES+=usr/share/games/fortune/freebsd-tips
1693OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
1694OLD_FILES+=usr/share/games/fortune/gerrold.limerick
1695OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
1696OLD_FILES+=usr/share/games/fortune/limerick
1697OLD_FILES+=usr/share/games/fortune/limerick.dat
1698OLD_FILES+=usr/share/games/fortune/murphy
1699OLD_FILES+=usr/share/games/fortune/murphy-o
1700OLD_FILES+=usr/share/games/fortune/murphy-o.dat
1701OLD_FILES+=usr/share/games/fortune/murphy.dat
1702OLD_FILES+=usr/share/games/fortune/startrek
1703OLD_FILES+=usr/share/games/fortune/startrek.dat
1704OLD_FILES+=usr/share/games/fortune/zippy
1705OLD_FILES+=usr/share/games/fortune/zippy.dat
1706OLD_DIRS+=usr/share/games/fortune
1707OLD_DIRS+=usr/share/games
1708OLD_FILES+=usr/share/man/man6/caesar.6.gz
1709OLD_FILES+=usr/share/man/man6/factor.6.gz
1710OLD_FILES+=usr/share/man/man6/fortune.6.gz
1711OLD_FILES+=usr/share/man/man6/grdc.6.gz
1712OLD_FILES+=usr/share/man/man6/morse.6.gz
1713OLD_FILES+=usr/share/man/man6/number.6.gz
1714OLD_FILES+=usr/share/man/man6/pom.6.gz
1715OLD_FILES+=usr/share/man/man6/primes.6.gz
1716OLD_FILES+=usr/share/man/man6/random.6.gz
1717OLD_FILES+=usr/share/man/man6/rot13.6.gz
1718OLD_FILES+=usr/share/man/man8/strfile.8.gz
1719OLD_FILES+=usr/share/man/man8/unstr.8.gz
1720.endif
1721
1722.if ${MK_GCC} == no
1723.if ${MK_ELFTOOLCHAIN_TOOLS} == no
1724OLD_FILES+=usr/bin/c++filt
1725.endif
1726OLD_FILES+=usr/bin/g++
1727OLD_FILES+=usr/bin/gcc
1728OLD_FILES+=usr/bin/gcov
1729OLD_FILES+=usr/bin/gcpp
1730OLD_FILES+=usr/bin/gperf
1731.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
1732OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_aes.h
1733OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_pclmul.h
1734OLD_FILES+=usr/include/gcc/4.2/ammintrin.h
1735OLD_FILES+=usr/include/gcc/4.2/emmintrin.h
1736OLD_FILES+=usr/include/gcc/4.2/mm3dnow.h
1737OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h
1738OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1739OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h
1740OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h
1741OLD_FILES+=usr/include/gcc/4.2/wmmintrin.h
1742OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h
1743.elif ${TARGET_ARCH} == "arm"
1744OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1745.elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
1746OLD_FILES+=usr/include/gcc/4.2/altivec.h
1747OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
1748OLD_FILES+=usr/include/gcc/4.2/spe.h
1749.endif
1750OLD_FILES+=usr/include/omp.h
1751OLD_FILES+=usr/lib/libgcov.a
1752OLD_FILES+=usr/lib/libgomp.a
1753OLD_FILES+=usr/lib/libgomp.so
1754OLD_LIBS+=usr/lib/libgomp.so.1
1755OLD_FILES+=usr/lib/libgomp_p.a
1756OLD_FILES+=usr/libexec/cc1
1757OLD_FILES+=usr/libexec/cc1plus
1758OLD_FILES+=usr/share/info/cpp.info.gz
1759OLD_FILES+=usr/share/info/cppinternals.info.gz
1760OLD_FILES+=usr/share/info/gcc.info.gz
1761OLD_FILES+=usr/share/info/gccint.info.gz
1762OLD_FILES+=usr/share/info/gperf.info.gz
1763OLD_FILES+=usr/share/man/man1/g++.1.gz
1764OLD_FILES+=usr/share/man/man1/gcc.1.gz
1765OLD_FILES+=usr/share/man/man1/gcov.1.gz
1766OLD_FILES+=usr/share/man/man1/gcpp.1.gz
1767OLD_FILES+=usr/share/man/man1/gperf.1.gz
1768OLD_FILES+=usr/share/man/man1/gperf.7.gz
1769.endif
1770
1771.if ${MK_GCOV} == no
1772OLD_FILES+=usr/bin/gcov
1773OLD_FILES+=usr/share/man/man1/gcov.1.gz
1774.endif
1775
1776.if ${MK_GDB} == no
1777OLD_FILES+=usr/bin/gdb
1778OLD_FILES+=usr/bin/gdbserver
1779OLD_FILES+=usr/bin/gdbtui
1780OLD_FILES+=usr/bin/kgdb
1781OLD_FILES+=usr/share/info/gdb.info.gz
1782OLD_FILES+=usr/share/info/gdbint.info.gz
1783OLD_FILES+=usr/share/info/stabs.info.gz
1784OLD_FILES+=usr/share/man/man1/gdb.1.gz
1785OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1786OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1787.endif
1788
1789.if ${MK_GPIO} == no
1790OLD_FILES+=usr/include/libgpio.h
1791OLD_FILES+=usr/lib/libgpio.a
1792OLD_FILES+=usr/lib/libgpio.so
1793OLD_LIBS+=usr/lib/libgpio.so.0
1794OLD_FILES+=usr/lib/libgpio_p.a
1795OLD_FILES+=usr/lib32/libgpio.a
1796OLD_FILES+=usr/lib32/libgpio.so
1797OLD_LIBS+=usr/lib32/libgpio.so.0
1798OLD_FILES+=usr/lib32/libgpio_p.a
1799OLD_FILES+=usr/sbin/gpioctl
1800OLD_FILES+=usr/share/man/man3/gpio.3.gz
1801OLD_FILES+=usr/share/man/man3/gpio_close.3.gz
1802OLD_FILES+=usr/share/man/man3/gpio_open.3.gz
1803OLD_FILES+=usr/share/man/man3/gpio_open_device.3.gz
1804OLD_FILES+=usr/share/man/man3/gpio_pin_config.3.gz
1805OLD_FILES+=usr/share/man/man3/gpio_pin_get.3.gz
1806OLD_FILES+=usr/share/man/man3/gpio_pin_high.3.gz
1807OLD_FILES+=usr/share/man/man3/gpio_pin_input.3.gz
1808OLD_FILES+=usr/share/man/man3/gpio_pin_invin.3.gz
1809OLD_FILES+=usr/share/man/man3/gpio_pin_invout.3.gz
1810OLD_FILES+=usr/share/man/man3/gpio_pin_list.3.gz
1811OLD_FILES+=usr/share/man/man3/gpio_pin_low.3.gz
1812OLD_FILES+=usr/share/man/man3/gpio_pin_opendrain.3.gz
1813OLD_FILES+=usr/share/man/man3/gpio_pin_output.3.gz
1814OLD_FILES+=usr/share/man/man3/gpio_pin_pulldown.3.gz
1815OLD_FILES+=usr/share/man/man3/gpio_pin_pullup.3.gz
1816OLD_FILES+=usr/share/man/man3/gpio_pin_pulsate.3.gz
1817OLD_FILES+=usr/share/man/man3/gpio_pin_pushpull.3.gz
1818OLD_FILES+=usr/share/man/man3/gpio_pin_set.3.gz
1819OLD_FILES+=usr/share/man/man3/gpio_pin_set_flags.3.gz
1820OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz
1821OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
1822.endif
1823
1824# Also includes vgrind(1)
1825.if ${MK_GROFF} == no
1826OLD_FILES+=usr/bin/addftinfo
1827OLD_FILES+=usr/bin/afmtodit
1828OLD_FILES+=usr/bin/eqn
1829OLD_FILES+=usr/bin/grn
1830OLD_FILES+=usr/bin/grodvi
1831OLD_FILES+=usr/bin/groff
1832OLD_FILES+=usr/bin/grog
1833OLD_FILES+=usr/bin/grolbp
1834OLD_FILES+=usr/bin/grolj4
1835OLD_FILES+=usr/bin/grops
1836OLD_FILES+=usr/bin/grotty
1837OLD_FILES+=usr/bin/hpftodit
1838OLD_FILES+=usr/bin/indxbib
1839OLD_FILES+=usr/bin/lkbib
1840OLD_FILES+=usr/bin/lookbib
1841OLD_FILES+=usr/bin/mmroff
1842OLD_FILES+=usr/bin/neqn
1843OLD_FILES+=usr/bin/nroff
1844OLD_FILES+=usr/bin/pfbtops
1845OLD_FILES+=usr/bin/pic
1846OLD_FILES+=usr/bin/post-grohtml
1847OLD_FILES+=usr/bin/pre-grohtml
1848OLD_FILES+=usr/bin/psroff
1849OLD_FILES+=usr/bin/refer
1850OLD_FILES+=usr/bin/tbl
1851OLD_FILES+=usr/bin/tfmtodit
1852OLD_FILES+=usr/bin/troff
1853OLD_FILES+=usr/bin/vgrind
1854OLD_FILES+=usr/libexec/vfontedpr
1855OLD_FILES+=usr/share/dict/eign
1856OLD_FILES+=usr/share/doc/papers/beyond43.ascii.gz
1857OLD_FILES+=usr/share/doc/papers/bio.ascii.gz
1858OLD_FILES+=usr/share/doc/papers/contents.ascii.gz
1859OLD_FILES+=usr/share/doc/papers/devfs.ascii.gz
1860OLD_FILES+=usr/share/doc/papers/diskperf.ascii.gz
1861OLD_FILES+=usr/share/doc/papers/fsinterface.ascii.gz
1862OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz
1863OLD_FILES+=usr/share/doc/papers/jail.ascii.gz
1864OLD_FILES+=usr/share/doc/papers/kernmalloc.ascii.gz
1865OLD_FILES+=usr/share/doc/papers/kerntune.ascii.gz
1866OLD_FILES+=usr/share/doc/papers/malloc.ascii.gz
1867OLD_FILES+=usr/share/doc/papers/newvm.ascii.gz
1868OLD_FILES+=usr/share/doc/papers/releng.ascii.gz
1869OLD_FILES+=usr/share/doc/papers/sysperf.ascii.gz
1870OLD_FILES+=usr/share/doc/papers/timecounter.ascii.gz
1871OLD_FILES+=usr/share/doc/psd/01.cacm/paper.ascii.gz
1872OLD_FILES+=usr/share/doc/psd/02.implement/paper.ascii.gz
1873OLD_FILES+=usr/share/doc/psd/03.iosys/paper.ascii.gz
1874OLD_FILES+=usr/share/doc/psd/04.uprog/paper.ascii.gz
1875OLD_FILES+=usr/share/doc/psd/05.sysman/paper.ascii.gz
1876OLD_FILES+=usr/share/doc/psd/06.Clang/paper.ascii.gz
1877OLD_FILES+=usr/share/doc/psd/12.make/paper.ascii.gz
1878OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz
1879OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz
1880OLD_FILES+=usr/share/doc/psd/15.yacc/paper.ascii.gz
1881OLD_FILES+=usr/share/doc/psd/16.lex/paper.ascii.gz
1882OLD_FILES+=usr/share/doc/psd/17.m4/paper.ascii.gz
1883OLD_FILES+=usr/share/doc/psd/18.gprof/paper.ascii.gz
1884OLD_FILES+=usr/share/doc/psd/20.ipctut/paper.ascii.gz
1885OLD_FILES+=usr/share/doc/psd/21.ipc/paper.ascii.gz
1886OLD_FILES+=usr/share/doc/psd/22.rpcgen/paper.ascii.gz
1887OLD_FILES+=usr/share/doc/psd/23.rpc/paper.ascii.gz
1888OLD_FILES+=usr/share/doc/psd/24.xdr/paper.ascii.gz
1889OLD_FILES+=usr/share/doc/psd/25.xdrrfc/paper.ascii.gz
1890OLD_FILES+=usr/share/doc/psd/26.rpcrfc/paper.ascii.gz
1891OLD_FILES+=usr/share/doc/psd/27.nfsrfc/paper.ascii.gz
1892OLD_FILES+=usr/share/doc/psd/Title.ascii.gz
1893OLD_FILES+=usr/share/doc/psd/contents.ascii.gz
1894OLD_FILES+=usr/share/doc/smm/01.setup/paper.ascii.gz
1895OLD_FILES+=usr/share/doc/smm/02.config/paper.ascii.gz
1896OLD_FILES+=usr/share/doc/smm/03.fsck/paper.ascii.gz
1897OLD_FILES+=usr/share/doc/smm/04.quotas/paper.ascii.gz
1898OLD_FILES+=usr/share/doc/smm/05.fastfs/paper.ascii.gz
1899OLD_FILES+=usr/share/doc/smm/06.nfs/paper.ascii.gz
1900OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
1901OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
1902OLD_FILES+=usr/share/doc/smm/11.timedop/paper.ascii.gz
1903OLD_FILES+=usr/share/doc/smm/12.timed/paper.ascii.gz
1904OLD_FILES+=usr/share/doc/smm/18.net/paper.ascii.gz
1905OLD_FILES+=usr/share/doc/smm/Title.ascii.gz
1906OLD_FILES+=usr/share/doc/smm/contents.ascii.gz
1907OLD_FILES+=usr/share/doc/usd/04.csh/paper.ascii.gz
1908OLD_FILES+=usr/share/doc/usd/05.dc/paper.ascii.gz
1909OLD_FILES+=usr/share/doc/usd/06.bc/paper.ascii.gz
1910OLD_FILES+=usr/share/doc/usd/07.mail/paper.ascii.gz
1911OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz
1912OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz
1913OLD_FILES+=usr/share/doc/usd/11.edit/paper.ascii.gz
1914OLD_FILES+=usr/share/doc/usd/12.vi/paper.ascii.gz
1915OLD_FILES+=usr/share/doc/usd/12.vi/summary.ascii.gz
1916OLD_FILES+=usr/share/doc/usd/12.vi/viapwh.ascii.gz
1917OLD_FILES+=usr/share/doc/usd/13.viref/paper.ascii.gz
1918OLD_FILES+=usr/share/doc/usd/18.msdiffs/paper.ascii.gz
1919OLD_FILES+=usr/share/doc/usd/19.memacros/paper.ascii.gz
1920OLD_FILES+=usr/share/doc/usd/20.meref/paper.ascii.gz
1921OLD_FILES+=usr/share/doc/usd/21.troff/paper.ascii.gz
1922OLD_FILES+=usr/share/doc/usd/22.trofftut/paper.ascii.gz
1923OLD_FILES+=usr/share/doc/usd/Title.ascii.gz
1924OLD_FILES+=usr/share/doc/usd/contents.ascii.gz
1925OLD_FILES+=usr/share/groff_font/devX100-12/CB
1926OLD_FILES+=usr/share/groff_font/devX100-12/CBI
1927OLD_FILES+=usr/share/groff_font/devX100-12/CI
1928OLD_FILES+=usr/share/groff_font/devX100-12/CR
1929OLD_FILES+=usr/share/groff_font/devX100-12/DESC
1930OLD_FILES+=usr/share/groff_font/devX100-12/HB
1931OLD_FILES+=usr/share/groff_font/devX100-12/HBI
1932OLD_FILES+=usr/share/groff_font/devX100-12/HI
1933OLD_FILES+=usr/share/groff_font/devX100-12/HR
1934OLD_FILES+=usr/share/groff_font/devX100-12/NB
1935OLD_FILES+=usr/share/groff_font/devX100-12/NBI
1936OLD_FILES+=usr/share/groff_font/devX100-12/NI
1937OLD_FILES+=usr/share/groff_font/devX100-12/NR
1938OLD_FILES+=usr/share/groff_font/devX100-12/S
1939OLD_FILES+=usr/share/groff_font/devX100-12/TB
1940OLD_FILES+=usr/share/groff_font/devX100-12/TBI
1941OLD_FILES+=usr/share/groff_font/devX100-12/TI
1942OLD_FILES+=usr/share/groff_font/devX100-12/TR
1943OLD_DIRS+=usr/share/groff_font/devX100-12
1944OLD_FILES+=usr/share/groff_font/devX100/CB
1945OLD_FILES+=usr/share/groff_font/devX100/CBI
1946OLD_FILES+=usr/share/groff_font/devX100/CI
1947OLD_FILES+=usr/share/groff_font/devX100/CR
1948OLD_FILES+=usr/share/groff_font/devX100/DESC
1949OLD_FILES+=usr/share/groff_font/devX100/HB
1950OLD_FILES+=usr/share/groff_font/devX100/HBI
1951OLD_FILES+=usr/share/groff_font/devX100/HI
1952OLD_FILES+=usr/share/groff_font/devX100/HR
1953OLD_FILES+=usr/share/groff_font/devX100/NB
1954OLD_FILES+=usr/share/groff_font/devX100/NBI
1955OLD_FILES+=usr/share/groff_font/devX100/NI
1956OLD_FILES+=usr/share/groff_font/devX100/NR
1957OLD_FILES+=usr/share/groff_font/devX100/S
1958OLD_FILES+=usr/share/groff_font/devX100/TB
1959OLD_FILES+=usr/share/groff_font/devX100/TBI
1960OLD_FILES+=usr/share/groff_font/devX100/TI
1961OLD_FILES+=usr/share/groff_font/devX100/TR
1962OLD_DIRS+=usr/share/groff_font/devX100
1963OLD_FILES+=usr/share/groff_font/devX75-12/CB
1964OLD_FILES+=usr/share/groff_font/devX75-12/CBI
1965OLD_FILES+=usr/share/groff_font/devX75-12/CI
1966OLD_FILES+=usr/share/groff_font/devX75-12/CR
1967OLD_FILES+=usr/share/groff_font/devX75-12/DESC
1968OLD_FILES+=usr/share/groff_font/devX75-12/HB
1969OLD_FILES+=usr/share/groff_font/devX75-12/HBI
1970OLD_FILES+=usr/share/groff_font/devX75-12/HI
1971OLD_FILES+=usr/share/groff_font/devX75-12/HR
1972OLD_FILES+=usr/share/groff_font/devX75-12/NB
1973OLD_FILES+=usr/share/groff_font/devX75-12/NBI
1974OLD_FILES+=usr/share/groff_font/devX75-12/NI
1975OLD_FILES+=usr/share/groff_font/devX75-12/NR
1976OLD_FILES+=usr/share/groff_font/devX75-12/S
1977OLD_FILES+=usr/share/groff_font/devX75-12/TB
1978OLD_FILES+=usr/share/groff_font/devX75-12/TBI
1979OLD_FILES+=usr/share/groff_font/devX75-12/TI
1980OLD_FILES+=usr/share/groff_font/devX75-12/TR
1981OLD_DIRS+=usr/share/groff_font/devX75-12
1982OLD_FILES+=usr/share/groff_font/devX75/CB
1983OLD_FILES+=usr/share/groff_font/devX75/CBI
1984OLD_FILES+=usr/share/groff_font/devX75/CI
1985OLD_FILES+=usr/share/groff_font/devX75/CR
1986OLD_FILES+=usr/share/groff_font/devX75/DESC
1987OLD_FILES+=usr/share/groff_font/devX75/HB
1988OLD_FILES+=usr/share/groff_font/devX75/HBI
1989OLD_FILES+=usr/share/groff_font/devX75/HI
1990OLD_FILES+=usr/share/groff_font/devX75/HR
1991OLD_FILES+=usr/share/groff_font/devX75/NB
1992OLD_FILES+=usr/share/groff_font/devX75/NBI
1993OLD_FILES+=usr/share/groff_font/devX75/NI
1994OLD_FILES+=usr/share/groff_font/devX75/NR
1995OLD_FILES+=usr/share/groff_font/devX75/S
1996OLD_FILES+=usr/share/groff_font/devX75/TB
1997OLD_FILES+=usr/share/groff_font/devX75/TBI
1998OLD_FILES+=usr/share/groff_font/devX75/TI
1999OLD_FILES+=usr/share/groff_font/devX75/TR
2000OLD_DIRS+=usr/share/groff_font/devX75
2001OLD_FILES+=usr/share/groff_font/devascii/B
2002OLD_FILES+=usr/share/groff_font/devascii/BI
2003OLD_FILES+=usr/share/groff_font/devascii/CW
2004OLD_FILES+=usr/share/groff_font/devascii/DESC
2005OLD_FILES+=usr/share/groff_font/devascii/I
2006OLD_FILES+=usr/share/groff_font/devascii/L
2007OLD_FILES+=usr/share/groff_font/devascii/R
2008OLD_FILES+=usr/share/groff_font/devascii/S
2009OLD_DIRS+=usr/share/groff_font/devascii
2010OLD_FILES+=usr/share/groff_font/devcp1047/B
2011OLD_FILES+=usr/share/groff_font/devcp1047/BI
2012OLD_FILES+=usr/share/groff_font/devcp1047/CW
2013OLD_FILES+=usr/share/groff_font/devcp1047/DESC
2014OLD_FILES+=usr/share/groff_font/devcp1047/I
2015OLD_FILES+=usr/share/groff_font/devcp1047/L
2016OLD_FILES+=usr/share/groff_font/devcp1047/R
2017OLD_FILES+=usr/share/groff_font/devcp1047/S
2018OLD_DIRS+=usr/share/groff_font/devcp1047
2019OLD_FILES+=usr/share/groff_font/devdvi/CW
2020OLD_FILES+=usr/share/groff_font/devdvi/CWEC
2021OLD_FILES+=usr/share/groff_font/devdvi/CWI
2022OLD_FILES+=usr/share/groff_font/devdvi/CWIEC
2023OLD_FILES+=usr/share/groff_font/devdvi/CWITC
2024OLD_FILES+=usr/share/groff_font/devdvi/CWTC
2025OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts
2026OLD_FILES+=usr/share/groff_font/devdvi/DESC
2027OLD_FILES+=usr/share/groff_font/devdvi/EX
2028OLD_FILES+=usr/share/groff_font/devdvi/HB
2029OLD_FILES+=usr/share/groff_font/devdvi/HBEC
2030OLD_FILES+=usr/share/groff_font/devdvi/HBI
2031OLD_FILES+=usr/share/groff_font/devdvi/HBIEC
2032OLD_FILES+=usr/share/groff_font/devdvi/HBITC
2033OLD_FILES+=usr/share/groff_font/devdvi/HBTC
2034OLD_FILES+=usr/share/groff_font/devdvi/HI
2035OLD_FILES+=usr/share/groff_font/devdvi/HIEC
2036OLD_FILES+=usr/share/groff_font/devdvi/HITC
2037OLD_FILES+=usr/share/groff_font/devdvi/HR
2038OLD_FILES+=usr/share/groff_font/devdvi/HREC
2039OLD_FILES+=usr/share/groff_font/devdvi/HRTC
2040OLD_FILES+=usr/share/groff_font/devdvi/MI
2041OLD_FILES+=usr/share/groff_font/devdvi/Makefile
2042OLD_FILES+=usr/share/groff_font/devdvi/S
2043OLD_FILES+=usr/share/groff_font/devdvi/SA
2044OLD_FILES+=usr/share/groff_font/devdvi/SB
2045OLD_FILES+=usr/share/groff_font/devdvi/SC
2046OLD_FILES+=usr/share/groff_font/devdvi/TB
2047OLD_FILES+=usr/share/groff_font/devdvi/TBEC
2048OLD_FILES+=usr/share/groff_font/devdvi/TBI
2049OLD_FILES+=usr/share/groff_font/devdvi/TBIEC
2050OLD_FILES+=usr/share/groff_font/devdvi/TBITC
2051OLD_FILES+=usr/share/groff_font/devdvi/TBTC
2052OLD_FILES+=usr/share/groff_font/devdvi/TI
2053OLD_FILES+=usr/share/groff_font/devdvi/TIEC
2054OLD_FILES+=usr/share/groff_font/devdvi/TITC
2055OLD_FILES+=usr/share/groff_font/devdvi/TR
2056OLD_FILES+=usr/share/groff_font/devdvi/TREC
2057OLD_FILES+=usr/share/groff_font/devdvi/TRTC
2058OLD_FILES+=usr/share/groff_font/devdvi/ec.map
2059OLD_FILES+=usr/share/groff_font/devdvi/msam.map
2060OLD_FILES+=usr/share/groff_font/devdvi/msbm.map
2061OLD_FILES+=usr/share/groff_font/devdvi/tc.map
2062OLD_FILES+=usr/share/groff_font/devdvi/texb.map
2063OLD_FILES+=usr/share/groff_font/devdvi/texex.map
2064OLD_FILES+=usr/share/groff_font/devdvi/texi.map
2065OLD_FILES+=usr/share/groff_font/devdvi/texmi.map
2066OLD_FILES+=usr/share/groff_font/devdvi/texr.map
2067OLD_FILES+=usr/share/groff_font/devdvi/texsy.map
2068OLD_FILES+=usr/share/groff_font/devdvi/textex.map
2069OLD_FILES+=usr/share/groff_font/devdvi/textt.map
2070OLD_DIRS+=usr/share/groff_font/devdvi
2071OLD_FILES+=usr/share/groff_font/devhtml/B
2072OLD_FILES+=usr/share/groff_font/devhtml/BI
2073OLD_FILES+=usr/share/groff_font/devhtml/CB
2074OLD_FILES+=usr/share/groff_font/devhtml/CBI
2075OLD_FILES+=usr/share/groff_font/devhtml/CI
2076OLD_FILES+=usr/share/groff_font/devhtml/CR
2077OLD_FILES+=usr/share/groff_font/devhtml/DESC
2078OLD_FILES+=usr/share/groff_font/devhtml/I
2079OLD_FILES+=usr/share/groff_font/devhtml/R
2080OLD_FILES+=usr/share/groff_font/devhtml/S
2081OLD_DIRS+=usr/share/groff_font/devhtml
2082OLD_FILES+=usr/share/groff_font/devkoi8-r/B
2083OLD_FILES+=usr/share/groff_font/devkoi8-r/BI
2084OLD_FILES+=usr/share/groff_font/devkoi8-r/CW
2085OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC
2086OLD_FILES+=usr/share/groff_font/devkoi8-r/I
2087OLD_FILES+=usr/share/groff_font/devkoi8-r/L
2088OLD_FILES+=usr/share/groff_font/devkoi8-r/R
2089OLD_FILES+=usr/share/groff_font/devkoi8-r/S
2090OLD_DIRS+=usr/share/groff_font/devkoi8-r
2091OLD_FILES+=usr/share/groff_font/devlatin1/B
2092OLD_FILES+=usr/share/groff_font/devlatin1/BI
2093OLD_FILES+=usr/share/groff_font/devlatin1/CW
2094OLD_FILES+=usr/share/groff_font/devlatin1/DESC
2095OLD_FILES+=usr/share/groff_font/devlatin1/I
2096OLD_FILES+=usr/share/groff_font/devlatin1/L
2097OLD_FILES+=usr/share/groff_font/devlatin1/R
2098OLD_FILES+=usr/share/groff_font/devlatin1/S
2099OLD_DIRS+=usr/share/groff_font/devlatin1
2100OLD_FILES+=usr/share/groff_font/devlbp/CB
2101OLD_FILES+=usr/share/groff_font/devlbp/CI
2102OLD_FILES+=usr/share/groff_font/devlbp/CR
2103OLD_FILES+=usr/share/groff_font/devlbp/DESC
2104OLD_FILES+=usr/share/groff_font/devlbp/EB
2105OLD_FILES+=usr/share/groff_font/devlbp/EI
2106OLD_FILES+=usr/share/groff_font/devlbp/ER
2107OLD_FILES+=usr/share/groff_font/devlbp/HB
2108OLD_FILES+=usr/share/groff_font/devlbp/HBI
2109OLD_FILES+=usr/share/groff_font/devlbp/HI
2110OLD_FILES+=usr/share/groff_font/devlbp/HNB
2111OLD_FILES+=usr/share/groff_font/devlbp/HNBI
2112OLD_FILES+=usr/share/groff_font/devlbp/HNI
2113OLD_FILES+=usr/share/groff_font/devlbp/HNR
2114OLD_FILES+=usr/share/groff_font/devlbp/HR
2115OLD_FILES+=usr/share/groff_font/devlbp/TB
2116OLD_FILES+=usr/share/groff_font/devlbp/TBI
2117OLD_FILES+=usr/share/groff_font/devlbp/TI
2118OLD_FILES+=usr/share/groff_font/devlbp/TR
2119OLD_DIRS+=usr/share/groff_font/devlbp
2120OLD_FILES+=usr/share/groff_font/devlj4/AB
2121OLD_FILES+=usr/share/groff_font/devlj4/ABI
2122OLD_FILES+=usr/share/groff_font/devlj4/AI
2123OLD_FILES+=usr/share/groff_font/devlj4/ALBB
2124OLD_FILES+=usr/share/groff_font/devlj4/ALBR
2125OLD_FILES+=usr/share/groff_font/devlj4/AOB
2126OLD_FILES+=usr/share/groff_font/devlj4/AOI
2127OLD_FILES+=usr/share/groff_font/devlj4/AOR
2128OLD_FILES+=usr/share/groff_font/devlj4/AR
2129OLD_FILES+=usr/share/groff_font/devlj4/CB
2130OLD_FILES+=usr/share/groff_font/devlj4/CBI
2131OLD_FILES+=usr/share/groff_font/devlj4/CI
2132OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON
2133OLD_FILES+=usr/share/groff_font/devlj4/CORONET
2134OLD_FILES+=usr/share/groff_font/devlj4/CR
2135OLD_FILES+=usr/share/groff_font/devlj4/DESC
2136OLD_FILES+=usr/share/groff_font/devlj4/GB
2137OLD_FILES+=usr/share/groff_font/devlj4/GBI
2138OLD_FILES+=usr/share/groff_font/devlj4/GI
2139OLD_FILES+=usr/share/groff_font/devlj4/GR
2140OLD_FILES+=usr/share/groff_font/devlj4/LGB
2141OLD_FILES+=usr/share/groff_font/devlj4/LGI
2142OLD_FILES+=usr/share/groff_font/devlj4/LGR
2143OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD
2144OLD_FILES+=usr/share/groff_font/devlj4/OB
2145OLD_FILES+=usr/share/groff_font/devlj4/OBI
2146OLD_FILES+=usr/share/groff_font/devlj4/OI
2147OLD_FILES+=usr/share/groff_font/devlj4/OR
2148OLD_FILES+=usr/share/groff_font/devlj4/S
2149OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL
2150OLD_FILES+=usr/share/groff_font/devlj4/TB
2151OLD_FILES+=usr/share/groff_font/devlj4/TBI
2152OLD_FILES+=usr/share/groff_font/devlj4/TI
2153OLD_FILES+=usr/share/groff_font/devlj4/TNRB
2154OLD_FILES+=usr/share/groff_font/devlj4/TNRBI
2155OLD_FILES+=usr/share/groff_font/devlj4/TNRI
2156OLD_FILES+=usr/share/groff_font/devlj4/TNRR
2157OLD_FILES+=usr/share/groff_font/devlj4/TR
2158OLD_FILES+=usr/share/groff_font/devlj4/UB
2159OLD_FILES+=usr/share/groff_font/devlj4/UBI
2160OLD_FILES+=usr/share/groff_font/devlj4/UCB
2161OLD_FILES+=usr/share/groff_font/devlj4/UCBI
2162OLD_FILES+=usr/share/groff_font/devlj4/UCI
2163OLD_FILES+=usr/share/groff_font/devlj4/UCR
2164OLD_FILES+=usr/share/groff_font/devlj4/UI
2165OLD_FILES+=usr/share/groff_font/devlj4/UR
2166OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS
2167OLD_DIRS+=usr/share/groff_font/devlj4
2168OLD_FILES+=usr/share/groff_font/devps/AB
2169OLD_FILES+=usr/share/groff_font/devps/ABI
2170OLD_FILES+=usr/share/groff_font/devps/AI
2171OLD_FILES+=usr/share/groff_font/devps/AR
2172OLD_FILES+=usr/share/groff_font/devps/BMB
2173OLD_FILES+=usr/share/groff_font/devps/BMBI
2174OLD_FILES+=usr/share/groff_font/devps/BMI
2175OLD_FILES+=usr/share/groff_font/devps/BMR
2176OLD_FILES+=usr/share/groff_font/devps/CB
2177OLD_FILES+=usr/share/groff_font/devps/CBI
2178OLD_FILES+=usr/share/groff_font/devps/CI
2179OLD_FILES+=usr/share/groff_font/devps/CR
2180OLD_FILES+=usr/share/groff_font/devps/DESC
2181OLD_FILES+=usr/share/groff_font/devps/EURO
2182OLD_FILES+=usr/share/groff_font/devps/HB
2183OLD_FILES+=usr/share/groff_font/devps/HBI
2184OLD_FILES+=usr/share/groff_font/devps/HI
2185OLD_FILES+=usr/share/groff_font/devps/HNB
2186OLD_FILES+=usr/share/groff_font/devps/HNBI
2187OLD_FILES+=usr/share/groff_font/devps/HNI
2188OLD_FILES+=usr/share/groff_font/devps/HNR
2189OLD_FILES+=usr/share/groff_font/devps/HR
2190OLD_FILES+=usr/share/groff_font/devps/Makefile
2191OLD_FILES+=usr/share/groff_font/devps/NB
2192OLD_FILES+=usr/share/groff_font/devps/NBI
2193OLD_FILES+=usr/share/groff_font/devps/NI
2194OLD_FILES+=usr/share/groff_font/devps/NR
2195OLD_FILES+=usr/share/groff_font/devps/PB
2196OLD_FILES+=usr/share/groff_font/devps/PBI
2197OLD_FILES+=usr/share/groff_font/devps/PI
2198OLD_FILES+=usr/share/groff_font/devps/PR
2199OLD_FILES+=usr/share/groff_font/devps/S
2200OLD_FILES+=usr/share/groff_font/devps/SS
2201OLD_FILES+=usr/share/groff_font/devps/TB
2202OLD_FILES+=usr/share/groff_font/devps/TBI
2203OLD_FILES+=usr/share/groff_font/devps/TI
2204OLD_FILES+=usr/share/groff_font/devps/TR
2205OLD_FILES+=usr/share/groff_font/devps/ZCMI
2206OLD_FILES+=usr/share/groff_font/devps/ZD
2207OLD_FILES+=usr/share/groff_font/devps/ZDR
2208OLD_FILES+=usr/share/groff_font/devps/afmname
2209OLD_FILES+=usr/share/groff_font/devps/dingbats.map
2210OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
2211OLD_FILES+=usr/share/groff_font/devps/download
2212OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa
2213OLD_FILES+=usr/share/groff_font/devps/lgreekmap
2214OLD_FILES+=usr/share/groff_font/devps/prologue
2215OLD_FILES+=usr/share/groff_font/devps/symbol.sed
2216OLD_FILES+=usr/share/groff_font/devps/symbolchars
2217OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm
2218OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa
2219OLD_FILES+=usr/share/groff_font/devps/text.enc
2220OLD_FILES+=usr/share/groff_font/devps/textmap
2221OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa
2222OLD_DIRS+=usr/share/groff_font/devps
2223OLD_FILES+=usr/share/groff_font/devutf8/B
2224OLD_FILES+=usr/share/groff_font/devutf8/BI
2225OLD_FILES+=usr/share/groff_font/devutf8/CW
2226OLD_FILES+=usr/share/groff_font/devutf8/DESC
2227OLD_FILES+=usr/share/groff_font/devutf8/I
2228OLD_FILES+=usr/share/groff_font/devutf8/L
2229OLD_FILES+=usr/share/groff_font/devutf8/R
2230OLD_FILES+=usr/share/groff_font/devutf8/S
2231OLD_DIRS+=usr/share/groff_font/devutf8
2232OLD_DIRS+=usr/share/groff_font
2233OLD_FILES+=usr/share/info/groff.info.gz
2234OLD_FILES+=usr/share/man/man1/addftinfo.1.gz
2235OLD_FILES+=usr/share/man/man1/afmtodit.1.gz
2236OLD_FILES+=usr/share/man/man1/eqn.1.gz
2237OLD_FILES+=usr/share/man/man1/grn.1.gz
2238OLD_FILES+=usr/share/man/man1/grodvi.1.gz
2239OLD_FILES+=usr/share/man/man1/groff.1.gz
2240OLD_FILES+=usr/share/man/man1/grog.1.gz
2241OLD_FILES+=usr/share/man/man1/grolbp.1.gz
2242OLD_FILES+=usr/share/man/man1/grolj4.1.gz
2243OLD_FILES+=usr/share/man/man1/grops.1.gz
2244OLD_FILES+=usr/share/man/man1/grotty.1.gz
2245OLD_FILES+=usr/share/man/man1/hpftodit.1.gz
2246OLD_FILES+=usr/share/man/man1/indxbib.1.gz
2247OLD_FILES+=usr/share/man/man1/lkbib.1.gz
2248OLD_FILES+=usr/share/man/man1/lookbib.1.gz
2249OLD_FILES+=usr/share/man/man1/mmroff.1.gz
2250OLD_FILES+=usr/share/man/man1/neqn.1.gz
2251OLD_FILES+=usr/share/man/man1/nroff.1.gz
2252OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
2253OLD_FILES+=usr/share/man/man1/pic.1.gz
2254OLD_FILES+=usr/share/man/man1/psroff.1.gz
2255OLD_FILES+=usr/share/man/man1/refer.1.gz
2256OLD_FILES+=usr/share/man/man1/tbl.1.gz
2257OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
2258OLD_FILES+=usr/share/man/man1/troff.1.gz
2259OLD_FILES+=usr/share/man/man1/vgrind.1.gz
2260OLD_FILES+=usr/share/man/man5/groff_font.5.gz
2261OLD_FILES+=usr/share/man/man5/groff_out.5.gz
2262OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz
2263OLD_FILES+=usr/share/man/man5/lj4_font.5.gz
2264OLD_FILES+=usr/share/man/man5/tmac.5.gz
2265OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz
2266OLD_FILES+=usr/share/man/man7/ditroff.7.gz
2267OLD_FILES+=usr/share/man/man7/groff.7.gz
2268OLD_FILES+=usr/share/man/man7/groff_char.7.gz
2269OLD_FILES+=usr/share/man/man7/groff_diff.7.gz
2270OLD_FILES+=usr/share/man/man7/groff_man.7.gz
2271OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz
2272OLD_FILES+=usr/share/man/man7/groff_me.7.gz
2273OLD_FILES+=usr/share/man/man7/groff_mm.7.gz
2274OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz
2275OLD_FILES+=usr/share/man/man7/groff_ms.7.gz
2276OLD_FILES+=usr/share/man/man7/groff_trace.7.gz
2277OLD_FILES+=usr/share/man/man7/groff_www.7.gz
2278OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz
2279OLD_FILES+=usr/share/man/man7/me.7.gz
2280OLD_FILES+=usr/share/man/man7/mm.7.gz
2281OLD_FILES+=usr/share/man/man7/mmse.7.gz
2282OLD_FILES+=usr/share/man/man7/ms.7.gz
2283OLD_FILES+=usr/share/man/man7/orig_me.7.gz
2284OLD_FILES+=usr/share/man/man7/roff.7.gz
2285OLD_FILES+=usr/share/me/acm.me
2286OLD_FILES+=usr/share/me/chars.me
2287OLD_FILES+=usr/share/me/deltext.me
2288OLD_FILES+=usr/share/me/eqn.me
2289OLD_FILES+=usr/share/me/float.me
2290OLD_FILES+=usr/share/me/footnote.me
2291OLD_FILES+=usr/share/me/index.me
2292OLD_FILES+=usr/share/me/letterhead.me
2293OLD_FILES+=usr/share/me/local.me
2294OLD_FILES+=usr/share/me/null.me
2295OLD_FILES+=usr/share/me/refer.me
2296OLD_FILES+=usr/share/me/revisions
2297OLD_FILES+=usr/share/me/sh.me
2298OLD_FILES+=usr/share/me/tbl.me
2299OLD_FILES+=usr/share/me/thesis.me
2300OLD_DIRS+=usr/share/me
2301OLD_FILES+=usr/share/misc/vgrindefs
2302OLD_FILES+=usr/share/misc/vgrindefs.db
2303OLD_FILES+=usr/share/tmac/X.tmac
2304OLD_FILES+=usr/share/tmac/Xps.tmac
2305OLD_FILES+=usr/share/tmac/a4.tmac
2306OLD_FILES+=usr/share/tmac/an-old.tmac
2307OLD_FILES+=usr/share/tmac/an.tmac
2308OLD_FILES+=usr/share/tmac/andoc.tmac
2309OLD_FILES+=usr/share/tmac/composite.tmac
2310OLD_FILES+=usr/share/tmac/cp1047.tmac
2311OLD_FILES+=usr/share/tmac/devtag.tmac
2312OLD_FILES+=usr/share/tmac/doc.tmac
2313OLD_FILES+=usr/share/tmac/dvi.tmac
2314OLD_FILES+=usr/share/tmac/e.tmac
2315OLD_FILES+=usr/share/tmac/ec.tmac
2316OLD_FILES+=usr/share/tmac/eqnrc
2317OLD_FILES+=usr/share/tmac/europs.tmac
2318OLD_FILES+=usr/share/tmac/html-end.tmac
2319OLD_FILES+=usr/share/tmac/html.tmac
2320OLD_FILES+=usr/share/tmac/hyphen.ru
2321OLD_FILES+=usr/share/tmac/hyphen.us
2322OLD_FILES+=usr/share/tmac/hyphenex.us
2323OLD_FILES+=usr/share/tmac/koi8-r.tmac
2324OLD_FILES+=usr/share/tmac/latin1.tmac
2325OLD_FILES+=usr/share/tmac/latin2.tmac
2326OLD_FILES+=usr/share/tmac/latin9.tmac
2327OLD_FILES+=usr/share/tmac/lbp.tmac
2328OLD_FILES+=usr/share/tmac/lj4.tmac
2329OLD_FILES+=usr/share/tmac/m.tmac
2330OLD_FILES+=usr/share/tmac/man.local
2331OLD_FILES+=usr/share/tmac/man.tmac
2332OLD_FILES+=usr/share/tmac/mandoc.tmac
2333OLD_FILES+=usr/share/tmac/mdoc.local
2334OLD_FILES+=usr/share/tmac/mdoc.tmac
2335OLD_FILES+=usr/share/tmac/mdoc/doc-common
2336OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff
2337OLD_FILES+=usr/share/tmac/mdoc/doc-nroff
2338OLD_FILES+=usr/share/tmac/mdoc/doc-syms
2339OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1
2340OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R
2341OLD_DIRS+=usr/share/tmac/mdoc
2342OLD_FILES+=usr/share/tmac/me.tmac
2343OLD_FILES+=usr/share/tmac/mm/0.MT
2344OLD_FILES+=usr/share/tmac/mm/4.MT
2345OLD_FILES+=usr/share/tmac/mm/5.MT
2346OLD_FILES+=usr/share/tmac/mm/locale
2347OLD_FILES+=usr/share/tmac/mm/mm.tmac
2348OLD_FILES+=usr/share/tmac/mm/mmse.tmac
2349OLD_FILES+=usr/share/tmac/mm/ms.cov
2350OLD_FILES+=usr/share/tmac/mm/se_locale
2351OLD_FILES+=usr/share/tmac/mm/se_ms.cov
2352OLD_DIRS+=usr/share/tmac/mm
2353OLD_FILES+=usr/share/tmac/ms.tmac
2354OLD_FILES+=usr/share/tmac/mse.tmac
2355OLD_FILES+=usr/share/tmac/papersize.tmac
2356OLD_FILES+=usr/share/tmac/pic.tmac
2357OLD_FILES+=usr/share/tmac/ps.tmac
2358OLD_FILES+=usr/share/tmac/psatk.tmac
2359OLD_FILES+=usr/share/tmac/psold.tmac
2360OLD_FILES+=usr/share/tmac/pspic.tmac
2361OLD_FILES+=usr/share/tmac/s.tmac
2362OLD_FILES+=usr/share/tmac/safer.tmac
2363OLD_FILES+=usr/share/tmac/tmac.orig_me
2364OLD_FILES+=usr/share/tmac/tmac.vgrind
2365OLD_FILES+=usr/share/tmac/trace.tmac
2366OLD_FILES+=usr/share/tmac/troffrc
2367OLD_FILES+=usr/share/tmac/troffrc-end
2368OLD_FILES+=usr/share/tmac/tty-char.tmac
2369OLD_FILES+=usr/share/tmac/tty.tmac
2370OLD_FILES+=usr/share/tmac/unicode.tmac
2371OLD_FILES+=usr/share/tmac/www.tmac
2372OLD_DIRS+=usr/share/tmac
2373.endif
2374
2375.if ${MK_GSSAPI} == no
2376OLD_FILES+=usr/include/gssapi/gssapi.h
2377OLD_DIRS+=usr/include/gssapi
2378OLD_FILES+=usr/include/gssapi.h
2379OLD_FILES+=usr/lib/libgssapi.a
2380OLD_FILES+=usr/lib/libgssapi.so
2381OLD_LIBS+=usr/lib/libgssapi.so.10
2382OLD_FILES+=usr/lib/libgssapi_p.a
2383OLD_FILES+=usr/lib/librpcsec_gss.a
2384OLD_FILES+=usr/lib/librpcsec_gss.so
2385OLD_LIBS+=usr/lib/librpcsec_gss.so.1
2386.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2387OLD_FILES+=usr/lib32/libgssapi.a
2388OLD_FILES+=usr/lib32/libgssapi.so
2389OLD_LIBS+=usr/lib32/libgssapi.so.10
2390OLD_FILES+=usr/lib32/libgssapi_p.a
2391OLD_FILES+=usr/lib32/librpcsec_gss.a
2392OLD_FILES+=usr/lib32/librpcsec_gss.so
2393OLD_LIBS+=usr/lib32/librpcsec_gss.so.1
2394.endif
2395OLD_FILES+=usr/sbin/gssd
2396OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
2397OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
2398OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
2399OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
2400OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
2401OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
2402OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
2403OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
2404OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
2405OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
2406OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
2407OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
2408OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
2409OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
2410OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
2411OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
2412OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
2413OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
2414OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
2415OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
2416OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
2417OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
2418OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
2419OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
2420OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
2421OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
2422OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
2423OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
2424OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
2425OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
2426OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
2427OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
2428OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
2429OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
2430OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
2431OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
2432OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
2433OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
2434OLD_FILES+=usr/share/man/man3/gssapi.3.gz
2435OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
2436OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
2437OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
2438OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
2439OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
2440OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
2441OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
2442OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
2443OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
2444OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
2445OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
2446OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
2447OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
2448OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
2449OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
2450OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
2451OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
2452OLD_FILES+=usr/share/man/man5/mech.5.gz
2453OLD_FILES+=usr/share/man/man5/qop.5.gz
2454OLD_FILES+=usr/share/man/man8/gssd.8.gz
2455.endif
2456
2457.if ${MK_HAST} == no
2458OLD_FILES+=sbin/hastctl
2459OLD_FILES+=sbin/hastd
2460OLD_FILES+=usr/share/examples/hast/ucarp.sh
2461OLD_FILES+=usr/share/examples/hast/ucarp_down.sh
2462OLD_FILES+=usr/share/examples/hast/ucarp_up.sh
2463OLD_FILES+=usr/share/examples/hast/vip-down.sh
2464OLD_FILES+=usr/share/examples/hast/vip-up.sh
2465OLD_FILES+=usr/share/man/man5/hast.conf.5.gz
2466OLD_FILES+=usr/share/man/man8/hastctl.8.gz
2467OLD_FILES+=usr/share/man/man8/hastd.8.gz
2468OLD_DIRS+=usr/share/examples/hast
2469.endif
2470
2471.if ${MK_HESIOD} == no
2472OLD_FILES+=usr/bin/hesinfo
2473OLD_FILES+=usr/include/hesiod.h
2474OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
2475OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2476OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2477.endif
2478
2479.if ${MK_HTML} == no
2480OLD_FILES+=usr/share/doc/ncurses/hackguide.html
2481OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html
2482OLD_FILES+=usr/share/doc/ntp/accopt.html
2483OLD_FILES+=usr/share/doc/ntp/assoc.html
2484OLD_FILES+=usr/share/doc/ntp/audio.html
2485OLD_FILES+=usr/share/doc/ntp/authopt.html
2486OLD_FILES+=usr/share/doc/ntp/build.html
2487OLD_FILES+=usr/share/doc/ntp/clockopt.html
2488OLD_FILES+=usr/share/doc/ntp/config.html
2489OLD_FILES+=usr/share/doc/ntp/confopt.html
2490OLD_FILES+=usr/share/doc/ntp/copyright.html
2491OLD_FILES+=usr/share/doc/ntp/debug.html
2492OLD_FILES+=usr/share/doc/ntp/driver1.html
2493OLD_FILES+=usr/share/doc/ntp/driver10.html
2494OLD_FILES+=usr/share/doc/ntp/driver11.html
2495OLD_FILES+=usr/share/doc/ntp/driver12.html
2496OLD_FILES+=usr/share/doc/ntp/driver16.html
2497OLD_FILES+=usr/share/doc/ntp/driver18.html
2498OLD_FILES+=usr/share/doc/ntp/driver19.html
2499OLD_FILES+=usr/share/doc/ntp/driver2.html
2500OLD_FILES+=usr/share/doc/ntp/driver20.html
2501OLD_FILES+=usr/share/doc/ntp/driver22.html
2502OLD_FILES+=usr/share/doc/ntp/driver26.html
2503OLD_FILES+=usr/share/doc/ntp/driver27.html
2504OLD_FILES+=usr/share/doc/ntp/driver28.html
2505OLD_FILES+=usr/share/doc/ntp/driver29.html
2506OLD_FILES+=usr/share/doc/ntp/driver3.html
2507OLD_FILES+=usr/share/doc/ntp/driver30.html
2508OLD_FILES+=usr/share/doc/ntp/driver32.html
2509OLD_FILES+=usr/share/doc/ntp/driver33.html
2510OLD_FILES+=usr/share/doc/ntp/driver34.html
2511OLD_FILES+=usr/share/doc/ntp/driver35.html
2512OLD_FILES+=usr/share/doc/ntp/driver36.html
2513OLD_FILES+=usr/share/doc/ntp/driver37.html
2514OLD_FILES+=usr/share/doc/ntp/driver4.html
2515OLD_FILES+=usr/share/doc/ntp/driver5.html
2516OLD_FILES+=usr/share/doc/ntp/driver6.html
2517OLD_FILES+=usr/share/doc/ntp/driver7.html
2518OLD_FILES+=usr/share/doc/ntp/driver8.html
2519OLD_FILES+=usr/share/doc/ntp/driver9.html
2520OLD_FILES+=usr/share/doc/ntp/extern.html
2521OLD_FILES+=usr/share/doc/ntp/hints.html
2522OLD_FILES+=usr/share/doc/ntp/howto.html
2523OLD_FILES+=usr/share/doc/ntp/index.html
2524OLD_FILES+=usr/share/doc/ntp/kern.html
2525OLD_FILES+=usr/share/doc/ntp/ldisc.html
2526OLD_FILES+=usr/share/doc/ntp/measure.html
2527OLD_FILES+=usr/share/doc/ntp/miscopt.html
2528OLD_FILES+=usr/share/doc/ntp/monopt.html
2529OLD_FILES+=usr/share/doc/ntp/mx4200data.html
2530OLD_FILES+=usr/share/doc/ntp/notes.html
2531OLD_FILES+=usr/share/doc/ntp/ntpd.html
2532OLD_FILES+=usr/share/doc/ntp/ntpdate.html
2533OLD_FILES+=usr/share/doc/ntp/ntpdc.html
2534OLD_FILES+=usr/share/doc/ntp/ntpq.html
2535OLD_FILES+=usr/share/doc/ntp/ntptime.html
2536OLD_FILES+=usr/share/doc/ntp/ntptrace.html
2537OLD_FILES+=usr/share/doc/ntp/parsedata.html
2538OLD_FILES+=usr/share/doc/ntp/parsenew.html
2539OLD_FILES+=usr/share/doc/ntp/patches.html
2540OLD_FILES+=usr/share/doc/ntp/porting.html
2541OLD_FILES+=usr/share/doc/ntp/pps.html
2542OLD_FILES+=usr/share/doc/ntp/prefer.html
2543OLD_FILES+=usr/share/doc/ntp/quick.html
2544OLD_FILES+=usr/share/doc/ntp/rdebug.html
2545OLD_FILES+=usr/share/doc/ntp/refclock.html
2546OLD_FILES+=usr/share/doc/ntp/release.html
2547OLD_FILES+=usr/share/doc/ntp/tickadj.html
2548.endif
2549
2550.if ${MK_ICONV} == no
2551OLD_FILES+=usr/bin/iconv
2552OLD_FILES+=usr/bin/mkcsmapper
2553OLD_FILES+=usr/bin/mkesdb
2554OLD_FILES+=usr/include/_libiconv_compat.h
2555OLD_FILES+=usr/include/iconv.h
2556OLD_FILES+=usr/share/man/man1/iconv.1.gz
2557OLD_FILES+=usr/share/man/man1/mkcsmapper.1.gz
2558OLD_FILES+=usr/share/man/man1/mkesdb.1.gz
2559OLD_FILES+=usr/share/man/man3/__iconv.3.gz
2560OLD_FILES+=usr/share/man/man3/__iconv_free_list.3.gz
2561OLD_FILES+=usr/share/man/man3/__iconv_get_list.3.gz
2562OLD_FILES+=usr/share/man/man3/iconv.3.gz
2563OLD_FILES+=usr/share/man/man3/iconv_canonicalize.3.gz
2564OLD_FILES+=usr/share/man/man3/iconv_close.3.gz
2565OLD_FILES+=usr/share/man/man3/iconv_open.3.gz
2566OLD_FILES+=usr/share/man/man3/iconv_open_into.3.gz
2567OLD_FILES+=usr/share/man/man3/iconvctl.3.gz
2568OLD_FILES+=usr/share/man/man3/iconvlist.3.gz
2569.endif
2570
2571.if ${MK_INET6} == no
2572OLD_FILES+=sbin/ping6
2573OLD_FILES+=sbin/rtsol
2574OLD_FILES+=usr/sbin/ip6addrctl
2575OLD_FILES+=usr/sbin/mld6query
2576OLD_FILES+=usr/sbin/ndp
2577OLD_FILES+=usr/sbin/rip6query
2578OLD_FILES+=usr/sbin/route6d
2579OLD_FILES+=usr/sbin/rrenumd
2580OLD_FILES+=usr/sbin/rtadvctl
2581OLD_FILES+=usr/sbin/rtadvd
2582OLD_FILES+=usr/sbin/rtsold
2583OLD_FILES+=usr/sbin/traceroute6
2584OLD_FILES+=usr/share/doc/IPv6/IMPLEMENTATION
2585OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
2586OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
2587OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
2588OLD_FILES+=usr/share/man/man8/mld6query.8.gz
2589OLD_FILES+=usr/share/man/man8/ndp.8.gz
2590OLD_FILES+=usr/share/man/man8/ping6.8.gz
2591OLD_FILES+=usr/share/man/man8/rip6query.8.gz
2592OLD_FILES+=usr/share/man/man8/route6d.8.gz
2593OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
2594OLD_FILES+=usr/share/man/man8/rtadvctl.8.gz
2595OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
2596OLD_FILES+=usr/share/man/man8/rtsol.8.gz
2597OLD_FILES+=usr/share/man/man8/rtsold.8.gz
2598OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
2599.endif
2600
2601.if ${MK_INET6_SUPPORT} == no
2602OLD_FILES+=rescue/ping6
2603.endif
2604
2605.if ${MK_IPFILTER} == no
2606OLD_FILES+=etc/periodic/security/510.ipfdenied
2607OLD_FILES+=etc/periodic/security/610.ipf6denied
2608OLD_FILES+=rescue/ipf
2609OLD_FILES+=sbin/ipf
2610OLD_FILES+=sbin/ipfs
2611OLD_FILES+=sbin/ipfstat
2612OLD_FILES+=sbin/ipftest
2613OLD_FILES+=sbin/ipmon
2614OLD_FILES+=sbin/ipnat
2615OLD_FILES+=sbin/ippool
2616OLD_FILES+=sbin/ipresend
2617OLD_FILES+=usr/include/netinet/ip_auth.h
2618OLD_FILES+=usr/include/netinet/ip_compat.h
2619OLD_FILES+=usr/include/netinet/ip_fil.h
2620OLD_FILES+=usr/include/netinet/ip_frag.h
2621OLD_FILES+=usr/include/netinet/ip_htable.h
2622OLD_FILES+=usr/include/netinet/ip_lookup.h
2623OLD_FILES+=usr/include/netinet/ip_nat.h
2624OLD_FILES+=usr/include/netinet/ip_pool.h
2625OLD_FILES+=usr/include/netinet/ip_proxy.h
2626OLD_FILES+=usr/include/netinet/ip_rules.h
2627OLD_FILES+=usr/include/netinet/ip_scan.h
2628OLD_FILES+=usr/include/netinet/ip_state.h
2629OLD_FILES+=usr/include/netinet/ip_sync.h
2630OLD_FILES+=usr/include/netinet/ipl.h
2631OLD_FILES+=usr/share/examples/ipfilter/README
2632OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2633OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2634OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2635OLD_FILES+=usr/share/examples/ipfilter/example.1
2636OLD_FILES+=usr/share/examples/ipfilter/example.2
2637OLD_FILES+=usr/share/examples/ipfilter/example.3
2638OLD_FILES+=usr/share/examples/ipfilter/example.4
2639OLD_FILES+=usr/share/examples/ipfilter/example.5
2640OLD_FILES+=usr/share/examples/ipfilter/example.6
2641OLD_FILES+=usr/share/examples/ipfilter/example.7
2642OLD_FILES+=usr/share/examples/ipfilter/example.8
2643OLD_FILES+=usr/share/examples/ipfilter/example.9
2644OLD_FILES+=usr/share/examples/ipfilter/example.10
2645OLD_FILES+=usr/share/examples/ipfilter/example.11
2646OLD_FILES+=usr/share/examples/ipfilter/example.12
2647OLD_FILES+=usr/share/examples/ipfilter/example.13
2648OLD_FILES+=usr/share/examples/ipfilter/example.sr
2649OLD_FILES+=usr/share/examples/ipfilter/firewall
2650OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2651OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2652OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2653OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2654OLD_FILES+=usr/share/examples/ipfilter/server
2655OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2656OLD_FILES+=usr/share/examples/ipfilter/example.14
2657OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2658OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2659OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2660OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2661OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2662OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2663OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2664OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2665OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2666OLD_FILES+=usr/share/examples/ipfilter/mkfilters
2667OLD_DIRS+=usr/share/examples/ipfilter
2668OLD_FILES+=usr/share/man/man1/ipftest.1.gz
2669OLD_FILES+=usr/share/man/man1/ipresend.1.gz
2670OLD_FILES+=usr/share/man/man4/ipf.4.gz
2671OLD_FILES+=usr/share/man/man4/ipl.4.gz
2672OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
2673OLD_FILES+=usr/share/man/man4/ipnat.4.gz
2674OLD_FILES+=usr/share/man/man5/ipf.5.gz
2675OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
2676OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
2677OLD_FILES+=usr/share/man/man5/ipnat.5.gz
2678OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
2679OLD_FILES+=usr/share/man/man5/ippool.5.gz
2680OLD_FILES+=usr/share/man/man8/ipf.8.gz
2681OLD_FILES+=usr/share/man/man8/ipfs.8.gz
2682OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
2683OLD_FILES+=usr/share/man/man8/ipmon.8.gz
2684OLD_FILES+=usr/share/man/man8/ipnat.8.gz
2685OLD_FILES+=usr/share/man/man8/ippool.8.gz
2686.endif
2687
2688.if ${MK_IPFW} == no
2689OLD_FILES+=etc/periodic/security/500.ipfwdenied
2690OLD_FILES+=etc/periodic/security/550.ipfwlimit
2691OLD_FILES+=sbin/ipfw
2692OLD_FILES+=sbin/natd
2693OLD_FILES+=usr/sbin/ipfwpcap
2694OLD_FILES+=usr/share/man/man8/ipfw.8.gz
2695OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
2696OLD_FILES+=usr/share/man/man8/natd.8.gz
2697.endif
2698
2699.if ${MK_ISCSI} == no
2700OLD_FILES+=etc/rc.d/iscsictl
2701OLD_FILES+=etc/rc.d/iscsid
2702OLD_FILES+=sbin/iscontrol
2703OLD_FILES+=usr/bin/iscsictl
2704OLD_FILES+=usr/sbin/iscsid
2705OLD_FILES+=usr/share/man/man4/iscsi.4.gz
2706OLD_FILES+=usr/share/man/man4/iscsi_initiator.4.gz
2707OLD_FILES+=usr/share/man/man5/iscsi.conf.5.gz
2708OLD_FILES+=usr/share/man/man8/iscontrol.8.gz
2709OLD_FILES+=usr/share/man/man8/iscsictl.8.gz
2710OLD_FILES+=usr/share/man/man8/iscsid.8.gz
2711.endif
2712
2713.if ${MK_JAIL} == no
2714OLD_FILES+=etc/rc.d/jail
2715OLD_FILES+=usr/sbin/jail
2716OLD_FILES+=usr/sbin/jexec
2717OLD_FILES+=usr/sbin/jls
2718OLD_FILES+=usr/share/man/man5/jail.conf.5.gz
2719OLD_FILES+=usr/share/man/man8/jail.8.gz
2720OLD_FILES+=usr/share/man/man8/jexec.8.gz
2721OLD_FILES+=usr/share/man/man8/jls.8.gz
2722.endif
2723
2724.if ${MK_KDUMP} == no
2725OLD_FILES+=usr/bin/kdump
2726OLD_FILES+=usr/bin/truss
2727OLD_FILES+=usr/share/man/man1/kdump.1.gz
2728OLD_FILES+=usr/share/man/man1/truss.1.gz
2729.endif
2730
2731.if ${MK_KERBEROS} == no
2732OLD_FILES+=etc/rc.d/ipropd_master
2733OLD_FILES+=etc/rc.d/ipropd_slave
2734OLD_FILES+=usr/bin/compile_et
2735OLD_FILES+=usr/bin/hxtool
2736OLD_FILES+=usr/bin/kadmin
2737OLD_FILES+=usr/bin/kdestroy
2738OLD_FILES+=usr/bin/kf
2739OLD_FILES+=usr/bin/kgetcred
2740OLD_FILES+=usr/bin/kinit
2741OLD_FILES+=usr/bin/klist
2742OLD_FILES+=usr/bin/kpasswd
2743OLD_FILES+=usr/bin/krb5-config
2744OLD_FILES+=usr/bin/ksu
2745OLD_FILES+=usr/bin/kswitch
2746OLD_FILES+=usr/bin/string2key
2747OLD_FILES+=usr/bin/verify_krb5_conf
2748OLD_FILES+=usr/include/asn1-common.h
2749OLD_FILES+=usr/include/asn1_err.h
2750OLD_FILES+=usr/include/base64.h
2751OLD_FILES+=usr/include/cms_asn1.h
2752OLD_FILES+=usr/include/crmf_asn1.h
2753OLD_FILES+=usr/include/der-private.h
2754OLD_FILES+=usr/include/der-protos.h
2755OLD_FILES+=usr/include/der.h
2756OLD_FILES+=usr/include/digest_asn1.h
2757OLD_FILES+=usr/include/getarg.h
2758OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
2759OLD_FILES+=usr/include/hdb-protos.h
2760OLD_FILES+=usr/include/hdb.h
2761OLD_FILES+=usr/include/hdb_asn1.h
2762OLD_FILES+=usr/include/hdb_err.h
2763OLD_FILES+=usr/include/heim_asn1.h
2764OLD_FILES+=usr/include/heim_err.h
2765OLD_FILES+=usr/include/heim_threads.h
2766OLD_FILES+=usr/include/heimbase.h
2767OLD_FILES+=usr/include/heimntlm-protos.h
2768OLD_FILES+=usr/include/heimntlm.h
2769OLD_FILES+=usr/include/hex.h
2770OLD_FILES+=usr/include/hx509-private.h
2771OLD_FILES+=usr/include/hx509-protos.h
2772OLD_FILES+=usr/include/hx509.h
2773OLD_FILES+=usr/include/hx509_err.h
2774OLD_FILES+=usr/include/k524_err.h
2775OLD_FILES+=usr/include/kadm5/admin.h
2776OLD_FILES+=usr/include/kadm5/kadm5-private.h
2777OLD_FILES+=usr/include/kadm5/kadm5-protos.h
2778OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h
2779OLD_FILES+=usr/include/kadm5/kadm5_err.h
2780OLD_FILES+=usr/include/kadm5/private.h
2781OLD_DIRS+=usr/include/kadm5
2782OLD_FILES+=usr/include/kafs.h
2783OLD_FILES+=usr/include/kdc-protos.h
2784OLD_FILES+=usr/include/kdc.h
2785OLD_FILES+=usr/include/krb5-private.h
2786OLD_FILES+=usr/include/krb5-protos.h
2787OLD_FILES+=usr/include/krb5-types.h
2788OLD_FILES+=usr/include/krb5.h
2789OLD_FILES+=usr/include/krb5/ccache_plugin.h
2790OLD_FILES+=usr/include/krb5/locate_plugin.h
2791OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h
2792OLD_FILES+=usr/include/krb5/windc_plugin.h
2793OLD_DIRS+=usr/include/krb5
2794OLD_FILES+=usr/include/krb5_asn1.h
2795OLD_FILES+=usr/include/krb5_ccapi.h
2796OLD_FILES+=usr/include/krb5_err.h
2797OLD_FILES+=usr/include/kx509_asn1.h
2798OLD_FILES+=usr/include/ntlm_err.h
2799OLD_FILES+=usr/include/ocsp_asn1.h
2800OLD_FILES+=usr/include/parse_bytes.h
2801OLD_FILES+=usr/include/parse_time.h
2802OLD_FILES+=usr/include/parse_units.h
2803OLD_FILES+=usr/include/pkcs10_asn1.h
2804OLD_FILES+=usr/include/pkcs12_asn1.h
2805OLD_FILES+=usr/include/pkcs8_asn1.h
2806OLD_FILES+=usr/include/pkcs9_asn1.h
2807OLD_FILES+=usr/include/pkinit_asn1.h
2808OLD_FILES+=usr/include/resolve.h
2809OLD_FILES+=usr/include/rfc2459_asn1.h
2810OLD_FILES+=usr/include/roken-common.h
2811OLD_FILES+=usr/include/rtbl.h
2812OLD_FILES+=usr/include/wind.h
2813OLD_FILES+=usr/include/wind_err.h
2814OLD_FILES+=usr/include/xdbm.h
2815OLD_FILES+=usr/lib/libasn1.a
2816OLD_FILES+=usr/lib/libasn1.so
2817OLD_LIBS+=usr/lib/libasn1.so.11
2818OLD_FILES+=usr/lib/libasn1_p.a
2819OLD_FILES+=usr/lib/libcom_err.a
2820OLD_FILES+=usr/lib/libcom_err.so
2821OLD_LIBS+=usr/lib/libcom_err.so.5
2822OLD_FILES+=usr/lib/libcom_err_p.a
2823OLD_FILES+=usr/lib/libgssapi_krb5.a
2824OLD_FILES+=usr/lib/libgssapi_krb5.so
2825OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2826OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2827OLD_FILES+=usr/lib/libgssapi_ntlm.a
2828OLD_FILES+=usr/lib/libgssapi_ntlm.so
2829OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2830OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
2831OLD_FILES+=usr/lib/libgssapi_spnego.a
2832OLD_FILES+=usr/lib/libgssapi_spnego.so
2833OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
2834OLD_FILES+=usr/lib/libgssapi_spnego_p.a
2835OLD_FILES+=usr/lib/libhdb.a
2836OLD_FILES+=usr/lib/libhdb.so
2837OLD_LIBS+=usr/lib/libhdb.so.11
2838OLD_FILES+=usr/lib/libhdb_p.a
2839OLD_FILES+=usr/lib/libheimbase.a
2840OLD_FILES+=usr/lib/libheimbase.so
2841OLD_LIBS+=usr/lib/libheimbase.so.11
2842OLD_FILES+=usr/lib/libheimbase_p.a
2843OLD_FILES+=usr/lib/libheimntlm.a
2844OLD_FILES+=usr/lib/libheimntlm.so
2845OLD_LIBS+=usr/lib/libheimntlm.so.11
2846OLD_FILES+=usr/lib/libheimntlm_p.a
2847OLD_FILES+=usr/lib/libheimsqlite.a
2848OLD_FILES+=usr/lib/libheimsqlite.so
2849OLD_LIBS+=usr/lib/libheimsqlite.so.11
2850OLD_FILES+=usr/lib/libheimsqlite_p.a
2851OLD_FILES+=usr/lib/libhx509.a
2852OLD_FILES+=usr/lib/libhx509.so
2853OLD_LIBS+=usr/lib/libhx509.so.11
2854OLD_FILES+=usr/lib/libhx509_p.a
2855OLD_FILES+=usr/lib/libkadm5clnt.a
2856OLD_FILES+=usr/lib/libkadm5clnt.so
2857OLD_LIBS+=usr/lib/libkadm5clnt.so.11
2858OLD_FILES+=usr/lib/libkadm5clnt_p.a
2859OLD_FILES+=usr/lib/libkadm5srv.a
2860OLD_FILES+=usr/lib/libkadm5srv.so
2861OLD_LIBS+=usr/lib/libkadm5srv.so.11
2862OLD_FILES+=usr/lib/libkadm5srv_p.a
2863OLD_FILES+=usr/lib/libkafs5.a
2864OLD_FILES+=usr/lib/libkafs5.so
2865OLD_LIBS+=usr/lib/libkafs5.so.11
2866OLD_FILES+=usr/lib/libkafs5_p.a
2867OLD_FILES+=usr/lib/libkdc.a
2868OLD_FILES+=usr/lib/libkdc.so
2869OLD_LIBS+=usr/lib/libkdc.so.11
2870OLD_FILES+=usr/lib/libkdc_p.a
2871OLD_FILES+=usr/lib/libkrb5.a
2872OLD_FILES+=usr/lib/libkrb5.so
2873OLD_LIBS+=usr/lib/libkrb5.so.11
2874OLD_FILES+=usr/lib/libkrb5_p.a
2875OLD_FILES+=usr/lib/libroken.a
2876OLD_FILES+=usr/lib/libroken.so
2877OLD_LIBS+=usr/lib/libroken.so.11
2878OLD_FILES+=usr/lib/libroken_p.a
2879OLD_FILES+=usr/lib/libwind.a
2880OLD_FILES+=usr/lib/libwind.so
2881OLD_LIBS+=usr/lib/libwind.so.11
2882OLD_FILES+=usr/lib/libwind_p.a
2883OLD_FILES+=usr/lib/pam_krb5.so
2884OLD_LIBS+=usr/lib/pam_krb5.so.5
2885OLD_FILES+=usr/lib/pam_ksu.so
2886OLD_LIBS+=usr/lib/pam_ksu.so.5
2887OLD_FILES+=usr/lib/private/libheimipcc.a
2888OLD_FILES+=usr/lib/private/libheimipcc.so
2889OLD_LIBS+=usr/lib/private/libheimipcc.so.11
2890OLD_FILES+=usr/lib/private/libheimipcc_p.a
2891OLD_FILES+=usr/lib/private/libheimipcs.a
2892OLD_FILES+=usr/lib/private/libheimipcs.so
2893OLD_LIBS+=usr/lib/private/libheimipcs.so.11
2894OLD_FILES+=usr/lib/private/libheimipcs_p.a
2895.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2896OLD_FILES+=usr/lib32/libasn1.a
2897OLD_FILES+=usr/lib32/libasn1.so
2898OLD_LIBS+=usr/lib32/libasn1.so.11
2899OLD_FILES+=usr/lib32/libasn1_p.a
2900OLD_FILES+=usr/lib32/libgssapi_krb5.a
2901OLD_FILES+=usr/lib32/libgssapi_krb5.so
2902OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10
2903OLD_FILES+=usr/lib32/libgssapi_krb5_p.a
2904OLD_FILES+=usr/lib32/libgssapi_ntlm.a
2905OLD_FILES+=usr/lib32/libgssapi_ntlm.so
2906OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10
2907OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a
2908OLD_FILES+=usr/lib32/libgssapi_spnego.a
2909OLD_FILES+=usr/lib32/libgssapi_spnego.so
2910OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10
2911OLD_FILES+=usr/lib32/libgssapi_spnego_p.a
2912OLD_FILES+=usr/lib32/libhdb.a
2913OLD_FILES+=usr/lib32/libhdb.so
2914OLD_LIBS+=usr/lib32/libhdb.so.11
2915OLD_FILES+=usr/lib32/libhdb_p.a
2916OLD_FILES+=usr/lib32/libheimbase.a
2917OLD_FILES+=usr/lib32/libheimbase.so
2918OLD_LIBS+=usr/lib32/libheimbase.so.11
2919OLD_FILES+=usr/lib32/libheimbase_p.a
2920OLD_FILES+=usr/lib32/libheimntlm.a
2921OLD_FILES+=usr/lib32/libheimntlm.so
2922OLD_LIBS+=usr/lib32/libheimntlm.so.11
2923OLD_FILES+=usr/lib32/libheimntlm_p.a
2924OLD_FILES+=usr/lib32/libheimsqlite.a
2925OLD_FILES+=usr/lib32/libheimsqlite.so
2926OLD_LIBS+=usr/lib32/libheimsqlite.so.11
2927OLD_FILES+=usr/lib32/libheimsqlite_p.a
2928OLD_FILES+=usr/lib32/libhx509.a
2929OLD_FILES+=usr/lib32/libhx509.so
2930OLD_LIBS+=usr/lib32/libhx509.so.11
2931OLD_FILES+=usr/lib32/libhx509_p.a
2932OLD_FILES+=usr/lib32/libkadm5clnt.a
2933OLD_FILES+=usr/lib32/libkadm5clnt.so
2934OLD_LIBS+=usr/lib32/libkadm5clnt.so.11
2935OLD_FILES+=usr/lib32/libkadm5clnt_p.a
2936OLD_FILES+=usr/lib32/libkadm5srv.a
2937OLD_FILES+=usr/lib32/libkadm5srv.so
2938OLD_LIBS+=usr/lib32/libkadm5srv.so.11
2939OLD_FILES+=usr/lib32/libkadm5srv_p.a
2940OLD_FILES+=usr/lib32/libkafs5.a
2941OLD_FILES+=usr/lib32/libkafs5.so
2942OLD_LIBS+=usr/lib32/libkafs5.so.11
2943OLD_FILES+=usr/lib32/libkafs5_p.a
2944OLD_FILES+=usr/lib32/libkdc.a
2945OLD_FILES+=usr/lib32/libkdc.so
2946OLD_LIBS+=usr/lib32/libkdc.so.11
2947OLD_FILES+=usr/lib32/libkdc_p.a
2948OLD_FILES+=usr/lib32/libkrb5.a
2949OLD_FILES+=usr/lib32/libkrb5.so
2950OLD_LIBS+=usr/lib32/libkrb5.so.11
2951OLD_FILES+=usr/lib32/libkrb5_p.a
2952OLD_FILES+=usr/lib32/libroken.a
2953OLD_FILES+=usr/lib32/libroken.so
2954OLD_LIBS+=usr/lib32/libroken.so.11
2955OLD_FILES+=usr/lib32/libroken_p.a
2956OLD_FILES+=usr/lib32/libwind.a
2957OLD_FILES+=usr/lib32/libwind.so
2958OLD_LIBS+=usr/lib32/libwind.so.11
2959OLD_FILES+=usr/lib32/libwind_p.a
2960OLD_FILES+=usr/lib32/pam_krb5.so
2961OLD_LIBS+=usr/lib32/pam_krb5.so.5
2962OLD_FILES+=usr/lib32/pam_ksu.so
2963OLD_LIBS+=usr/lib32/pam_ksu.so.5
2964OLD_FILES+=usr/lib32/private/libheimipcc.a
2965OLD_FILES+=usr/lib32/private/libheimipcc.so
2966OLD_LIBS+=usr/lib32/private/libheimipcc.so.11
2967OLD_FILES+=usr/lib32/private/libheimipcc_p.a
2968OLD_FILES+=usr/lib32/private/libheimipcs.a
2969OLD_FILES+=usr/lib32/private/libheimipcs.so
2970OLD_LIBS+=usr/lib32/private/libheimipcs.so.11
2971OLD_FILES+=usr/lib32/private/libheimipcs_p.a
2972.endif
2973OLD_FILES+=usr/libexec/digest-service
2974OLD_FILES+=usr/libexec/hprop
2975OLD_FILES+=usr/libexec/hpropd
2976OLD_FILES+=usr/libexec/ipropd-master
2977OLD_FILES+=usr/libexec/ipropd-slave
2978OLD_FILES+=usr/libexec/kadmind
2979OLD_FILES+=usr/libexec/kcm
2980OLD_FILES+=usr/libexec/kdc
2981OLD_FILES+=usr/libexec/kdigest
2982OLD_FILES+=usr/libexec/kfd
2983OLD_FILES+=usr/libexec/kimpersonate
2984OLD_FILES+=usr/libexec/kpasswdd
2985OLD_FILES+=usr/sbin/kstash
2986OLD_FILES+=usr/sbin/ktutil
2987OLD_FILES+=usr/sbin/iprop-log
2988OLD_FILES+=usr/share/info/heimdal.info.gz
2989OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
2990OLD_FILES+=usr/share/man/man1/kf.1.gz
2991OLD_FILES+=usr/share/man/man1/kinit.1.gz
2992OLD_FILES+=usr/share/man/man1/klist.1.gz
2993OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
2994OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
2995OLD_FILES+=usr/share/man/man1/kswitch.1.gz
2996OLD_FILES+=usr/share/man/man3/HDB.3.gz
2997OLD_FILES+=usr/share/man/man3/hdb__del.3.gz
2998OLD_FILES+=usr/share/man/man3/hdb__get.3.gz
2999OLD_FILES+=usr/share/man/man3/hdb__put.3.gz
3000OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz
3001OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz
3002OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz
3003OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz
3004OLD_FILES+=usr/share/man/man3/hdb_close.3.gz
3005OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz
3006OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz
3007OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz
3008OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz
3009OLD_FILES+=usr/share/man/man3/hdb_free.3.gz
3010OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz
3011OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz
3012OLD_FILES+=usr/share/man/man3/hdb_name.3.gz
3013OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz
3014OLD_FILES+=usr/share/man/man3/hdb_open.3.gz
3015OLD_FILES+=usr/share/man/man3/hdb_password.3.gz
3016OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz
3017OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz
3018OLD_FILES+=usr/share/man/man3/hdb_store.3.gz
3019OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz
3020OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz
3021OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz
3022OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz
3023OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz
3024OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz
3025OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz
3026OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz
3027OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz
3028OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz
3029OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz
3030OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz
3031OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz
3032OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz
3033OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz
3034OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz
3035OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz
3036OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz
3037OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz
3038OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz
3039OLD_FILES+=usr/share/man/man3/hx509.3.gz
3040OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz
3041OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz
3042OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz
3043OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz
3044OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz
3045OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz
3046OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz
3047OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz
3048OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz
3049OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz
3050OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz
3051OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz
3052OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz
3053OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz
3054OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz
3055OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz
3056OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz
3057OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz
3058OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz
3059OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz
3060OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz
3061OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz
3062OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz
3063OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz
3064OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz
3065OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz
3066OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz
3067OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz
3068OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz
3069OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz
3070OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz
3071OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz
3072OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz
3073OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz
3074OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz
3075OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz
3076OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz
3077OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz
3078OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz
3079OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz
3080OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz
3081OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz
3082OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz
3083OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz
3084OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz
3085OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz
3086OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz
3087OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz
3088OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz
3089OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz
3090OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz
3091OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz
3092OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz
3093OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz
3094OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz
3095OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz
3096OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz
3097OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz
3098OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz
3099OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz
3100OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz
3101OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz
3102OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz
3103OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz
3104OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz
3105OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz
3106OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz
3107OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz
3108OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz
3109OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz
3110OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz
3111OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz
3112OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz
3113OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz
3114OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz
3115OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz
3116OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz
3117OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz
3118OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz
3119OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz
3120OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz
3121OLD_FILES+=usr/share/man/man3/hx509_env.3.gz
3122OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz
3123OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz
3124OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz
3125OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz
3126OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz
3127OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz
3128OLD_FILES+=usr/share/man/man3/hx509_err.3.gz
3129OLD_FILES+=usr/share/man/man3/hx509_error.3.gz
3130OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz
3131OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz
3132OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz
3133OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz
3134OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz
3135OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz
3136OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz
3137OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz
3138OLD_FILES+=usr/share/man/man3/hx509_name.3.gz
3139OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz
3140OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz
3141OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz
3142OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz
3143OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz
3144OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz
3145OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz
3146OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz
3147OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz
3148OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz
3149OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz
3150OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz
3151OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz
3152OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz
3153OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz
3154OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz
3155OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz
3156OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz
3157OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz
3158OLD_FILES+=usr/share/man/man3/hx509_print.3.gz
3159OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz
3160OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz
3161OLD_FILES+=usr/share/man/man3/hx509_query.3.gz
3162OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz
3163OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz
3164OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz
3165OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz
3166OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz
3167OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz
3168OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz
3169OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz
3170OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz
3171OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz
3172OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz
3173OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz
3174OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz
3175OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz
3176OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz
3177OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz
3178OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz
3179OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz
3180OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz
3181OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz
3182OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz
3183OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz
3184OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz
3185OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz
3186OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz
3187OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz
3188OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz
3189OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz
3190OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz
3191OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz
3192OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz
3193OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz
3194OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz
3195OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz
3196OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz
3197OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz
3198OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz
3199OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz
3200OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
3201OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
3202OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
3203OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
3204OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
3205OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz
3206OLD_FILES+=usr/share/man/man3/kafs.3.gz
3207OLD_FILES+=usr/share/man/man3/kafs5.3.gz
3208OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
3209OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
3210OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
3211OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
3212OLD_FILES+=usr/share/man/man3/krb5.3.gz
3213OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
3214OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz
3215OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
3216OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
3217OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
3218OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz
3219OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
3220OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz
3221OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz
3222OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz
3223OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz
3224OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
3225OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
3226OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
3227OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
3228OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
3229OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
3230OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz
3231OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
3232OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
3233OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
3234OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz
3235OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
3236OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
3237OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
3238OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
3239OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
3240OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
3241OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
3242OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz
3243OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
3244OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
3245OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
3246OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
3247OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
3248OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
3249OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
3250OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
3251OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
3252OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
3253OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
3254OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
3255OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
3256OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
3257OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
3258OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
3259OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
3260OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
3261OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
3262OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
3263OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
3264OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
3265OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
3266OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
3267OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
3268OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
3269OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
3270OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
3271OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
3272OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
3273OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
3274OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
3275OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
3276OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
3277OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz
3278OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
3279OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz
3280OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz
3281OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz
3282OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz
3283OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz
3284OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
3285OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
3286OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz
3287OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz
3288OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
3289OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
3290OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
3291OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
3292OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
3293OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz
3294OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz
3295OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz
3296OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz
3297OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz
3298OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz
3299OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
3300OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
3301OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz
3302OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
3303OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
3304OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
3305OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
3306OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz
3307OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz
3308OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz
3309OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
3310OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
3311OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
3312OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
3313OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
3314OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz
3315OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
3316OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
3317OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz
3318OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz
3319OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz
3320OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
3321OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz
3322OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz
3323OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
3324OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz
3325OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz
3326OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz
3327OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz
3328OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz
3329OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz
3330OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
3331OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
3332OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
3333OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
3334OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz
3335OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz
3336OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz
3337OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
3338OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
3339OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz
3340OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz
3341OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz
3342OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
3343OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz
3344OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz
3345OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
3346OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz
3347OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz
3348OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
3349OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz
3350OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz
3351OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz
3352OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz
3353OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz
3354OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz
3355OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz
3356OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz
3357OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz
3358OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz
3359OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
3360OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
3361OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz
3362OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz
3363OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz
3364OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
3365OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz
3366OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz
3367OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz
3368OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
3369OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz
3370OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
3371OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz
3372OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz
3373OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
3374OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz
3375OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz
3376OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
3377OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz
3378OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz
3379OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz
3380OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz
3381OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz
3382OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
3383OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz
3384OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
3385OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz
3386OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
3387OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz
3388OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
3389OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
3390OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
3391OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
3392OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
3393OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz
3394OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz
3395OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
3396OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz
3397OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
3398OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
3399OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
3400OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz
3401OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz
3402OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz
3403OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz
3404OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz
3405OLD_FILES+=usr/share/man/man3/krb5_error.3.gz
3406OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
3407OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz
3408OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
3409OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz
3410OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
3411OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
3412OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
3413OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz
3414OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
3415OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz
3416OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz
3417OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz
3418OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
3419OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
3420OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz
3421OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
3422OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz
3423OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz
3424OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
3425OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
3426OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz
3427OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz
3428OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz
3429OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
3430OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz
3431OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz
3432OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
3433OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
3434OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz
3435OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz
3436OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
3437OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
3438OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz
3439OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz
3440OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
3441OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
3442OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
3443OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz
3444OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz
3445OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz
3446OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
3447OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
3448OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz
3449OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
3450OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz
3451OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz
3452OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz
3453OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
3454OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz
3455OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz
3456OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz
3457OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz
3458OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz
3459OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz
3460OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz
3461OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz
3462OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
3463OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
3464OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
3465OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
3466OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz
3467OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz
3468OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz
3469OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
3470OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
3471OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
3472OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz
3473OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
3474OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz
3475OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz
3476OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz
3477OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz
3478OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz
3479OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz
3480OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz
3481OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz
3482OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz
3483OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz
3484OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
3485OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz
3486OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz
3487OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
3488OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz
3489OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz
3490OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz
3491OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz
3492OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
3493OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz
3494OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz
3495OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz
3496OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz
3497OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz
3498OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
3499OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
3500OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
3501OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
3502OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
3503OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
3504OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
3505OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
3506OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
3507OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
3508OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
3509OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
3510OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz
3511OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
3512OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz
3513OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
3514OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
3515OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
3516OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz
3517OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
3518OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
3519OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz
3520OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
3521OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
3522OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
3523OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
3524OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
3525OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
3526OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
3527OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
3528OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
3529OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
3530OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
3531OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
3532OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
3533OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
3534OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
3535OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
3536OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz
3537OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz
3538OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz
3539OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
3540OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
3541OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
3542OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
3543OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz
3544OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz
3545OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz
3546OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
3547OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
3548OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
3549OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
3550OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
3551OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
3552OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz
3553OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
3554OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
3555OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz
3556OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz
3557OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
3558OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz
3559OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
3560OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
3561OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz
3562OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
3563OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
3564OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz
3565OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz
3566OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz
3567OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz
3568OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz
3569OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz
3570OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
3571OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
3572OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz
3573OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz
3574OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz
3575OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz
3576OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz
3577OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz
3578OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz
3579OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz
3580OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz
3581OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz
3582OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz
3583OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz
3584OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz
3585OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz
3586OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz
3587OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz
3588OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz
3589OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz
3590OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz
3591OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
3592OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz
3593OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz
3594OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz
3595OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz
3596OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz
3597OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz
3598OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz
3599OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz
3600OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz
3601OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
3602OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz
3603OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz
3604OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
3605OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
3606OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
3607OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
3608OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
3609OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
3610OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz
3611OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz
3612OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz
3613OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz
3614OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz
3615OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz
3616OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz
3617OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz
3618OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz
3619OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz
3620OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz
3621OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz
3622OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz
3623OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz
3624OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz
3625OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz
3626OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz
3627OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz
3628OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz
3629OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz
3630OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz
3631OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz
3632OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz
3633OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz
3634OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz
3635OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz
3636OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz
3637OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz
3638OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz
3639OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz
3640OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz
3641OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz
3642OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz
3643OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz
3644OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz
3645OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz
3646OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
3647OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz
3648OLD_FILES+=usr/share/man/man3/krb5_support.3.gz
3649OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
3650OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz
3651OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz
3652OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz
3653OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz
3654OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz
3655OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
3656OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
3657OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
3658OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
3659OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
3660OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
3661OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
3662OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
3663OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz
3664OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
3665OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz
3666OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
3667OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
3668OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
3669OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
3670OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
3671OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
3672OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
3673OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
3674OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
3675OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
3676OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
3677OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz
3678OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
3679OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
3680OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
3681OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz
3682OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz
3683OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz
3684OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz
3685OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz
3686OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
3687OLD_FILES+=usr/share/man/man8/hprop.8.gz
3688OLD_FILES+=usr/share/man/man8/hpropd.8.gz
3689OLD_FILES+=usr/share/man/man8/iprop-log.8.gz
3690OLD_FILES+=usr/share/man/man8/iprop.8.gz
3691OLD_FILES+=usr/share/man/man8/kadmin.8.gz
3692OLD_FILES+=usr/share/man/man8/kadmind.8.gz
3693OLD_FILES+=usr/share/man/man8/kcm.8.gz
3694OLD_FILES+=usr/share/man/man8/kdc.8.gz
3695OLD_FILES+=usr/share/man/man8/kdigest.8.gz
3696OLD_FILES+=usr/share/man/man8/kerberos.8.gz
3697OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz
3698OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
3699OLD_FILES+=usr/share/man/man8/kstash.8.gz
3700OLD_FILES+=usr/share/man/man8/ktutil.8.gz
3701OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
3702OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
3703OLD_FILES+=usr/share/man/man8/string2key.8.gz
3704OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3705.endif
3706
3707.if ${MK_KERBEROS_SUPPORT} == no
3708OLD_FILES+=usr/bin/compile_et
3709OLD_FILES+=usr/include/com_err.h
3710OLD_FILES+=usr/include/com_right.h
3711OLD_FILES+=usr/lib/libcom_err.a
3712OLD_FILES+=usr/lib/libcom_err.so
3713OLD_LIBS+=usr/lib/libcom_err.so.5
3714OLD_FILES+=usr/lib/libcom_err_p.a
3715OLD_FILES+=usr/lib32/libcom_err.a
3716OLD_FILES+=usr/lib32/libcom_err.so
3717OLD_LIBS+=usr/lib32/libcom_err.so.5
3718OLD_FILES+=usr/lib32/libcom_err_p.a
3719OLD_FILES+=usr/share/man/man1/compile_et.1.gz
3720OLD_FILES+=usr/share/man/man3/com_err.3.gz
3721.endif
3722
3723.if ${MK_LDNS} == no
3724OLD_FILES+=usr/lib/private/libldns.a
3725OLD_FILES+=usr/lib/private/libldns.so
3726OLD_LIBS+=usr/lib/private/libldns.so.5
3727OLD_FILES+=usr/lib/private/libldns_p.a
3728.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3729OLD_FILES+=usr/lib32/private/libldns.a
3730OLD_FILES+=usr/lib32/private/libldns.so
3731OLD_LIBS+=usr/lib32/private/libldns.so.5
3732OLD_FILES+=usr/lib32/private/libldns_p.a
3733.endif
3734.endif
3735
3736.if ${MK_LDNS_UTILS} == no
3737OLD_FILES+=usr/bin/drill
3738OLD_FILES+=usr/share/man/man1/drill.1.gz
3739OLD_FILES+=usr/bin/host
3740OLD_FILES+=usr/share/man/man1/host.1.gz
3741.endif
3742
3743.if ${MK_LEGACY_CONSOLE} == no
3744OLD_FILES+=usr/sbin/kbdcontrol
3745OLD_FILES+=usr/sbin/kbdmap
3746OLD_FILES+=usr/sbin/moused
3747OLD_FILES+=usr/sbin/vidcontrol
3748OLD_FILES+=usr/sbin/vidfont
3749OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz
3750OLD_FILES+=usr/share/man/man1/kbdmap.1.gz
3751OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz
3752OLD_FILES+=usr/share/man/man1/vidfont.1.gz
3753OLD_FILES+=usr/share/man/man5/kbdmap.5.gz
3754OLD_FILES+=usr/share/man/man5/keymap.5.gz
3755OLD_FILES+=usr/share/man/man8/moused.8.gz
3756.endif
3757
3758#.if ${MK_LIB32} == no
3759# to be filled in
3760#.endif
3761
3762.if ${MK_LIBCPLUSPLUS} == no
3763OLD_LIBS+=lib/libcxxrt.so.1
3764OLD_FILES+=usr/lib/libc++.a
3765OLD_FILES+=usr/lib/libc++_p.a
3766OLD_FILES+=usr/lib/libc++.so
3767OLD_LIBS+=usr/lib/libc++.so.1
3768OLD_FILES+=usr/lib/libcxxrt.a
3769OLD_FILES+=usr/lib/libcxxrt.so
3770OLD_FILES+=usr/lib/libcxxrt_p.a
3771OLD_FILES+=usr/include/c++/v1/__bit_reference
3772OLD_FILES+=usr/include/c++/v1/__config
3773OLD_FILES+=usr/include/c++/v1/__debug
3774OLD_FILES+=usr/include/c++/v1/__functional_03
3775OLD_FILES+=usr/include/c++/v1/__functional_base
3776OLD_FILES+=usr/include/c++/v1/__functional_base_03
3777OLD_FILES+=usr/include/c++/v1/__hash_table
3778OLD_FILES+=usr/include/c++/v1/__locale
3779OLD_FILES+=usr/include/c++/v1/__mutex_base
3780OLD_FILES+=usr/include/c++/v1/__refstring
3781OLD_FILES+=usr/include/c++/v1/__split_buffer
3782OLD_FILES+=usr/include/c++/v1/__sso_allocator
3783OLD_FILES+=usr/include/c++/v1/__std_stream
3784OLD_FILES+=usr/include/c++/v1/__tree
3785OLD_FILES+=usr/include/c++/v1/__tuple
3786OLD_FILES+=usr/include/c++/v1/__tuple_03
3787OLD_FILES+=usr/include/c++/v1/__undef_min_max
3788OLD_FILES+=usr/include/c++/v1/algorithm
3789OLD_FILES+=usr/include/c++/v1/array
3790OLD_FILES+=usr/include/c++/v1/atomic
3791OLD_FILES+=usr/include/c++/v1/bitset
3792OLD_FILES+=usr/include/c++/v1/cassert
3793OLD_FILES+=usr/include/c++/v1/ccomplex
3794OLD_FILES+=usr/include/c++/v1/cctype
3795OLD_FILES+=usr/include/c++/v1/cerrno
3796OLD_FILES+=usr/include/c++/v1/cfenv
3797OLD_FILES+=usr/include/c++/v1/cfloat
3798OLD_FILES+=usr/include/c++/v1/chrono
3799OLD_FILES+=usr/include/c++/v1/cinttypes
3800OLD_FILES+=usr/include/c++/v1/ciso646
3801OLD_FILES+=usr/include/c++/v1/climits
3802OLD_FILES+=usr/include/c++/v1/clocale
3803OLD_FILES+=usr/include/c++/v1/cmath
3804OLD_FILES+=usr/include/c++/v1/codecvt
3805OLD_FILES+=usr/include/c++/v1/complex
3806OLD_FILES+=usr/include/c++/v1/complex.h
3807OLD_FILES+=usr/include/c++/v1/condition_variable
3808OLD_FILES+=usr/include/c++/v1/csetjmp
3809OLD_FILES+=usr/include/c++/v1/csignal
3810OLD_FILES+=usr/include/c++/v1/cstdarg
3811OLD_FILES+=usr/include/c++/v1/cstdbool
3812OLD_FILES+=usr/include/c++/v1/cstddef
3813OLD_FILES+=usr/include/c++/v1/cstdint
3814OLD_FILES+=usr/include/c++/v1/cstdio
3815OLD_FILES+=usr/include/c++/v1/cstdlib
3816OLD_FILES+=usr/include/c++/v1/cstring
3817OLD_FILES+=usr/include/c++/v1/ctgmath
3818OLD_FILES+=usr/include/c++/v1/ctime
3819OLD_FILES+=usr/include/c++/v1/cwchar
3820OLD_FILES+=usr/include/c++/v1/cwctype
3821OLD_FILES+=usr/include/c++/v1/cxxabi.h
3822OLD_FILES+=usr/include/c++/v1/deque
3823OLD_FILES+=usr/include/c++/v1/exception
3824OLD_FILES+=usr/include/c++/v1/experimental/__config
3825OLD_FILES+=usr/include/c++/v1/experimental/dynarray
3826OLD_FILES+=usr/include/c++/v1/experimental/optional
3827OLD_FILES+=usr/include/c++/v1/experimental/string_view
3828OLD_FILES+=usr/include/c++/v1/experimental/type_traits
3829OLD_FILES+=usr/include/c++/v1/experimental/utility
3830OLD_FILES+=usr/include/c++/v1/ext/__hash
3831OLD_FILES+=usr/include/c++/v1/ext/hash_map
3832OLD_FILES+=usr/include/c++/v1/ext/hash_set
3833OLD_FILES+=usr/include/c++/v1/forward_list
3834OLD_FILES+=usr/include/c++/v1/fstream
3835OLD_FILES+=usr/include/c++/v1/functional
3836OLD_FILES+=usr/include/c++/v1/future
3837OLD_FILES+=usr/include/c++/v1/initializer_list
3838OLD_FILES+=usr/include/c++/v1/iomanip
3839OLD_FILES+=usr/include/c++/v1/ios
3840OLD_FILES+=usr/include/c++/v1/iosfwd
3841OLD_FILES+=usr/include/c++/v1/iostream
3842OLD_FILES+=usr/include/c++/v1/istream
3843OLD_FILES+=usr/include/c++/v1/iterator
3844OLD_FILES+=usr/include/c++/v1/limits
3845OLD_FILES+=usr/include/c++/v1/list
3846OLD_FILES+=usr/include/c++/v1/locale
3847OLD_FILES+=usr/include/c++/v1/map
3848OLD_FILES+=usr/include/c++/v1/memory
3849OLD_FILES+=usr/include/c++/v1/mutex
3850OLD_FILES+=usr/include/c++/v1/new
3851OLD_FILES+=usr/include/c++/v1/numeric
3852OLD_FILES+=usr/include/c++/v1/ostream
3853OLD_FILES+=usr/include/c++/v1/queue
3854OLD_FILES+=usr/include/c++/v1/random
3855OLD_FILES+=usr/include/c++/v1/ratio
3856OLD_FILES+=usr/include/c++/v1/regex
3857OLD_FILES+=usr/include/c++/v1/scoped_allocator
3858OLD_FILES+=usr/include/c++/v1/set
3859OLD_FILES+=usr/include/c++/v1/shared_mutex
3860OLD_FILES+=usr/include/c++/v1/sstream
3861OLD_FILES+=usr/include/c++/v1/stack
3862OLD_FILES+=usr/include/c++/v1/stdexcept
3863OLD_FILES+=usr/include/c++/v1/streambuf
3864OLD_FILES+=usr/include/c++/v1/string
3865OLD_FILES+=usr/include/c++/v1/strstream
3866OLD_FILES+=usr/include/c++/v1/system_error
3867OLD_FILES+=usr/include/c++/v1/tgmath.h
3868OLD_FILES+=usr/include/c++/v1/thread
3869OLD_FILES+=usr/include/c++/v1/tr1/__bit_reference
3870OLD_FILES+=usr/include/c++/v1/tr1/__config
3871OLD_FILES+=usr/include/c++/v1/tr1/__debug
3872OLD_FILES+=usr/include/c++/v1/tr1/__functional_03
3873OLD_FILES+=usr/include/c++/v1/tr1/__functional_base
3874OLD_FILES+=usr/include/c++/v1/tr1/__functional_base_03
3875OLD_FILES+=usr/include/c++/v1/tr1/__hash_table
3876OLD_FILES+=usr/include/c++/v1/tr1/__locale
3877OLD_FILES+=usr/include/c++/v1/tr1/__mutex_base
3878OLD_FILES+=usr/include/c++/v1/tr1/__refstring
3879OLD_FILES+=usr/include/c++/v1/tr1/__split_buffer
3880OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator
3881OLD_FILES+=usr/include/c++/v1/tr1/__std_stream
3882OLD_FILES+=usr/include/c++/v1/tr1/__tree
3883OLD_FILES+=usr/include/c++/v1/tr1/__tuple
3884OLD_FILES+=usr/include/c++/v1/tr1/__tuple_03
3885OLD_FILES+=usr/include/c++/v1/tr1/__undef_min_max
3886OLD_FILES+=usr/include/c++/v1/tr1/algorithm
3887OLD_FILES+=usr/include/c++/v1/tr1/array
3888OLD_FILES+=usr/include/c++/v1/tr1/atomic
3889OLD_FILES+=usr/include/c++/v1/tr1/bitset
3890OLD_FILES+=usr/include/c++/v1/tr1/cassert
3891OLD_FILES+=usr/include/c++/v1/tr1/ccomplex
3892OLD_FILES+=usr/include/c++/v1/tr1/cctype
3893OLD_FILES+=usr/include/c++/v1/tr1/cerrno
3894OLD_FILES+=usr/include/c++/v1/tr1/cfenv
3895OLD_FILES+=usr/include/c++/v1/tr1/cfloat
3896OLD_FILES+=usr/include/c++/v1/tr1/chrono
3897OLD_FILES+=usr/include/c++/v1/tr1/cinttypes
3898OLD_FILES+=usr/include/c++/v1/tr1/ciso646
3899OLD_FILES+=usr/include/c++/v1/tr1/climits
3900OLD_FILES+=usr/include/c++/v1/tr1/clocale
3901OLD_FILES+=usr/include/c++/v1/tr1/cmath
3902OLD_FILES+=usr/include/c++/v1/tr1/codecvt
3903OLD_FILES+=usr/include/c++/v1/tr1/complex
3904OLD_FILES+=usr/include/c++/v1/tr1/complex.h
3905OLD_FILES+=usr/include/c++/v1/tr1/condition_variable
3906OLD_FILES+=usr/include/c++/v1/tr1/csetjmp
3907OLD_FILES+=usr/include/c++/v1/tr1/csignal
3908OLD_FILES+=usr/include/c++/v1/tr1/cstdarg
3909OLD_FILES+=usr/include/c++/v1/tr1/cstdbool
3910OLD_FILES+=usr/include/c++/v1/tr1/cstddef
3911OLD_FILES+=usr/include/c++/v1/tr1/cstdint
3912OLD_FILES+=usr/include/c++/v1/tr1/cstdio
3913OLD_FILES+=usr/include/c++/v1/tr1/cstdlib
3914OLD_FILES+=usr/include/c++/v1/tr1/cstring
3915OLD_FILES+=usr/include/c++/v1/tr1/ctgmath
3916OLD_FILES+=usr/include/c++/v1/tr1/ctime
3917OLD_FILES+=usr/include/c++/v1/tr1/cwchar
3918OLD_FILES+=usr/include/c++/v1/tr1/cwctype
3919OLD_FILES+=usr/include/c++/v1/tr1/deque
3920OLD_FILES+=usr/include/c++/v1/tr1/exception
3921OLD_FILES+=usr/include/c++/v1/tr1/forward_list
3922OLD_FILES+=usr/include/c++/v1/tr1/fstream
3923OLD_FILES+=usr/include/c++/v1/tr1/functional
3924OLD_FILES+=usr/include/c++/v1/tr1/future
3925OLD_FILES+=usr/include/c++/v1/tr1/initializer_list
3926OLD_FILES+=usr/include/c++/v1/tr1/iomanip
3927OLD_FILES+=usr/include/c++/v1/tr1/ios
3928OLD_FILES+=usr/include/c++/v1/tr1/iosfwd
3929OLD_FILES+=usr/include/c++/v1/tr1/iostream
3930OLD_FILES+=usr/include/c++/v1/tr1/istream
3931OLD_FILES+=usr/include/c++/v1/tr1/iterator
3932OLD_FILES+=usr/include/c++/v1/tr1/limits
3933OLD_FILES+=usr/include/c++/v1/tr1/list
3934OLD_FILES+=usr/include/c++/v1/tr1/locale
3935OLD_FILES+=usr/include/c++/v1/tr1/map
3936OLD_FILES+=usr/include/c++/v1/tr1/memory
3937OLD_FILES+=usr/include/c++/v1/tr1/mutex
3938OLD_FILES+=usr/include/c++/v1/tr1/new
3939OLD_FILES+=usr/include/c++/v1/tr1/numeric
3940OLD_FILES+=usr/include/c++/v1/tr1/ostream
3941OLD_FILES+=usr/include/c++/v1/tr1/queue
3942OLD_FILES+=usr/include/c++/v1/tr1/random
3943OLD_FILES+=usr/include/c++/v1/tr1/ratio
3944OLD_FILES+=usr/include/c++/v1/tr1/regex
3945OLD_FILES+=usr/include/c++/v1/tr1/scoped_allocator
3946OLD_FILES+=usr/include/c++/v1/tr1/set
3947OLD_FILES+=usr/include/c++/v1/tr1/shared_mutex
3948OLD_FILES+=usr/include/c++/v1/tr1/sstream
3949OLD_FILES+=usr/include/c++/v1/tr1/stack
3950OLD_FILES+=usr/include/c++/v1/tr1/stdexcept
3951OLD_FILES+=usr/include/c++/v1/tr1/streambuf
3952OLD_FILES+=usr/include/c++/v1/tr1/string
3953OLD_FILES+=usr/include/c++/v1/tr1/strstream
3954OLD_FILES+=usr/include/c++/v1/tr1/system_error
3955OLD_FILES+=usr/include/c++/v1/tr1/tgmath.h
3956OLD_FILES+=usr/include/c++/v1/tr1/thread
3957OLD_FILES+=usr/include/c++/v1/tr1/tuple
3958OLD_FILES+=usr/include/c++/v1/tr1/type_traits
3959OLD_FILES+=usr/include/c++/v1/tr1/typeindex
3960OLD_FILES+=usr/include/c++/v1/tr1/typeinfo
3961OLD_FILES+=usr/include/c++/v1/tr1/unordered_map
3962OLD_FILES+=usr/include/c++/v1/tr1/unordered_set
3963OLD_FILES+=usr/include/c++/v1/tr1/utility
3964OLD_FILES+=usr/include/c++/v1/tr1/valarray
3965OLD_FILES+=usr/include/c++/v1/tr1/vector
3966OLD_FILES+=usr/include/c++/v1/tuple
3967OLD_FILES+=usr/include/c++/v1/type_traits
3968OLD_FILES+=usr/include/c++/v1/typeindex
3969OLD_FILES+=usr/include/c++/v1/typeinfo
3970OLD_FILES+=usr/include/c++/v1/unordered_map
3971OLD_FILES+=usr/include/c++/v1/unordered_set
3972OLD_FILES+=usr/include/c++/v1/unwind-arm.h
3973OLD_FILES+=usr/include/c++/v1/unwind-itanium.h
3974OLD_FILES+=usr/include/c++/v1/unwind.h
3975OLD_FILES+=usr/include/c++/v1/utility
3976OLD_FILES+=usr/include/c++/v1/valarray
3977OLD_FILES+=usr/include/c++/v1/vector
3978OLD_FILES+=usr/lib32/libc++.a
3979OLD_FILES+=usr/lib32/libc++.so
3980OLD_LIBS+=usr/lib32/libc++.so.1
3981OLD_FILES+=usr/lib32/libc++_p.a
3982OLD_FILES+=usr/lib32/libcxxrt.a
3983OLD_FILES+=usr/lib32/libcxxrt.so
3984OLD_LIBS+=usr/lib32/libcxxrt.so.1
3985OLD_FILES+=usr/lib32/libcxxrt_p.a
3986OLD_DIRS+=usr/include/c++/v1/experimental
3987OLD_DIRS+=usr/include/c++/v1/ext
3988OLD_DIRS+=usr/include/c++/v1
3989.endif
3990
3991#.if ${MK_LIBTHR} == no
3992# to be filled in
3993#.endif
3994
3995.if ${MK_LOCALES} == no
3996OLD_FILES+=usr/share/locale/UTF-8/LC_CTYPE
3997OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE
3998OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE
3999OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MESSAGES
4000OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MONETARY
4001OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_NUMERIC
4002OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_TIME
4003OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE
4004OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE
4005OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MESSAGES
4006OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MONETARY
4007OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_NUMERIC
4008OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_TIME
4009OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_COLLATE
4010OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_CTYPE
4011OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MESSAGES
4012OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MONETARY
4013OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_NUMERIC
4014OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_TIME
4015OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_COLLATE
4016OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_CTYPE
4017OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MESSAGES
4018OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MONETARY
4019OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_NUMERIC
4020OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_TIME
4021OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_COLLATE
4022OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_CTYPE
4023OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MESSAGES
4024OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MONETARY
4025OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_NUMERIC
4026OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_TIME
4027OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_COLLATE
4028OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_CTYPE
4029OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MESSAGES
4030OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MONETARY
4031OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_NUMERIC
4032OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_TIME
4033OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_COLLATE
4034OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_CTYPE
4035OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MESSAGES
4036OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MONETARY
4037OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_NUMERIC
4038OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_TIME
4039OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_COLLATE
4040OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_CTYPE
4041OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MESSAGES
4042OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MONETARY
4043OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_NUMERIC
4044OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_TIME
4045OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_COLLATE
4046OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_CTYPE
4047OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MESSAGES
4048OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MONETARY
4049OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_NUMERIC
4050OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_TIME
4051OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_COLLATE
4052OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_CTYPE
4053OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MESSAGES
4054OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MONETARY
4055OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_NUMERIC
4056OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_TIME
4057OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_COLLATE
4058OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_CTYPE
4059OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MESSAGES
4060OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MONETARY
4061OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_NUMERIC
4062OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_TIME
4063OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_COLLATE
4064OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_CTYPE
4065OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MESSAGES
4066OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MONETARY
4067OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_NUMERIC
4068OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_TIME
4069OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_COLLATE
4070OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_CTYPE
4071OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MESSAGES
4072OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MONETARY
4073OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_NUMERIC
4074OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_TIME
4075OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_COLLATE
4076OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_CTYPE
4077OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MESSAGES
4078OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MONETARY
4079OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_NUMERIC
4080OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_TIME
4081OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_COLLATE
4082OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_CTYPE
4083OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MESSAGES
4084OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MONETARY
4085OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_NUMERIC
4086OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_TIME
4087OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_COLLATE
4088OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_CTYPE
4089OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MESSAGES
4090OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MONETARY
4091OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_NUMERIC
4092OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_TIME
4093OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_COLLATE
4094OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_CTYPE
4095OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MESSAGES
4096OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MONETARY
4097OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_NUMERIC
4098OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_TIME
4099OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_COLLATE
4100OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_CTYPE
4101OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MESSAGES
4102OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MONETARY
4103OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_NUMERIC
4104OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_TIME
4105OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_COLLATE
4106OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_CTYPE
4107OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MESSAGES
4108OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MONETARY
4109OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_NUMERIC
4110OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_TIME
4111OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_COLLATE
4112OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE
4113OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MESSAGES
4114OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MONETARY
4115OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_NUMERIC
4116OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_TIME
4117OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_COLLATE
4118OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_CTYPE
4119OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MESSAGES
4120OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MONETARY
4121OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_NUMERIC
4122OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_TIME
4123OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_COLLATE
4124OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_CTYPE
4125OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MESSAGES
4126OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MONETARY
4127OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_NUMERIC
4128OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_TIME
4129OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE
4130OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_CTYPE
4131OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MESSAGES
4132OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MONETARY
4133OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_NUMERIC
4134OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_TIME
4135OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_COLLATE
4136OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_CTYPE
4137OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MESSAGES
4138OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MONETARY
4139OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_NUMERIC
4140OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_TIME
4141OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_COLLATE
4142OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_CTYPE
4143OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MESSAGES
4144OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MONETARY
4145OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_NUMERIC
4146OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_TIME
4147OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_COLLATE
4148OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_CTYPE
4149OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MESSAGES
4150OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MONETARY
4151OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_NUMERIC
4152OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_TIME
4153OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_COLLATE
4154OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_CTYPE
4155OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MESSAGES
4156OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MONETARY
4157OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_NUMERIC
4158OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_TIME
4159OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_COLLATE
4160OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_CTYPE
4161OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MESSAGES
4162OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MONETARY
4163OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_NUMERIC
4164OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_TIME
4165OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_COLLATE
4166OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_CTYPE
4167OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MESSAGES
4168OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MONETARY
4169OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_NUMERIC
4170OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_TIME
4171OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_COLLATE
4172OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_CTYPE
4173OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MESSAGES
4174OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MONETARY
4175OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_NUMERIC
4176OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_TIME
4177OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_COLLATE
4178OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_CTYPE
4179OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MESSAGES
4180OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MONETARY
4181OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_NUMERIC
4182OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_TIME
4183OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_COLLATE
4184OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_CTYPE
4185OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MESSAGES
4186OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MONETARY
4187OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_NUMERIC
4188OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_TIME
4189OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_COLLATE
4190OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_CTYPE
4191OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MESSAGES
4192OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MONETARY
4193OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_NUMERIC
4194OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_TIME
4195OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_COLLATE
4196OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_CTYPE
4197OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MESSAGES
4198OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MONETARY
4199OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_NUMERIC
4200OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_TIME
4201OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_COLLATE
4202OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_CTYPE
4203OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MESSAGES
4204OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MONETARY
4205OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_NUMERIC
4206OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_TIME
4207OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_COLLATE
4208OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_CTYPE
4209OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MESSAGES
4210OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MONETARY
4211OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_NUMERIC
4212OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_TIME
4213OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_COLLATE
4214OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_CTYPE
4215OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MESSAGES
4216OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MONETARY
4217OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_NUMERIC
4218OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_TIME
4219OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_COLLATE
4220OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_CTYPE
4221OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MESSAGES
4222OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MONETARY
4223OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_NUMERIC
4224OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_TIME
4225OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_COLLATE
4226OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_CTYPE
4227OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MESSAGES
4228OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MONETARY
4229OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_NUMERIC
4230OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_TIME
4231OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_COLLATE
4232OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_CTYPE
4233OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MESSAGES
4234OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MONETARY
4235OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_NUMERIC
4236OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_TIME
4237OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_COLLATE
4238OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_CTYPE
4239OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MESSAGES
4240OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MONETARY
4241OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_NUMERIC
4242OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_TIME
4243OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_COLLATE
4244OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_CTYPE
4245OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MESSAGES
4246OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MONETARY
4247OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_NUMERIC
4248OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_TIME
4249OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_COLLATE
4250OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_CTYPE
4251OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES
4252OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MONETARY
4253OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_NUMERIC
4254OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_TIME
4255OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_COLLATE
4256OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_CTYPE
4257OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MESSAGES
4258OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MONETARY
4259OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_NUMERIC
4260OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_TIME
4261OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_COLLATE
4262OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_CTYPE
4263OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MESSAGES
4264OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MONETARY
4265OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_NUMERIC
4266OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_TIME
4267OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_COLLATE
4268OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_CTYPE
4269OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MESSAGES
4270OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MONETARY
4271OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_NUMERIC
4272OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_TIME
4273OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_COLLATE
4274OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_CTYPE
4275OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MESSAGES
4276OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MONETARY
4277OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_NUMERIC
4278OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_TIME
4279OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_COLLATE
4280OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_CTYPE
4281OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MESSAGES
4282OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MONETARY
4283OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_NUMERIC
4284OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_TIME
4285OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_COLLATE
4286OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_CTYPE
4287OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MESSAGES
4288OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MONETARY
4289OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_NUMERIC
4290OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_TIME
4291OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_COLLATE
4292OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_CTYPE
4293OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MESSAGES
4294OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MONETARY
4295OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_NUMERIC
4296OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_TIME
4297OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_COLLATE
4298OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_CTYPE
4299OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MESSAGES
4300OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MONETARY
4301OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_NUMERIC
4302OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_TIME
4303OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_COLLATE
4304OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_CTYPE
4305OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MESSAGES
4306OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MONETARY
4307OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_NUMERIC
4308OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_TIME
4309OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_COLLATE
4310OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_CTYPE
4311OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MESSAGES
4312OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MONETARY
4313OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_NUMERIC
4314OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_TIME
4315OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_COLLATE
4316OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_CTYPE
4317OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MESSAGES
4318OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MONETARY
4319OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_NUMERIC
4320OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_TIME
4321OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_COLLATE
4322OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_CTYPE
4323OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MESSAGES
4324OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MONETARY
4325OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_NUMERIC
4326OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_TIME
4327OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_COLLATE
4328OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_CTYPE
4329OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MESSAGES
4330OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MONETARY
4331OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_NUMERIC
4332OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_TIME
4333OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_COLLATE
4334OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_CTYPE
4335OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MESSAGES
4336OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MONETARY
4337OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_NUMERIC
4338OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_TIME
4339OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_COLLATE
4340OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_CTYPE
4341OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MESSAGES
4342OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MONETARY
4343OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_NUMERIC
4344OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_TIME
4345OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_COLLATE
4346OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_CTYPE
4347OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MESSAGES
4348OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MONETARY
4349OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_NUMERIC
4350OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_TIME
4351OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_COLLATE
4352OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_CTYPE
4353OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MESSAGES
4354OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MONETARY
4355OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_NUMERIC
4356OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_TIME
4357OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_COLLATE
4358OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_CTYPE
4359OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MESSAGES
4360OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MONETARY
4361OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_NUMERIC
4362OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_TIME
4363OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_COLLATE
4364OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_CTYPE
4365OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MESSAGES
4366OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MONETARY
4367OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_NUMERIC
4368OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_TIME
4369OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_COLLATE
4370OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_CTYPE
4371OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MESSAGES
4372OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MONETARY
4373OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_NUMERIC
4374OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_TIME
4375OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_COLLATE
4376OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_CTYPE
4377OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MESSAGES
4378OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MONETARY
4379OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_NUMERIC
4380OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_TIME
4381OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_COLLATE
4382OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_CTYPE
4383OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MESSAGES
4384OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MONETARY
4385OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_NUMERIC
4386OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_TIME
4387OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_COLLATE
4388OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_CTYPE
4389OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MESSAGES
4390OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MONETARY
4391OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_NUMERIC
4392OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_TIME
4393OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_COLLATE
4394OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_CTYPE
4395OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MESSAGES
4396OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MONETARY
4397OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_NUMERIC
4398OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_TIME
4399OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_COLLATE
4400OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_CTYPE
4401OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MESSAGES
4402OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MONETARY
4403OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_NUMERIC
4404OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_TIME
4405OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_COLLATE
4406OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_CTYPE
4407OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MESSAGES
4408OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MONETARY
4409OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_NUMERIC
4410OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_TIME
4411OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_COLLATE
4412OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_CTYPE
4413OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MESSAGES
4414OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MONETARY
4415OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_NUMERIC
4416OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_TIME
4417OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_COLLATE
4418OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_CTYPE
4419OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MESSAGES
4420OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MONETARY
4421OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_NUMERIC
4422OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_TIME
4423OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_COLLATE
4424OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_CTYPE
4425OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MESSAGES
4426OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MONETARY
4427OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_NUMERIC
4428OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_TIME
4429OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_COLLATE
4430OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_CTYPE
4431OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MESSAGES
4432OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MONETARY
4433OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_NUMERIC
4434OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_TIME
4435OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_COLLATE
4436OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_CTYPE
4437OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MESSAGES
4438OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MONETARY
4439OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_NUMERIC
4440OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_TIME
4441OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_COLLATE
4442OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_CTYPE
4443OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MESSAGES
4444OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MONETARY
4445OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_NUMERIC
4446OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_TIME
4447OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_COLLATE
4448OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_CTYPE
4449OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MESSAGES
4450OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MONETARY
4451OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_NUMERIC
4452OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_TIME
4453OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_COLLATE
4454OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_CTYPE
4455OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MESSAGES
4456OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MONETARY
4457OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_NUMERIC
4458OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_TIME
4459OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_COLLATE
4460OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_CTYPE
4461OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MESSAGES
4462OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MONETARY
4463OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_NUMERIC
4464OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_TIME
4465OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_COLLATE
4466OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_CTYPE
4467OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MESSAGES
4468OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MONETARY
4469OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_NUMERIC
4470OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_TIME
4471OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_COLLATE
4472OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_CTYPE
4473OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MESSAGES
4474OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MONETARY
4475OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_NUMERIC
4476OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_TIME
4477OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_COLLATE
4478OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_CTYPE
4479OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MESSAGES
4480OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MONETARY
4481OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_NUMERIC
4482OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_TIME
4483OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_COLLATE
4484OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_CTYPE
4485OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MESSAGES
4486OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MONETARY
4487OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_NUMERIC
4488OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_TIME
4489OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_COLLATE
4490OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_CTYPE
4491OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MESSAGES
4492OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MONETARY
4493OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_NUMERIC
4494OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_TIME
4495OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE
4496OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_CTYPE
4497OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MESSAGES
4498OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MONETARY
4499OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_NUMERIC
4500OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_TIME
4501OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE
4502OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_CTYPE
4503OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES
4504OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MONETARY
4505OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_NUMERIC
4506OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_TIME
4507OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_COLLATE
4508OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_CTYPE
4509OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MESSAGES
4510OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MONETARY
4511OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_NUMERIC
4512OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_TIME
4513OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_COLLATE
4514OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_CTYPE
4515OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MESSAGES
4516OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MONETARY
4517OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_NUMERIC
4518OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_TIME
4519OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_COLLATE
4520OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_CTYPE
4521OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MESSAGES
4522OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MONETARY
4523OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_NUMERIC
4524OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_TIME
4525OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_COLLATE
4526OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_CTYPE
4527OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MESSAGES
4528OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MONETARY
4529OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_NUMERIC
4530OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_TIME
4531OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_COLLATE
4532OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_CTYPE
4533OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MESSAGES
4534OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MONETARY
4535OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_NUMERIC
4536OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_TIME
4537OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_COLLATE
4538OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_CTYPE
4539OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MESSAGES
4540OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MONETARY
4541OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_NUMERIC
4542OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_TIME
4543OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_COLLATE
4544OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_CTYPE
4545OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MESSAGES
4546OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MONETARY
4547OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_NUMERIC
4548OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_TIME
4549OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_COLLATE
4550OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_CTYPE
4551OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MESSAGES
4552OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MONETARY
4553OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_NUMERIC
4554OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_TIME
4555OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_COLLATE
4556OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_CTYPE
4557OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MESSAGES
4558OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MONETARY
4559OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_NUMERIC
4560OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_TIME
4561OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_COLLATE
4562OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_CTYPE
4563OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MESSAGES
4564OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MONETARY
4565OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_NUMERIC
4566OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_TIME
4567OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_COLLATE
4568OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_CTYPE
4569OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MESSAGES
4570OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MONETARY
4571OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_NUMERIC
4572OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_TIME
4573OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_COLLATE
4574OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_CTYPE
4575OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MESSAGES
4576OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MONETARY
4577OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_NUMERIC
4578OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_TIME
4579OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_COLLATE
4580OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_CTYPE
4581OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MESSAGES
4582OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MONETARY
4583OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_NUMERIC
4584OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_TIME
4585OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_COLLATE
4586OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_CTYPE
4587OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MESSAGES
4588OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MONETARY
4589OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_NUMERIC
4590OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_TIME
4591OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_COLLATE
4592OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_CTYPE
4593OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MESSAGES
4594OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MONETARY
4595OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_NUMERIC
4596OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_TIME
4597OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_COLLATE
4598OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_CTYPE
4599OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MESSAGES
4600OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MONETARY
4601OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_NUMERIC
4602OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_TIME
4603OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_COLLATE
4604OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_CTYPE
4605OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MESSAGES
4606OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MONETARY
4607OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_NUMERIC
4608OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_TIME
4609OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_COLLATE
4610OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_CTYPE
4611OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MESSAGES
4612OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MONETARY
4613OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_NUMERIC
4614OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_TIME
4615OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_COLLATE
4616OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_CTYPE
4617OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MESSAGES
4618OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MONETARY
4619OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_NUMERIC
4620OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_TIME
4621OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_COLLATE
4622OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_CTYPE
4623OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MESSAGES
4624OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MONETARY
4625OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_NUMERIC
4626OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_TIME
4627OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_COLLATE
4628OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_CTYPE
4629OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MESSAGES
4630OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MONETARY
4631OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_NUMERIC
4632OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_TIME
4633OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_COLLATE
4634OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_CTYPE
4635OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MESSAGES
4636OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MONETARY
4637OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_NUMERIC
4638OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_TIME
4639OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_COLLATE
4640OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_CTYPE
4641OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_TIME
4642OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_COLLATE
4643OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_CTYPE
4644OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_COLLATE
4645OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_CTYPE
4646OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_TIME
4647OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_COLLATE
4648OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_CTYPE
4649OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_TIME
4650OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_COLLATE
4651OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_CTYPE
4652OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_TIME
4653OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_COLLATE
4654OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_CTYPE
4655OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_TIME
4656OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_COLLATE
4657OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_CTYPE
4658OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MESSAGES
4659OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MONETARY
4660OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_NUMERIC
4661OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_TIME
4662OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_COLLATE
4663OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_CTYPE
4664OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MESSAGES
4665OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MONETARY
4666OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_NUMERIC
4667OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_TIME
4668OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_COLLATE
4669OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_CTYPE
4670OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MESSAGES
4671OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MONETARY
4672OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_NUMERIC
4673OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_TIME
4674OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_COLLATE
4675OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_CTYPE
4676OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MESSAGES
4677OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MONETARY
4678OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_NUMERIC
4679OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_TIME
4680OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_COLLATE
4681OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_CTYPE
4682OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MESSAGES
4683OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MONETARY
4684OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_NUMERIC
4685OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_TIME
4686OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_COLLATE
4687OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_CTYPE
4688OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MESSAGES
4689OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MONETARY
4690OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_NUMERIC
4691OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_TIME
4692OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_COLLATE
4693OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_CTYPE
4694OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MESSAGES
4695OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MONETARY
4696OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_NUMERIC
4697OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_TIME
4698OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_COLLATE
4699OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_CTYPE
4700OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MESSAGES
4701OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MONETARY
4702OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_NUMERIC
4703OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_TIME
4704OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_COLLATE
4705OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_CTYPE
4706OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MESSAGES
4707OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MONETARY
4708OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_NUMERIC
4709OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_TIME
4710OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_COLLATE
4711OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_CTYPE
4712OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES
4713OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MONETARY
4714OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_NUMERIC
4715OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_TIME
4716OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_COLLATE
4717OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_CTYPE
4718OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MESSAGES
4719OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MONETARY
4720OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_NUMERIC
4721OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_TIME
4722OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_COLLATE
4723OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_CTYPE
4724OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MESSAGES
4725OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MONETARY
4726OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_NUMERIC
4727OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_TIME
4728OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_COLLATE
4729OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_CTYPE
4730OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MESSAGES
4731OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MONETARY
4732OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_NUMERIC
4733OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_TIME
4734OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_COLLATE
4735OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_CTYPE
4736OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MESSAGES
4737OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MONETARY
4738OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_NUMERIC
4739OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_TIME
4740OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_COLLATE
4741OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_CTYPE
4742OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MESSAGES
4743OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MONETARY
4744OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_NUMERIC
4745OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_TIME
4746OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_COLLATE
4747OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_CTYPE
4748OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES
4749OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MONETARY
4750OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_NUMERIC
4751OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_TIME
4752OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_COLLATE
4753OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_CTYPE
4754OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MESSAGES
4755OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MONETARY
4756OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_NUMERIC
4757OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_TIME
4758OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_COLLATE
4759OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_CTYPE
4760OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MESSAGES
4761OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MONETARY
4762OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_NUMERIC
4763OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_TIME
4764OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_COLLATE
4765OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_CTYPE
4766OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MESSAGES
4767OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MONETARY
4768OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_NUMERIC
4769OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_TIME
4770OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_COLLATE
4771OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_CTYPE
4772OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MESSAGES
4773OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MONETARY
4774OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_NUMERIC
4775OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_TIME
4776OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_COLLATE
4777OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_CTYPE
4778OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MESSAGES
4779OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MONETARY
4780OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_NUMERIC
4781OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_TIME
4782OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE
4783OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_CTYPE
4784OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MESSAGES
4785OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MONETARY
4786OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_NUMERIC
4787OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_TIME
4788OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_COLLATE
4789OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_CTYPE
4790OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MESSAGES
4791OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MONETARY
4792OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_NUMERIC
4793OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_TIME
4794OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_COLLATE
4795OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_CTYPE
4796OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES
4797OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MONETARY
4798OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_NUMERIC
4799OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_TIME
4800OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_COLLATE
4801OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_CTYPE
4802OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MESSAGES
4803OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MONETARY
4804OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_NUMERIC
4805OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_TIME
4806OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_COLLATE
4807OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_CTYPE
4808OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MESSAGES
4809OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MONETARY
4810OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_NUMERIC
4811OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_TIME
4812OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_COLLATE
4813OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_CTYPE
4814OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MESSAGES
4815OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MONETARY
4816OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_NUMERIC
4817OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_TIME
4818OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_COLLATE
4819OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_CTYPE
4820OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MESSAGES
4821OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MONETARY
4822OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_NUMERIC
4823OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_TIME
4824OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_COLLATE
4825OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_CTYPE
4826OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MESSAGES
4827OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MONETARY
4828OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_NUMERIC
4829OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_TIME
4830OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_COLLATE
4831OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_CTYPE
4832OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MESSAGES
4833OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MONETARY
4834OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_NUMERIC
4835OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_TIME
4836OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_COLLATE
4837OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_CTYPE
4838OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MESSAGES
4839OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MONETARY
4840OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_NUMERIC
4841OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_TIME
4842OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_COLLATE
4843OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_CTYPE
4844OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MESSAGES
4845OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MONETARY
4846OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_NUMERIC
4847OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_TIME
4848OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE
4849OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_CTYPE
4850OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MESSAGES
4851OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MONETARY
4852OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_NUMERIC
4853OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_TIME
4854OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_COLLATE
4855OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_CTYPE
4856OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES
4857OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MONETARY
4858OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_NUMERIC
4859OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_TIME
4860OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_COLLATE
4861OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_CTYPE
4862OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MESSAGES
4863OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MONETARY
4864OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_NUMERIC
4865OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_TIME
4866OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_COLLATE
4867OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_CTYPE
4868OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES
4869OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MONETARY
4870OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_NUMERIC
4871OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_TIME
4872OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_COLLATE
4873OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_CTYPE
4874OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MESSAGES
4875OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MONETARY
4876OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_NUMERIC
4877OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_TIME
4878OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_COLLATE
4879OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_CTYPE
4880OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MESSAGES
4881OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MONETARY
4882OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_NUMERIC
4883OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_TIME
4884OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_COLLATE
4885OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_CTYPE
4886OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MESSAGES
4887OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MONETARY
4888OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_NUMERIC
4889OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_TIME
4890OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_COLLATE
4891OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_CTYPE
4892OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MESSAGES
4893OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MONETARY
4894OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_NUMERIC
4895OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_TIME
4896OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_COLLATE
4897OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_CTYPE
4898OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MESSAGES
4899OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MONETARY
4900OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_NUMERIC
4901OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_TIME
4902OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_COLLATE
4903OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_CTYPE
4904OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MESSAGES
4905OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MONETARY
4906OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_NUMERIC
4907OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_TIME
4908OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE
4909OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_CTYPE
4910OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MESSAGES
4911OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MONETARY
4912OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_NUMERIC
4913OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_TIME
4914OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE
4915OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_CTYPE
4916OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MESSAGES
4917OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MONETARY
4918OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_NUMERIC
4919OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_TIME
4920OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_COLLATE
4921OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_CTYPE
4922OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MESSAGES
4923OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MONETARY
4924OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_NUMERIC
4925OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_TIME
4926OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_COLLATE
4927OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_CTYPE
4928OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MESSAGES
4929OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MONETARY
4930OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_NUMERIC
4931OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_TIME
4932OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_COLLATE
4933OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_CTYPE
4934OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MESSAGES
4935OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MONETARY
4936OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_NUMERIC
4937OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_TIME
4938OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_COLLATE
4939OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_CTYPE
4940OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MESSAGES
4941OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MONETARY
4942OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_NUMERIC
4943OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_TIME
4944OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE
4945OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_CTYPE
4946OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MESSAGES
4947OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MONETARY
4948OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_NUMERIC
4949OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_TIME
4950OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_COLLATE
4951OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_CTYPE
4952OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MESSAGES
4953OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MONETARY
4954OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_NUMERIC
4955OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_TIME
4956OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_COLLATE
4957OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_CTYPE
4958OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MESSAGES
4959OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MONETARY
4960OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_NUMERIC
4961OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_TIME
4962OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_COLLATE
4963OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_CTYPE
4964OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MESSAGES
4965OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MONETARY
4966OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_NUMERIC
4967OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_TIME
4968OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_COLLATE
4969OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_CTYPE
4970OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MESSAGES
4971OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MONETARY
4972OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_NUMERIC
4973OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_TIME
4974OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_COLLATE
4975OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_CTYPE
4976OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MESSAGES
4977OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MONETARY
4978OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_NUMERIC
4979OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_TIME
4980OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_COLLATE
4981OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_CTYPE
4982OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MESSAGES
4983OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MONETARY
4984OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_NUMERIC
4985OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_TIME
4986OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_COLLATE
4987OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_CTYPE
4988OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MESSAGES
4989OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MONETARY
4990OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_NUMERIC
4991OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_TIME
4992OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_COLLATE
4993OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_CTYPE
4994OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MESSAGES
4995OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MONETARY
4996OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_NUMERIC
4997OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_TIME
4998OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_COLLATE
4999OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_CTYPE
5000OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MESSAGES
5001OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MONETARY
5002OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_NUMERIC
5003OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_TIME
5004OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE
5005OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE
5006OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES
5007OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY
5008OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
5009OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME
5010OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_COLLATE
5011OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_CTYPE
5012OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MESSAGES
5013OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MONETARY
5014OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_NUMERIC
5015OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_TIME
5016OLD_FILES+=usr/tests/lib/libc/locale/Kyuafile
5017OLD_FILES+=usr/tests/lib/libc/locale/io_test
5018OLD_FILES+=usr/tests/lib/libc/locale/mbrtowc_test
5019OLD_FILES+=usr/tests/lib/libc/locale/mbsnrtowcs_test
5020OLD_FILES+=usr/tests/lib/libc/locale/mbstowcs_test
5021OLD_FILES+=usr/tests/lib/libc/locale/mbtowc_test
5022OLD_FILES+=usr/tests/lib/libc/locale/wcscspn_test
5023OLD_FILES+=usr/tests/lib/libc/locale/wcspbrk_test
5024OLD_FILES+=usr/tests/lib/libc/locale/wcsspn_test
5025OLD_FILES+=usr/tests/lib/libc/locale/wcstod_test
5026OLD_FILES+=usr/tests/lib/libc/locale/wctomb_test
5027.endif
5028
5029.if ${MK_LOCATE} == no
5030OLD_FILES+=etc/locate.rc
5031OLD_FILES+=etc/periodic/weekly/310.locate
5032OLD_FILES+=usr/bin/locate
5033OLD_FILES+=usr/libexec/locate.bigram
5034OLD_FILES+=usr/libexec/locate.code
5035OLD_FILES+=usr/libexec/locate.concatdb
5036OLD_FILES+=usr/libexec/locate.mklocatedb
5037OLD_FILES+=usr/libexec/locate.updatedb
5038OLD_FILES+=usr/share/man/man1/locate.1.gz
5039OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
5040OLD_FILES+=usr/share/man/man8/updatedb.8.gz
5041.endif
5042
5043.if ${MK_LPR} == no
5044OLD_FILES+=etc/hosts.lpd
5045OLD_FILES+=etc/printcap
5046OLD_FILES+=etc/rc.d/lpd
5047OLD_FILES+=usr/bin/lp
5048OLD_FILES+=usr/bin/lpq
5049OLD_FILES+=usr/bin/lpr
5050OLD_FILES+=usr/bin/lprm
5051OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
5052OLD_FILES+=usr/libexec/lpr/ru/koi2alt
5053OLD_FILES+=usr/libexec/lpr/ru/koi2855
5054OLD_DIRS+=usr/libexec/lpr/ru
5055OLD_FILES+=usr/libexec/lpr/lpf
5056OLD_DIRS+=usr/libexec/lpr
5057OLD_FILES+=usr/sbin/chkprintcap
5058OLD_FILES+=usr/sbin/lpc
5059OLD_FILES+=usr/sbin/lpd
5060OLD_FILES+=usr/sbin/lptest
5061OLD_FILES+=usr/sbin/pac
5062OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
5063OLD_DIRS+=usr/share/doc/smm/07.lpd
5064OLD_FILES+=usr/share/examples/etc/hosts.lpd
5065OLD_FILES+=usr/share/examples/etc/printcap
5066OLD_FILES+=usr/share/man/man1/lp.1.gz
5067OLD_FILES+=usr/share/man/man1/lpq.1.gz
5068OLD_FILES+=usr/share/man/man1/lpr.1.gz
5069OLD_FILES+=usr/share/man/man1/lprm.1.gz
5070OLD_FILES+=usr/share/man/man1/lptest.1.gz
5071OLD_FILES+=usr/share/man/man5/printcap.5.gz
5072OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
5073OLD_FILES+=usr/share/man/man8/lpc.8.gz
5074OLD_FILES+=usr/share/man/man8/lpd.8.gz
5075OLD_FILES+=usr/share/man/man8/pac.8.gz
5076.endif
5077
5078.if ${MK_MAIL} == no
5079OLD_FILES+=etc/aliases
5080OLD_FILES+=etc/mail.rc
5081OLD_FILES+=etc/mail/aliases
5082OLD_FILES+=etc/mail/mailer.conf
5083OLD_FILES+=etc/periodic/daily/130.clean-msgs
5084OLD_FILES+=usr/bin/Mail
5085OLD_FILES+=usr/bin/biff
5086OLD_FILES+=usr/bin/from
5087OLD_FILES+=usr/bin/mail
5088OLD_FILES+=usr/bin/mailx
5089OLD_FILES+=usr/bin/msgs
5090OLD_FILES+=usr/libexec/comsat
5091OLD_FILES+=usr/share/examples/etc/mail.rc
5092OLD_FILES+=usr/share/man/man1/Mail.1.gz
5093OLD_FILES+=usr/share/man/man1/biff.1.gz
5094OLD_FILES+=usr/share/man/man1/from.1.gz
5095OLD_FILES+=usr/share/man/man1/mail.1.gz
5096OLD_FILES+=usr/share/man/man1/mailx.1.gz
5097OLD_FILES+=usr/share/man/man1/msgs.1.gz
5098OLD_FILES+=usr/share/man/man8/comsat.8.gz
5099OLD_FILES+=usr/share/misc/mail.help
5100OLD_FILES+=usr/share/misc/mail.tildehelp
5101.endif
5102
5103.if ${MK_MAILWRAPPER} == no
5104OLD_FILES+=etc/mail/mailer.conf
5105.if ${MK_SENDMAIL} == no
5106OLD_FILES+=usr/sbin/mailwrapper
5107.endif
5108OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
5109.endif
5110
5111.if ${MK_MAKE} == no
5112OLD_FILES+=usr/bin/make
5113OLD_FILES+=usr/share/man/man1/make.1.gz
5114OLD_FILES+=usr/share/mk/atf.test.mk
5115OLD_FILES+=usr/share/mk/bsd.README
5116OLD_FILES+=usr/share/mk/bsd.arch.inc.mk
5117OLD_FILES+=usr/share/mk/bsd.compiler.mk
5118OLD_FILES+=usr/share/mk/bsd.cpu.mk
5119OLD_FILES+=usr/share/mk/bsd.crunchgen.mk
5120OLD_FILES+=usr/share/mk/bsd.dep.mk
5121OLD_FILES+=usr/share/mk/bsd.doc.mk
5122OLD_FILES+=usr/share/mk/bsd.dtb.mk
5123OLD_FILES+=usr/share/mk/bsd.endian.mk
5124OLD_FILES+=usr/share/mk/bsd.files.mk
5125OLD_FILES+=usr/share/mk/bsd.incs.mk
5126OLD_FILES+=usr/share/mk/bsd.info.mk
5127OLD_FILES+=usr/share/mk/bsd.init.mk
5128OLD_FILES+=usr/share/mk/bsd.kmod.mk
5129OLD_FILES+=usr/share/mk/bsd.lib.mk
5130OLD_FILES+=usr/share/mk/bsd.libnames.mk
5131OLD_FILES+=usr/share/mk/bsd.links.mk
5132OLD_FILES+=usr/share/mk/bsd.man.mk
5133OLD_FILES+=usr/share/mk/bsd.mkopt.mk
5134OLD_FILES+=usr/share/mk/bsd.nls.mk
5135OLD_FILES+=usr/share/mk/bsd.obj.mk
5136OLD_FILES+=usr/share/mk/bsd.opts.mk
5137OLD_FILES+=usr/share/mk/bsd.own.mk
5138OLD_FILES+=usr/share/mk/bsd.port.mk
5139OLD_FILES+=usr/share/mk/bsd.port.options.mk
5140OLD_FILES+=usr/share/mk/bsd.port.post.mk
5141OLD_FILES+=usr/share/mk/bsd.port.pre.mk
5142OLD_FILES+=usr/share/mk/bsd.port.subdir.mk
5143OLD_FILES+=usr/share/mk/bsd.prog.mk
5144OLD_FILES+=usr/share/mk/bsd.progs.mk
5145OLD_FILES+=usr/share/mk/bsd.snmpmod.mk
5146OLD_FILES+=usr/share/mk/bsd.subdir.mk
5147OLD_FILES+=usr/share/mk/bsd.symver.mk
5148OLD_FILES+=usr/share/mk/bsd.sys.mk
5149OLD_FILES+=usr/share/mk/bsd.test.mk
5150OLD_FILES+=usr/share/mk/plain.test.mk
5151OLD_FILES+=usr/share/mk/suite.test.mk
5152OLD_FILES+=usr/share/mk/sys.mk
5153OLD_FILES+=usr/share/mk/tap.test.mk
5154OLD_FILES+=usr/share/mk/version_gen.awk
5155OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile
5156OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile
5157OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile
5158OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test
5159OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1
5160OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2
5161OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3
5162OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4
5163OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5
5164OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6
5165OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.7
5166OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.1
5167OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.2
5168OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.3
5169OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.4
5170OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.5
5171OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.6
5172OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.7
5173OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.1
5174OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.2
5175OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.3
5176OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.4
5177OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.5
5178OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.6
5179OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.7
5180OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/legacy_test
5181OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/libtest.a
5182OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Kyuafile
5183OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Makefile.test
5184OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.1
5185OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.2
5186OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.3
5187OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.4
5188OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.5
5189OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.6
5190OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.7
5191OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.1
5192OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.2
5193OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.3
5194OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.4
5195OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.5
5196OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.6
5197OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.7
5198OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.1
5199OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.2
5200OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.3
5201OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.4
5202OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.5
5203OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.6
5204OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.7
5205OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/legacy_test
5206OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/libtest.a
5207OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Kyuafile
5208OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Makefile.test
5209OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.1
5210OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.2
5211OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.3
5212OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.4
5213OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.5
5214OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.6
5215OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.7
5216OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.1
5217OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.2
5218OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.3
5219OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.4
5220OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.5
5221OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.6
5222OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.7
5223OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.1
5224OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.2
5225OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.3
5226OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.4
5227OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.5
5228OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.6
5229OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.7
5230OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/legacy_test
5231OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/libtest.a
5232OLD_FILES+=usr/tests/usr.bin/bmake/basic/Kyuafile
5233OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/Kyuafile
5234OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.status.1
5235OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stderr.1
5236OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stdout.1
5237OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/legacy_test
5238OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Kyuafile
5239OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Makefile.test
5240OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.status.1
5241OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stderr.1
5242OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stdout.1
5243OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/legacy_test
5244OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Kyuafile
5245OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Makefile.test
5246OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.status.1
5247OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stderr.1
5248OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stdout.1
5249OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/legacy_test
5250OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/Kyuafile
5251OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.status.1
5252OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stderr.1
5253OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stdout.1
5254OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/legacy_test
5255OLD_FILES+=usr/tests/usr.bin/bmake/common.sh
5256OLD_FILES+=usr/tests/usr.bin/bmake/execution/Kyuafile
5257OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Kyuafile
5258OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Makefile.test
5259OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.status.1
5260OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stderr.1
5261OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stdout.1
5262OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/legacy_test
5263OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Kyuafile
5264OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Makefile.test
5265OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.status.1
5266OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stderr.1
5267OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stdout.1
5268OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/legacy_test
5269OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Kyuafile
5270OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Makefile.test
5271OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.status.1
5272OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stderr.1
5273OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stdout.1
5274OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/legacy_test
5275OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Kyuafile
5276OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Makefile.test
5277OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.status.1
5278OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stderr.1
5279OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stdout.1
5280OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/legacy_test
5281OLD_FILES+=usr/tests/usr.bin/bmake/shell/Kyuafile
5282OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Kyuafile
5283OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Makefile.test
5284OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.1
5285OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.2
5286OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.1
5287OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.2
5288OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.1
5289OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.2
5290OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/legacy_test
5291OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/sh
5292OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Kyuafile
5293OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Makefile.test
5294OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.1
5295OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.2
5296OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.1
5297OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.2
5298OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.1
5299OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.2
5300OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/legacy_test
5301OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/sh
5302OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Kyuafile
5303OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Makefile.test
5304OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.1
5305OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.2
5306OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.1
5307OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.2
5308OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.1
5309OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.2
5310OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/legacy_test
5311OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/sh
5312OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Kyuafile
5313OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Makefile.test
5314OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.1
5315OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.2
5316OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.1
5317OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.2
5318OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.1
5319OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.2
5320OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/legacy_test
5321OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/shell
5322OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Kyuafile
5323OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Makefile.test
5324OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.1
5325OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.2
5326OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.1
5327OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.2
5328OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.1
5329OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.2
5330OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/legacy_test
5331OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/shell
5332OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Kyuafile
5333OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Makefile.test
5334OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.1
5335OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.2
5336OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.1
5337OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.2
5338OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.1
5339OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.2
5340OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/legacy_test
5341OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/Kyuafile
5342OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Kyuafile
5343OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Makefile.test
5344OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/TEST1.a
5345OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.status.1
5346OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stderr.1
5347OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stdout.1
5348OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/legacy_test
5349OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Kyuafile
5350OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Makefile.test
5351OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST1.a
5352OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST2.a
5353OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.status.1
5354OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stderr.1
5355OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stdout.1
5356OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/legacy_test
5357OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Kyuafile
5358OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Makefile.test
5359OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST1.a
5360OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST2.a
5361OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.status.1
5362OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stderr.1
5363OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stdout.1
5364OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/legacy_test
5365OLD_FILES+=usr/tests/usr.bin/bmake/syntax/Kyuafile
5366OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Kyuafile
5367OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Makefile.test
5368OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.status.1
5369OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stderr.1
5370OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stdout.1
5371OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/legacy_test
5372OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Kyuafile
5373OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Makefile.test
5374OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.1
5375OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.2
5376OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.3
5377OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.4
5378OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.5
5379OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.1
5380OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.2
5381OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.3
5382OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.4
5383OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.5
5384OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.1
5385OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.2
5386OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.3
5387OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.4
5388OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.5
5389OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/legacy_test
5390OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Kyuafile
5391OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Makefile.test
5392OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.1
5393OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.2
5394OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.1
5395OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.2
5396OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.1
5397OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.2
5398OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/legacy_test
5399OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Kyuafile
5400OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Makefile.test
5401OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.1
5402OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.2
5403OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.1
5404OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.2
5405OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.1
5406OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.2
5407OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/legacy_test
5408OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/Kyuafile
5409OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Kyuafile
5410OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Makefile.test
5411OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.status.1
5412OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stderr.1
5413OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stdout.1
5414OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/legacy_test
5415OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/Kyuafile
5416OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/Kyuafile
5417OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/Kyuafile
5418OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/sys.mk
5419OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/Kyuafile
5420OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/cleanup
5421OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.status.1
5422OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stderr.1
5423OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stdout.1
5424OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/legacy_test
5425OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/Kyuafile
5426OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/Kyuafile
5427OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/Kyuafile
5428OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/sys.mk
5429OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/Kyuafile
5430OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/cleanup
5431OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.status.1
5432OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stderr.1
5433OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stdout.1
5434OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/legacy_test
5435OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/Kyuafile
5436OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/Kyuafile
5437OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/Kyuafile
5438OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/sys.mk
5439OLD_FILES+=usr/tests/usr.bin/bmake/test-new.mk
5440OLD_FILES+=usr/tests/usr.bin/bmake/variables/Kyuafile
5441OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Kyuafile
5442OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Makefile.test
5443OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.status.1
5444OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stderr.1
5445OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stdout.1
5446OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/legacy_test
5447OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Kyuafile
5448OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Makefile.test
5449OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.1
5450OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.2
5451OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.3
5452OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.1
5453OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.2
5454OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.3
5455OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.1
5456OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.2
5457OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.3
5458OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/legacy_test
5459OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Kyuafile
5460OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Makefile.test
5461OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.1
5462OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.2
5463OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.1
5464OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.2
5465OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.1
5466OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.2
5467OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/legacy_test
5468OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Kyuafile
5469OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Makefile.test
5470OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.status.1
5471OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stderr.1
5472OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stdout.1
5473OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test
5474.endif
5475
5476.if ${MK_MAN} == no
5477MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type f | sed -e 's,^${DESTDIR}/,,'; echo
5478OLD_FILES+=${MAN_FILES}
5479.endif
5480
5481.if ${MK_MAN_UTILS} == no
5482OLD_FILES+=etc/periodic/weekly/320.whatis
5483OLD_FILES+=etc/periodic/weekly/330.catman
5484OLD_FILES+=usr/bin/apropos
5485OLD_FILES+=usr/bin/catman
5486OLD_FILES+=usr/bin/makewhatis
5487OLD_FILES+=usr/bin/man
5488OLD_FILES+=usr/bin/manpath
5489OLD_FILES+=usr/bin/whatis
5490OLD_FILES+=usr/libexec/catman.local
5491OLD_FILES+=usr/libexec/makewhatis.local
5492OLD_FILES+=usr/sbin/manctl
5493OLD_FILES+=usr/share/man/man1/apropos.1.gz
5494OLD_FILES+=usr/share/man/man1/catman.1.gz
5495OLD_FILES+=usr/share/man/man1/makewhatis.1.gz
5496OLD_FILES+=usr/share/man/man1/man.1.gz
5497OLD_FILES+=usr/share/man/man1/manpath.1.gz
5498OLD_FILES+=usr/share/man/man1/whatis.1.gz
5499OLD_FILES+=usr/share/man/man5/man.conf.5.gz
5500OLD_FILES+=usr/share/man/man8/catman.local.8.gz
5501OLD_FILES+=usr/share/man/man8/makewhatis.local.8.gz
5502OLD_FILES+=usr/share/man/man8/manctl.8.gz
5503OLD_FILES+=usr/share/man/whatis
5504OLD_FILES+=usr/share/openssl/man/whatis
5505.endif
5506
5507.if ${MK_NDIS} == no
5508OLD_FILES+=usr/sbin/ndiscvt
5509OLD_FILES+=usr/sbin/ndisgen
5510OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
5511OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
5512OLD_FILES+=usr/share/misc/windrv_stub.c
5513.endif
5514
5515.if ${MK_NETCAT} == no
5516OLD_FILES+=usr/bin/nc
5517OLD_FILES+=usr/share/man/man1/nc.1.gz
5518.endif
5519
5520.if ${MK_NETGRAPH} == no
5521OLD_FILES+=usr/include/netgraph.h
5522OLD_FILES+=usr/lib/libnetgraph.a
5523OLD_FILES+=usr/lib/libnetgraph.so
5524OLD_LIBS+=usr/lib/libnetgraph.so.4
5525OLD_FILES+=usr/lib/libnetgraph_p.a
5526OLD_FILES+=usr/lib32/libnetgraph.a
5527OLD_FILES+=usr/lib32/libnetgraph.so
5528OLD_LIBS+=usr/lib32/libnetgraph.so.4
5529OLD_FILES+=usr/lib32/libnetgraph_p.a
5530OLD_FILES+=usr/libexec/pppoed
5531OLD_FILES+=usr/sbin/flowctl
5532OLD_FILES+=usr/sbin/lmcconfig
5533OLD_FILES+=usr/sbin/ngctl
5534OLD_FILES+=usr/sbin/nghook
5535OLD_FILES+=usr/share/man/man3/NgAllocRecvAsciiMsg.3.gz
5536OLD_FILES+=usr/share/man/man3/NgAllocRecvData.3.gz
5537OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz
5538OLD_FILES+=usr/share/man/man3/NgMkSockNode.3.gz
5539OLD_FILES+=usr/share/man/man3/NgNameNode.3.gz
5540OLD_FILES+=usr/share/man/man3/NgRecvAsciiMsg.3.gz
5541OLD_FILES+=usr/share/man/man3/NgRecvData.3.gz
5542OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz
5543OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz
5544OLD_FILES+=usr/share/man/man3/NgSendData.3.gz
5545OLD_FILES+=usr/share/man/man3/NgSendMsg.3.gz
5546OLD_FILES+=usr/share/man/man3/NgSendMsgReply.3.gz
5547OLD_FILES+=usr/share/man/man3/NgSetDebug.3.gz
5548OLD_FILES+=usr/share/man/man3/NgSetErrLog.3.gz
5549OLD_FILES+=usr/share/man/man3/netgraph.3.gz
5550OLD_FILES+=usr/share/man/man8/flowctl.8.gz
5551OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz
5552OLD_FILES+=usr/share/man/man8/ngctl.8.gz
5553OLD_FILES+=usr/share/man/man8/nghook.8.gz
5554OLD_FILES+=usr/share/man/man8/pppoed.8.gz
5555.endif
5556
5557.if ${MK_NETGRAPH_SUPPORT} == no
5558OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
5559OLD_FILES+=usr/lib/snmp_netgraph.so
5560OLD_LIBS+=usr/lib/snmp_netgraph.so.6
5561OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
5562OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
5563OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
5564.endif
5565
5566.if ${MK_NIS} == no
5567OLD_FILES+=usr/bin/ypcat
5568OLD_FILES+=usr/bin/ypchfn
5569OLD_FILES+=usr/bin/ypchpass
5570OLD_FILES+=usr/bin/ypchsh
5571OLD_FILES+=usr/bin/ypmatch
5572OLD_FILES+=usr/bin/yppasswd
5573OLD_FILES+=usr/bin/ypwhich
5574OLD_FILES+=usr/include/ypclnt.h
5575OLD_FILES+=usr/lib/libypclnt.a
5576OLD_FILES+=usr/lib/libypclnt.so
5577OLD_LIBS+=usr/lib/libypclnt.so.4
5578OLD_FILES+=usr/lib/libypclnt_p.a
5579.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
5580OLD_FILES+=usr/lib32/libypclnt.a
5581OLD_FILES+=usr/lib32/libypclnt.so
5582OLD_LIBS+=usr/lib32/libypclnt.so.4
5583OLD_FILES+=usr/lib32/libypclnt_p.a
5584.endif
5585OLD_FILES+=usr/libexec/mknetid
5586OLD_FILES+=usr/libexec/yppwupdate
5587OLD_FILES+=usr/libexec/ypxfr
5588OLD_FILES+=usr/sbin/rpc.yppasswdd
5589OLD_FILES+=usr/sbin/rpc.ypupdated
5590OLD_FILES+=usr/sbin/rpc.ypxfrd
5591OLD_FILES+=usr/sbin/yp_mkdb
5592OLD_FILES+=usr/sbin/ypbind
5593OLD_FILES+=usr/sbin/ypinit
5594OLD_FILES+=usr/sbin/yppoll
5595OLD_FILES+=usr/sbin/yppush
5596OLD_FILES+=usr/sbin/ypserv
5597OLD_FILES+=usr/sbin/ypset
5598OLD_FILES+=usr/share/man/man1/ypcat.1.gz
5599OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
5600OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
5601OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
5602OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
5603OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
5604OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
5605OLD_FILES+=usr/share/man/man5/netid.5.gz
5606OLD_FILES+=usr/share/man/man8/mknetid.8.gz
5607OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
5608OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
5609OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
5610OLD_FILES+=usr/share/man/man8/ypbind.8.gz
5611OLD_FILES+=usr/share/man/man8/ypinit.8.gz
5612OLD_FILES+=usr/share/man/man8/yppoll.8.gz
5613OLD_FILES+=usr/share/man/man8/yppush.8.gz
5614OLD_FILES+=usr/share/man/man8/ypserv.8.gz
5615OLD_FILES+=usr/share/man/man8/ypset.8.gz
5616OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
5617OLD_FILES+=var/yp/Makefile
5618OLD_FILES+=var/yp/Makefile.dist
5619.endif
5620
5621.if ${MK_NLS} == no
5622OLD_FILES+=usr/share/nls/C/ee.cat
5623OLD_FILES+=usr/share/nls/be_BY.UTF-8/libc.cat
5624OLD_FILES+=usr/share/nls/ca_ES.ISO8859-1/libc.cat
5625OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/ee.cat
5626OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
5627OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/ee.cat
5628OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
5629OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
5630OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/ee.cat
5631OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
5632OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/ee.cat
5633OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
5634OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
5635OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
5636OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/libc.cat
5637OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
5638OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/ee.cat
5639OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
5640OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
5641OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/libc.cat
5642OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
5643OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
5644OLD_FILES+=usr/share/nls/en_US.ISO8859-1/ee.cat
5645OLD_FILES+=usr/share/nls/en_US.ISO8859-15/ee.cat
5646OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/grep.cat
5647OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/libc.cat
5648OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
5649OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
5650OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
5651OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
5652OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
5653OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/libc.cat
5654OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
5655OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
5656OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
5657OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/ee.cat
5658OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
5659OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/ee.cat
5660OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
5661OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
5662OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/ee.cat
5663OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
5664OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/ee.cat
5665OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
5666OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
5667OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/ee.cat
5668OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
5669OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/ee.cat
5670OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
5671OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
5672OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
5673OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/libc.cat
5674OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
5675OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/ee.cat
5676OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
5677OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
5678OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/grep.cat
5679OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/libc.cat
5680OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
5681OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/grep.cat
5682OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/libc.cat
5683OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/sort.cat
5684OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
5685OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
5686OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
5687OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
5688OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/libc.cat
5689OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
5690OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
5691OLD_FILES+=usr/share/nls/ja_JP.SJIS/grep.cat
5692OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
5693OLD_FILES+=usr/share/nls/ja_JP.UTF-8/grep.cat
5694OLD_FILES+=usr/share/nls/ja_JP.UTF-8/libc.cat
5695OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
5696OLD_FILES+=usr/share/nls/ja_JP.eucJP/grep.cat
5697OLD_FILES+=usr/share/nls/ja_JP.eucJP/libc.cat
5698OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
5699OLD_FILES+=usr/share/nls/ko_KR.UTF-8/libc.cat
5700OLD_FILES+=usr/share/nls/ko_KR.eucKR/libc.cat
5701OLD_FILES+=usr/share/nls/mn_MN.UTF-8/libc.cat
5702OLD_FILES+=usr/share/nls/nl_NL.ISO8859-1/libc.cat
5703OLD_FILES+=usr/share/nls/no_NO.ISO8859-1/libc.cat
5704OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
5705OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/libc.cat
5706OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
5707OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/grep.cat
5708OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/libc.cat
5709OLD_FILES+=usr/share/nls/pt_PT.ISO8859-1/ee.cat
5710OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
5711OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
5712OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
5713OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
5714OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/grep.cat
5715OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/libc.cat
5716OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
5717OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
5718OLD_FILES+=usr/share/nls/sk_SK.ISO8859-2/libc.cat
5719OLD_FILES+=usr/share/nls/sv_SE.ISO8859-1/libc.cat
5720OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
5721OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
5722OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
5723OLD_FILES+=usr/share/nls/uk_UA.UTF-8/grep.cat
5724OLD_FILES+=usr/share/nls/uk_UA.UTF-8/libc.cat
5725OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
5726OLD_FILES+=usr/share/nls/zh_CN.GB18030/libc.cat
5727OLD_FILES+=usr/share/nls/zh_CN.GB2312/libc.cat
5728OLD_FILES+=usr/share/nls/zh_CN.UTF-8/grep.cat
5729OLD_FILES+=usr/share/nls/zh_CN.UTF-8/libc.cat
5730OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0
5731.endif
5732
5733.if ${MK_NLS_CATALOGS} == no
5734OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
5735OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
5736OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
5737OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
5738OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
5739OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
5740OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
5741OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
5742OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
5743OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
5744OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
5745OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
5746OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
5747OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
5748OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
5749OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
5750OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
5751OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
5752OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
5753OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
5754OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
5755.endif
5756
5757.if ${MK_NS_CACHING} == no
5758OLD_FILES+=etc/nscd.conf
5759OLD_FILES+=etc/rc.d/nscd
5760OLD_FILES+=usr/sbin/nscd
5761OLD_FILES+=usr/share/examples/etc/nscd.conf
5762OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz
5763OLD_FILES+=usr/share/man/man8/nscd.8.gz
5764.endif
5765
5766.if ${MK_NTP} == no
5767OLD_FILES+=etc/ntp.conf
5768OLD_FILES+=etc/periodic/daily/480.status-ntpd
5769OLD_FILES+=usr/bin/ntpq
5770OLD_FILES+=usr/sbin/ntp-keygen
5771OLD_FILES+=usr/sbin/ntpd
5772OLD_FILES+=usr/sbin/ntpdate
5773OLD_FILES+=usr/sbin/ntpdc
5774OLD_FILES+=usr/sbin/ntptime
5775OLD_FILES+=usr/sbin/sntp
5776OLD_FILES+=usr/share/doc/ntp/accopt.html
5777OLD_FILES+=usr/share/doc/ntp/assoc.html
5778OLD_FILES+=usr/share/doc/ntp/audio.html
5779OLD_FILES+=usr/share/doc/ntp/authopt.html
5780OLD_FILES+=usr/share/doc/ntp/build.html
5781OLD_FILES+=usr/share/doc/ntp/clockopt.html
5782OLD_FILES+=usr/share/doc/ntp/config.html
5783OLD_FILES+=usr/share/doc/ntp/confopt.html
5784OLD_FILES+=usr/share/doc/ntp/copyright.html
5785OLD_FILES+=usr/share/doc/ntp/debug.html
5786OLD_FILES+=usr/share/doc/ntp/driver1.html
5787OLD_FILES+=usr/share/doc/ntp/driver10.html
5788OLD_FILES+=usr/share/doc/ntp/driver11.html
5789OLD_FILES+=usr/share/doc/ntp/driver12.html
5790OLD_FILES+=usr/share/doc/ntp/driver16.html
5791OLD_FILES+=usr/share/doc/ntp/driver18.html
5792OLD_FILES+=usr/share/doc/ntp/driver19.html
5793OLD_FILES+=usr/share/doc/ntp/driver2.html
5794OLD_FILES+=usr/share/doc/ntp/driver20.html
5795OLD_FILES+=usr/share/doc/ntp/driver22.html
5796OLD_FILES+=usr/share/doc/ntp/driver26.html
5797OLD_FILES+=usr/share/doc/ntp/driver27.html
5798OLD_FILES+=usr/share/doc/ntp/driver28.html
5799OLD_FILES+=usr/share/doc/ntp/driver29.html
5800OLD_FILES+=usr/share/doc/ntp/driver3.html
5801OLD_FILES+=usr/share/doc/ntp/driver30.html
5802OLD_FILES+=usr/share/doc/ntp/driver32.html
5803OLD_FILES+=usr/share/doc/ntp/driver33.html
5804OLD_FILES+=usr/share/doc/ntp/driver34.html
5805OLD_FILES+=usr/share/doc/ntp/driver35.html
5806OLD_FILES+=usr/share/doc/ntp/driver36.html
5807OLD_FILES+=usr/share/doc/ntp/driver37.html
5808OLD_FILES+=usr/share/doc/ntp/driver4.html
5809OLD_FILES+=usr/share/doc/ntp/driver5.html
5810OLD_FILES+=usr/share/doc/ntp/driver6.html
5811OLD_FILES+=usr/share/doc/ntp/driver7.html
5812OLD_FILES+=usr/share/doc/ntp/driver8.html
5813OLD_FILES+=usr/share/doc/ntp/driver9.html
5814OLD_FILES+=usr/share/doc/ntp/extern.html
5815OLD_FILES+=usr/share/doc/ntp/hints.html
5816OLD_FILES+=usr/share/doc/ntp/howto.html
5817OLD_FILES+=usr/share/doc/ntp/index.html
5818OLD_FILES+=usr/share/doc/ntp/kern.html
5819OLD_FILES+=usr/share/doc/ntp/ldisc.html
5820OLD_FILES+=usr/share/doc/ntp/measure.html
5821OLD_FILES+=usr/share/doc/ntp/miscopt.html
5822OLD_FILES+=usr/share/doc/ntp/monopt.html
5823OLD_FILES+=usr/share/doc/ntp/mx4200data.html
5824OLD_FILES+=usr/share/doc/ntp/notes.html
5825OLD_FILES+=usr/share/doc/ntp/ntpd.html
5826OLD_FILES+=usr/share/doc/ntp/ntpdate.html
5827OLD_FILES+=usr/share/doc/ntp/ntpdc.html
5828OLD_FILES+=usr/share/doc/ntp/ntpq.html
5829OLD_FILES+=usr/share/doc/ntp/ntptime.html
5830OLD_FILES+=usr/share/doc/ntp/ntptrace.html
5831OLD_FILES+=usr/share/doc/ntp/parsedata.html
5832OLD_FILES+=usr/share/doc/ntp/parsenew.html
5833OLD_FILES+=usr/share/doc/ntp/patches.html
5834OLD_FILES+=usr/share/doc/ntp/porting.html
5835OLD_FILES+=usr/share/doc/ntp/pps.html
5836OLD_FILES+=usr/share/doc/ntp/prefer.html
5837OLD_FILES+=usr/share/doc/ntp/quick.html
5838OLD_FILES+=usr/share/doc/ntp/rdebug.html
5839OLD_FILES+=usr/share/doc/ntp/refclock.html
5840OLD_FILES+=usr/share/doc/ntp/release.html
5841OLD_FILES+=usr/share/doc/ntp/tickadj.html
5842OLD_DIRS+=usr/share/doc/ntp
5843OLD_FILES+=usr/share/examples/etc/ntp.conf
5844OLD_FILES+=usr/share/man/man1/sntp.1.gz
5845OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
5846OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
5847OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
5848OLD_FILES+=usr/share/man/man8/ntpd.8.gz
5849OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
5850OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
5851OLD_FILES+=usr/share/man/man8/ntpq.8.gz
5852OLD_FILES+=usr/share/man/man8/ntptime.8.gz
5853.endif
5854
5855#.if ${MK_OBJC} == no
5856# to be filled in
5857#.endif
5858
5859.if ${MK_OPENSSH} == no
5860OLD_FILES+=etc/rc.d/sshd
5861OLD_FILES+=etc/ssh/moduli
5862OLD_FILES+=etc/ssh/ssh_config
5863OLD_FILES+=etc/ssh/sshd_config
5864OLD_FILES+=usr/bin/scp
5865OLD_FILES+=usr/bin/sftp
5866OLD_FILES+=usr/bin/slogin
5867OLD_FILES+=usr/bin/ssh
5868OLD_FILES+=usr/bin/ssh-add
5869OLD_FILES+=usr/bin/ssh-agent
5870OLD_FILES+=usr/bin/ssh-copy-id
5871OLD_FILES+=usr/bin/ssh-keygen
5872OLD_FILES+=usr/bin/ssh-keyscan
5873OLD_FILES+=usr/lib/pam_ssh.so
5874OLD_LIBS+=usr/lib/pam_ssh.so.5
5875OLD_FILES+=usr/lib/private/libssh.a
5876OLD_FILES+=usr/lib/private/libssh.so
5877OLD_LIBS+=usr/lib/private/libssh.so.5
5878OLD_FILES+=usr/lib/private/libssh_p.a
5879.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
5880OLD_FILES+=usr/lib32/pam_ssh.so
5881OLD_LIBS+=usr/lib32/pam_ssh.so.5
5882OLD_FILES+=usr/lib32/private/libssh.a
5883OLD_FILES+=usr/lib32/private/libssh.so
5884OLD_LIBS+=usr/lib32/private/libssh.so.5
5885OLD_FILES+=usr/lib32/private/libssh_p.a
5886.endif
5887OLD_FILES+=usr/libexec/sftp-server
5888OLD_FILES+=usr/libexec/ssh-keysign
5889OLD_FILES+=usr/libexec/ssh-pkcs11-helper
5890OLD_FILES+=usr/sbin/sshd
5891OLD_FILES+=usr/share/man/man1/scp.1.gz
5892OLD_FILES+=usr/share/man/man1/sftp.1.gz
5893OLD_FILES+=usr/share/man/man1/slogin.1.gz
5894OLD_FILES+=usr/share/man/man1/ssh-add.1.gz
5895OLD_FILES+=usr/share/man/man1/ssh-agent.1.gz
5896OLD_FILES+=usr/share/man/man1/ssh-copy-id.1.gz
5897OLD_FILES+=usr/share/man/man1/ssh-keygen.1.gz
5898OLD_FILES+=usr/share/man/man1/ssh-keyscan.1.gz
5899OLD_FILES+=usr/share/man/man1/ssh.1.gz
5900OLD_FILES+=usr/share/man/man5/ssh_config.5.gz
5901OLD_FILES+=usr/share/man/man5/sshd_config.5.gz
5902OLD_FILES+=usr/share/man/man8/pam_ssh.8.gz
5903OLD_FILES+=usr/share/man/man8/sftp-server.8.gz
5904OLD_FILES+=usr/share/man/man8/ssh-keysign.8.gz
5905OLD_FILES+=usr/share/man/man8/ssh-pkcs11-helper.8.gz
5906OLD_FILES+=usr/share/man/man8/sshd.8.gz
5907.endif
5908
5909.if ${MK_OPENSSL} == no
5910OLD_FILES+=etc/rc.d/keyserv
5911.endif
5912
5913.if ${MK_PC_SYSINSTALL} == no
5914# backend-partmanager
5915OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/create-part.sh
5916OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/delete-part.sh
5917# backend-query
5918OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-emulation.sh
5919OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-laptop.sh
5920OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-nics.sh
5921OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-info.sh
5922OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-list.sh
5923OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-part.sh
5924OLD_FILES+=usr/share/pc-sysinstall/backend-query/enable-net.sh
5925OLD_FILES+=usr/share/pc-sysinstall/backend-query/get-packages.sh
5926OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-components.sh
5927OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-config.sh
5928OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-mirrors.sh
5929OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-packages.sh
5930OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-rsync-backups.sh
5931OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-tzones.sh
5932OLD_FILES+=usr/share/pc-sysinstall/backend-query/query-langs.sh
5933OLD_FILES+=usr/share/pc-sysinstall/backend-query/send-logs.sh
5934OLD_FILES+=usr/share/pc-sysinstall/backend-query/setup-ssh-keys.sh
5935OLD_FILES+=usr/share/pc-sysinstall/backend-query/set-mirror.sh
5936OLD_FILES+=usr/share/pc-sysinstall/backend-query/sys-mem.sh
5937OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-live.sh
5938OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-netup.sh
5939OLD_FILES+=usr/share/pc-sysinstall/backend-query/update-part-list.sh
5940OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-layouts.sh
5941OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-models.sh
5942OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-variants.sh
5943# backend
5944OLD_FILES+=usr/share/pc-sysinstall/backend/functions-bsdlabel.sh
5945OLD_FILES+=usr/share/pc-sysinstall/backend/functions-cleanup.sh
5946OLD_FILES+=usr/share/pc-sysinstall/backend/functions-disk.sh
5947OLD_FILES+=usr/share/pc-sysinstall/backend/functions-extractimage.sh
5948OLD_FILES+=usr/share/pc-sysinstall/backend/functions-ftp.sh
5949OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installcomponents.sh
5950OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installpackages.sh
5951OLD_FILES+=usr/share/pc-sysinstall/backend/functions-localize.sh
5952OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountdisk.sh
5953OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountoptical.sh
5954OLD_FILES+=usr/share/pc-sysinstall/backend/functions-networking.sh
5955OLD_FILES+=usr/share/pc-sysinstall/backend/functions-newfs.sh
5956OLD_FILES+=usr/share/pc-sysinstall/backend/functions-parse.sh
5957OLD_FILES+=usr/share/pc-sysinstall/backend/functions-packages.sh
5958OLD_FILES+=usr/share/pc-sysinstall/backend/functions-runcommands.sh
5959OLD_FILES+=usr/share/pc-sysinstall/backend/functions-unmount.sh
5960OLD_FILES+=usr/share/pc-sysinstall/backend/functions-upgrade.sh
5961OLD_FILES+=usr/share/pc-sysinstall/backend/functions-users.sh
5962OLD_FILES+=usr/share/pc-sysinstall/backend/functions.sh
5963OLD_FILES+=usr/share/pc-sysinstall/backend/installimage.sh
5964OLD_FILES+=usr/share/pc-sysinstall/backend/parseconfig.sh
5965OLD_FILES+=usr/share/pc-sysinstall/backend/startautoinstall.sh
5966# conf
5967OLD_FILES+=usr/share/pc-sysinstall/conf/avail-langs
5968OLD_FILES+=usr/share/pc-sysinstall/conf/exclude-from-upgrade
5969OLD_FILES+=usr/share/pc-sysinstall/conf/license/bsd-en.txt
5970OLD_FILES+=usr/share/pc-sysinstall/conf/license/intel-en.txt
5971OLD_FILES+=usr/share/pc-sysinstall/conf/license/nvidia-en.txt
5972OLD_FILES+=usr/share/pc-sysinstall/conf/pc-sysinstall.conf
5973# doc
5974OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-list
5975OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-size
5976OLD_FILES+=usr/share/pc-sysinstall/doc/help-index
5977OLD_FILES+=usr/share/pc-sysinstall/doc/help-start-autoinstall
5978# examples
5979OLD_FILES+=usr/share/examples/pc-sysinstall/README
5980OLD_FILES+=usr/share/examples/pc-sysinstall/pc-autoinstall.conf
5981OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.fbsd-netinstall
5982OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.geli
5983OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.gmirror
5984OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.netinstall
5985OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.restore
5986OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.rsync
5987OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.upgrade
5988OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.zfs
5989# pc-sysinstall
5990OLD_FILES+=usr/sbin/pc-sysinstall
5991OLD_FILES+=usr/share/man/man8/pc-sysinstall.8.gz
5992OLD_DIRS+=usr/share/pc-sysinstall/backend
5993OLD_DIRS+=usr/share/pc-sysinstall/backend-partmanager
5994OLD_DIRS+=usr/share/pc-sysinstall/backend-query
5995OLD_DIRS+=usr/share/pc-sysinstall/conf/license
5996OLD_DIRS+=usr/share/pc-sysinstall/conf
5997OLD_DIRS+=usr/share/pc-sysinstall/doc
5998OLD_DIRS+=usr/share/pc-sysinstall
5999OLD_DIRS+=usr/share/examples/pc-sysinstall
6000.endif
6001
6002.if ${MK_PF} == no
6003OLD_FILES+=etc/periodic/security/520.pfdenied
6004OLD_FILES+=etc/pf.os
6005OLD_FILES+=etc/rc.d/ftp-proxy
6006OLD_FILES+=sbin/pfctl
6007OLD_FILES+=sbin/pflogd
6008OLD_FILES+=usr/include/netpfil/pf/pf.h
6009OLD_FILES+=usr/include/netpfil/pf/pf_altq.h
6010OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h
6011OLD_FILES+=usr/lib/snmp_pf.so
6012OLD_LIBS+=usr/lib/snmp_pf.so.6
6013OLD_FILES+=usr/libexec/tftp-proxy
6014OLD_FILES+=usr/sbin/ftp-proxy
6015OLD_FILES+=usr/share/examples/etc/pf.os
6016OLD_FILES+=usr/share/examples/pf/ackpri
6017OLD_FILES+=usr/share/examples/pf/faq-example1
6018OLD_FILES+=usr/share/examples/pf/faq-example2
6019OLD_FILES+=usr/share/examples/pf/faq-example3
6020OLD_FILES+=usr/share/examples/pf/pf.conf
6021OLD_FILES+=usr/share/examples/pf/queue1
6022OLD_FILES+=usr/share/examples/pf/queue2
6023OLD_FILES+=usr/share/examples/pf/queue3
6024OLD_FILES+=usr/share/examples/pf/queue4
6025OLD_FILES+=usr/share/examples/pf/spamd
6026OLD_DIRS+=usr/share/examples/pf
6027OLD_FILES+=usr/share/man/man4/pf.4.gz
6028OLD_FILES+=usr/share/man/man4/pflog.4.gz
6029OLD_FILES+=usr/share/man/man4/pfsync.4.gz
6030OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
6031OLD_FILES+=usr/share/man/man5/pf.os.5.gz
6032OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
6033OLD_FILES+=usr/share/man/man8/pfctl.8.gz
6034OLD_FILES+=usr/share/man/man8/pflogd.8.gz
6035OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
6036OLD_FILES+=usr/share/snmp/defs/pf_tree.def
6037OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
6038.endif
6039
6040.if ${MK_PKGBOOTSTRAP} == no
6041OLD_FILES+=usr/sbin/pkg
6042OLD_FILES+=usr/share/man/man7/pkg.7.gz
6043.endif
6044
6045.if ${MK_PMC} == no
6046OLD_FILES+=usr/bin/pmcstudy
6047OLD_FILES+=usr/include/pmc.h
6048OLD_FILES+=usr/include/pmclog.h
6049OLD_FILES+=usr/lib/libpmc.a
6050OLD_FILES+=usr/lib/libpmc.so
6051OLD_LIBS+=usr/lib/libpmc.so.5
6052OLD_FILES+=usr/lib/libpmc_p.a
6053OLD_FILES+=usr/lib32/libpmc.a
6054OLD_FILES+=usr/lib32/libpmc.so
6055OLD_LIBS+=usr/lib32/libpmc.so.5
6056OLD_FILES+=usr/lib32/libpmc_p.a
6057OLD_FILES+=usr/sbin/pmcannotate
6058OLD_FILES+=usr/sbin/pmccontrol
6059OLD_FILES+=usr/sbin/pmcstat
6060OLD_FILES+=usr/share/man/man1/pmcstudy.1.gz
6061OLD_FILES+=usr/share/man/man3/pmc.3.gz
6062OLD_FILES+=usr/share/man/man3/pmc.atom.3.gz
6063OLD_FILES+=usr/share/man/man3/pmc.atomsilvermont.3.gz
6064OLD_FILES+=usr/share/man/man3/pmc.core.3.gz
6065OLD_FILES+=usr/share/man/man3/pmc.core2.3.gz
6066OLD_FILES+=usr/share/man/man3/pmc.corei7.3.gz
6067OLD_FILES+=usr/share/man/man3/pmc.corei7uc.3.gz
6068OLD_FILES+=usr/share/man/man3/pmc.haswell.3.gz
6069OLD_FILES+=usr/share/man/man3/pmc.haswelluc.3.gz
6070OLD_FILES+=usr/share/man/man3/pmc.iaf.3.gz
6071OLD_FILES+=usr/share/man/man3/pmc.ivybridge.3.gz
6072OLD_FILES+=usr/share/man/man3/pmc.ivybridgexeon.3.gz
6073OLD_FILES+=usr/share/man/man3/pmc.k7.3.gz
6074OLD_FILES+=usr/share/man/man3/pmc.k8.3.gz
6075OLD_FILES+=usr/share/man/man3/pmc.mips24k.3.gz
6076OLD_FILES+=usr/share/man/man3/pmc.octeon.3.gz
6077OLD_FILES+=usr/share/man/man3/pmc.p4.3.gz
6078OLD_FILES+=usr/share/man/man3/pmc.p5.3.gz
6079OLD_FILES+=usr/share/man/man3/pmc.p6.3.gz
6080OLD_FILES+=usr/share/man/man3/pmc.sandybridge.3.gz
6081OLD_FILES+=usr/share/man/man3/pmc.sandybridgeuc.3.gz
6082OLD_FILES+=usr/share/man/man3/pmc.sandybridgexeon.3.gz
6083OLD_FILES+=usr/share/man/man3/pmc.soft.3.gz
6084OLD_FILES+=usr/share/man/man3/pmc.tsc.3.gz
6085OLD_FILES+=usr/share/man/man3/pmc.ucf.3.gz
6086OLD_FILES+=usr/share/man/man3/pmc.westmere.3.gz
6087OLD_FILES+=usr/share/man/man3/pmc.westmereuc.3.gz
6088OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz
6089OLD_FILES+=usr/share/man/man3/pmc_allocate.3.gz
6090OLD_FILES+=usr/share/man/man3/pmc_attach.3.gz
6091OLD_FILES+=usr/share/man/man3/pmc_capabilities.3.gz
6092OLD_FILES+=usr/share/man/man3/pmc_configure_logfile.3.gz
6093OLD_FILES+=usr/share/man/man3/pmc_cpuinfo.3.gz
6094OLD_FILES+=usr/share/man/man3/pmc_detach.3.gz
6095OLD_FILES+=usr/share/man/man3/pmc_disable.3.gz
6096OLD_FILES+=usr/share/man/man3/pmc_enable.3.gz
6097OLD_FILES+=usr/share/man/man3/pmc_event_names_of_class.3.gz
6098OLD_FILES+=usr/share/man/man3/pmc_flush_logfile.3.gz
6099OLD_FILES+=usr/share/man/man3/pmc_get_driver_stats.3.gz
6100OLD_FILES+=usr/share/man/man3/pmc_get_msr.3.gz
6101OLD_FILES+=usr/share/man/man3/pmc_init.3.gz
6102OLD_FILES+=usr/share/man/man3/pmc_name_of_capability.3.gz
6103OLD_FILES+=usr/share/man/man3/pmc_name_of_class.3.gz
6104OLD_FILES+=usr/share/man/man3/pmc_name_of_cputype.3.gz
6105OLD_FILES+=usr/share/man/man3/pmc_name_of_disposition.3.gz
6106OLD_FILES+=usr/share/man/man3/pmc_name_of_event.3.gz
6107OLD_FILES+=usr/share/man/man3/pmc_name_of_mode.3.gz
6108OLD_FILES+=usr/share/man/man3/pmc_name_of_state.3.gz
6109OLD_FILES+=usr/share/man/man3/pmc_ncpu.3.gz
6110OLD_FILES+=usr/share/man/man3/pmc_npmc.3.gz
6111OLD_FILES+=usr/share/man/man3/pmc_pmcinfo.3.gz
6112OLD_FILES+=usr/share/man/man3/pmc_read.3.gz
6113OLD_FILES+=usr/share/man/man3/pmc_release.3.gz
6114OLD_FILES+=usr/share/man/man3/pmc_rw.3.gz
6115OLD_FILES+=usr/share/man/man3/pmc_set.3.gz
6116OLD_FILES+=usr/share/man/man3/pmc_start.3.gz
6117OLD_FILES+=usr/share/man/man3/pmc_stop.3.gz
6118OLD_FILES+=usr/share/man/man3/pmc_width.3.gz
6119OLD_FILES+=usr/share/man/man3/pmc_write.3.gz
6120OLD_FILES+=usr/share/man/man3/pmc_writelog.3.gz
6121OLD_FILES+=usr/share/man/man3/pmclog.3.gz
6122OLD_FILES+=usr/share/man/man3/pmclog_close.3.gz
6123OLD_FILES+=usr/share/man/man3/pmclog_feed.3.gz
6124OLD_FILES+=usr/share/man/man3/pmclog_open.3.gz
6125OLD_FILES+=usr/share/man/man3/pmclog_read.3.gz
6126OLD_FILES+=usr/share/man/man8/pmcannotate.8.gz
6127OLD_FILES+=usr/share/man/man8/pmccontrol.8.gz
6128OLD_FILES+=usr/share/man/man8/pmcstat.8.gz
6129.endif
6130
6131.if ${MK_PORTSNAP} == no
6132OLD_FILES+=etc/portsnap.conf
6133OLD_FILES+=usr/libexec/make_index
6134OLD_FILES+=usr/libexec/phttpget
6135OLD_FILES+=usr/sbin/portsnap
6136OLD_FILES+=usr/share/examples/etc/portsnap.conf
6137OLD_FILES+=usr/share/man/man8/phttpget.8.gz
6138OLD_FILES+=usr/share/man/man8/portsnap.8.gz
6139.endif
6140
6141.if ${MK_PPP} == no
6142OLD_FILES+=etc/ppp/ppp.conf
6143OLD_DIRS+=etc/ppp
6144OLD_FILES+=usr/sbin/ppp
6145OLD_FILES+=usr/sbin/pppctl
6146OLD_FILES+=usr/share/man/man8/ppp.8.gz
6147OLD_FILES+=usr/share/man/man8/pppctl.8.gz
6148.endif
6149
6150.if ${MK_PROFILE} == no
6151OLD_FILES+=usr/lib/libalias_cuseeme_p.a
6152OLD_FILES+=usr/lib/libalias_dummy_p.a
6153OLD_FILES+=usr/lib/libalias_ftp_p.a
6154OLD_FILES+=usr/lib/libalias_irc_p.a
6155OLD_FILES+=usr/lib/libalias_nbt_p.a
6156OLD_FILES+=usr/lib/libalias_p.a
6157OLD_FILES+=usr/lib/libalias_pptp_p.a
6158OLD_FILES+=usr/lib/libalias_skinny_p.a
6159OLD_FILES+=usr/lib/libalias_smedia_p.a
6160OLD_FILES+=usr/lib/libarchive_p.a
6161OLD_FILES+=usr/lib/libasn1_p.a
6162OLD_FILES+=usr/lib/libbegemot_p.a
6163OLD_FILES+=usr/lib/libbluetooth_p.a
6164OLD_FILES+=usr/lib/libbsdxml_p.a
6165OLD_FILES+=usr/lib/libbsm_p.a
6166OLD_FILES+=usr/lib/libbsnmp_p.a
6167OLD_FILES+=usr/lib/libbz2_p.a
6168OLD_FILES+=usr/lib/libc_p.a
6169OLD_FILES+=usr/lib/libcalendar_p.a
6170OLD_FILES+=usr/lib/libcam_p.a
6171OLD_FILES+=usr/lib/libcom_err_p.a
6172OLD_FILES+=usr/lib/libcompat_p.a
6173OLD_FILES+=usr/lib/libcrypt_p.a
6174OLD_FILES+=usr/lib/libcrypto_p.a
6175OLD_FILES+=usr/lib/libcurses_p.a
6176OLD_FILES+=usr/lib/libcursesw_p.a
6177OLD_FILES+=usr/lib/libdevinfo_p.a
6178OLD_FILES+=usr/lib/libdevstat_p.a
6179OLD_FILES+=usr/lib/libdialog_p.a
6180OLD_FILES+=usr/lib/libedit_p.a
6181OLD_FILES+=usr/lib/libelf_p.a
6182OLD_FILES+=usr/lib/libfetch_p.a
6183OLD_FILES+=usr/lib/libfl_p.a
6184OLD_FILES+=usr/lib/libform_p.a
6185OLD_FILES+=usr/lib/libformw_p.a
6186OLD_FILES+=usr/lib/libgcc_p.a
6187OLD_FILES+=usr/lib/libgeom_p.a
6188OLD_FILES+=usr/lib/libgnuregex_p.a
6189OLD_FILES+=usr/lib/libgssapi_krb5_p.a
6190OLD_FILES+=usr/lib/libgssapi_p.a
6191OLD_FILES+=usr/lib/libhdb_p.a
6192OLD_FILES+=usr/lib/libheimbase_p.a
6193OLD_FILES+=usr/lib/libheimsqlite_p.a
6194OLD_FILES+=usr/lib/libhistory_p.a
6195OLD_FILES+=usr/lib/libipsec_p.a
6196OLD_FILES+=usr/lib/libjail_p.a
6197OLD_FILES+=usr/lib/libkadm5clnt_p.a
6198OLD_FILES+=usr/lib/libkadm5srv_p.a
6199OLD_FILES+=usr/lib/libkafs5_p.a
6200OLD_FILES+=usr/lib/libkdc_p.a
6201OLD_FILES+=usr/lib/libkiconv_p.a
6202OLD_FILES+=usr/lib/libkrb5_p.a
6203OLD_FILES+=usr/lib/libkvm_p.a
6204OLD_FILES+=usr/lib/libl_p.a
6205OLD_FILES+=usr/lib/libln_p.a
6206OLD_FILES+=usr/lib/libm_p.a
6207OLD_FILES+=usr/lib/libmagic_p.a
6208OLD_FILES+=usr/lib/libmd_p.a
6209OLD_FILES+=usr/lib/libmemstat_p.a
6210OLD_FILES+=usr/lib/libmenu_p.a
6211OLD_FILES+=usr/lib/libmenuw_p.a
6212OLD_FILES+=usr/lib/libmilter_p.a
6213OLD_FILES+=usr/lib/libmp_p.a
6214OLD_FILES+=usr/lib/libncurses_p.a
6215OLD_FILES+=usr/lib/libncursesw_p.a
6216OLD_FILES+=usr/lib/libnetgraph_p.a
6217OLD_FILES+=usr/lib/libngatm_p.a
6218OLD_FILES+=usr/lib/libopie_p.a
6219OLD_FILES+=usr/lib/libpanel_p.a
6220OLD_FILES+=usr/lib/libpanelw_p.a
6221OLD_FILES+=usr/lib/libpcap_p.a
6222OLD_FILES+=usr/lib/libpmc_p.a
6223OLD_FILES+=usr/lib/libpthread_p.a
6224OLD_FILES+=usr/lib/libradius_p.a
6225OLD_FILES+=usr/lib/libroken_p.a
6226OLD_FILES+=usr/lib/librpcsvc_p.a
6227OLD_FILES+=usr/lib/librt_p.a
6228OLD_FILES+=usr/lib/libsbuf_p.a
6229OLD_FILES+=usr/lib/libsdp_p.a
6230OLD_FILES+=usr/lib/libsmb_p.a
6231OLD_FILES+=usr/lib/libssl_p.a
6232OLD_FILES+=usr/lib/libstdc++_p.a
6233OLD_FILES+=usr/lib/libsupc++_p.a
6234OLD_FILES+=usr/lib/libtacplus_p.a
6235OLD_FILES+=usr/lib/libtermcap_p.a
6236OLD_FILES+=usr/lib/libtermcapw_p.a
6237OLD_FILES+=usr/lib/libtermlib_p.a
6238OLD_FILES+=usr/lib/libtermlibw_p.a
6239OLD_FILES+=usr/lib/libthr_p.a
6240OLD_FILES+=usr/lib/libthread_db_p.a
6241OLD_FILES+=usr/lib/libtinfo_p.a
6242OLD_FILES+=usr/lib/libtinfow_p.a
6243OLD_FILES+=usr/lib/libufs_p.a
6244OLD_FILES+=usr/lib/libugidfw_p.a
6245OLD_FILES+=usr/lib/libusbhid_p.a
6246OLD_FILES+=usr/lib/libutil_p.a
6247OLD_FILES+=usr/lib/libvgl_p.a
6248OLD_FILES+=usr/lib/libwind_p.a
6249OLD_FILES+=usr/lib/libwrap_p.a
6250OLD_FILES+=usr/lib/liby_p.a
6251OLD_FILES+=usr/lib/libypclnt_p.a
6252OLD_FILES+=usr/lib/libz_p.a
6253OLD_FILES+=usr/lib/private/libldns_p.a
6254OLD_FILES+=usr/lib/private/libssh_p.a
6255.endif
6256
6257.if ${MK_QUOTAS} == no
6258OLD_FILES+=sbin/quotacheck
6259OLD_FILES+=usr/bin/quota
6260OLD_FILES+=usr/sbin/edquota
6261OLD_FILES+=usr/sbin/quotaoff
6262OLD_FILES+=usr/sbin/quotaon
6263OLD_FILES+=usr/sbin/repquota
6264OLD_FILES+=usr/share/man/man1/quota.1.gz
6265OLD_FILES+=usr/share/man/man8/edquota.8.gz
6266OLD_FILES+=usr/share/man/man8/quotacheck.8.gz
6267OLD_FILES+=usr/share/man/man8/quotaoff.8.gz
6268OLD_FILES+=usr/share/man/man8/quotaon.8.gz
6269OLD_FILES+=usr/share/man/man8/repquota.8.gz
6270.endif
6271
6272.if ${MK_RCMDS} == no
6273OLD_FILES+=bin/rcp
6274OLD_FILES+=etc/rc.d/rwho
6275OLD_FILES+=etc/periodic/daily/140.clean-rwho
6276OLD_FILES+=etc/periodic/daily/430.status-rwho
6277OLD_FILES+=rescue/rcp
6278OLD_FILES+=usr/bin/rlogin
6279OLD_FILES+=usr/bin/rsh
6280OLD_FILES+=usr/bin/ruptime
6281OLD_FILES+=usr/bin/rwho
6282OLD_FILES+=usr/libexec/rlogind
6283OLD_FILES+=usr/libexec/rshd
6284OLD_FILES+=usr/sbin/rwhod
6285OLD_FILES+=usr/share/man/man1/rcp.1.gz
6286OLD_FILES+=usr/share/man/man1/rlogin.1.gz
6287OLD_FILES+=usr/share/man/man1/rsh.1.gz
6288OLD_FILES+=usr/share/man/man1/ruptime.1.gz
6289OLD_FILES+=usr/share/man/man1/rwho.1.gz
6290OLD_FILES+=usr/share/man/man8/rlogind.8.gz
6291OLD_FILES+=usr/share/man/man8/rshd.8.gz
6292OLD_FILES+=usr/share/man/man8/rwhod.8.gz
6293.endif
6294
6295.if ${MK_RCS} == no
6296OLD_FILES+=usr/bin/ci
6297OLD_FILES+=usr/bin/co
6298OLD_FILES+=usr/bin/ident
6299OLD_FILES+=usr/bin/merge
6300OLD_FILES+=usr/bin/rcs
6301OLD_FILES+=usr/bin/rcsclean
6302OLD_FILES+=usr/bin/rcsdiff
6303OLD_FILES+=usr/bin/rcsfreeze
6304OLD_FILES+=usr/bin/rcsmerge
6305OLD_FILES+=usr/bin/rlog
6306OLD_FILES+=usr/sbin/etcupdate
6307OLD_FILES+=usr/share/man/man1/ci.1.gz
6308OLD_FILES+=usr/share/man/man1/co.1.gz
6309OLD_FILES+=usr/share/man/man1/ident.1.gz
6310OLD_FILES+=usr/share/man/man1/merge.1.gz
6311OLD_FILES+=usr/share/man/man1/rcs.1.gz
6312OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
6313OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
6314OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
6315OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
6316OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
6317OLD_FILES+=usr/share/man/man1/rlog.1.gz
6318OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
6319OLD_FILES+=usr/share/man/man8/etcupdate.8.gz
6320.endif
6321
6322#.if ${MK_RESCUE} == no
6323# to be filled in or replaced with a special target
6324#.endif
6325
6326.if ${MK_ROUTED} == no
6327OLD_FILES+=sbin/routed
6328OLD_FILES+=sbin/rtquery
6329OLD_FILES+=usr/share/man/man8/routed.8.gz
6330OLD_FILES+=usr/share/man/man8/rtquery.8.gz
6331.endif
6332
6333.if ${MK_SENDMAIL} == no
6334OLD_FILES+=etc/periodic/daily/150.clean-hoststat
6335OLD_FILES+=etc/periodic/daily/440.status-mailq
6336OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
6337OLD_FILES+=etc/periodic/daily/500.queuerun
6338.if ${MK_MAILWRAPPER} == no
6339OLD_FILES+=bin/rmail
6340.endif
6341OLD_FILES+=usr/bin/vacation
6342OLD_FILES+=usr/include/libmilter/mfapi.h
6343OLD_FILES+=usr/include/libmilter/mfdef.h
6344OLD_DIRS+=usr/include/libmilter
6345OLD_FILES+=usr/lib/libmilter.a
6346OLD_FILES+=usr/lib/libmilter.so
6347OLD_LIBS+=usr/lib/libmilter.so.5
6348OLD_FILES+=usr/lib/libmilter_p.a
6349.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6350OLD_FILES+=usr/lib32/libmilter.a
6351OLD_FILES+=usr/lib32/libmilter.so
6352OLD_LIBS+=usr/lib32/libmilter.so.5
6353OLD_FILES+=usr/lib32/libmilter_p.a
6354.endif
6355OLD_FILES+=usr/libexec/mail.local
6356OLD_FILES+=usr/libexec/sendmail/sendmail
6357OLD_FILES+=usr/libexec/smrsh
6358OLD_FILES+=usr/sbin/editmap
6359OLD_FILES+=usr/sbin/mailstats
6360OLD_FILES+=usr/sbin/makemap
6361OLD_FILES+=usr/sbin/praliases
6362OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
6363OLD_DIRS+=usr/share/doc/smm/08.sendmailop
6364OLD_FILES+=usr/share/man/man1/mailq.1.gz
6365OLD_FILES+=usr/share/man/man1/newaliases.1.gz
6366OLD_FILES+=usr/share/man/man1/vacation.1.gz
6367OLD_FILES+=usr/share/man/man5/aliases.5.gz
6368OLD_FILES+=usr/share/man/man8/editmap.8.gz
6369OLD_FILES+=usr/share/man/man8/hoststat.8.gz
6370OLD_FILES+=usr/share/man/man8/mail.local.8.gz
6371OLD_FILES+=usr/share/man/man8/mailstats.8.gz
6372OLD_FILES+=usr/share/man/man8/makemap.8.gz
6373OLD_FILES+=usr/share/man/man8/praliases.8.gz
6374OLD_FILES+=usr/share/man/man8/purgestat.8.gz
6375OLD_FILES+=usr/share/man/man8/rmail.8.gz
6376OLD_FILES+=usr/share/man/man8/sendmail.8.gz
6377OLD_FILES+=usr/share/man/man8/smrsh.8.gz
6378OLD_FILES+=usr/share/sendmail/cf/README
6379OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
6380OLD_FILES+=usr/share/sendmail/cf/cf/README
6381OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
6382OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
6383OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
6384OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
6385OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
6386OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
6387OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
6388OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
6389OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
6390OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
6391OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
6392OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
6393OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
6394OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
6395OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
6396OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
6397OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
6398OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
6399OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
6400OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
6401OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
6402OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
6403OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
6404OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
6405OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
6406OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
6407OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
6408OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
6409OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
6410OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
6411OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
6412OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
6413OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
6414OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
6415OLD_DIRS+=usr/share/sendmail/cf/cf
6416OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
6417OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
6418OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
6419OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
6420OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
6421OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
6422OLD_DIRS+=usr/share/sendmail/cf/domain
6423OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
6424OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
6425OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
6426OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
6427OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
6428OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
6429OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
6430OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
6431OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
6432OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
6433OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
6434OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
6435OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
6436OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
6437OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
6438OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
6439OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
6440OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
6441OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
6442OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
6443OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
6444OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
6445OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
6446OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
6447OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
6448OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
6449OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
6450OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
6451OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
6452OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
6453OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
6454OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
6455OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
6456OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
6457OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
6458OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
6459OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
6460OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
6461OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
6462OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
6463OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
6464OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
6465OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
6466OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
6467OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
6468OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
6469OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
6470OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
6471OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
6472OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
6473OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
6474OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
6475OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
6476OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
6477OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
6478OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
6479OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
6480OLD_DIRS+=usr/share/sendmail/cf/feature
6481OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
6482OLD_DIRS+=usr/share/sendmail/cf/hack
6483OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
6484OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
6485OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
6486OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
6487OLD_DIRS+=usr/share/sendmail/cf/m4
6488OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
6489OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
6490OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
6491OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
6492OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
6493OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
6494OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
6495OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
6496OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
6497OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
6498OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
6499OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
6500OLD_DIRS+=usr/share/sendmail/cf/mailer
6501OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
6502OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
6503OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
6504OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
6505OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
6506OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
6507OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
6508OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
6509OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
6510OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
6511OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
6512OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
6513OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
6514OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
6515OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
6516OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
6517OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
6518OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
6519OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
6520OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
6521OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
6522OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
6523OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
6524OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
6525OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
6526OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
6527OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
6528OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
6529OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
6530OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
6531OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
6532OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
6533OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
6534OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
6535OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
6536OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
6537OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
6538OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
6539OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
6540OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
6541OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
6542OLD_FILES+=usr/share/sendmail/cf/ostype/solaris11.m4
6543OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
6544OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
6545OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
6546OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
6547OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
6548OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
6549OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
6550OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
6551OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
6552OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
6553OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
6554OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
6555OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
6556OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
6557OLD_DIRS+=usr/share/sendmail/cf/ostype
6558OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
6559OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
6560OLD_DIRS+=usr/share/sendmail/cf/sh
6561OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
6562OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
6563OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
6564OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
6565OLD_DIRS+=usr/share/sendmail/cf/siteconfig
6566OLD_DIRS+=usr/share/sendmail/cf
6567OLD_DIRS+=usr/share/sendmail
6568.endif
6569
6570.if ${MK_SHAREDOCS} == no
6571OLD_FILES+=usr/share/doc/pjdfstest/README
6572OLD_DIRS+=usr/share/doc/pjdfstest
6573.endif
6574
6575.if ${MK_SSP} == no
6576OLD_LIBS+=lib/libssp.so.0
6577OLD_FILES+=usr/include/ssp/ssp.h
6578OLD_FILES+=usr/include/ssp/stdio.h
6579OLD_FILES+=usr/include/ssp/string.h
6580OLD_FILES+=usr/include/ssp/unistd.h
6581OLD_FILES+=usr/lib/libssp.a
6582OLD_FILES+=usr/lib/libssp.so
6583OLD_FILES+=usr/lib/libssp_nonshared.a
6584OLD_FILES+=usr/lib32/libssp.a
6585OLD_FILES+=usr/lib32/libssp.so
6586OLD_LIBS+=usr/lib32/libssp.so.0
6587OLD_FILES+=usr/lib32/libssp_nonshared.a
6588OLD_FILES+=usr/tests/lib/libc/ssp/Kyuafile
6589OLD_FILES+=usr/tests/lib/libc/ssp/h_fgets
6590OLD_FILES+=usr/tests/lib/libc/ssp/h_getcwd
6591OLD_FILES+=usr/tests/lib/libc/ssp/h_gets
6592OLD_FILES+=usr/tests/lib/libc/ssp/h_memcpy
6593OLD_FILES+=usr/tests/lib/libc/ssp/h_memmove
6594OLD_FILES+=usr/tests/lib/libc/ssp/h_memset
6595OLD_FILES+=usr/tests/lib/libc/ssp/h_read
6596OLD_FILES+=usr/tests/lib/libc/ssp/h_readlink
6597OLD_FILES+=usr/tests/lib/libc/ssp/h_snprintf
6598OLD_FILES+=usr/tests/lib/libc/ssp/h_sprintf
6599OLD_FILES+=usr/tests/lib/libc/ssp/h_stpcpy
6600OLD_FILES+=usr/tests/lib/libc/ssp/h_stpncpy
6601OLD_FILES+=usr/tests/lib/libc/ssp/h_strcat
6602OLD_FILES+=usr/tests/lib/libc/ssp/h_strcpy
6603OLD_FILES+=usr/tests/lib/libc/ssp/h_strncat
6604OLD_FILES+=usr/tests/lib/libc/ssp/h_strncpy
6605OLD_FILES+=usr/tests/lib/libc/ssp/h_vsnprintf
6606OLD_FILES+=usr/tests/lib/libc/ssp/h_vsprintf
6607OLD_FILES+=usr/tests/lib/libc/ssp/ssp_test
6608.endif
6609
6610.if ${MK_SYSCONS} == no
6611OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts
6612OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt
6613OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt
6614OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt
6615OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt
6616OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt
6617OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt
6618OLD_FILES+=usr/share/syscons/fonts/cp437-8x14.fnt
6619OLD_FILES+=usr/share/syscons/fonts/cp437-8x16.fnt
6620OLD_FILES+=usr/share/syscons/fonts/cp437-8x8.fnt
6621OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x16.fnt
6622OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x8.fnt
6623OLD_FILES+=usr/share/syscons/fonts/cp850-8x14.fnt
6624OLD_FILES+=usr/share/syscons/fonts/cp850-8x16.fnt
6625OLD_FILES+=usr/share/syscons/fonts/cp850-8x8.fnt
6626OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x16.fnt
6627OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x8.fnt
6628OLD_FILES+=usr/share/syscons/fonts/cp865-8x14.fnt
6629OLD_FILES+=usr/share/syscons/fonts/cp865-8x16.fnt
6630OLD_FILES+=usr/share/syscons/fonts/cp865-8x8.fnt
6631OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x16.fnt
6632OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x8.fnt
6633OLD_FILES+=usr/share/syscons/fonts/cp866-8x14.fnt
6634OLD_FILES+=usr/share/syscons/fonts/cp866-8x16.fnt
6635OLD_FILES+=usr/share/syscons/fonts/cp866-8x8.fnt
6636OLD_FILES+=usr/share/syscons/fonts/cp866b-8x16.fnt
6637OLD_FILES+=usr/share/syscons/fonts/cp866c-8x16.fnt
6638OLD_FILES+=usr/share/syscons/fonts/cp866u-8x14.fnt
6639OLD_FILES+=usr/share/syscons/fonts/cp866u-8x16.fnt
6640OLD_FILES+=usr/share/syscons/fonts/cp866u-8x8.fnt
6641OLD_FILES+=usr/share/syscons/fonts/haik8-8x14.fnt
6642OLD_FILES+=usr/share/syscons/fonts/haik8-8x16.fnt
6643OLD_FILES+=usr/share/syscons/fonts/haik8-8x8.fnt
6644OLD_FILES+=usr/share/syscons/fonts/iso-8x14.fnt
6645OLD_FILES+=usr/share/syscons/fonts/iso-8x16.fnt
6646OLD_FILES+=usr/share/syscons/fonts/iso-8x8.fnt
6647OLD_FILES+=usr/share/syscons/fonts/iso-thin-8x16.fnt
6648OLD_FILES+=usr/share/syscons/fonts/iso02-8x14.fnt
6649OLD_FILES+=usr/share/syscons/fonts/iso02-8x16.fnt
6650OLD_FILES+=usr/share/syscons/fonts/iso02-8x8.fnt
6651OLD_FILES+=usr/share/syscons/fonts/iso04-8x14.fnt
6652OLD_FILES+=usr/share/syscons/fonts/iso04-8x16.fnt
6653OLD_FILES+=usr/share/syscons/fonts/iso04-8x8.fnt
6654OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x14.fnt
6655OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x16.fnt
6656OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x8.fnt
6657OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-wide-8x16.fnt
6658OLD_FILES+=usr/share/syscons/fonts/iso04-wide-8x16.fnt
6659OLD_FILES+=usr/share/syscons/fonts/iso05-8x14.fnt
6660OLD_FILES+=usr/share/syscons/fonts/iso05-8x16.fnt
6661OLD_FILES+=usr/share/syscons/fonts/iso05-8x8.fnt
6662OLD_FILES+=usr/share/syscons/fonts/iso07-8x14.fnt
6663OLD_FILES+=usr/share/syscons/fonts/iso07-8x16.fnt
6664OLD_FILES+=usr/share/syscons/fonts/iso07-8x8.fnt
6665OLD_FILES+=usr/share/syscons/fonts/iso08-8x14.fnt
6666OLD_FILES+=usr/share/syscons/fonts/iso08-8x16.fnt
6667OLD_FILES+=usr/share/syscons/fonts/iso08-8x8.fnt
6668OLD_FILES+=usr/share/syscons/fonts/iso09-8x16.fnt
6669OLD_FILES+=usr/share/syscons/fonts/iso15-8x14.fnt
6670OLD_FILES+=usr/share/syscons/fonts/iso15-8x16.fnt
6671OLD_FILES+=usr/share/syscons/fonts/iso15-8x8.fnt
6672OLD_FILES+=usr/share/syscons/fonts/iso15-thin-8x16.fnt
6673OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x14.fnt
6674OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x16.fnt
6675OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x8.fnt
6676OLD_FILES+=usr/share/syscons/fonts/koi8-rb-8x16.fnt
6677OLD_FILES+=usr/share/syscons/fonts/koi8-rc-8x16.fnt
6678OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x14.fnt
6679OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x16.fnt
6680OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x8.fnt
6681OLD_FILES+=usr/share/syscons/fonts/swiss-1131-8x16.fnt
6682OLD_FILES+=usr/share/syscons/fonts/swiss-1251-8x16.fnt
6683OLD_FILES+=usr/share/syscons/fonts/swiss-8x14.fnt
6684OLD_FILES+=usr/share/syscons/fonts/swiss-8x16.fnt
6685OLD_FILES+=usr/share/syscons/fonts/swiss-8x8.fnt
6686OLD_FILES+=usr/share/syscons/keymaps/INDEX.keymaps
6687OLD_FILES+=usr/share/syscons/keymaps/be.iso.acc.kbd
6688OLD_FILES+=usr/share/syscons/keymaps/be.iso.kbd
6689OLD_FILES+=usr/share/syscons/keymaps/bg.bds.ctrlcaps.kbd
6690OLD_FILES+=usr/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd
6691OLD_FILES+=usr/share/syscons/keymaps/br275.cp850.kbd
6692OLD_FILES+=usr/share/syscons/keymaps/br275.iso.acc.kbd
6693OLD_FILES+=usr/share/syscons/keymaps/br275.iso.kbd
6694OLD_FILES+=usr/share/syscons/keymaps/by.cp1131.kbd
6695OLD_FILES+=usr/share/syscons/keymaps/by.cp1251.kbd
6696OLD_FILES+=usr/share/syscons/keymaps/by.iso5.kbd
6697OLD_FILES+=usr/share/syscons/keymaps/ce.iso2.kbd
6698OLD_FILES+=usr/share/syscons/keymaps/colemak.iso15.acc.kbd
6699OLD_FILES+=usr/share/syscons/keymaps/cs.latin2.qwertz.kbd
6700OLD_FILES+=usr/share/syscons/keymaps/cz.iso2.kbd
6701OLD_FILES+=usr/share/syscons/keymaps/danish.cp865.kbd
6702OLD_FILES+=usr/share/syscons/keymaps/danish.iso.acc.kbd
6703OLD_FILES+=usr/share/syscons/keymaps/danish.iso.kbd
6704OLD_FILES+=usr/share/syscons/keymaps/danish.iso.macbook.kbd
6705OLD_FILES+=usr/share/syscons/keymaps/dutch.iso.acc.kbd
6706OLD_FILES+=usr/share/syscons/keymaps/eee_nordic.kbd
6707OLD_FILES+=usr/share/syscons/keymaps/el.iso07.kbd
6708OLD_FILES+=usr/share/syscons/keymaps/estonian.cp850.kbd
6709OLD_FILES+=usr/share/syscons/keymaps/estonian.iso.kbd
6710OLD_FILES+=usr/share/syscons/keymaps/estonian.iso15.kbd
6711OLD_FILES+=usr/share/syscons/keymaps/finnish.cp850.kbd
6712OLD_FILES+=usr/share/syscons/keymaps/finnish.iso.kbd
6713OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.acc.kbd
6714OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.kbd
6715OLD_FILES+=usr/share/syscons/keymaps/fr.iso.acc.kbd
6716OLD_FILES+=usr/share/syscons/keymaps/fr.iso.kbd
6717OLD_FILES+=usr/share/syscons/keymaps/fr.macbook.acc.kbd
6718OLD_FILES+=usr/share/syscons/keymaps/fr_CA.iso.acc.kbd
6719OLD_FILES+=usr/share/syscons/keymaps/german.cp850.kbd
6720OLD_FILES+=usr/share/syscons/keymaps/german.iso.acc.kbd
6721OLD_FILES+=usr/share/syscons/keymaps/german.iso.kbd
6722OLD_FILES+=usr/share/syscons/keymaps/gr.elot.acc.kbd
6723OLD_FILES+=usr/share/syscons/keymaps/gr.us101.acc.kbd
6724OLD_FILES+=usr/share/syscons/keymaps/hr.iso.kbd
6725OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.101keys.kbd
6726OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.102keys.kbd
6727OLD_FILES+=usr/share/syscons/keymaps/hy.armscii-8.kbd
6728OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.acc.kbd
6729OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.kbd
6730OLD_FILES+=usr/share/syscons/keymaps/it.iso.kbd
6731OLD_FILES+=usr/share/syscons/keymaps/iw.iso8.kbd
6732OLD_FILES+=usr/share/syscons/keymaps/jp.106.kbd
6733OLD_FILES+=usr/share/syscons/keymaps/jp.106x.kbd
6734OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.iso.kbd
6735OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.kbd
6736OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.io.kbd
6737OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.kst.kbd
6738OLD_FILES+=usr/share/syscons/keymaps/latinamerican.iso.acc.kbd
6739OLD_FILES+=usr/share/syscons/keymaps/latinamerican.kbd
6740OLD_FILES+=usr/share/syscons/keymaps/lt.iso4.kbd
6741OLD_FILES+=usr/share/syscons/keymaps/norwegian.dvorak.kbd
6742OLD_FILES+=usr/share/syscons/keymaps/norwegian.iso.kbd
6743OLD_FILES+=usr/share/syscons/keymaps/pl_PL.ISO8859-2.kbd
6744OLD_FILES+=usr/share/syscons/keymaps/pl_PL.dvorak.kbd
6745OLD_FILES+=usr/share/syscons/keymaps/pt.iso.acc.kbd
6746OLD_FILES+=usr/share/syscons/keymaps/pt.iso.kbd
6747OLD_FILES+=usr/share/syscons/keymaps/ru.cp866.kbd
6748OLD_FILES+=usr/share/syscons/keymaps/ru.iso5.kbd
6749OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.kbd
6750OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.shift.kbd
6751OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.win.kbd
6752OLD_FILES+=usr/share/syscons/keymaps/si.iso.kbd
6753OLD_FILES+=usr/share/syscons/keymaps/sk.iso2.kbd
6754OLD_FILES+=usr/share/syscons/keymaps/spanish.dvorak.kbd
6755OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.acc.kbd
6756OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.kbd
6757OLD_FILES+=usr/share/syscons/keymaps/spanish.iso15.acc.kbd
6758OLD_FILES+=usr/share/syscons/keymaps/swedish.cp850.kbd
6759OLD_FILES+=usr/share/syscons/keymaps/swedish.iso.kbd
6760OLD_FILES+=usr/share/syscons/keymaps/swissfrench.cp850.kbd
6761OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.acc.kbd
6762OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.kbd
6763OLD_FILES+=usr/share/syscons/keymaps/swissgerman.cp850.kbd
6764OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.acc.kbd
6765OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.kbd
6766OLD_FILES+=usr/share/syscons/keymaps/swissgerman.macbook.acc.kbd
6767OLD_FILES+=usr/share/syscons/keymaps/tr.iso9.q.kbd
6768OLD_FILES+=usr/share/syscons/keymaps/ua.iso5.kbd
6769OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.kbd
6770OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd
6771OLD_FILES+=usr/share/syscons/keymaps/uk.cp850-ctrl.kbd
6772OLD_FILES+=usr/share/syscons/keymaps/uk.cp850.kbd
6773OLD_FILES+=usr/share/syscons/keymaps/uk.dvorak.kbd
6774OLD_FILES+=usr/share/syscons/keymaps/uk.iso-ctrl.kbd
6775OLD_FILES+=usr/share/syscons/keymaps/uk.iso.kbd
6776OLD_FILES+=usr/share/syscons/keymaps/us.dvorak.kbd
6777OLD_FILES+=usr/share/syscons/keymaps/us.dvorakl.kbd
6778OLD_FILES+=usr/share/syscons/keymaps/us.dvorakp.kbd
6779OLD_FILES+=usr/share/syscons/keymaps/us.dvorakr.kbd
6780OLD_FILES+=usr/share/syscons/keymaps/us.dvorakx.kbd
6781OLD_FILES+=usr/share/syscons/keymaps/us.emacs.kbd
6782OLD_FILES+=usr/share/syscons/keymaps/us.iso.acc.kbd
6783OLD_FILES+=usr/share/syscons/keymaps/us.iso.kbd
6784OLD_FILES+=usr/share/syscons/keymaps/us.pc-ctrl.kbd
6785OLD_FILES+=usr/share/syscons/keymaps/us.unix.kbd
6786OLD_FILES+=usr/share/syscons/scrnmaps/armscii8-2haik8.scm
6787OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm
6788OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-4_for_vga9.scm
6789OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-7_to_cp437.scm
6790OLD_FILES+=usr/share/syscons/scrnmaps/koi8-r2cp866.scm
6791OLD_FILES+=usr/share/syscons/scrnmaps/koi8-u2cp866u.scm
6792OLD_FILES+=usr/share/syscons/scrnmaps/us-ascii_to_cp437.scm
6793.endif
6794
6795.if ${MK_TALK} == no
6796OLD_FILES+=usr/bin/talk
6797OLD_FILES+=usr/libexec/ntalkd
6798OLD_FILES+=usr/share/man/man1/talk.1.gz
6799OLD_FILES+=usr/share/man/man8/talkd.8.gz
6800.endif
6801
6802.if ${MK_TCSH} == no
6803OLD_FILES+=.cshrc
6804OLD_FILES+=etc/csh.cshrc
6805OLD_FILES+=etc/csh.login
6806OLD_FILES+=etc/csh.logout
6807OLD_FILES+=bin/csh
6808OLD_FILES+=bin/tcsh
6809OLD_FILES+=rescue/csh
6810OLD_FILES+=rescue/tcsh
6811OLD_FILES+=root/.cshrc
6812OLD_FILES+=root/.login
6813OLD_FILES+=usr/share/examples/etc/csh.cshrc
6814OLD_FILES+=usr/share/examples/etc/csh.login
6815OLD_FILES+=usr/share/examples/etc/csh.logout
6816OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
6817OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
6818OLD_DIRS+=usr/share/examples/tcsh
6819OLD_FILES+=usr/share/man/man1/csh.1.gz
6820OLD_FILES+=usr/share/man/man1/tcsh.1.gz
6821OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
6822OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
6823OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
6824OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
6825OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
6826OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
6827OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
6828OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
6829OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
6830OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
6831OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
6832OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
6833OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
6834OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
6835OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
6836OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
6837OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
6838OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
6839OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
6840OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
6841OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
6842OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
6843OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
6844OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
6845OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
6846OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
6847OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
6848OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
6849OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
6850OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
6851OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
6852OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
6853OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
6854OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
6855OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
6856OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
6857OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
6858OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
6859OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
6860OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
6861OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
6862OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
6863OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
6864OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
6865OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
6866OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
6867OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
6868OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
6869.endif
6870
6871.if ${MK_TELNET} == no
6872OLD_FILES+=usr/bin/telnet
6873OLD_FILES+=usr/libexec/telnetd
6874OLD_FILES+=usr/share/man/man1/telnet.1.gz
6875OLD_FILES+=usr/share/man/man8/telnetd.8.gz
6876.endif
6877
6878.if ${MK_TESTS} == yes
6879OLD_FILES+=usr/bin/atf-sh
6880OLD_FILES+=usr/include/atf-c++/config.hpp
6881OLD_FILES+=usr/include/atf-c/config.h
6882OLD_LIBS+=usr/lib/libatf-c++.a
6883OLD_LIBS+=usr/lib/libatf-c++.so
6884OLD_LIBS+=usr/lib/libatf-c++.so.1
6885OLD_LIBS+=usr/lib/libatf-c++.so.2
6886OLD_LIBS+=usr/lib/libatf-c++_p.a
6887OLD_LIBS+=usr/lib/libatf-c.a
6888OLD_LIBS+=usr/lib/libatf-c.so
6889OLD_LIBS+=usr/lib/libatf-c.so.1
6890OLD_LIBS+=usr/lib/libatf-c_p.a
6891OLD_LIBS+=usr/lib/private/libatf-c.so.0
6892OLD_LIBS+=usr/lib/private/libatf-c++.so.1
6893.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6894OLD_LIBS+=usr/lib32/libatf-c++.a
6895OLD_LIBS+=usr/lib32/libatf-c++.so
6896OLD_LIBS+=usr/lib32/libatf-c++.so.1
6897OLD_LIBS+=usr/lib32/libatf-c++.so.2
6898OLD_LIBS+=usr/lib32/libatf-c++_p.a
6899OLD_LIBS+=usr/lib32/libatf-c.a
6900OLD_LIBS+=usr/lib32/libatf-c.so
6901OLD_LIBS+=usr/lib32/libatf-c.so.1
6902OLD_LIBS+=usr/lib32/libatf-c_p.a
6903OLD_LIBS+=usr/lib32/private/libatf-c.so.0
6904OLD_LIBS+=usr/lib32/private/libatf-c++.so.1
6905.endif
6906OLD_FILES+=usr/libdata/pkgconfig/atf-c++.pc
6907OLD_FILES+=usr/libdata/pkgconfig/atf-c.pc
6908OLD_FILES+=usr/libdata/pkgconfig/atf-sh.pc
6909OLD_FILES+=usr/share/aclocal/atf-c++.m4
6910OLD_FILES+=usr/share/aclocal/atf-c.m4
6911OLD_FILES+=usr/share/aclocal/atf-common.m4
6912OLD_FILES+=usr/share/aclocal/atf-sh.m4
6913OLD_DIRS+=usr/share/aclocal
6914OLD_FILES+=usr/tests/bin/chown/units_basics
6915OLD_FILES+=usr/tests/bin/date/legacy_test
6916OLD_FILES+=usr/tests/bin/sh/legacy_test
6917OLD_FILES+=usr/tests/usr.bin/atf/Kyuafile
6918OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/Kyuafile
6919OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/atf_check_test
6920OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/config_test
6921OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/integration_test
6922OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/misc_helpers
6923OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/normalize_test
6924OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tc_test
6925OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tp_test
6926OLD_DIRS+=usr/tests/usr.bin/atf/atf-sh
6927OLD_DIRS+=usr/tests/usr.bin/atf
6928OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
6929OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
6930OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test
6931OLD_FILES+=usr/tests/lib/atf/libatf-c++/config_test
6932OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/expand_test
6933OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/parser_test
6934OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/sanity_test
6935OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/ui_test
6936OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test
6937OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test
6938OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test
6939OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test
6940OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test
6941OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test
6942OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test
6943OLD_FILES+=usr/tests/lib/atf/libatf-c++/pkg_config_test
6944OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test
6945OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test
6946OLD_FILES+=usr/tests/lib/atf/libatf-c/config_test
6947OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test
6948OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test
6949OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test
6950OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test
6951OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test
6952OLD_FILES+=usr/tests/lib/atf/libatf-c/pkg_config_test
6953OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers
6954OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test
6955OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test
6956OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test
6957OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test
6958.if ${MK_MAKE} == yes
6959OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/legacy_test
6960OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Kyuafile
6961OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Makefile.test
6962OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.1
6963OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.2
6964OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.3
6965OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.4
6966OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.5
6967OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.6
6968OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.7
6969OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.1
6970OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.2
6971OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.3
6972OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.4
6973OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.5
6974OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.6
6975OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.7
6976OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.1
6977OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.2
6978OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.3
6979OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.4
6980OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.5
6981OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.6
6982OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.7
6983OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/libtest.a
6984OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/legacy_test
6985OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Kyuafile
6986OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Makefile.test
6987OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.1
6988OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.2
6989OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.3
6990OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.4
6991OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.5
6992OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.6
6993OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.7
6994OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.1
6995OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.2
6996OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.3
6997OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.4
6998OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.5
6999OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.6
7000OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.7
7001OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.1
7002OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.2
7003OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.3
7004OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.4
7005OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.5
7006OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.6
7007OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.7
7008OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/libtest.a
7009OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/legacy_test
7010OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Kyuafile
7011OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Makefile.test
7012OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.1
7013OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.2
7014OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.3
7015OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.4
7016OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.5
7017OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.6
7018OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.7
7019OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.1
7020OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.2
7021OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.3
7022OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.4
7023OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.5
7024OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.6
7025OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.7
7026OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.1
7027OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.2
7028OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.3
7029OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.4
7030OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.5
7031OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.6
7032OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.7
7033OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/libtest.a
7034OLD_FILES+=usr/tests/usr.bin/make/archives/Kyuafile
7035OLD_FILES+=usr/tests/usr.bin/make/basic/t0/legacy_test
7036OLD_FILES+=usr/tests/usr.bin/make/basic/t0/Kyuafile
7037OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.status.1
7038OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stderr.1
7039OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stdout.1
7040OLD_FILES+=usr/tests/usr.bin/make/basic/t1/legacy_test
7041OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Kyuafile
7042OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Makefile.test
7043OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.status.1
7044OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stderr.1
7045OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stdout.1
7046OLD_FILES+=usr/tests/usr.bin/make/basic/t2/legacy_test
7047OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Kyuafile
7048OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Makefile.test
7049OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.status.1
7050OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stderr.1
7051OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stdout.1
7052OLD_FILES+=usr/tests/usr.bin/make/basic/t3/legacy_test
7053OLD_FILES+=usr/tests/usr.bin/make/basic/t3/Kyuafile
7054OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.status.1
7055OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stderr.1
7056OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stdout.1
7057OLD_FILES+=usr/tests/usr.bin/make/basic/Kyuafile
7058OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/legacy_test
7059OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Kyuafile
7060OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Makefile.test
7061OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.status.1
7062OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stderr.1
7063OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stdout.1
7064OLD_FILES+=usr/tests/usr.bin/make/execution/empty/legacy_test
7065OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Kyuafile
7066OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Makefile.test
7067OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.status.1
7068OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stderr.1
7069OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stdout.1
7070OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/legacy_test
7071OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Kyuafile
7072OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Makefile.test
7073OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.status.1
7074OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stderr.1
7075OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stdout.1
7076OLD_FILES+=usr/tests/usr.bin/make/execution/plus/legacy_test
7077OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Kyuafile
7078OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Makefile.test
7079OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.status.1
7080OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stderr.1
7081OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stdout.1
7082OLD_FILES+=usr/tests/usr.bin/make/execution/Kyuafile
7083OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/legacy_test
7084OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Kyuafile
7085OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Makefile.test
7086OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.1
7087OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.2
7088OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.1
7089OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.2
7090OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.1
7091OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.2
7092OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/sh
7093OLD_FILES+=usr/tests/usr.bin/make/shell/meta/legacy_test
7094OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Kyuafile
7095OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Makefile.test
7096OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.1
7097OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.2
7098OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.1
7099OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.2
7100OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.1
7101OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.2
7102OLD_FILES+=usr/tests/usr.bin/make/shell/meta/sh
7103OLD_FILES+=usr/tests/usr.bin/make/shell/path/legacy_test
7104OLD_FILES+=usr/tests/usr.bin/make/shell/path/Kyuafile
7105OLD_FILES+=usr/tests/usr.bin/make/shell/path/Makefile.test
7106OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.1
7107OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.2
7108OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.1
7109OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.2
7110OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.1
7111OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.2
7112OLD_FILES+=usr/tests/usr.bin/make/shell/path/sh
7113OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/legacy_test
7114OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Kyuafile
7115OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Makefile.test
7116OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.1
7117OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.2
7118OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.1
7119OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.2
7120OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.1
7121OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.2
7122OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/shell
7123OLD_FILES+=usr/tests/usr.bin/make/shell/replace/legacy_test
7124OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Kyuafile
7125OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Makefile.test
7126OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.1
7127OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.2
7128OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.1
7129OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.2
7130OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.1
7131OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.2
7132OLD_FILES+=usr/tests/usr.bin/make/shell/replace/shell
7133OLD_FILES+=usr/tests/usr.bin/make/shell/select/legacy_test
7134OLD_FILES+=usr/tests/usr.bin/make/shell/select/Kyuafile
7135OLD_FILES+=usr/tests/usr.bin/make/shell/select/Makefile.test
7136OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.1
7137OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.2
7138OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.1
7139OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.2
7140OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.1
7141OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.2
7142OLD_FILES+=usr/tests/usr.bin/make/shell/Kyuafile
7143OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/legacy_test
7144OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Kyuafile
7145OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Makefile.test
7146OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/TEST1.a
7147OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.status.1
7148OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stderr.1
7149OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stdout.1
7150OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/legacy_test
7151OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Kyuafile
7152OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Makefile.test
7153OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST1.a
7154OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST2.a
7155OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.status.1
7156OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stderr.1
7157OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stdout.1
7158OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/legacy_test
7159OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Kyuafile
7160OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Makefile.test
7161OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST1.a
7162OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST2.a
7163OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.status.1
7164OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stderr.1
7165OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stdout.1
7166OLD_FILES+=usr/tests/usr.bin/make/suffixes/Kyuafile
7167OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/legacy_test
7168OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Kyuafile
7169OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Makefile.test
7170OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.status.1
7171OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stderr.1
7172OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stdout.1
7173OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/legacy_test
7174OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Kyuafile
7175OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Makefile.test
7176OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.1
7177OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.2
7178OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.3
7179OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.4
7180OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.5
7181OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.1
7182OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.2
7183OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.3
7184OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.4
7185OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.5
7186OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.1
7187OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.2
7188OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.3
7189OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.4
7190OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.5
7191OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/legacy_test
7192OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Kyuafile
7193OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Makefile.test
7194OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.1
7195OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.2
7196OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.1
7197OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.2
7198OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.1
7199OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.2
7200OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/legacy_test
7201OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Kyuafile
7202OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Makefile.test
7203OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.1
7204OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.2
7205OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.1
7206OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.2
7207OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.1
7208OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.2
7209OLD_FILES+=usr/tests/usr.bin/make/syntax/Kyuafile
7210OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/legacy_test
7211OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Kyuafile
7212OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Makefile.test
7213OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.status.1
7214OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stderr.1
7215OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stdout.1
7216OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/Kyuafile
7217OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/sys.mk
7218OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/Kyuafile
7219OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/Kyuafile
7220OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/legacy_test
7221OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/Kyuafile
7222OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/cleanup
7223OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.status.1
7224OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stderr.1
7225OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stdout.1
7226OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/Kyuafile
7227OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/sys.mk
7228OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/Kyuafile
7229OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/Kyuafile
7230OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/legacy_test
7231OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/Kyuafile
7232OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/cleanup
7233OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.status.1
7234OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stderr.1
7235OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stdout.1
7236OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/Kyuafile
7237OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/sys.mk
7238OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/Kyuafile
7239OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/Kyuafile
7240OLD_FILES+=usr/tests/usr.bin/make/sysmk/Kyuafile
7241OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/legacy_test
7242OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Kyuafile
7243OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Makefile.test
7244OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.status.1
7245OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stderr.1
7246OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stdout.1
7247OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/legacy_test
7248OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Kyuafile
7249OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Makefile.test
7250OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.1
7251OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.2
7252OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.3
7253OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.1
7254OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.2
7255OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.3
7256OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.1
7257OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.2
7258OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.3
7259OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/legacy_test
7260OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Kyuafile
7261OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Makefile.test
7262OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.1
7263OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.2
7264OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.1
7265OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.2
7266OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.1
7267OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.2
7268OLD_FILES+=usr/tests/usr.bin/make/variables/t0/legacy_test
7269OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Kyuafile
7270OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Makefile.test
7271OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.status.1
7272OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stderr.1
7273OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stdout.1
7274OLD_FILES+=usr/tests/usr.bin/make/variables/Kyuafile
7275OLD_FILES+=usr/tests/usr.bin/make/Kyuafile
7276OLD_FILES+=usr/tests/usr.bin/make/common.sh
7277OLD_FILES+=usr/tests/usr.bin/make/test-new.mk
7278OLD_DIRS+=usr/tests/usr.bin/make/variables/t0
7279OLD_DIRS+=usr/tests/usr.bin/make/variables/opt_V
7280OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_t
7281OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_M
7282OLD_DIRS+=usr/tests/usr.bin/make/variables
7283OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/mk
7284OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2/1
7285OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2
7286OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2
7287OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/mk
7288OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2/1
7289OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2
7290OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1
7291OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/mk
7292OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2/1
7293OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2
7294OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0
7295OLD_DIRS+=usr/tests/usr.bin/make/sysmk
7296OLD_DIRS+=usr/tests/usr.bin/make/syntax/semi
7297OLD_DIRS+=usr/tests/usr.bin/make/syntax/funny-targets
7298OLD_DIRS+=usr/tests/usr.bin/make/syntax/enl
7299OLD_DIRS+=usr/tests/usr.bin/make/syntax/directive-t0
7300OLD_DIRS+=usr/tests/usr.bin/make/syntax
7301OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild2
7302OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild1
7303OLD_DIRS+=usr/tests/usr.bin/make/suffixes/basic
7304OLD_DIRS+=usr/tests/usr.bin/make/suffixes
7305OLD_DIRS+=usr/tests/usr.bin/make/shell/select
7306OLD_DIRS+=usr/tests/usr.bin/make/shell/replace
7307OLD_DIRS+=usr/tests/usr.bin/make/shell/path_select
7308OLD_DIRS+=usr/tests/usr.bin/make/shell/path
7309OLD_DIRS+=usr/tests/usr.bin/make/shell/meta
7310OLD_DIRS+=usr/tests/usr.bin/make/shell/builtin
7311OLD_DIRS+=usr/tests/usr.bin/make/shell
7312OLD_DIRS+=usr/tests/usr.bin/make/execution/plus
7313OLD_DIRS+=usr/tests/usr.bin/make/execution/joberr
7314OLD_DIRS+=usr/tests/usr.bin/make/execution/empty
7315OLD_DIRS+=usr/tests/usr.bin/make/execution/ellipsis
7316OLD_DIRS+=usr/tests/usr.bin/make/execution
7317OLD_DIRS+=usr/tests/usr.bin/make/basic/t3
7318OLD_DIRS+=usr/tests/usr.bin/make/basic/t2
7319OLD_DIRS+=usr/tests/usr.bin/make/basic/t1
7320OLD_DIRS+=usr/tests/usr.bin/make/basic/t0
7321OLD_DIRS+=usr/tests/usr.bin/make/basic
7322OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_oldbsd
7323OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod
7324OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd
7325OLD_DIRS+=usr/tests/usr.bin/make/archives
7326OLD_DIRS+=usr/tests/usr.bin/make
7327OLD_FILES+=usr/tests/usr.bin/yacc/legacy_test
7328OLD_FILES+=usr/tests/usr.bin/yacc/regress.00.out
7329OLD_FILES+=usr/tests/usr.bin/yacc/regress.01.out
7330OLD_FILES+=usr/tests/usr.bin/yacc/regress.02.out
7331OLD_FILES+=usr/tests/usr.bin/yacc/regress.03.out
7332OLD_FILES+=usr/tests/usr.bin/yacc/regress.04.out
7333OLD_FILES+=usr/tests/usr.bin/yacc/regress.05.out
7334OLD_FILES+=usr/tests/usr.bin/yacc/regress.06.out
7335OLD_FILES+=usr/tests/usr.bin/yacc/regress.07.out
7336OLD_FILES+=usr/tests/usr.bin/yacc/regress.08.out
7337OLD_FILES+=usr/tests/usr.bin/yacc/regress.09.out
7338OLD_FILES+=usr/tests/usr.bin/yacc/regress.10.out
7339OLD_FILES+=usr/tests/usr.bin/yacc/regress.11.out
7340OLD_FILES+=usr/tests/usr.bin/yacc/regress.12.out
7341OLD_FILES+=usr/tests/usr.bin/yacc/regress.13.out
7342OLD_FILES+=usr/tests/usr.bin/yacc/regress.14.out
7343OLD_FILES+=usr/tests/usr.bin/yacc/regress.sh
7344OLD_FILES+=usr/tests/usr.bin/yacc/undefined.y
7345.endif
7346.else
7347# ATF libraries.
7348OLD_FILES+=etc/mtree/BSD.tests.dist
7349OLD_FILES+=usr/bin/atf-sh
7350OLD_DIRS+=usr/include/atf-c
7351OLD_FILES+=usr/include/atf-c/build.h
7352OLD_FILES+=usr/include/atf-c/check.h
7353OLD_FILES+=usr/include/atf-c/config.h
7354OLD_FILES+=usr/include/atf-c/defs.h
7355OLD_FILES+=usr/include/atf-c/error.h
7356OLD_FILES+=usr/include/atf-c/error_fwd.h
7357OLD_FILES+=usr/include/atf-c/macros.h
7358OLD_FILES+=usr/include/atf-c/tc.h
7359OLD_FILES+=usr/include/atf-c/tp.h
7360OLD_FILES+=usr/include/atf-c/utils.h
7361OLD_FILES+=usr/include/atf-c.h
7362OLD_DIRS+=usr/include/atf-c++
7363OLD_FILES+=usr/include/atf-c++/build.hpp
7364OLD_FILES+=usr/include/atf-c++/check.hpp
7365OLD_FILES+=usr/include/atf-c++/config.hpp
7366OLD_FILES+=usr/include/atf-c++/macros.hpp
7367OLD_FILES+=usr/include/atf-c++/tests.hpp
7368OLD_FILES+=usr/include/atf-c++/utils.hpp
7369OLD_FILES+=usr/include/atf-c++.hpp
7370OLD_FILES+=usr/lib/libatf-c_p.a
7371OLD_FILES+=usr/lib/libatf-c.so.1
7372OLD_FILES+=usr/lib/libatf-c.so
7373OLD_FILES+=usr/lib/libatf-c++.a
7374OLD_FILES+=usr/lib/libatf-c++_p.a
7375OLD_FILES+=usr/lib/libatf-c++.so.1
7376OLD_FILES+=usr/lib/libatf-c++.so
7377OLD_FILES+=usr/lib/libatf-c.a
7378OLD_FILES+=usr/libexec/atf-check
7379OLD_FILES+=usr/libexec/atf-sh
7380OLD_DIRS+=usr/share/atf
7381OLD_FILES+=usr/share/atf/libatf-sh.subr
7382OLD_DIRS+=usr/share/doc/atf
7383OLD_FILES+=usr/share/doc/atf/AUTHORS
7384OLD_FILES+=usr/share/doc/atf/COPYING
7385OLD_FILES+=usr/share/doc/atf/NEWS
7386OLD_FILES+=usr/share/doc/atf/README
7387OLD_FILES+=usr/share/doc/pjdfstest/README
7388OLD_FILES+=usr/share/man/man1/atf-check.1.gz
7389OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
7390OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
7391OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
7392OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
7393OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
7394OLD_FILES+=usr/share/man/man3/atf-sh.3.gz
7395OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
7396OLD_FILES+=usr/share/man/man7/atf.7.gz
7397OLD_FILES+=usr/share/mk/atf.test.mk
7398OLD_FILES+=usr/share/mk/plain.test.mk
7399OLD_FILES+=usr/share/mk/suite.test.mk
7400OLD_FILES+=usr/share/mk/tap.test.mk
7401
7402# Test suite.
7403. if exists(${DESTDIR}${TESTSBASE})
7404TESTS_DIRS!=find ${DESTDIR}${TESTSBASE} -type d | sed -e 's,^${DESTDIR}/,,'; echo
7405OLD_DIRS+=${TESTS_DIRS}
7406TESTS_FILES!=find ${DESTDIR}${TESTSBASE} \! -type d | sed -e 's,^${DESTDIR}/,,'; echo
7407OLD_FILES+=${TESTS_FILES}
7408. endif
7409.endif # Test suite.
7410
7411.if ${MK_TESTS_SUPPORT} == no
7412OLD_FILES+=usr/include/atf-c++.hpp
7413OLD_FILES+=usr/include/atf-c++/build.hpp
7414OLD_FILES+=usr/include/atf-c++/check.hpp
7415OLD_FILES+=usr/include/atf-c++/macros.hpp
7416OLD_FILES+=usr/include/atf-c++/tests.hpp
7417OLD_FILES+=usr/include/atf-c++/utils.hpp
7418OLD_FILES+=usr/include/atf-c.h
7419OLD_FILES+=usr/include/atf-c/build.h
7420OLD_FILES+=usr/include/atf-c/check.h
7421OLD_FILES+=usr/include/atf-c/defs.h
7422OLD_FILES+=usr/include/atf-c/error.h
7423OLD_FILES+=usr/include/atf-c/error_fwd.h
7424OLD_FILES+=usr/include/atf-c/macros.h
7425OLD_FILES+=usr/include/atf-c/tc.h
7426OLD_FILES+=usr/include/atf-c/tp.h
7427OLD_FILES+=usr/include/atf-c/utils.h
7428OLD_LIBS+=usr/lib/private/libatf-c++.so.2
7429OLD_LIBS+=usr/lib/private/libatf-c.so.1
7430OLD_FILES+=usr/share/man/man3/atf-c++.3.gz
7431OLD_FILES+=usr/share/man/man3/atf-c-api++.3.gz
7432OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
7433OLD_FILES+=usr/share/man/man3/atf-c.3.gz
7434OLD_FILES+=usr/tests/lib/atf/Kyuafile
7435OLD_FILES+=usr/tests/lib/atf/libatf-c++/Kyuafile
7436OLD_FILES+=usr/tests/lib/atf/libatf-c++/atf_c++_test
7437OLD_FILES+=usr/tests/lib/atf/libatf-c++/build_test
7438OLD_FILES+=usr/tests/lib/atf/libatf-c++/check_test
7439OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/Kyuafile
7440OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/application_test
7441OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/env_test
7442OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/exceptions_test
7443OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/fs_test
7444OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/process_test
7445OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/text_test
7446OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/version_helper
7447OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_hpp_test.cpp
7448OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_test
7449OLD_FILES+=usr/tests/lib/atf/libatf-c++/tests_test
7450OLD_FILES+=usr/tests/lib/atf/libatf-c++/unused_test.cpp
7451OLD_FILES+=usr/tests/lib/atf/libatf-c++/utils_test
7452OLD_FILES+=usr/tests/lib/atf/libatf-c/Kyuafile
7453OLD_FILES+=usr/tests/lib/atf/libatf-c/atf_c_test
7454OLD_FILES+=usr/tests/lib/atf/libatf-c/build_test
7455OLD_FILES+=usr/tests/lib/atf/libatf-c/check_test
7456OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/Kyuafile
7457OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/dynstr_test
7458OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/env_test
7459OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/fs_test
7460OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/list_test
7461OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/map_test
7462OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_helpers
7463OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_test
7464OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/sanity_test
7465OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/text_test
7466OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/user_test
7467OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/version_helper
7468OLD_FILES+=usr/tests/lib/atf/libatf-c/error_test
7469OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_h_test.c
7470OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_test
7471OLD_FILES+=usr/tests/lib/atf/libatf-c/tc_test
7472OLD_FILES+=usr/tests/lib/atf/libatf-c/tp_test
7473OLD_FILES+=usr/tests/lib/atf/libatf-c/unused_test.c
7474OLD_FILES+=usr/tests/lib/atf/libatf-c/utils_test
7475OLD_FILES+=usr/tests/lib/atf/test-programs/Kyuafile
7476OLD_FILES+=usr/tests/lib/atf/test-programs/c_helpers
7477OLD_FILES+=usr/tests/lib/atf/test-programs/config_test
7478OLD_FILES+=usr/tests/lib/atf/test-programs/cpp_helpers
7479OLD_FILES+=usr/tests/lib/atf/test-programs/expect_test
7480OLD_FILES+=usr/tests/lib/atf/test-programs/meta_data_test
7481OLD_FILES+=usr/tests/lib/atf/test-programs/result_test
7482OLD_FILES+=usr/tests/lib/atf/test-programs/sh_helpers
7483OLD_FILES+=usr/tests/lib/atf/test-programs/srcdir_test
7484.endif
7485
7486.if ${MK_TEXTPROC} == no
7487OLD_FILES+=usr/bin/checknr
7488OLD_FILES+=usr/bin/colcrt
7489OLD_FILES+=usr/bin/ul
7490OLD_FILES+=usr/share/man/man1/checknr.1.gz
7491OLD_FILES+=usr/share/man/man1/colcrt.1.gz
7492OLD_FILES+=usr/share/man/man1/ul.1.gz
7493.endif
7494
7495#.if ${MK_TOOLCHAIN} == no
7496# to be filled in
7497#.endif
7498
7499.if ${MK_UNBOUND} == no
7500OLD_FILES+=etc/rc.d/local_unbound
7501OLD_FILES+=etc/unbound
7502OLD_FILES+=usr/lib/private/libunbound.a
7503OLD_FILES+=usr/lib/private/libunbound.so
7504OLD_LIBS+=usr/lib/private/libunbound.so.5
7505OLD_FILES+=usr/lib/private/libunbound_p.a
7506.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
7507OLD_FILES+=usr/lib32/private/libunbound.a
7508OLD_FILES+=usr/lib32/private/libunbound.so
7509OLD_LIBS+=usr/lib32/private/libunbound.so.5
7510OLD_FILES+=usr/lib32/private/libunbound_p.a
7511.endif
7512OLD_FILES+=usr/sbin/local-unbound-setup
7513OLD_FILES+=usr/sbin/unbound
7514OLD_FILES+=usr/sbin/unbound-anchor
7515OLD_FILES+=usr/sbin/unbound-checkconf
7516OLD_FILES+=usr/sbin/unbound-control
7517OLD_FILES+=usr/sbin/unbound-control-setup
7518OLD_FILES+=usr/share/man/man5/unbound.conf.5.gz
7519OLD_FILES+=usr/share/man/man8/unbound-anchor.8.gz
7520OLD_FILES+=usr/share/man/man8/unbound-checkconf.8.gz
7521OLD_FILES+=usr/share/man/man8/unbound-control.8.gz
7522OLD_FILES+=usr/share/man/man8/unbound.8.gz
7523.endif
7524
7525.if ${MK_USB} == no
7526OLD_FILES+=etc/devd/uath.conf
7527OLD_FILES+=etc/devd/uauth.conf
7528OLD_FILES+=etc/devd/ulpt.conf
7529OLD_FILES+=etc/devd/usb.conf
7530OLD_FILES+=usr/bin/usbhidaction
7531OLD_FILES+=usr/bin/usbhidctl
7532OLD_FILES+=usr/include/libusb.h
7533OLD_FILES+=usr/include/libusb20.h
7534OLD_FILES+=usr/include/libusb20_desc.h
7535OLD_FILES+=usr/include/usb.h
7536OLD_FILES+=usr/include/usbhid.h
7537OLD_FILES+=usr/lib/libusb.a
7538OLD_FILES+=usr/lib/libusb.so
7539OLD_LIBS+=usr/lib/libusb.so.3
7540OLD_FILES+=usr/lib/libusb_p.a
7541OLD_FILES+=usr/lib/libusbhid.a
7542OLD_FILES+=usr/lib/libusbhid.so
7543OLD_LIBS+=usr/lib/libusbhid.so.4
7544OLD_FILES+=usr/lib/libusbhid_p.a
7545OLD_FILES+=usr/lib32/libusb.a
7546OLD_FILES+=usr/lib32/libusb.so
7547OLD_LIBS+=usr/lib32/libusb.so.3
7548OLD_FILES+=usr/lib32/libusb_p.a
7549OLD_FILES+=usr/lib32/libusbhid.a
7550OLD_FILES+=usr/lib32/libusbhid.so
7551OLD_LIBS+=usr/lib32/libusbhid.so.4
7552OLD_FILES+=usr/lib32/libusbhid_p.a
7553OLD_FILES+=usr/libdata/pkgconfig/libusb-0.1.pc
7554OLD_FILES+=usr/libdata/pkgconfig/libusb-1.0.pc
7555OLD_FILES+=usr/libdata/pkgconfig/libusb-2.0.pc
7556OLD_FILES+=usr/sbin/uathload
7557OLD_FILES+=usr/sbin/uhsoctl
7558OLD_FILES+=usr/sbin/usbconfig
7559OLD_FILES+=usr/sbin/usbdump
7560OLD_FILES+=usr/share/examples/libusb20/Makefile
7561OLD_FILES+=usr/share/examples/libusb20/README
7562OLD_FILES+=usr/share/examples/libusb20/bulk.c
7563OLD_FILES+=usr/share/examples/libusb20/control.c
7564OLD_FILES+=usr/share/examples/libusb20/util.c
7565OLD_FILES+=usr/share/examples/libusb20/util.h
7566OLD_DIRS+=usr/share/examples/libusb20
7567OLD_FILES+=usr/share/man/man1/uhsoctl.1.gz
7568OLD_FILES+=usr/share/man/man1/usbhidaction.1.gz
7569OLD_FILES+=usr/share/man/man1/usbhidctl.1.gz
7570OLD_FILES+=usr/share/man/man3/hid_dispose_report_desc.3.gz
7571OLD_FILES+=usr/share/man/man3/hid_end_parse.3.gz
7572OLD_FILES+=usr/share/man/man3/hid_get_data.3.gz
7573OLD_FILES+=usr/share/man/man3/hid_get_item.3.gz
7574OLD_FILES+=usr/share/man/man3/hid_get_report_desc.3.gz
7575OLD_FILES+=usr/share/man/man3/hid_init.3.gz
7576OLD_FILES+=usr/share/man/man3/hid_locate.3.gz
7577OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz
7578OLD_FILES+=usr/share/man/man3/hid_set_data.3.gz
7579OLD_FILES+=usr/share/man/man3/hid_start_parse.3.gz
7580OLD_FILES+=usr/share/man/man3/hid_usage_in_page.3.gz
7581OLD_FILES+=usr/share/man/man3/hid_usage_page.3.gz
7582OLD_FILES+=usr/share/man/man3/libusb.3.gz
7583OLD_FILES+=usr/share/man/man3/libusb20.3.gz
7584OLD_FILES+=usr/share/man/man3/libusb20_be_add_dev_quirk.3.gz
7585OLD_FILES+=usr/share/man/man3/libusb20_be_alloc_default.3.gz
7586OLD_FILES+=usr/share/man/man3/libusb20_be_dequeue_device.3.gz
7587OLD_FILES+=usr/share/man/man3/libusb20_be_device_foreach.3.gz
7588OLD_FILES+=usr/share/man/man3/libusb20_be_enqueue_device.3.gz
7589OLD_FILES+=usr/share/man/man3/libusb20_be_free.3.gz
7590OLD_FILES+=usr/share/man/man3/libusb20_be_get_dev_quirk.3.gz
7591OLD_FILES+=usr/share/man/man3/libusb20_be_get_quirk_name.3.gz
7592OLD_FILES+=usr/share/man/man3/libusb20_be_get_template.3.gz
7593OLD_FILES+=usr/share/man/man3/libusb20_be_remove_dev_quirk.3.gz
7594OLD_FILES+=usr/share/man/man3/libusb20_be_set_template.3.gz
7595OLD_FILES+=usr/share/man/man3/libusb20_desc_foreach.3.gz
7596OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc.3.gz
7597OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc_config.3.gz
7598OLD_FILES+=usr/share/man/man3/libusb20_dev_check_connected.3.gz
7599OLD_FILES+=usr/share/man/man3/libusb20_dev_close.3.gz
7600OLD_FILES+=usr/share/man/man3/libusb20_dev_detach_kernel_driver.3.gz
7601OLD_FILES+=usr/share/man/man3/libusb20_dev_free.3.gz
7602OLD_FILES+=usr/share/man/man3/libusb20_dev_get_address.3.gz
7603OLD_FILES+=usr/share/man/man3/libusb20_dev_get_backend_name.3.gz
7604OLD_FILES+=usr/share/man/man3/libusb20_dev_get_bus_number.3.gz
7605OLD_FILES+=usr/share/man/man3/libusb20_dev_get_config_index.3.gz
7606OLD_FILES+=usr/share/man/man3/libusb20_dev_get_debug.3.gz
7607OLD_FILES+=usr/share/man/man3/libusb20_dev_get_desc.3.gz
7608OLD_FILES+=usr/share/man/man3/libusb20_dev_get_device_desc.3.gz
7609OLD_FILES+=usr/share/man/man3/libusb20_dev_get_fd.3.gz
7610OLD_FILES+=usr/share/man/man3/libusb20_dev_get_iface_desc.3.gz
7611OLD_FILES+=usr/share/man/man3/libusb20_dev_get_info.3.gz
7612OLD_FILES+=usr/share/man/man3/libusb20_dev_get_mode.3.gz
7613OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_address.3.gz
7614OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_port.3.gz
7615OLD_FILES+=usr/share/man/man3/libusb20_dev_get_port_path.3.gz
7616OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_mode.3.gz
7617OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_usage.3.gz
7618OLD_FILES+=usr/share/man/man3/libusb20_dev_get_speed.3.gz
7619OLD_FILES+=usr/share/man/man3/libusb20_dev_kernel_driver_active.3.gz
7620OLD_FILES+=usr/share/man/man3/libusb20_dev_open.3.gz
7621OLD_FILES+=usr/share/man/man3/libusb20_dev_process.3.gz
7622OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_simple_sync.3.gz
7623OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_sync.3.gz
7624OLD_FILES+=usr/share/man/man3/libusb20_dev_request_sync.3.gz
7625OLD_FILES+=usr/share/man/man3/libusb20_dev_reset.3.gz
7626OLD_FILES+=usr/share/man/man3/libusb20_dev_set_alt_index.3.gz
7627OLD_FILES+=usr/share/man/man3/libusb20_dev_set_config_index.3.gz
7628OLD_FILES+=usr/share/man/man3/libusb20_dev_set_debug.3.gz
7629OLD_FILES+=usr/share/man/man3/libusb20_dev_set_power_mode.3.gz
7630OLD_FILES+=usr/share/man/man3/libusb20_dev_wait_process.3.gz
7631OLD_FILES+=usr/share/man/man3/libusb20_error_name.3.gz
7632OLD_FILES+=usr/share/man/man3/libusb20_me_decode.3.gz
7633OLD_FILES+=usr/share/man/man3/libusb20_me_encode.3.gz
7634OLD_FILES+=usr/share/man/man3/libusb20_me_get_1.3.gz
7635OLD_FILES+=usr/share/man/man3/libusb20_me_get_2.3.gz
7636OLD_FILES+=usr/share/man/man3/libusb20_strerror.3.gz
7637OLD_FILES+=usr/share/man/man3/libusb20_tr_bulk_intr_sync.3.gz
7638OLD_FILES+=usr/share/man/man3/libusb20_tr_callback_wrapper.3.gz
7639OLD_FILES+=usr/share/man/man3/libusb20_tr_clear_stall_sync.3.gz
7640OLD_FILES+=usr/share/man/man3/libusb20_tr_close.3.gz
7641OLD_FILES+=usr/share/man/man3/libusb20_tr_drain.3.gz
7642OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_frames.3.gz
7643OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_length.3.gz
7644OLD_FILES+=usr/share/man/man3/libusb20_tr_get_length.3.gz
7645OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_frames.3.gz
7646OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_packet_length.3.gz
7647OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_total_length.3.gz
7648OLD_FILES+=usr/share/man/man3/libusb20_tr_get_pointer.3.gz
7649OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc0.3.gz
7650OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc1.3.gz
7651OLD_FILES+=usr/share/man/man3/libusb20_tr_get_status.3.gz
7652OLD_FILES+=usr/share/man/man3/libusb20_tr_get_time_complete.3.gz
7653OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz
7654OLD_FILES+=usr/share/man/man3/libusb20_tr_pending.3.gz
7655OLD_FILES+=usr/share/man/man3/libusb20_tr_set_buffer.3.gz
7656OLD_FILES+=usr/share/man/man3/libusb20_tr_set_callback.3.gz
7657OLD_FILES+=usr/share/man/man3/libusb20_tr_set_flags.3.gz
7658OLD_FILES+=usr/share/man/man3/libusb20_tr_set_length.3.gz
7659OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc0.3.gz
7660OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc1.3.gz
7661OLD_FILES+=usr/share/man/man3/libusb20_tr_set_timeout.3.gz
7662OLD_FILES+=usr/share/man/man3/libusb20_tr_set_total_frames.3.gz
7663OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_bulk.3.gz
7664OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_control.3.gz
7665OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_intr.3.gz
7666OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_isoc.3.gz
7667OLD_FILES+=usr/share/man/man3/libusb20_tr_start.3.gz
7668OLD_FILES+=usr/share/man/man3/libusb20_tr_stop.3.gz
7669OLD_FILES+=usr/share/man/man3/libusb20_tr_submit.3.gz
7670OLD_FILES+=usr/share/man/man3/libusb_alloc_transfer.3.gz
7671OLD_FILES+=usr/share/man/man3/libusb_attach_kernel_driver.3.gz
7672OLD_FILES+=usr/share/man/man3/libusb_bulk_transfer.3.gz
7673OLD_FILES+=usr/share/man/man3/libusb_cancel_transfer.3.gz
7674OLD_FILES+=usr/share/man/man3/libusb_check_connected.3.gz
7675OLD_FILES+=usr/share/man/man3/libusb_claim_interface.3.gz
7676OLD_FILES+=usr/share/man/man3/libusb_clear_halt.3.gz
7677OLD_FILES+=usr/share/man/man3/libusb_close.3.gz
7678OLD_FILES+=usr/share/man/man3/libusb_control_transfer.3.gz
7679OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver.3.gz
7680OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver_np.3.gz
7681OLD_FILES+=usr/share/man/man3/libusb_error_name.3.gz
7682OLD_FILES+=usr/share/man/man3/libusb_event_handler_active.3.gz
7683OLD_FILES+=usr/share/man/man3/libusb_event_handling_ok.3.gz
7684OLD_FILES+=usr/share/man/man3/libusb_exit.3.gz
7685OLD_FILES+=usr/share/man/man3/libusb_free_bos_descriptor.3.gz
7686OLD_FILES+=usr/share/man/man3/libusb_free_config_descriptor.3.gz
7687OLD_FILES+=usr/share/man/man3/libusb_free_device_list.3.gz
7688OLD_FILES+=usr/share/man/man3/libusb_free_ss_endpoint_comp.3.gz
7689OLD_FILES+=usr/share/man/man3/libusb_free_transfer.3.gz
7690OLD_FILES+=usr/share/man/man3/libusb_get_active_config_descriptor.3.gz
7691OLD_FILES+=usr/share/man/man3/libusb_get_bus_number.3.gz
7692OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor.3.gz
7693OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor_by_value.3.gz
7694OLD_FILES+=usr/share/man/man3/libusb_get_configuration.3.gz
7695OLD_FILES+=usr/share/man/man3/libusb_get_device.3.gz
7696OLD_FILES+=usr/share/man/man3/libusb_get_device_address.3.gz
7697OLD_FILES+=usr/share/man/man3/libusb_get_device_descriptor.3.gz
7698OLD_FILES+=usr/share/man/man3/libusb_get_device_list.3.gz
7699OLD_FILES+=usr/share/man/man3/libusb_get_device_speed.3.gz
7700OLD_FILES+=usr/share/man/man3/libusb_get_driver.3.gz
7701OLD_FILES+=usr/share/man/man3/libusb_get_driver_np.3.gz
7702OLD_FILES+=usr/share/man/man3/libusb_get_max_iso_packet_size.3.gz
7703OLD_FILES+=usr/share/man/man3/libusb_get_max_packet_size.3.gz
7704OLD_FILES+=usr/share/man/man3/libusb_get_next_timeout.3.gz
7705OLD_FILES+=usr/share/man/man3/libusb_get_pollfds.3.gz
7706OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor.3.gz
7707OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor_ascii.3.gz
7708OLD_FILES+=usr/share/man/man3/libusb_handle_events.3.gz
7709OLD_FILES+=usr/share/man/man3/libusb_handle_events_completed.3.gz
7710OLD_FILES+=usr/share/man/man3/libusb_handle_events_locked.3.gz
7711OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout.3.gz
7712OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout_completed.3.gz
7713OLD_FILES+=usr/share/man/man3/libusb_init.3.gz
7714OLD_FILES+=usr/share/man/man3/libusb_interrupt_transfer.3.gz
7715OLD_FILES+=usr/share/man/man3/libusb_kernel_driver_active.3.gz
7716OLD_FILES+=usr/share/man/man3/libusb_lock_event_waiters.3.gz
7717OLD_FILES+=usr/share/man/man3/libusb_lock_events.3.gz
7718OLD_FILES+=usr/share/man/man3/libusb_open.3.gz
7719OLD_FILES+=usr/share/man/man3/libusb_open_device_with_vid_pid.3.gz
7720OLD_FILES+=usr/share/man/man3/libusb_parse_bos_descriptor.3.gz
7721OLD_FILES+=usr/share/man/man3/libusb_parse_ss_endpoint_comp.3.gz
7722OLD_FILES+=usr/share/man/man3/libusb_ref_device.3.gz
7723OLD_FILES+=usr/share/man/man3/libusb_release_interface.3.gz
7724OLD_FILES+=usr/share/man/man3/libusb_reset_device.3.gz
7725OLD_FILES+=usr/share/man/man3/libusb_set_configuration.3.gz
7726OLD_FILES+=usr/share/man/man3/libusb_set_debug.3.gz
7727OLD_FILES+=usr/share/man/man3/libusb_set_interface_alt_setting.3.gz
7728OLD_FILES+=usr/share/man/man3/libusb_set_pollfd_notifiers.3.gz
7729OLD_FILES+=usr/share/man/man3/libusb_strerror.3.gz
7730OLD_FILES+=usr/share/man/man3/libusb_submit_transfer.3.gz
7731OLD_FILES+=usr/share/man/man3/libusb_try_lock_events.3.gz
7732OLD_FILES+=usr/share/man/man3/libusb_unlock_event_waiters.3.gz
7733OLD_FILES+=usr/share/man/man3/libusb_unlock_events.3.gz
7734OLD_FILES+=usr/share/man/man3/libusb_unref_device.3.gz
7735OLD_FILES+=usr/share/man/man3/libusb_wait_for_event.3.gz
7736OLD_FILES+=usr/share/man/man3/libusbhid.3.gz
7737OLD_FILES+=usr/share/man/man3/usb.3.gz
7738OLD_FILES+=usr/share/man/man3/usb_bulk_read.3.gz
7739OLD_FILES+=usr/share/man/man3/usb_bulk_write.3.gz
7740OLD_FILES+=usr/share/man/man3/usb_check_connected.3.gz
7741OLD_FILES+=usr/share/man/man3/usb_claim_interface.3.gz
7742OLD_FILES+=usr/share/man/man3/usb_clear_halt.3.gz
7743OLD_FILES+=usr/share/man/man3/usb_close.3.gz
7744OLD_FILES+=usr/share/man/man3/usb_control_msg.3.gz
7745OLD_FILES+=usr/share/man/man3/usb_destroy_configuration.3.gz
7746OLD_FILES+=usr/share/man/man3/usb_device.3.gz
7747OLD_FILES+=usr/share/man/man3/usb_fetch_and_parse_descriptors.3.gz
7748OLD_FILES+=usr/share/man/man3/usb_find_busses.3.gz
7749OLD_FILES+=usr/share/man/man3/usb_find_devices.3.gz
7750OLD_FILES+=usr/share/man/man3/usb_get_busses.3.gz
7751OLD_FILES+=usr/share/man/man3/usb_get_descriptor.3.gz
7752OLD_FILES+=usr/share/man/man3/usb_get_descriptor_by_endpoint.3.gz
7753OLD_FILES+=usr/share/man/man3/usb_get_string.3.gz
7754OLD_FILES+=usr/share/man/man3/usb_get_string_simple.3.gz
7755OLD_FILES+=usr/share/man/man3/usb_init.3.gz
7756OLD_FILES+=usr/share/man/man3/usb_interrupt_read.3.gz
7757OLD_FILES+=usr/share/man/man3/usb_interrupt_write.3.gz
7758OLD_FILES+=usr/share/man/man3/usb_open.3.gz
7759OLD_FILES+=usr/share/man/man3/usb_parse_configuration.3.gz
7760OLD_FILES+=usr/share/man/man3/usb_parse_descriptor.3.gz
7761OLD_FILES+=usr/share/man/man3/usb_release_interface.3.gz
7762OLD_FILES+=usr/share/man/man3/usb_reset.3.gz
7763OLD_FILES+=usr/share/man/man3/usb_resetep.3.gz
7764OLD_FILES+=usr/share/man/man3/usb_set_altinterface.3.gz
7765OLD_FILES+=usr/share/man/man3/usb_set_configuration.3.gz
7766OLD_FILES+=usr/share/man/man3/usb_set_debug.3.gz
7767OLD_FILES+=usr/share/man/man3/usb_strerror.3.gz
7768OLD_FILES+=usr/share/man/man3/usbhid.3.gz
7769OLD_FILES+=usr/share/man/man4/u3g.4.gz
7770OLD_FILES+=usr/share/man/man4/u3gstub.4.gz
7771OLD_FILES+=usr/share/man/man4/uark.4.gz
7772OLD_FILES+=usr/share/man/man4/uart.4.gz
7773OLD_FILES+=usr/share/man/man4/uath.4.gz
7774OLD_FILES+=usr/share/man/man4/ubsa.4.gz
7775OLD_FILES+=usr/share/man/man4/ubsec.4.gz
7776OLD_FILES+=usr/share/man/man4/ubser.4.gz
7777OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz
7778OLD_FILES+=usr/share/man/man4/uchcom.4.gz
7779OLD_FILES+=usr/share/man/man4/ucom.4.gz
7780OLD_FILES+=usr/share/man/man4/ucycom.4.gz
7781OLD_FILES+=usr/share/man/man4/udav.4.gz
7782OLD_FILES+=usr/share/man/man4/udbp.4.gz
7783OLD_FILES+=usr/share/man/man4/udp.4.gz
7784OLD_FILES+=usr/share/man/man4/udplite.4.gz
7785OLD_FILES+=usr/share/man/man4/uep.4.gz
7786OLD_FILES+=usr/share/man/man4/ufm.4.gz
7787OLD_FILES+=usr/share/man/man4/ufoma.4.gz
7788OLD_FILES+=usr/share/man/man4/uftdi.4.gz
7789OLD_FILES+=usr/share/man/man4/ugen.4.gz
7790OLD_FILES+=usr/share/man/man4/uhci.4.gz
7791OLD_FILES+=usr/share/man/man4/uhid.4.gz
7792OLD_FILES+=usr/share/man/man4/uhso.4.gz
7793OLD_FILES+=usr/share/man/man4/uipaq.4.gz
7794OLD_FILES+=usr/share/man/man4/ukbd.4.gz
7795OLD_FILES+=usr/share/man/man4/uled.4.gz
7796OLD_FILES+=usr/share/man/man4/ulpt.4.gz
7797OLD_FILES+=usr/share/man/man4/umass.4.gz
7798OLD_FILES+=usr/share/man/man4/umcs.4.gz
7799OLD_FILES+=usr/share/man/man4/umct.4.gz
7800OLD_FILES+=usr/share/man/man4/umodem.4.gz
7801OLD_FILES+=usr/share/man/man4/umoscom.4.gz
7802OLD_FILES+=usr/share/man/man4/ums.4.gz
7803OLD_FILES+=usr/share/man/man4/unix.4.gz
7804OLD_FILES+=usr/share/man/man4/upgt.4.gz
7805OLD_FILES+=usr/share/man/man4/uplcom.4.gz
7806OLD_FILES+=usr/share/man/man4/ural.4.gz
7807OLD_FILES+=usr/share/man/man4/urio.4.gz
7808OLD_FILES+=usr/share/man/man4/urndis.4.gz
7809OLD_FILES+=usr/share/man/man4/urtw.4.gz
7810OLD_FILES+=usr/share/man/man4/urtwn.4.gz
7811OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz
7812OLD_FILES+=usr/share/man/man4/usb.4.gz
7813OLD_FILES+=usr/share/man/man4/usb_quirk.4.gz
7814OLD_FILES+=usr/share/man/man4/usb_template.4.gz
7815OLD_FILES+=usr/share/man/man4/usfs.4.gz
7816OLD_FILES+=usr/share/man/man4/uslcom.4.gz
7817OLD_FILES+=usr/share/man/man4/utopia.4.gz
7818OLD_FILES+=usr/share/man/man4/uvisor.4.gz
7819OLD_FILES+=usr/share/man/man4/uvscom.4.gz
7820OLD_FILES+=usr/share/man/man8/uathload.8.gz
7821OLD_FILES+=usr/share/man/man8/usbconfig.8.gz
7822OLD_FILES+=usr/share/man/man8/usbdump.8.gz
7823OLD_FILES+=usr/share/man/man9/usb_fifo_alloc_buffer.9.gz
7824OLD_FILES+=usr/share/man/man9/usb_fifo_attach.9.gz
7825OLD_FILES+=usr/share/man/man9/usb_fifo_detach.9.gz
7826OLD_FILES+=usr/share/man/man9/usb_fifo_free_buffer.9.gz
7827OLD_FILES+=usr/share/man/man9/usb_fifo_get_data.9.gz
7828OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_buffer.9.gz
7829OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_error.9.gz
7830OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_linear.9.gz
7831OLD_FILES+=usr/share/man/man9/usb_fifo_put_bytes_max.9.gz
7832OLD_FILES+=usr/share/man/man9/usb_fifo_put_data.9.gz
7833OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_buffer.9.gz
7834OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_error.9.gz
7835OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_linear.9.gz
7836OLD_FILES+=usr/share/man/man9/usb_fifo_reset.9.gz
7837OLD_FILES+=usr/share/man/man9/usb_fifo_softc.9.gz
7838OLD_FILES+=usr/share/man/man9/usb_fifo_wakeup.9.gz
7839OLD_FILES+=usr/share/man/man9/usbd_do_request.9.gz
7840OLD_FILES+=usr/share/man/man9/usbd_do_request_flags.9.gz
7841OLD_FILES+=usr/share/man/man9/usbd_errstr.9.gz
7842OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_info.9.gz
7843OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_uaa.9.gz
7844OLD_FILES+=usr/share/man/man9/usbd_transfer_clear_stall.9.gz
7845OLD_FILES+=usr/share/man/man9/usbd_transfer_drain.9.gz
7846OLD_FILES+=usr/share/man/man9/usbd_transfer_pending.9.gz
7847OLD_FILES+=usr/share/man/man9/usbd_transfer_poll.9.gz
7848OLD_FILES+=usr/share/man/man9/usbd_transfer_setup.9.gz
7849OLD_FILES+=usr/share/man/man9/usbd_transfer_start.9.gz
7850OLD_FILES+=usr/share/man/man9/usbd_transfer_stop.9.gz
7851OLD_FILES+=usr/share/man/man9/usbd_transfer_submit.9.gz
7852OLD_FILES+=usr/share/man/man9/usbd_transfer_unsetup.9.gz
7853OLD_FILES+=usr/share/man/man9/usbd_xfer_clr_flag.9.gz
7854OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_data.9.gz
7855OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_len.9.gz
7856OLD_FILES+=usr/share/man/man9/usbd_xfer_get_frame.9.gz
7857OLD_FILES+=usr/share/man/man9/usbd_xfer_get_priv.9.gz
7858OLD_FILES+=usr/share/man/man9/usbd_xfer_is_stalled.9.gz
7859OLD_FILES+=usr/share/man/man9/usbd_xfer_max_framelen.9.gz
7860OLD_FILES+=usr/share/man/man9/usbd_xfer_max_frames.9.gz
7861OLD_FILES+=usr/share/man/man9/usbd_xfer_max_len.9.gz
7862OLD_FILES+=usr/share/man/man9/usbd_xfer_set_flag.9.gz
7863OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_data.9.gz
7864OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_len.9.gz
7865OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_offset.9.gz
7866OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frames.9.gz
7867OLD_FILES+=usr/share/man/man9/usbd_xfer_set_interval.9.gz
7868OLD_FILES+=usr/share/man/man9/usbd_xfer_set_priv.9.gz
7869OLD_FILES+=usr/share/man/man9/usbd_xfer_set_stall.9.gz
7870OLD_FILES+=usr/share/man/man9/usbd_xfer_set_timeout.9.gz
7871OLD_FILES+=usr/share/man/man9/usbd_xfer_softc.9.gz
7872OLD_FILES+=usr/share/man/man9/usbd_xfer_state.9.gz
7873OLD_FILES+=usr/share/man/man9/usbd_xfer_status.9.gz
7874OLD_FILES+=usr/share/man/man9/usbdi.9.gz
7875OLD_FILES+=usr/share/misc/usb_hid_usages
7876OLD_FILES+=usr/share/misc/usbdevs
7877.endif
7878
7879.if ${MK_UTMPX} == no
7880OLD_FILES+=etc/periodic/monthly/200.accounting
7881OLD_FILES+=usr/bin/last
7882OLD_FILES+=usr/bin/users
7883OLD_FILES+=usr/bin/who
7884OLD_FILES+=usr/sbin/ac
7885OLD_FILES+=usr/sbin/lastlogin
7886OLD_FILES+=usr/sbin/utx
7887OLD_FILES+=usr/share/man/man1/last.1.gz
7888OLD_FILES+=usr/share/man/man1/users.1.gz
7889OLD_FILES+=usr/share/man/man1/who.1.gz
7890OLD_FILES+=usr/share/man/man8/ac.8.gz
7891OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
7892OLD_FILES+=usr/share/man/man8/utx.8.gz
7893.endif
7894
7895.if ${MK_WIRELESS} == no
7896OLD_FILES+=etc/regdomain.xml
7897OLD_FILES+=etc/rc.d/hostapd
7898OLD_FILES+=etc/rc.d/wpa_supplicant
7899OLD_FILES+=usr/sbin/ancontrol
7900OLD_FILES+=usr/sbin/hostapd
7901OLD_FILES+=usr/sbin/hostapd_cli
7902OLD_FILES+=usr/sbin/ndis_events
7903OLD_FILES+=usr/sbin/wlandebug
7904.if ${TARGET_ARCH} == "i386"
7905OLD_FILES+=usr/sbin/wlconfig
7906.endif
7907OLD_FILES+=usr/sbin/wpa_cli
7908OLD_FILES+=usr/sbin/wpa_passphrase
7909OLD_FILES+=usr/sbin/wpa_supplicant
7910OLD_FILES+=usr/share/examples/etc/regdomain.xml
7911OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
7912OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
7913OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
7914OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
7915OLD_DIRS+=usr/share/examples/hostapd
7916OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
7917OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
7918OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
7919OLD_FILES+=usr/share/man/man8/hostapd.8.gz
7920OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
7921.if ${TARGET_ARCH} == "i386"
7922OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
7923.endif
7924OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
7925OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
7926OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
7927OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
7928OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
7929.endif
7930
7931.if ${MK_SVNLITE} == no || ${MK_SVN} == yes
7932OLD_FILES+=usr/bin/svnlite
7933OLD_FILES+=usr/bin/svnliteadmin
7934OLD_FILES+=usr/bin/svnlitedumpfilter
7935OLD_FILES+=usr/bin/svnlitelook
7936OLD_FILES+=usr/bin/svnlitemucc
7937OLD_FILES+=usr/bin/svnliterdump
7938OLD_FILES+=usr/bin/svnliteserve
7939OLD_FILES+=usr/bin/svnlitesync
7940OLD_FILES+=usr/bin/svnliteversion
7941OLD_FILES+=usr/share/man/man1/svnlite.1.gz
7942.endif
7943
7944.if ${MK_SVN} == no
7945OLD_FILES+=usr/bin/svn
7946OLD_FILES+=usr/bin/svnadmin
7947OLD_FILES+=usr/bin/svndumpfilter
7948OLD_FILES+=usr/bin/svnlook
7949OLD_FILES+=usr/bin/svnmucc
7950OLD_FILES+=usr/bin/svnrdump
7951OLD_FILES+=usr/bin/svnserve
7952OLD_FILES+=usr/bin/svnsync
7953OLD_FILES+=usr/bin/svnversion
7954.endif
7955
7956.if ${MK_HYPERV} == no
7957OLD_FILES+=etc/devd/hyperv.conf
7958OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
7959OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info
7960OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info
7961OLD_FILES+=usr/sbin/hv_kvp_daemon
7962OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz
7963.endif
7964
7965.if ${MK_ZONEINFO} == no
7966OLD_FILES+=usr/share/zoneinfo/Africa/Abidjan
7967OLD_FILES+=usr/share/zoneinfo/Africa/Accra
7968OLD_FILES+=usr/share/zoneinfo/Africa/Addis_Ababa
7969OLD_FILES+=usr/share/zoneinfo/Africa/Algiers
7970OLD_FILES+=usr/share/zoneinfo/Africa/Asmara
7971OLD_FILES+=usr/share/zoneinfo/Africa/Bamako
7972OLD_FILES+=usr/share/zoneinfo/Africa/Bangui
7973OLD_FILES+=usr/share/zoneinfo/Africa/Banjul
7974OLD_FILES+=usr/share/zoneinfo/Africa/Bissau
7975OLD_FILES+=usr/share/zoneinfo/Africa/Blantyre
7976OLD_FILES+=usr/share/zoneinfo/Africa/Brazzaville
7977OLD_FILES+=usr/share/zoneinfo/Africa/Bujumbura
7978OLD_FILES+=usr/share/zoneinfo/Africa/Cairo
7979OLD_FILES+=usr/share/zoneinfo/Africa/Casablanca
7980OLD_FILES+=usr/share/zoneinfo/Africa/Ceuta
7981OLD_FILES+=usr/share/zoneinfo/Africa/Conakry
7982OLD_FILES+=usr/share/zoneinfo/Africa/Dakar
7983OLD_FILES+=usr/share/zoneinfo/Africa/Dar_es_Salaam
7984OLD_FILES+=usr/share/zoneinfo/Africa/Djibouti
7985OLD_FILES+=usr/share/zoneinfo/Africa/Douala
7986OLD_FILES+=usr/share/zoneinfo/Africa/El_Aaiun
7987OLD_FILES+=usr/share/zoneinfo/Africa/Freetown
7988OLD_FILES+=usr/share/zoneinfo/Africa/Gaborone
7989OLD_FILES+=usr/share/zoneinfo/Africa/Harare
7990OLD_FILES+=usr/share/zoneinfo/Africa/Johannesburg
7991OLD_FILES+=usr/share/zoneinfo/Africa/Juba
7992OLD_FILES+=usr/share/zoneinfo/Africa/Kampala
7993OLD_FILES+=usr/share/zoneinfo/Africa/Khartoum
7994OLD_FILES+=usr/share/zoneinfo/Africa/Kigali
7995OLD_FILES+=usr/share/zoneinfo/Africa/Kinshasa
7996OLD_FILES+=usr/share/zoneinfo/Africa/Lagos
7997OLD_FILES+=usr/share/zoneinfo/Africa/Libreville
7998OLD_FILES+=usr/share/zoneinfo/Africa/Lome
7999OLD_FILES+=usr/share/zoneinfo/Africa/Luanda
8000OLD_FILES+=usr/share/zoneinfo/Africa/Lubumbashi
8001OLD_FILES+=usr/share/zoneinfo/Africa/Lusaka
8002OLD_FILES+=usr/share/zoneinfo/Africa/Malabo
8003OLD_FILES+=usr/share/zoneinfo/Africa/Maputo
8004OLD_FILES+=usr/share/zoneinfo/Africa/Maseru
8005OLD_FILES+=usr/share/zoneinfo/Africa/Mbabane
8006OLD_FILES+=usr/share/zoneinfo/Africa/Mogadishu
8007OLD_FILES+=usr/share/zoneinfo/Africa/Monrovia
8008OLD_FILES+=usr/share/zoneinfo/Africa/Nairobi
8009OLD_FILES+=usr/share/zoneinfo/Africa/Ndjamena
8010OLD_FILES+=usr/share/zoneinfo/Africa/Niamey
8011OLD_FILES+=usr/share/zoneinfo/Africa/Nouakchott
8012OLD_FILES+=usr/share/zoneinfo/Africa/Ouagadougou
8013OLD_FILES+=usr/share/zoneinfo/Africa/Porto-Novo
8014OLD_FILES+=usr/share/zoneinfo/Africa/Sao_Tome
8015OLD_FILES+=usr/share/zoneinfo/Africa/Tripoli
8016OLD_FILES+=usr/share/zoneinfo/Africa/Tunis
8017OLD_FILES+=usr/share/zoneinfo/Africa/Windhoek
8018OLD_FILES+=usr/share/zoneinfo/America/Adak
8019OLD_FILES+=usr/share/zoneinfo/America/Anchorage
8020OLD_FILES+=usr/share/zoneinfo/America/Anguilla
8021OLD_FILES+=usr/share/zoneinfo/America/Antigua
8022OLD_FILES+=usr/share/zoneinfo/America/Araguaina
8023OLD_FILES+=usr/share/zoneinfo/America/Argentina/Buenos_Aires
8024OLD_FILES+=usr/share/zoneinfo/America/Argentina/Catamarca
8025OLD_FILES+=usr/share/zoneinfo/America/Argentina/Cordoba
8026OLD_FILES+=usr/share/zoneinfo/America/Argentina/Jujuy
8027OLD_FILES+=usr/share/zoneinfo/America/Argentina/La_Rioja
8028OLD_FILES+=usr/share/zoneinfo/America/Argentina/Mendoza
8029OLD_FILES+=usr/share/zoneinfo/America/Argentina/Rio_Gallegos
8030OLD_FILES+=usr/share/zoneinfo/America/Argentina/Salta
8031OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Juan
8032OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Luis
8033OLD_FILES+=usr/share/zoneinfo/America/Argentina/Tucuman
8034OLD_FILES+=usr/share/zoneinfo/America/Argentina/Ushuaia
8035OLD_FILES+=usr/share/zoneinfo/America/Aruba
8036OLD_FILES+=usr/share/zoneinfo/America/Asuncion
8037OLD_FILES+=usr/share/zoneinfo/America/Atikokan
8038OLD_FILES+=usr/share/zoneinfo/America/Bahia
8039OLD_FILES+=usr/share/zoneinfo/America/Bahia_Banderas
8040OLD_FILES+=usr/share/zoneinfo/America/Barbados
8041OLD_FILES+=usr/share/zoneinfo/America/Belem
8042OLD_FILES+=usr/share/zoneinfo/America/Belize
8043OLD_FILES+=usr/share/zoneinfo/America/Blanc-Sablon
8044OLD_FILES+=usr/share/zoneinfo/America/Boa_Vista
8045OLD_FILES+=usr/share/zoneinfo/America/Bogota
8046OLD_FILES+=usr/share/zoneinfo/America/Boise
8047OLD_FILES+=usr/share/zoneinfo/America/Cambridge_Bay
8048OLD_FILES+=usr/share/zoneinfo/America/Campo_Grande
8049OLD_FILES+=usr/share/zoneinfo/America/Cancun
8050OLD_FILES+=usr/share/zoneinfo/America/Caracas
8051OLD_FILES+=usr/share/zoneinfo/America/Cayenne
8052OLD_FILES+=usr/share/zoneinfo/America/Cayman
8053OLD_FILES+=usr/share/zoneinfo/America/Chicago
8054OLD_FILES+=usr/share/zoneinfo/America/Chihuahua
8055OLD_FILES+=usr/share/zoneinfo/America/Costa_Rica
8056OLD_FILES+=usr/share/zoneinfo/America/Creston
8057OLD_FILES+=usr/share/zoneinfo/America/Cuiaba
8058OLD_FILES+=usr/share/zoneinfo/America/Curacao
8059OLD_FILES+=usr/share/zoneinfo/America/Danmarkshavn
8060OLD_FILES+=usr/share/zoneinfo/America/Dawson
8061OLD_FILES+=usr/share/zoneinfo/America/Dawson_Creek
8062OLD_FILES+=usr/share/zoneinfo/America/Denver
8063OLD_FILES+=usr/share/zoneinfo/America/Detroit
8064OLD_FILES+=usr/share/zoneinfo/America/Dominica
8065OLD_FILES+=usr/share/zoneinfo/America/Edmonton
8066OLD_FILES+=usr/share/zoneinfo/America/Eirunepe
8067OLD_FILES+=usr/share/zoneinfo/America/El_Salvador
8068OLD_FILES+=usr/share/zoneinfo/America/Fortaleza
8069OLD_FILES+=usr/share/zoneinfo/America/Glace_Bay
8070OLD_FILES+=usr/share/zoneinfo/America/Godthab
8071OLD_FILES+=usr/share/zoneinfo/America/Goose_Bay
8072OLD_FILES+=usr/share/zoneinfo/America/Grand_Turk
8073OLD_FILES+=usr/share/zoneinfo/America/Grenada
8074OLD_FILES+=usr/share/zoneinfo/America/Guadeloupe
8075OLD_FILES+=usr/share/zoneinfo/America/Guatemala
8076OLD_FILES+=usr/share/zoneinfo/America/Guayaquil
8077OLD_FILES+=usr/share/zoneinfo/America/Guyana
8078OLD_FILES+=usr/share/zoneinfo/America/Halifax
8079OLD_FILES+=usr/share/zoneinfo/America/Havana
8080OLD_FILES+=usr/share/zoneinfo/America/Hermosillo
8081OLD_FILES+=usr/share/zoneinfo/America/Indiana/Indianapolis
8082OLD_FILES+=usr/share/zoneinfo/America/Indiana/Knox
8083OLD_FILES+=usr/share/zoneinfo/America/Indiana/Marengo
8084OLD_FILES+=usr/share/zoneinfo/America/Indiana/Petersburg
8085OLD_FILES+=usr/share/zoneinfo/America/Indiana/Tell_City
8086OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vevay
8087OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vincennes
8088OLD_FILES+=usr/share/zoneinfo/America/Indiana/Winamac
8089OLD_FILES+=usr/share/zoneinfo/America/Inuvik
8090OLD_FILES+=usr/share/zoneinfo/America/Iqaluit
8091OLD_FILES+=usr/share/zoneinfo/America/Jamaica
8092OLD_FILES+=usr/share/zoneinfo/America/Juneau
8093OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Louisville
8094OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Monticello
8095OLD_FILES+=usr/share/zoneinfo/America/Kralendijk
8096OLD_FILES+=usr/share/zoneinfo/America/La_Paz
8097OLD_FILES+=usr/share/zoneinfo/America/Lima
8098OLD_FILES+=usr/share/zoneinfo/America/Los_Angeles
8099OLD_FILES+=usr/share/zoneinfo/America/Lower_Princes
8100OLD_FILES+=usr/share/zoneinfo/America/Maceio
8101OLD_FILES+=usr/share/zoneinfo/America/Managua
8102OLD_FILES+=usr/share/zoneinfo/America/Manaus
8103OLD_FILES+=usr/share/zoneinfo/America/Marigot
8104OLD_FILES+=usr/share/zoneinfo/America/Martinique
8105OLD_FILES+=usr/share/zoneinfo/America/Matamoros
8106OLD_FILES+=usr/share/zoneinfo/America/Mazatlan
8107OLD_FILES+=usr/share/zoneinfo/America/Menominee
8108OLD_FILES+=usr/share/zoneinfo/America/Merida
8109OLD_FILES+=usr/share/zoneinfo/America/Metlakatla
8110OLD_FILES+=usr/share/zoneinfo/America/Mexico_City
8111OLD_FILES+=usr/share/zoneinfo/America/Miquelon
8112OLD_FILES+=usr/share/zoneinfo/America/Moncton
8113OLD_FILES+=usr/share/zoneinfo/America/Monterrey
8114OLD_FILES+=usr/share/zoneinfo/America/Montevideo
8115OLD_FILES+=usr/share/zoneinfo/America/Montreal
8116OLD_FILES+=usr/share/zoneinfo/America/Montserrat
8117OLD_FILES+=usr/share/zoneinfo/America/Nassau
8118OLD_FILES+=usr/share/zoneinfo/America/New_York
8119OLD_FILES+=usr/share/zoneinfo/America/Nipigon
8120OLD_FILES+=usr/share/zoneinfo/America/Nome
8121OLD_FILES+=usr/share/zoneinfo/America/Noronha
8122OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Beulah
8123OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Center
8124OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/New_Salem
8125OLD_FILES+=usr/share/zoneinfo/America/Ojinaga
8126OLD_FILES+=usr/share/zoneinfo/America/Panama
8127OLD_FILES+=usr/share/zoneinfo/America/Pangnirtung
8128OLD_FILES+=usr/share/zoneinfo/America/Paramaribo
8129OLD_FILES+=usr/share/zoneinfo/America/Phoenix
8130OLD_FILES+=usr/share/zoneinfo/America/Port-au-Prince
8131OLD_FILES+=usr/share/zoneinfo/America/Port_of_Spain
8132OLD_FILES+=usr/share/zoneinfo/America/Porto_Velho
8133OLD_FILES+=usr/share/zoneinfo/America/Puerto_Rico
8134OLD_FILES+=usr/share/zoneinfo/America/Rainy_River
8135OLD_FILES+=usr/share/zoneinfo/America/Rankin_Inlet
8136OLD_FILES+=usr/share/zoneinfo/America/Recife
8137OLD_FILES+=usr/share/zoneinfo/America/Regina
8138OLD_FILES+=usr/share/zoneinfo/America/Resolute
8139OLD_FILES+=usr/share/zoneinfo/America/Rio_Branco
8140OLD_FILES+=usr/share/zoneinfo/America/Santa_Isabel
8141OLD_FILES+=usr/share/zoneinfo/America/Santarem
8142OLD_FILES+=usr/share/zoneinfo/America/Santiago
8143OLD_FILES+=usr/share/zoneinfo/America/Santo_Domingo
8144OLD_FILES+=usr/share/zoneinfo/America/Sao_Paulo
8145OLD_FILES+=usr/share/zoneinfo/America/Scoresbysund
8146OLD_FILES+=usr/share/zoneinfo/America/Sitka
8147OLD_FILES+=usr/share/zoneinfo/America/St_Barthelemy
8148OLD_FILES+=usr/share/zoneinfo/America/St_Johns
8149OLD_FILES+=usr/share/zoneinfo/America/St_Kitts
8150OLD_FILES+=usr/share/zoneinfo/America/St_Lucia
8151OLD_FILES+=usr/share/zoneinfo/America/St_Thomas
8152OLD_FILES+=usr/share/zoneinfo/America/St_Vincent
8153OLD_FILES+=usr/share/zoneinfo/America/Swift_Current
8154OLD_FILES+=usr/share/zoneinfo/America/Tegucigalpa
8155OLD_FILES+=usr/share/zoneinfo/America/Thule
8156OLD_FILES+=usr/share/zoneinfo/America/Thunder_Bay
8157OLD_FILES+=usr/share/zoneinfo/America/Tijuana
8158OLD_FILES+=usr/share/zoneinfo/America/Toronto
8159OLD_FILES+=usr/share/zoneinfo/America/Tortola
8160OLD_FILES+=usr/share/zoneinfo/America/Vancouver
8161OLD_FILES+=usr/share/zoneinfo/America/Whitehorse
8162OLD_FILES+=usr/share/zoneinfo/America/Winnipeg
8163OLD_FILES+=usr/share/zoneinfo/America/Yakutat
8164OLD_FILES+=usr/share/zoneinfo/America/Yellowknife
8165OLD_FILES+=usr/share/zoneinfo/Antarctica/Casey
8166OLD_FILES+=usr/share/zoneinfo/Antarctica/Davis
8167OLD_FILES+=usr/share/zoneinfo/Antarctica/DumontDUrville
8168OLD_FILES+=usr/share/zoneinfo/Antarctica/Macquarie
8169OLD_FILES+=usr/share/zoneinfo/Antarctica/Mawson
8170OLD_FILES+=usr/share/zoneinfo/Antarctica/McMurdo
8171OLD_FILES+=usr/share/zoneinfo/Antarctica/Palmer
8172OLD_FILES+=usr/share/zoneinfo/Antarctica/Rothera
8173OLD_FILES+=usr/share/zoneinfo/Antarctica/Syowa
8174OLD_FILES+=usr/share/zoneinfo/Antarctica/Troll
8175OLD_FILES+=usr/share/zoneinfo/Antarctica/Vostok
8176OLD_FILES+=usr/share/zoneinfo/Arctic/Longyearbyen
8177OLD_FILES+=usr/share/zoneinfo/Asia/Aden
8178OLD_FILES+=usr/share/zoneinfo/Asia/Almaty
8179OLD_FILES+=usr/share/zoneinfo/Asia/Amman
8180OLD_FILES+=usr/share/zoneinfo/Asia/Anadyr
8181OLD_FILES+=usr/share/zoneinfo/Asia/Aqtau
8182OLD_FILES+=usr/share/zoneinfo/Asia/Aqtobe
8183OLD_FILES+=usr/share/zoneinfo/Asia/Ashgabat
8184OLD_FILES+=usr/share/zoneinfo/Asia/Baghdad
8185OLD_FILES+=usr/share/zoneinfo/Asia/Bahrain
8186OLD_FILES+=usr/share/zoneinfo/Asia/Baku
8187OLD_FILES+=usr/share/zoneinfo/Asia/Bangkok
8188OLD_FILES+=usr/share/zoneinfo/Asia/Beirut
8189OLD_FILES+=usr/share/zoneinfo/Asia/Bishkek
8190OLD_FILES+=usr/share/zoneinfo/Asia/Brunei
8191OLD_FILES+=usr/share/zoneinfo/Asia/Chita
8192OLD_FILES+=usr/share/zoneinfo/Asia/Choibalsan
8193OLD_FILES+=usr/share/zoneinfo/Asia/Colombo
8194OLD_FILES+=usr/share/zoneinfo/Asia/Damascus
8195OLD_FILES+=usr/share/zoneinfo/Asia/Dhaka
8196OLD_FILES+=usr/share/zoneinfo/Asia/Dili
8197OLD_FILES+=usr/share/zoneinfo/Asia/Dubai
8198OLD_FILES+=usr/share/zoneinfo/Asia/Dushanbe
8199OLD_FILES+=usr/share/zoneinfo/Asia/Gaza
8200OLD_FILES+=usr/share/zoneinfo/Asia/Hebron
8201OLD_FILES+=usr/share/zoneinfo/Asia/Ho_Chi_Minh
8202OLD_FILES+=usr/share/zoneinfo/Asia/Hong_Kong
8203OLD_FILES+=usr/share/zoneinfo/Asia/Hovd
8204OLD_FILES+=usr/share/zoneinfo/Asia/Irkutsk
8205OLD_FILES+=usr/share/zoneinfo/Asia/Istanbul
8206OLD_FILES+=usr/share/zoneinfo/Asia/Jakarta
8207OLD_FILES+=usr/share/zoneinfo/Asia/Jayapura
8208OLD_FILES+=usr/share/zoneinfo/Asia/Jerusalem
8209OLD_FILES+=usr/share/zoneinfo/Asia/Kabul
8210OLD_FILES+=usr/share/zoneinfo/Asia/Kamchatka
8211OLD_FILES+=usr/share/zoneinfo/Asia/Karachi
8212OLD_FILES+=usr/share/zoneinfo/Asia/Kathmandu
8213OLD_FILES+=usr/share/zoneinfo/Asia/Khandyga
8214OLD_FILES+=usr/share/zoneinfo/Asia/Kolkata
8215OLD_FILES+=usr/share/zoneinfo/Asia/Krasnoyarsk
8216OLD_FILES+=usr/share/zoneinfo/Asia/Kuala_Lumpur
8217OLD_FILES+=usr/share/zoneinfo/Asia/Kuching
8218OLD_FILES+=usr/share/zoneinfo/Asia/Kuwait
8219OLD_FILES+=usr/share/zoneinfo/Asia/Macau
8220OLD_FILES+=usr/share/zoneinfo/Asia/Magadan
8221OLD_FILES+=usr/share/zoneinfo/Asia/Makassar
8222OLD_FILES+=usr/share/zoneinfo/Asia/Manila
8223OLD_FILES+=usr/share/zoneinfo/Asia/Muscat
8224OLD_FILES+=usr/share/zoneinfo/Asia/Nicosia
8225OLD_FILES+=usr/share/zoneinfo/Asia/Novokuznetsk
8226OLD_FILES+=usr/share/zoneinfo/Asia/Novosibirsk
8227OLD_FILES+=usr/share/zoneinfo/Asia/Omsk
8228OLD_FILES+=usr/share/zoneinfo/Asia/Oral
8229OLD_FILES+=usr/share/zoneinfo/Asia/Phnom_Penh
8230OLD_FILES+=usr/share/zoneinfo/Asia/Pontianak
8231OLD_FILES+=usr/share/zoneinfo/Asia/Pyongyang
8232OLD_FILES+=usr/share/zoneinfo/Asia/Qatar
8233OLD_FILES+=usr/share/zoneinfo/Asia/Qyzylorda
8234OLD_FILES+=usr/share/zoneinfo/Asia/Rangoon
8235OLD_FILES+=usr/share/zoneinfo/Asia/Riyadh
8236OLD_FILES+=usr/share/zoneinfo/Asia/Sakhalin
8237OLD_FILES+=usr/share/zoneinfo/Asia/Samarkand
8238OLD_FILES+=usr/share/zoneinfo/Asia/Seoul
8239OLD_FILES+=usr/share/zoneinfo/Asia/Shanghai
8240OLD_FILES+=usr/share/zoneinfo/Asia/Singapore
8241OLD_FILES+=usr/share/zoneinfo/Asia/Srednekolymsk
8242OLD_FILES+=usr/share/zoneinfo/Asia/Taipei
8243OLD_FILES+=usr/share/zoneinfo/Asia/Tashkent
8244OLD_FILES+=usr/share/zoneinfo/Asia/Tbilisi
8245OLD_FILES+=usr/share/zoneinfo/Asia/Tehran
8246OLD_FILES+=usr/share/zoneinfo/Asia/Thimphu
8247OLD_FILES+=usr/share/zoneinfo/Asia/Tokyo
8248OLD_FILES+=usr/share/zoneinfo/Asia/Ulaanbaatar
8249OLD_FILES+=usr/share/zoneinfo/Asia/Urumqi
8250OLD_FILES+=usr/share/zoneinfo/Asia/Ust-Nera
8251OLD_FILES+=usr/share/zoneinfo/Asia/Vientiane
8252OLD_FILES+=usr/share/zoneinfo/Asia/Vladivostok
8253OLD_FILES+=usr/share/zoneinfo/Asia/Yakutsk
8254OLD_FILES+=usr/share/zoneinfo/Asia/Yekaterinburg
8255OLD_FILES+=usr/share/zoneinfo/Asia/Yerevan
8256OLD_FILES+=usr/share/zoneinfo/Atlantic/Azores
8257OLD_FILES+=usr/share/zoneinfo/Atlantic/Bermuda
8258OLD_FILES+=usr/share/zoneinfo/Atlantic/Canary
8259OLD_FILES+=usr/share/zoneinfo/Atlantic/Cape_Verde
8260OLD_FILES+=usr/share/zoneinfo/Atlantic/Faroe
8261OLD_FILES+=usr/share/zoneinfo/Atlantic/Madeira
8262OLD_FILES+=usr/share/zoneinfo/Atlantic/Reykjavik
8263OLD_FILES+=usr/share/zoneinfo/Atlantic/South_Georgia
8264OLD_FILES+=usr/share/zoneinfo/Atlantic/St_Helena
8265OLD_FILES+=usr/share/zoneinfo/Atlantic/Stanley
8266OLD_FILES+=usr/share/zoneinfo/Australia/Adelaide
8267OLD_FILES+=usr/share/zoneinfo/Australia/Brisbane
8268OLD_FILES+=usr/share/zoneinfo/Australia/Broken_Hill
8269OLD_FILES+=usr/share/zoneinfo/Australia/Currie
8270OLD_FILES+=usr/share/zoneinfo/Australia/Darwin
8271OLD_FILES+=usr/share/zoneinfo/Australia/Eucla
8272OLD_FILES+=usr/share/zoneinfo/Australia/Hobart
8273OLD_FILES+=usr/share/zoneinfo/Australia/Lindeman
8274OLD_FILES+=usr/share/zoneinfo/Australia/Lord_Howe
8275OLD_FILES+=usr/share/zoneinfo/Australia/Melbourne
8276OLD_FILES+=usr/share/zoneinfo/Australia/Perth
8277OLD_FILES+=usr/share/zoneinfo/Australia/Sydney
8278OLD_FILES+=usr/share/zoneinfo/CET
8279OLD_FILES+=usr/share/zoneinfo/CST6CDT
8280OLD_FILES+=usr/share/zoneinfo/EET
8281OLD_FILES+=usr/share/zoneinfo/EST
8282OLD_FILES+=usr/share/zoneinfo/EST5EDT
8283OLD_FILES+=usr/share/zoneinfo/Etc/GMT
8284OLD_FILES+=usr/share/zoneinfo/Etc/GMT+0
8285OLD_FILES+=usr/share/zoneinfo/Etc/GMT+1
8286OLD_FILES+=usr/share/zoneinfo/Etc/GMT+10
8287OLD_FILES+=usr/share/zoneinfo/Etc/GMT+11
8288OLD_FILES+=usr/share/zoneinfo/Etc/GMT+12
8289OLD_FILES+=usr/share/zoneinfo/Etc/GMT+2
8290OLD_FILES+=usr/share/zoneinfo/Etc/GMT+3
8291OLD_FILES+=usr/share/zoneinfo/Etc/GMT+4
8292OLD_FILES+=usr/share/zoneinfo/Etc/GMT+5
8293OLD_FILES+=usr/share/zoneinfo/Etc/GMT+6
8294OLD_FILES+=usr/share/zoneinfo/Etc/GMT+7
8295OLD_FILES+=usr/share/zoneinfo/Etc/GMT+8
8296OLD_FILES+=usr/share/zoneinfo/Etc/GMT+9
8297OLD_FILES+=usr/share/zoneinfo/Etc/GMT-0
8298OLD_FILES+=usr/share/zoneinfo/Etc/GMT-1
8299OLD_FILES+=usr/share/zoneinfo/Etc/GMT-10
8300OLD_FILES+=usr/share/zoneinfo/Etc/GMT-11
8301OLD_FILES+=usr/share/zoneinfo/Etc/GMT-12
8302OLD_FILES+=usr/share/zoneinfo/Etc/GMT-13
8303OLD_FILES+=usr/share/zoneinfo/Etc/GMT-14
8304OLD_FILES+=usr/share/zoneinfo/Etc/GMT-2
8305OLD_FILES+=usr/share/zoneinfo/Etc/GMT-3
8306OLD_FILES+=usr/share/zoneinfo/Etc/GMT-4
8307OLD_FILES+=usr/share/zoneinfo/Etc/GMT-5
8308OLD_FILES+=usr/share/zoneinfo/Etc/GMT-6
8309OLD_FILES+=usr/share/zoneinfo/Etc/GMT-7
8310OLD_FILES+=usr/share/zoneinfo/Etc/GMT-8
8311OLD_FILES+=usr/share/zoneinfo/Etc/GMT-9
8312OLD_FILES+=usr/share/zoneinfo/Etc/GMT0
8313OLD_FILES+=usr/share/zoneinfo/Etc/Greenwich
8314OLD_FILES+=usr/share/zoneinfo/Etc/UCT
8315OLD_FILES+=usr/share/zoneinfo/Etc/UTC
8316OLD_FILES+=usr/share/zoneinfo/Etc/Universal
8317OLD_FILES+=usr/share/zoneinfo/Etc/Zulu
8318OLD_FILES+=usr/share/zoneinfo/Europe/Amsterdam
8319OLD_FILES+=usr/share/zoneinfo/Europe/Andorra
8320OLD_FILES+=usr/share/zoneinfo/Europe/Athens
8321OLD_FILES+=usr/share/zoneinfo/Europe/Belgrade
8322OLD_FILES+=usr/share/zoneinfo/Europe/Berlin
8323OLD_FILES+=usr/share/zoneinfo/Europe/Bratislava
8324OLD_FILES+=usr/share/zoneinfo/Europe/Brussels
8325OLD_FILES+=usr/share/zoneinfo/Europe/Bucharest
8326OLD_FILES+=usr/share/zoneinfo/Europe/Budapest
8327OLD_FILES+=usr/share/zoneinfo/Europe/Busingen
8328OLD_FILES+=usr/share/zoneinfo/Europe/Chisinau
8329OLD_FILES+=usr/share/zoneinfo/Europe/Copenhagen
8330OLD_FILES+=usr/share/zoneinfo/Europe/Dublin
8331OLD_FILES+=usr/share/zoneinfo/Europe/Gibraltar
8332OLD_FILES+=usr/share/zoneinfo/Europe/Guernsey
8333OLD_FILES+=usr/share/zoneinfo/Europe/Helsinki
8334OLD_FILES+=usr/share/zoneinfo/Europe/Isle_of_Man
8335OLD_FILES+=usr/share/zoneinfo/Europe/Istanbul
8336OLD_FILES+=usr/share/zoneinfo/Europe/Jersey
8337OLD_FILES+=usr/share/zoneinfo/Europe/Kaliningrad
8338OLD_FILES+=usr/share/zoneinfo/Europe/Kiev
8339OLD_FILES+=usr/share/zoneinfo/Europe/Lisbon
8340OLD_FILES+=usr/share/zoneinfo/Europe/Ljubljana
8341OLD_FILES+=usr/share/zoneinfo/Europe/London
8342OLD_FILES+=usr/share/zoneinfo/Europe/Luxembourg
8343OLD_FILES+=usr/share/zoneinfo/Europe/Madrid
8344OLD_FILES+=usr/share/zoneinfo/Europe/Malta
8345OLD_FILES+=usr/share/zoneinfo/Europe/Mariehamn
8346OLD_FILES+=usr/share/zoneinfo/Europe/Minsk
8347OLD_FILES+=usr/share/zoneinfo/Europe/Monaco
8348OLD_FILES+=usr/share/zoneinfo/Europe/Moscow
8349OLD_FILES+=usr/share/zoneinfo/Europe/Nicosia
8350OLD_FILES+=usr/share/zoneinfo/Europe/Oslo
8351OLD_FILES+=usr/share/zoneinfo/Europe/Paris
8352OLD_FILES+=usr/share/zoneinfo/Europe/Podgorica
8353OLD_FILES+=usr/share/zoneinfo/Europe/Prague
8354OLD_FILES+=usr/share/zoneinfo/Europe/Riga
8355OLD_FILES+=usr/share/zoneinfo/Europe/Rome
8356OLD_FILES+=usr/share/zoneinfo/Europe/Samara
8357OLD_FILES+=usr/share/zoneinfo/Europe/San_Marino
8358OLD_FILES+=usr/share/zoneinfo/Europe/Sarajevo
8359OLD_FILES+=usr/share/zoneinfo/Europe/Simferopol
8360OLD_FILES+=usr/share/zoneinfo/Europe/Skopje
8361OLD_FILES+=usr/share/zoneinfo/Europe/Sofia
8362OLD_FILES+=usr/share/zoneinfo/Europe/Stockholm
8363OLD_FILES+=usr/share/zoneinfo/Europe/Tallinn
8364OLD_FILES+=usr/share/zoneinfo/Europe/Tirane
8365OLD_FILES+=usr/share/zoneinfo/Europe/Uzhgorod
8366OLD_FILES+=usr/share/zoneinfo/Europe/Vaduz
8367OLD_FILES+=usr/share/zoneinfo/Europe/Vatican
8368OLD_FILES+=usr/share/zoneinfo/Europe/Vienna
8369OLD_FILES+=usr/share/zoneinfo/Europe/Vilnius
8370OLD_FILES+=usr/share/zoneinfo/Europe/Volgograd
8371OLD_FILES+=usr/share/zoneinfo/Europe/Warsaw
8372OLD_FILES+=usr/share/zoneinfo/Europe/Zagreb
8373OLD_FILES+=usr/share/zoneinfo/Europe/Zaporozhye
8374OLD_FILES+=usr/share/zoneinfo/Europe/Zurich
8375OLD_FILES+=usr/share/zoneinfo/Factory
8376OLD_FILES+=usr/share/zoneinfo/HST
8377OLD_FILES+=usr/share/zoneinfo/Indian/Antananarivo
8378OLD_FILES+=usr/share/zoneinfo/Indian/Chagos
8379OLD_FILES+=usr/share/zoneinfo/Indian/Christmas
8380OLD_FILES+=usr/share/zoneinfo/Indian/Cocos
8381OLD_FILES+=usr/share/zoneinfo/Indian/Comoro
8382OLD_FILES+=usr/share/zoneinfo/Indian/Kerguelen
8383OLD_FILES+=usr/share/zoneinfo/Indian/Mahe
8384OLD_FILES+=usr/share/zoneinfo/Indian/Maldives
8385OLD_FILES+=usr/share/zoneinfo/Indian/Mauritius
8386OLD_FILES+=usr/share/zoneinfo/Indian/Mayotte
8387OLD_FILES+=usr/share/zoneinfo/Indian/Reunion
8388OLD_FILES+=usr/share/zoneinfo/MET
8389OLD_FILES+=usr/share/zoneinfo/MST
8390OLD_FILES+=usr/share/zoneinfo/MST7MDT
8391OLD_FILES+=usr/share/zoneinfo/PST8PDT
8392OLD_FILES+=usr/share/zoneinfo/Pacific/Apia
8393OLD_FILES+=usr/share/zoneinfo/Pacific/Auckland
8394OLD_FILES+=usr/share/zoneinfo/Pacific/Bougainville
8395OLD_FILES+=usr/share/zoneinfo/Pacific/Chatham
8396OLD_FILES+=usr/share/zoneinfo/Pacific/Chuuk
8397OLD_FILES+=usr/share/zoneinfo/Pacific/Easter
8398OLD_FILES+=usr/share/zoneinfo/Pacific/Efate
8399OLD_FILES+=usr/share/zoneinfo/Pacific/Enderbury
8400OLD_FILES+=usr/share/zoneinfo/Pacific/Fakaofo
8401OLD_FILES+=usr/share/zoneinfo/Pacific/Fiji
8402OLD_FILES+=usr/share/zoneinfo/Pacific/Funafuti
8403OLD_FILES+=usr/share/zoneinfo/Pacific/Galapagos
8404OLD_FILES+=usr/share/zoneinfo/Pacific/Gambier
8405OLD_FILES+=usr/share/zoneinfo/Pacific/Guadalcanal
8406OLD_FILES+=usr/share/zoneinfo/Pacific/Guam
8407OLD_FILES+=usr/share/zoneinfo/Pacific/Honolulu
8408OLD_FILES+=usr/share/zoneinfo/Pacific/Johnston
8409OLD_FILES+=usr/share/zoneinfo/Pacific/Kiritimati
8410OLD_FILES+=usr/share/zoneinfo/Pacific/Kosrae
8411OLD_FILES+=usr/share/zoneinfo/Pacific/Kwajalein
8412OLD_FILES+=usr/share/zoneinfo/Pacific/Majuro
8413OLD_FILES+=usr/share/zoneinfo/Pacific/Marquesas
8414OLD_FILES+=usr/share/zoneinfo/Pacific/Midway
8415OLD_FILES+=usr/share/zoneinfo/Pacific/Nauru
8416OLD_FILES+=usr/share/zoneinfo/Pacific/Niue
8417OLD_FILES+=usr/share/zoneinfo/Pacific/Norfolk
8418OLD_FILES+=usr/share/zoneinfo/Pacific/Noumea
8419OLD_FILES+=usr/share/zoneinfo/Pacific/Pago_Pago
8420OLD_FILES+=usr/share/zoneinfo/Pacific/Palau
8421OLD_FILES+=usr/share/zoneinfo/Pacific/Pitcairn
8422OLD_FILES+=usr/share/zoneinfo/Pacific/Pohnpei
8423OLD_FILES+=usr/share/zoneinfo/Pacific/Port_Moresby
8424OLD_FILES+=usr/share/zoneinfo/Pacific/Rarotonga
8425OLD_FILES+=usr/share/zoneinfo/Pacific/Saipan
8426OLD_FILES+=usr/share/zoneinfo/Pacific/Tahiti
8427OLD_FILES+=usr/share/zoneinfo/Pacific/Tarawa
8428OLD_FILES+=usr/share/zoneinfo/Pacific/Tongatapu
8429OLD_FILES+=usr/share/zoneinfo/Pacific/Wake
8430OLD_FILES+=usr/share/zoneinfo/Pacific/Wallis
8431OLD_FILES+=usr/share/zoneinfo/UTC
8432OLD_FILES+=usr/share/zoneinfo/WET
8433OLD_FILES+=usr/share/zoneinfo/posixrules
8434OLD_FILES+=usr/share/zoneinfo/zone.tab
8435.endif
904OLD_DIRS+=usr/lib/clang
905OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
906OLD_DIRS+=usr/share/doc/llvm/clang
907OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
908OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
909OLD_DIRS+=usr/share/doc/llvm
910OLD_FILES+=usr/share/man/man1/clang.1.gz
911OLD_FILES+=usr/share/man/man1/clang++.1.gz
912OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
913OLD_FILES+=usr/share/man/man1/tblgen.1.gz
914.endif
915
916.if ${MK_CLANG_EXTRAS} == no
917OLD_FILES+=usr/bin/bugpoint
918OLD_FILES+=usr/bin/llc
919OLD_FILES+=usr/bin/lli
920OLD_FILES+=usr/bin/llvm-ar
921OLD_FILES+=usr/bin/llvm-as
922OLD_FILES+=usr/bin/llvm-bcanalyzer
923OLD_FILES+=usr/bin/llvm-diff
924OLD_FILES+=usr/bin/llvm-dis
925OLD_FILES+=usr/bin/llvm-extract
926OLD_FILES+=usr/bin/llvm-link
927OLD_FILES+=usr/bin/llvm-mc
928OLD_FILES+=usr/bin/llvm-nm
929OLD_FILES+=usr/bin/llvm-objdump
930OLD_FILES+=usr/bin/llvm-rtdyld
931OLD_FILES+=usr/bin/llvm-symbolizer
932OLD_FILES+=usr/bin/macho-dump
933OLD_FILES+=usr/bin/opt
934OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
935OLD_FILES+=usr/share/man/man1/llc.1.gz
936OLD_FILES+=usr/share/man/man1/lli.1.gz
937OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
938OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
939OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
940OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
941OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
942OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
943OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
944OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
945OLD_FILES+=usr/share/man/man1/llvm-symbolizer.1.gz
946OLD_FILES+=usr/share/man/man1/opt.1.gz
947.endif
948
949.if ${MK_CPP} == no
950OLD_FILES+=usr/bin/cpp
951OLD_FILES+=usr/share/man/man1/cpp.1.gz
952.endif
953
954#.if ${MK_CRYPT} == no
955# to be filled in
956#.endif
957
958.if ${MK_CTM} == no
959OLD_FILES+=usr/sbin/ctm
960OLD_FILES+=usr/sbin/ctm_dequeue
961OLD_FILES+=usr/sbin/ctm_rmail
962OLD_FILES+=usr/sbin/ctm_smail
963OLD_FILES+=usr/share/man/man1/ctm.1.gz
964OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
965OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
966OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
967OLD_FILES+=usr/share/man/man5/ctm.5.gz
968.endif
969
970.if ${MK_CUSE} == no
971OLD_FILES+=usr/include/fs/cuse/cuse_defs.h
972OLD_FILES+=usr/include/fs/cuse/cuse_ioctl.h
973OLD_FILES+=usr/include/cuse.h
974OLD_FILES+=usr/lib/libcuse.a
975OLD_LIBS+=usr/lib/libcuse.so.1
976OLD_FILES+=usr/lib/libcuse_p.a
977OLD_FILES+=usr/share/man/man3/cuse.3.gz
978OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number.3.gz
979OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number_by_id.3.gz
980OLD_FILES+=usr/share/man/man3/cuse_copy_in.3.gz
981OLD_FILES+=usr/share/man/man3/cuse_copy_out.3.gz
982OLD_FILES+=usr/share/man/man3/cuse_dev_create.3.gz
983OLD_FILES+=usr/share/man/man3/cuse_dev_destroy.3.gz
984OLD_FILES+=usr/share/man/man3/cuse_dev_get_current.3.gz
985OLD_FILES+=usr/share/man/man3/cuse_dev_get_per_file_handle.3.gz
986OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv0.3.gz
987OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv1.3.gz
988OLD_FILES+=usr/share/man/man3/cuse_dev_set_per_file_handle.3.gz
989OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv0.3.gz
990OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv1.3.gz
991OLD_FILES+=usr/share/man/man3/cuse_free_unit_number.3.gz
992OLD_FILES+=usr/share/man/man3/cuse_free_unit_number_by_id.3.gz
993OLD_FILES+=usr/share/man/man3/cuse_get_local.3.gz
994OLD_FILES+=usr/share/man/man3/cuse_got_peer_signal.3.gz
995OLD_FILES+=usr/share/man/man3/cuse_init.3.gz
996OLD_FILES+=usr/share/man/man3/cuse_is_vmalloc_addr.3.gz
997OLD_FILES+=usr/share/man/man3/cuse_poll_wakeup.3.gz
998OLD_FILES+=usr/share/man/man3/cuse_set_local.3.gz
999OLD_FILES+=usr/share/man/man3/cuse_uninit.3.gz
1000OLD_FILES+=usr/share/man/man3/cuse_vmalloc.3.gz
1001OLD_FILES+=usr/share/man/man3/cuse_vmfree.3.gz
1002OLD_FILES+=usr/share/man/man3/cuse_vmoffset.3.gz
1003OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz
1004OLD_DIRS+=usr/include/fs/cuse
1005.endif
1006
1007# devd(8) not listed here on purpose
1008.if ${MK_CXX} == no
1009OLD_FILES+=usr/bin/CC
1010OLD_FILES+=usr/bin/c++
1011.if ${MK_ELFTOOLCHAIN_TOOLS} == no
1012OLD_FILES+=usr/bin/c++filt
1013.endif
1014OLD_FILES+=usr/bin/g++
1015OLD_FILES+=usr/libexec/cc1plus
1016.endif
1017
1018.if ${MK_FMTREE} == no
1019OLD_FILES+=usr/sbin/fmtree
1020OLD_FILES+=usr/share/man/man8/fmtree.8.gz
1021.endif
1022
1023.if ${MK_GNUCXX} == no
1024OLD_FILES+=usr/bin/g++
1025OLD_FILES+=usr/include/c++/4.2/algorithm
1026OLD_FILES+=usr/include/c++/4.2/backward/algo.h
1027OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
1028OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
1029OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
1030OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
1031OLD_FILES+=usr/include/c++/4.2/backward/complex.h
1032OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
1033OLD_FILES+=usr/include/c++/4.2/backward/deque.h
1034OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
1035OLD_FILES+=usr/include/c++/4.2/backward/function.h
1036OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
1037OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
1038OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
1039OLD_FILES+=usr/include/c++/4.2/backward/heap.h
1040OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
1041OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
1042OLD_FILES+=usr/include/c++/4.2/backward/istream.h
1043OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
1044OLD_FILES+=usr/include/c++/4.2/backward/list.h
1045OLD_FILES+=usr/include/c++/4.2/backward/map.h
1046OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
1047OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
1048OLD_FILES+=usr/include/c++/4.2/backward/new.h
1049OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
1050OLD_FILES+=usr/include/c++/4.2/backward/pair.h
1051OLD_FILES+=usr/include/c++/4.2/backward/queue.h
1052OLD_FILES+=usr/include/c++/4.2/backward/rope.h
1053OLD_FILES+=usr/include/c++/4.2/backward/set.h
1054OLD_FILES+=usr/include/c++/4.2/backward/slist.h
1055OLD_FILES+=usr/include/c++/4.2/backward/stack.h
1056OLD_FILES+=usr/include/c++/4.2/backward/stream.h
1057OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
1058OLD_FILES+=usr/include/c++/4.2/backward/strstream
1059OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
1060OLD_FILES+=usr/include/c++/4.2/backward/tree.h
1061OLD_FILES+=usr/include/c++/4.2/backward/vector.h
1062OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
1063OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
1064OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
1065OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
1066OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
1067OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
1068OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
1069OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
1070OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
1071OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
1072OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
1073OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
1074OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
1075OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
1076OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
1077OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
1078OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
1079OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
1080OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
1081OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
1082OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
1083OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
1084OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
1085OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
1086OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
1087OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
1088OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
1089OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
1090OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
1091OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
1092OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
1093OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
1094OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
1095OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
1096OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
1097OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
1098OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
1099OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
1100OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
1101OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
1102OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
1103OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
1104OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
1105OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
1106OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
1107OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
1108OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
1109OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
1110OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
1111OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
1112OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
1113OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
1114OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
1115OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
1116OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
1117OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
1118OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
1119OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
1120OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
1121OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
1122OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
1123OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
1124OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
1125OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
1126OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
1127OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
1128OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
1129OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
1130OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
1131OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
1132OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
1133OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
1134OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
1135OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
1136OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
1137OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
1138OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
1139OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
1140OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
1141OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
1142OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
1143OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
1144OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
1145OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
1146OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
1147OLD_FILES+=usr/include/c++/4.2/bitset
1148OLD_FILES+=usr/include/c++/4.2/cassert
1149OLD_FILES+=usr/include/c++/4.2/cctype
1150OLD_FILES+=usr/include/c++/4.2/cerrno
1151OLD_FILES+=usr/include/c++/4.2/cfloat
1152OLD_FILES+=usr/include/c++/4.2/ciso646
1153OLD_FILES+=usr/include/c++/4.2/climits
1154OLD_FILES+=usr/include/c++/4.2/clocale
1155OLD_FILES+=usr/include/c++/4.2/cmath
1156OLD_FILES+=usr/include/c++/4.2/complex
1157OLD_FILES+=usr/include/c++/4.2/csetjmp
1158OLD_FILES+=usr/include/c++/4.2/csignal
1159OLD_FILES+=usr/include/c++/4.2/cstdarg
1160OLD_FILES+=usr/include/c++/4.2/cstddef
1161OLD_FILES+=usr/include/c++/4.2/cstdio
1162OLD_FILES+=usr/include/c++/4.2/cstdlib
1163OLD_FILES+=usr/include/c++/4.2/cstring
1164OLD_FILES+=usr/include/c++/4.2/ctime
1165OLD_FILES+=usr/include/c++/4.2/cwchar
1166OLD_FILES+=usr/include/c++/4.2/cwctype
1167OLD_FILES+=usr/include/c++/4.2/cxxabi.h
1168OLD_FILES+=usr/include/c++/4.2/debug/bitset
1169OLD_FILES+=usr/include/c++/4.2/debug/debug.h
1170OLD_FILES+=usr/include/c++/4.2/debug/deque
1171OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
1172OLD_FILES+=usr/include/c++/4.2/debug/functions.h
1173OLD_FILES+=usr/include/c++/4.2/debug/hash_map
1174OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
1175OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
1176OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
1177OLD_FILES+=usr/include/c++/4.2/debug/hash_set
1178OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
1179OLD_FILES+=usr/include/c++/4.2/debug/list
1180OLD_FILES+=usr/include/c++/4.2/debug/macros.h
1181OLD_FILES+=usr/include/c++/4.2/debug/map
1182OLD_FILES+=usr/include/c++/4.2/debug/map.h
1183OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
1184OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
1185OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
1186OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
1187OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
1188OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
1189OLD_FILES+=usr/include/c++/4.2/debug/set
1190OLD_FILES+=usr/include/c++/4.2/debug/set.h
1191OLD_FILES+=usr/include/c++/4.2/debug/string
1192OLD_FILES+=usr/include/c++/4.2/debug/vector
1193OLD_FILES+=usr/include/c++/4.2/deque
1194OLD_FILES+=usr/include/c++/4.2/exception
1195OLD_FILES+=usr/include/c++/4.2/exception_defines.h
1196OLD_FILES+=usr/include/c++/4.2/ext/algorithm
1197OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
1198OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
1199OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
1200OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
1201OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
1202OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
1203OLD_FILES+=usr/include/c++/4.2/ext/functional
1204OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
1205OLD_FILES+=usr/include/c++/4.2/ext/hash_map
1206OLD_FILES+=usr/include/c++/4.2/ext/hash_set
1207OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
1208OLD_FILES+=usr/include/c++/4.2/ext/iterator
1209OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
1210OLD_FILES+=usr/include/c++/4.2/ext/memory
1211OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
1212OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
1213OLD_FILES+=usr/include/c++/4.2/ext/numeric
1214OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
1215OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
1216OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
1217OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
1218OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
1219OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
1220OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
1221OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
1222OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
1223OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
1224OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
1225OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
1226OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
1227OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
1228OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
1229OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
1230OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
1231OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
1232OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
1233OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
1234OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
1235OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
1236OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
1237OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
1238OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
1239OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
1240OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
1241OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
1242OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
1243OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
1244OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
1245OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
1246OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
1247OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
1248OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
1249OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
1250OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
1251OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
1252OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
1253OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
1254OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
1255OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
1256OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
1257OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
1258OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
1259OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
1260OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
1261OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
1262OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
1263OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
1264OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
1265OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
1266OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
1267OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1268OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1269OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
1270OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1271OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
1272OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
1273OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
1274OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1275OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
1276OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
1277OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
1278OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
1279OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
1280OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1281OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
1282OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
1283OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
1284OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
1285OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1286OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
1287OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
1288OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
1289OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
1290OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
1291OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
1292OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
1293OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
1294OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
1295OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
1296OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1297OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1298OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
1299OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1300OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
1301OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
1302OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1303OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
1304OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
1305OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
1306OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
1307OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
1308OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
1309OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
1310OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1311OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
1312OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
1313OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
1314OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
1315OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1316OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
1317OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
1318OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
1319OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
1320OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
1321OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
1322OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
1323OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
1324OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
1325OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
1326OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
1327OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
1328OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
1329OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
1330OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
1331OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
1332OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
1333OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
1334OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
1335OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
1336OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
1337OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
1338OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
1339OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
1340OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
1341OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
1342OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
1343OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
1344OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
1345OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
1346OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
1347OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
1348OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
1349OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
1350OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
1351OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
1352OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
1353OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
1354OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
1355OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
1356OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
1357OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
1358OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
1359OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
1360OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
1361OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
1362OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
1363OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
1364OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
1365OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
1366OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
1367OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
1368OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
1369OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
1370OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
1371OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
1372OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
1373OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
1374OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
1375OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
1376OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
1377OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
1378OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
1379OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
1380OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
1381OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
1382OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
1383OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
1384OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
1385OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
1386OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
1387OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
1388OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
1389OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
1390OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
1391OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
1392OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
1393OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
1394OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
1395OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
1396OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
1397OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
1398OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
1399OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
1400OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
1401OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
1402OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
1403OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
1404OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
1405OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
1406OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
1407OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
1408OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
1409OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
1410OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
1411OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
1412OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
1413OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
1414OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
1415OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
1416OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
1417OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
1418OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
1419OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
1420OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
1421OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
1422OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
1423OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
1424OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
1425OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
1426OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
1427OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
1428OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
1429OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
1430OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
1431OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
1432OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
1433OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
1434OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
1435OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
1436OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
1437OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
1438OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
1439OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
1440OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
1441OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
1442OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
1443OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
1444OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
1445OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
1446OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
1447OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
1448OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
1449OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
1450OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
1451OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
1452OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
1453OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
1454OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
1455OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
1456OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
1457OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
1458OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
1459OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
1460OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
1461OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
1462OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
1463OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
1464OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
1465OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
1466OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
1467OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
1468OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
1469OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
1470OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
1471OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
1472OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
1473OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
1474OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
1475OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
1476OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
1477OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
1478OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
1479OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
1480OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
1481OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
1482OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
1483OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
1484OLD_FILES+=usr/include/c++/4.2/ext/rope
1485OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
1486OLD_FILES+=usr/include/c++/4.2/ext/slist
1487OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
1488OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
1489OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
1490OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
1491OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
1492OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
1493OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
1494OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
1495OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
1496OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
1497OLD_FILES+=usr/include/c++/4.2/fstream
1498OLD_FILES+=usr/include/c++/4.2/functional
1499OLD_FILES+=usr/include/c++/4.2/iomanip
1500OLD_FILES+=usr/include/c++/4.2/ios
1501OLD_FILES+=usr/include/c++/4.2/iosfwd
1502OLD_FILES+=usr/include/c++/4.2/iostream
1503OLD_FILES+=usr/include/c++/4.2/istream
1504OLD_FILES+=usr/include/c++/4.2/iterator
1505OLD_FILES+=usr/include/c++/4.2/limits
1506OLD_FILES+=usr/include/c++/4.2/list
1507OLD_FILES+=usr/include/c++/4.2/locale
1508OLD_FILES+=usr/include/c++/4.2/map
1509OLD_FILES+=usr/include/c++/4.2/memory
1510OLD_FILES+=usr/include/c++/4.2/new
1511OLD_FILES+=usr/include/c++/4.2/numeric
1512OLD_FILES+=usr/include/c++/4.2/ostream
1513OLD_FILES+=usr/include/c++/4.2/queue
1514OLD_FILES+=usr/include/c++/4.2/set
1515OLD_FILES+=usr/include/c++/4.2/sstream
1516OLD_FILES+=usr/include/c++/4.2/stack
1517OLD_FILES+=usr/include/c++/4.2/stdexcept
1518OLD_FILES+=usr/include/c++/4.2/streambuf
1519OLD_FILES+=usr/include/c++/4.2/string
1520OLD_FILES+=usr/include/c++/4.2/tr1/array
1521OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
1522OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
1523OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
1524OLD_FILES+=usr/include/c++/4.2/tr1/cctype
1525OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
1526OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
1527OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
1528OLD_FILES+=usr/include/c++/4.2/tr1/climits
1529OLD_FILES+=usr/include/c++/4.2/tr1/cmath
1530OLD_FILES+=usr/include/c++/4.2/tr1/common.h
1531OLD_FILES+=usr/include/c++/4.2/tr1/complex
1532OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
1533OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
1534OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
1535OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
1536OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
1537OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
1538OLD_FILES+=usr/include/c++/4.2/tr1/ctime
1539OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
1540OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
1541OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
1542OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
1543OLD_FILES+=usr/include/c++/4.2/tr1/float.h
1544OLD_FILES+=usr/include/c++/4.2/tr1/functional
1545OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
1546OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
1547OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
1548OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
1549OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
1550OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
1551OLD_FILES+=usr/include/c++/4.2/tr1/math.h
1552OLD_FILES+=usr/include/c++/4.2/tr1/memory
1553OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
1554OLD_FILES+=usr/include/c++/4.2/tr1/random
1555OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
1556OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
1557OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
1558OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
1559OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
1560OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
1561OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
1562OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
1563OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
1564OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
1565OLD_FILES+=usr/include/c++/4.2/tr1/tuple
1566OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
1567OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
1568OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
1569OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
1570OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
1571OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
1572OLD_FILES+=usr/include/c++/4.2/tr1/utility
1573OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
1574OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
1575OLD_FILES+=usr/include/c++/4.2/typeinfo
1576OLD_FILES+=usr/include/c++/4.2/utility
1577OLD_FILES+=usr/include/c++/4.2/valarray
1578OLD_FILES+=usr/include/c++/4.2/vector
1579OLD_FILES+=usr/lib/libstdc++.a
1580OLD_FILES+=usr/lib/libstdc++.so
1581OLD_LIBS+=usr/lib/libstdc++.so.6
1582OLD_FILES+=usr/lib/libstdc++_p.a
1583OLD_FILES+=usr/lib/libsupc++.a
1584OLD_FILES+=usr/lib/libsupc++.so
1585OLD_LIBS+=usr/lib/libsupc++.so.1
1586OLD_FILES+=usr/lib/libsupc++_p.a
1587.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1588OLD_FILES+=usr/lib32/libstdc++.a
1589OLD_FILES+=usr/lib32/libstdc++.so
1590OLD_LIBS+=usr/lib32/libstdc++.so.6
1591OLD_FILES+=usr/lib32/libstdc++_p.a
1592OLD_FILES+=usr/lib32/libsupc++.a
1593OLD_FILES+=usr/lib32/libsupc++.so
1594OLD_LIBS+=usr/lib32/libsupc++.so.1
1595OLD_FILES+=usr/lib32/libsupc++_p.a
1596.endif
1597OLD_FILES+=usr/libexec/cc1plus
1598.endif
1599
1600.if ${MK_DICT} == no
1601OLD_FILES+=usr/share/dict/README
1602OLD_FILES+=usr/share/dict/eign
1603OLD_FILES+=usr/share/dict/freebsd
1604OLD_FILES+=usr/share/dict/propernames
1605OLD_FILES+=usr/share/dict/web2
1606OLD_FILES+=usr/share/dict/web2a
1607OLD_FILES+=usr/share/dict/words
1608OLD_DIRS+=usr/share/dict
1609.endif
1610
1611.if ${MK_DMAGENT} == no
1612OLD_FILES+=etc/dma/dma.conf
1613OLD_FILES+=usr/libexec/dma
1614OLD_FILES+=usr/libexec/dma-mbox-create
1615OLD_FILES+=usr/share/man/man8/dma.8.gz
1616OLD_FILES+=usr/share/examples/dma/mailer.conf
1617.endif
1618
1619.if ${MK_EE} == no
1620OLD_FILES+=usr/bin/edit
1621OLD_FILES+=usr/bin/ee
1622OLD_FILES+=usr/bin/ree
1623OLD_FILES+=usr/share/man/man1/edit.1.gz
1624OLD_FILES+=usr/share/man/man1/ee.1.gz
1625OLD_FILES+=usr/share/man/man1/ree.1.gz
1626OLD_FILES+=usr/share/nls/C/ee.cat
1627OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
1628OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
1629OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
1630OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
1631OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
1632OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
1633OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
1634.endif
1635
1636.if ${MK_ELFTOOLCHAIN_TOOLS} == no
1637OLD_FILES+=usr/bin/elfcopy
1638OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
1639.endif
1640
1641#.if ${MK_EXAMPLES} == no
1642# to be filled in
1643#.endif
1644
1645.if ${MK_FLOPPY} == no
1646OLD_FILES+=usr/sbin/fdcontrol
1647OLD_FILES+=usr/sbin/fdformat
1648OLD_FILES+=usr/sbin/fdread
1649OLD_FILES+=usr/sbin/fdwrite
1650OLD_FILES+=usr/share/man/man1/fdformat.1.gz
1651OLD_FILES+=usr/share/man/man1/fdread.1.gz
1652OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
1653OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
1654.endif
1655
1656.if ${MK_FORTH} == no
1657OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
1658OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
1659OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
1660OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
1661OLD_FILES+=usr/share/man/man8/color.4th.8.gz
1662OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
1663OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
1664OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
1665OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
1666OLD_FILES+=usr/share/man/man8/version.4th.8.gz
1667.endif
1668
1669.if ${MK_FREEBSD_UPDATE} == no
1670OLD_FILES+=etc/freebsd-update.conf
1671OLD_FILES+=usr/sbin/freebsd-update
1672OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
1673OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz
1674OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
1675.endif
1676
1677.if ${MK_GAMES} == no
1678OLD_FILES+=usr/bin/caesar
1679OLD_FILES+=usr/bin/factor
1680OLD_FILES+=usr/bin/fortune
1681OLD_FILES+=usr/bin/grdc
1682OLD_FILES+=usr/bin/morse
1683OLD_FILES+=usr/bin/number
1684OLD_FILES+=usr/bin/pom
1685OLD_FILES+=usr/bin/primes
1686OLD_FILES+=usr/bin/random
1687OLD_FILES+=usr/bin/rot13
1688OLD_FILES+=usr/bin/strfile
1689OLD_FILES+=usr/bin/unstr
1690OLD_FILES+=usr/share/games/fortune/fortunes
1691OLD_FILES+=usr/share/games/fortune/fortunes.dat
1692OLD_FILES+=usr/share/games/fortune/freebsd-tips
1693OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
1694OLD_FILES+=usr/share/games/fortune/gerrold.limerick
1695OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
1696OLD_FILES+=usr/share/games/fortune/limerick
1697OLD_FILES+=usr/share/games/fortune/limerick.dat
1698OLD_FILES+=usr/share/games/fortune/murphy
1699OLD_FILES+=usr/share/games/fortune/murphy-o
1700OLD_FILES+=usr/share/games/fortune/murphy-o.dat
1701OLD_FILES+=usr/share/games/fortune/murphy.dat
1702OLD_FILES+=usr/share/games/fortune/startrek
1703OLD_FILES+=usr/share/games/fortune/startrek.dat
1704OLD_FILES+=usr/share/games/fortune/zippy
1705OLD_FILES+=usr/share/games/fortune/zippy.dat
1706OLD_DIRS+=usr/share/games/fortune
1707OLD_DIRS+=usr/share/games
1708OLD_FILES+=usr/share/man/man6/caesar.6.gz
1709OLD_FILES+=usr/share/man/man6/factor.6.gz
1710OLD_FILES+=usr/share/man/man6/fortune.6.gz
1711OLD_FILES+=usr/share/man/man6/grdc.6.gz
1712OLD_FILES+=usr/share/man/man6/morse.6.gz
1713OLD_FILES+=usr/share/man/man6/number.6.gz
1714OLD_FILES+=usr/share/man/man6/pom.6.gz
1715OLD_FILES+=usr/share/man/man6/primes.6.gz
1716OLD_FILES+=usr/share/man/man6/random.6.gz
1717OLD_FILES+=usr/share/man/man6/rot13.6.gz
1718OLD_FILES+=usr/share/man/man8/strfile.8.gz
1719OLD_FILES+=usr/share/man/man8/unstr.8.gz
1720.endif
1721
1722.if ${MK_GCC} == no
1723.if ${MK_ELFTOOLCHAIN_TOOLS} == no
1724OLD_FILES+=usr/bin/c++filt
1725.endif
1726OLD_FILES+=usr/bin/g++
1727OLD_FILES+=usr/bin/gcc
1728OLD_FILES+=usr/bin/gcov
1729OLD_FILES+=usr/bin/gcpp
1730OLD_FILES+=usr/bin/gperf
1731.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
1732OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_aes.h
1733OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_pclmul.h
1734OLD_FILES+=usr/include/gcc/4.2/ammintrin.h
1735OLD_FILES+=usr/include/gcc/4.2/emmintrin.h
1736OLD_FILES+=usr/include/gcc/4.2/mm3dnow.h
1737OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h
1738OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1739OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h
1740OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h
1741OLD_FILES+=usr/include/gcc/4.2/wmmintrin.h
1742OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h
1743.elif ${TARGET_ARCH} == "arm"
1744OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1745.elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
1746OLD_FILES+=usr/include/gcc/4.2/altivec.h
1747OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
1748OLD_FILES+=usr/include/gcc/4.2/spe.h
1749.endif
1750OLD_FILES+=usr/include/omp.h
1751OLD_FILES+=usr/lib/libgcov.a
1752OLD_FILES+=usr/lib/libgomp.a
1753OLD_FILES+=usr/lib/libgomp.so
1754OLD_LIBS+=usr/lib/libgomp.so.1
1755OLD_FILES+=usr/lib/libgomp_p.a
1756OLD_FILES+=usr/libexec/cc1
1757OLD_FILES+=usr/libexec/cc1plus
1758OLD_FILES+=usr/share/info/cpp.info.gz
1759OLD_FILES+=usr/share/info/cppinternals.info.gz
1760OLD_FILES+=usr/share/info/gcc.info.gz
1761OLD_FILES+=usr/share/info/gccint.info.gz
1762OLD_FILES+=usr/share/info/gperf.info.gz
1763OLD_FILES+=usr/share/man/man1/g++.1.gz
1764OLD_FILES+=usr/share/man/man1/gcc.1.gz
1765OLD_FILES+=usr/share/man/man1/gcov.1.gz
1766OLD_FILES+=usr/share/man/man1/gcpp.1.gz
1767OLD_FILES+=usr/share/man/man1/gperf.1.gz
1768OLD_FILES+=usr/share/man/man1/gperf.7.gz
1769.endif
1770
1771.if ${MK_GCOV} == no
1772OLD_FILES+=usr/bin/gcov
1773OLD_FILES+=usr/share/man/man1/gcov.1.gz
1774.endif
1775
1776.if ${MK_GDB} == no
1777OLD_FILES+=usr/bin/gdb
1778OLD_FILES+=usr/bin/gdbserver
1779OLD_FILES+=usr/bin/gdbtui
1780OLD_FILES+=usr/bin/kgdb
1781OLD_FILES+=usr/share/info/gdb.info.gz
1782OLD_FILES+=usr/share/info/gdbint.info.gz
1783OLD_FILES+=usr/share/info/stabs.info.gz
1784OLD_FILES+=usr/share/man/man1/gdb.1.gz
1785OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1786OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1787.endif
1788
1789.if ${MK_GPIO} == no
1790OLD_FILES+=usr/include/libgpio.h
1791OLD_FILES+=usr/lib/libgpio.a
1792OLD_FILES+=usr/lib/libgpio.so
1793OLD_LIBS+=usr/lib/libgpio.so.0
1794OLD_FILES+=usr/lib/libgpio_p.a
1795OLD_FILES+=usr/lib32/libgpio.a
1796OLD_FILES+=usr/lib32/libgpio.so
1797OLD_LIBS+=usr/lib32/libgpio.so.0
1798OLD_FILES+=usr/lib32/libgpio_p.a
1799OLD_FILES+=usr/sbin/gpioctl
1800OLD_FILES+=usr/share/man/man3/gpio.3.gz
1801OLD_FILES+=usr/share/man/man3/gpio_close.3.gz
1802OLD_FILES+=usr/share/man/man3/gpio_open.3.gz
1803OLD_FILES+=usr/share/man/man3/gpio_open_device.3.gz
1804OLD_FILES+=usr/share/man/man3/gpio_pin_config.3.gz
1805OLD_FILES+=usr/share/man/man3/gpio_pin_get.3.gz
1806OLD_FILES+=usr/share/man/man3/gpio_pin_high.3.gz
1807OLD_FILES+=usr/share/man/man3/gpio_pin_input.3.gz
1808OLD_FILES+=usr/share/man/man3/gpio_pin_invin.3.gz
1809OLD_FILES+=usr/share/man/man3/gpio_pin_invout.3.gz
1810OLD_FILES+=usr/share/man/man3/gpio_pin_list.3.gz
1811OLD_FILES+=usr/share/man/man3/gpio_pin_low.3.gz
1812OLD_FILES+=usr/share/man/man3/gpio_pin_opendrain.3.gz
1813OLD_FILES+=usr/share/man/man3/gpio_pin_output.3.gz
1814OLD_FILES+=usr/share/man/man3/gpio_pin_pulldown.3.gz
1815OLD_FILES+=usr/share/man/man3/gpio_pin_pullup.3.gz
1816OLD_FILES+=usr/share/man/man3/gpio_pin_pulsate.3.gz
1817OLD_FILES+=usr/share/man/man3/gpio_pin_pushpull.3.gz
1818OLD_FILES+=usr/share/man/man3/gpio_pin_set.3.gz
1819OLD_FILES+=usr/share/man/man3/gpio_pin_set_flags.3.gz
1820OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz
1821OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
1822.endif
1823
1824# Also includes vgrind(1)
1825.if ${MK_GROFF} == no
1826OLD_FILES+=usr/bin/addftinfo
1827OLD_FILES+=usr/bin/afmtodit
1828OLD_FILES+=usr/bin/eqn
1829OLD_FILES+=usr/bin/grn
1830OLD_FILES+=usr/bin/grodvi
1831OLD_FILES+=usr/bin/groff
1832OLD_FILES+=usr/bin/grog
1833OLD_FILES+=usr/bin/grolbp
1834OLD_FILES+=usr/bin/grolj4
1835OLD_FILES+=usr/bin/grops
1836OLD_FILES+=usr/bin/grotty
1837OLD_FILES+=usr/bin/hpftodit
1838OLD_FILES+=usr/bin/indxbib
1839OLD_FILES+=usr/bin/lkbib
1840OLD_FILES+=usr/bin/lookbib
1841OLD_FILES+=usr/bin/mmroff
1842OLD_FILES+=usr/bin/neqn
1843OLD_FILES+=usr/bin/nroff
1844OLD_FILES+=usr/bin/pfbtops
1845OLD_FILES+=usr/bin/pic
1846OLD_FILES+=usr/bin/post-grohtml
1847OLD_FILES+=usr/bin/pre-grohtml
1848OLD_FILES+=usr/bin/psroff
1849OLD_FILES+=usr/bin/refer
1850OLD_FILES+=usr/bin/tbl
1851OLD_FILES+=usr/bin/tfmtodit
1852OLD_FILES+=usr/bin/troff
1853OLD_FILES+=usr/bin/vgrind
1854OLD_FILES+=usr/libexec/vfontedpr
1855OLD_FILES+=usr/share/dict/eign
1856OLD_FILES+=usr/share/doc/papers/beyond43.ascii.gz
1857OLD_FILES+=usr/share/doc/papers/bio.ascii.gz
1858OLD_FILES+=usr/share/doc/papers/contents.ascii.gz
1859OLD_FILES+=usr/share/doc/papers/devfs.ascii.gz
1860OLD_FILES+=usr/share/doc/papers/diskperf.ascii.gz
1861OLD_FILES+=usr/share/doc/papers/fsinterface.ascii.gz
1862OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz
1863OLD_FILES+=usr/share/doc/papers/jail.ascii.gz
1864OLD_FILES+=usr/share/doc/papers/kernmalloc.ascii.gz
1865OLD_FILES+=usr/share/doc/papers/kerntune.ascii.gz
1866OLD_FILES+=usr/share/doc/papers/malloc.ascii.gz
1867OLD_FILES+=usr/share/doc/papers/newvm.ascii.gz
1868OLD_FILES+=usr/share/doc/papers/releng.ascii.gz
1869OLD_FILES+=usr/share/doc/papers/sysperf.ascii.gz
1870OLD_FILES+=usr/share/doc/papers/timecounter.ascii.gz
1871OLD_FILES+=usr/share/doc/psd/01.cacm/paper.ascii.gz
1872OLD_FILES+=usr/share/doc/psd/02.implement/paper.ascii.gz
1873OLD_FILES+=usr/share/doc/psd/03.iosys/paper.ascii.gz
1874OLD_FILES+=usr/share/doc/psd/04.uprog/paper.ascii.gz
1875OLD_FILES+=usr/share/doc/psd/05.sysman/paper.ascii.gz
1876OLD_FILES+=usr/share/doc/psd/06.Clang/paper.ascii.gz
1877OLD_FILES+=usr/share/doc/psd/12.make/paper.ascii.gz
1878OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz
1879OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz
1880OLD_FILES+=usr/share/doc/psd/15.yacc/paper.ascii.gz
1881OLD_FILES+=usr/share/doc/psd/16.lex/paper.ascii.gz
1882OLD_FILES+=usr/share/doc/psd/17.m4/paper.ascii.gz
1883OLD_FILES+=usr/share/doc/psd/18.gprof/paper.ascii.gz
1884OLD_FILES+=usr/share/doc/psd/20.ipctut/paper.ascii.gz
1885OLD_FILES+=usr/share/doc/psd/21.ipc/paper.ascii.gz
1886OLD_FILES+=usr/share/doc/psd/22.rpcgen/paper.ascii.gz
1887OLD_FILES+=usr/share/doc/psd/23.rpc/paper.ascii.gz
1888OLD_FILES+=usr/share/doc/psd/24.xdr/paper.ascii.gz
1889OLD_FILES+=usr/share/doc/psd/25.xdrrfc/paper.ascii.gz
1890OLD_FILES+=usr/share/doc/psd/26.rpcrfc/paper.ascii.gz
1891OLD_FILES+=usr/share/doc/psd/27.nfsrfc/paper.ascii.gz
1892OLD_FILES+=usr/share/doc/psd/Title.ascii.gz
1893OLD_FILES+=usr/share/doc/psd/contents.ascii.gz
1894OLD_FILES+=usr/share/doc/smm/01.setup/paper.ascii.gz
1895OLD_FILES+=usr/share/doc/smm/02.config/paper.ascii.gz
1896OLD_FILES+=usr/share/doc/smm/03.fsck/paper.ascii.gz
1897OLD_FILES+=usr/share/doc/smm/04.quotas/paper.ascii.gz
1898OLD_FILES+=usr/share/doc/smm/05.fastfs/paper.ascii.gz
1899OLD_FILES+=usr/share/doc/smm/06.nfs/paper.ascii.gz
1900OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
1901OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
1902OLD_FILES+=usr/share/doc/smm/11.timedop/paper.ascii.gz
1903OLD_FILES+=usr/share/doc/smm/12.timed/paper.ascii.gz
1904OLD_FILES+=usr/share/doc/smm/18.net/paper.ascii.gz
1905OLD_FILES+=usr/share/doc/smm/Title.ascii.gz
1906OLD_FILES+=usr/share/doc/smm/contents.ascii.gz
1907OLD_FILES+=usr/share/doc/usd/04.csh/paper.ascii.gz
1908OLD_FILES+=usr/share/doc/usd/05.dc/paper.ascii.gz
1909OLD_FILES+=usr/share/doc/usd/06.bc/paper.ascii.gz
1910OLD_FILES+=usr/share/doc/usd/07.mail/paper.ascii.gz
1911OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz
1912OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz
1913OLD_FILES+=usr/share/doc/usd/11.edit/paper.ascii.gz
1914OLD_FILES+=usr/share/doc/usd/12.vi/paper.ascii.gz
1915OLD_FILES+=usr/share/doc/usd/12.vi/summary.ascii.gz
1916OLD_FILES+=usr/share/doc/usd/12.vi/viapwh.ascii.gz
1917OLD_FILES+=usr/share/doc/usd/13.viref/paper.ascii.gz
1918OLD_FILES+=usr/share/doc/usd/18.msdiffs/paper.ascii.gz
1919OLD_FILES+=usr/share/doc/usd/19.memacros/paper.ascii.gz
1920OLD_FILES+=usr/share/doc/usd/20.meref/paper.ascii.gz
1921OLD_FILES+=usr/share/doc/usd/21.troff/paper.ascii.gz
1922OLD_FILES+=usr/share/doc/usd/22.trofftut/paper.ascii.gz
1923OLD_FILES+=usr/share/doc/usd/Title.ascii.gz
1924OLD_FILES+=usr/share/doc/usd/contents.ascii.gz
1925OLD_FILES+=usr/share/groff_font/devX100-12/CB
1926OLD_FILES+=usr/share/groff_font/devX100-12/CBI
1927OLD_FILES+=usr/share/groff_font/devX100-12/CI
1928OLD_FILES+=usr/share/groff_font/devX100-12/CR
1929OLD_FILES+=usr/share/groff_font/devX100-12/DESC
1930OLD_FILES+=usr/share/groff_font/devX100-12/HB
1931OLD_FILES+=usr/share/groff_font/devX100-12/HBI
1932OLD_FILES+=usr/share/groff_font/devX100-12/HI
1933OLD_FILES+=usr/share/groff_font/devX100-12/HR
1934OLD_FILES+=usr/share/groff_font/devX100-12/NB
1935OLD_FILES+=usr/share/groff_font/devX100-12/NBI
1936OLD_FILES+=usr/share/groff_font/devX100-12/NI
1937OLD_FILES+=usr/share/groff_font/devX100-12/NR
1938OLD_FILES+=usr/share/groff_font/devX100-12/S
1939OLD_FILES+=usr/share/groff_font/devX100-12/TB
1940OLD_FILES+=usr/share/groff_font/devX100-12/TBI
1941OLD_FILES+=usr/share/groff_font/devX100-12/TI
1942OLD_FILES+=usr/share/groff_font/devX100-12/TR
1943OLD_DIRS+=usr/share/groff_font/devX100-12
1944OLD_FILES+=usr/share/groff_font/devX100/CB
1945OLD_FILES+=usr/share/groff_font/devX100/CBI
1946OLD_FILES+=usr/share/groff_font/devX100/CI
1947OLD_FILES+=usr/share/groff_font/devX100/CR
1948OLD_FILES+=usr/share/groff_font/devX100/DESC
1949OLD_FILES+=usr/share/groff_font/devX100/HB
1950OLD_FILES+=usr/share/groff_font/devX100/HBI
1951OLD_FILES+=usr/share/groff_font/devX100/HI
1952OLD_FILES+=usr/share/groff_font/devX100/HR
1953OLD_FILES+=usr/share/groff_font/devX100/NB
1954OLD_FILES+=usr/share/groff_font/devX100/NBI
1955OLD_FILES+=usr/share/groff_font/devX100/NI
1956OLD_FILES+=usr/share/groff_font/devX100/NR
1957OLD_FILES+=usr/share/groff_font/devX100/S
1958OLD_FILES+=usr/share/groff_font/devX100/TB
1959OLD_FILES+=usr/share/groff_font/devX100/TBI
1960OLD_FILES+=usr/share/groff_font/devX100/TI
1961OLD_FILES+=usr/share/groff_font/devX100/TR
1962OLD_DIRS+=usr/share/groff_font/devX100
1963OLD_FILES+=usr/share/groff_font/devX75-12/CB
1964OLD_FILES+=usr/share/groff_font/devX75-12/CBI
1965OLD_FILES+=usr/share/groff_font/devX75-12/CI
1966OLD_FILES+=usr/share/groff_font/devX75-12/CR
1967OLD_FILES+=usr/share/groff_font/devX75-12/DESC
1968OLD_FILES+=usr/share/groff_font/devX75-12/HB
1969OLD_FILES+=usr/share/groff_font/devX75-12/HBI
1970OLD_FILES+=usr/share/groff_font/devX75-12/HI
1971OLD_FILES+=usr/share/groff_font/devX75-12/HR
1972OLD_FILES+=usr/share/groff_font/devX75-12/NB
1973OLD_FILES+=usr/share/groff_font/devX75-12/NBI
1974OLD_FILES+=usr/share/groff_font/devX75-12/NI
1975OLD_FILES+=usr/share/groff_font/devX75-12/NR
1976OLD_FILES+=usr/share/groff_font/devX75-12/S
1977OLD_FILES+=usr/share/groff_font/devX75-12/TB
1978OLD_FILES+=usr/share/groff_font/devX75-12/TBI
1979OLD_FILES+=usr/share/groff_font/devX75-12/TI
1980OLD_FILES+=usr/share/groff_font/devX75-12/TR
1981OLD_DIRS+=usr/share/groff_font/devX75-12
1982OLD_FILES+=usr/share/groff_font/devX75/CB
1983OLD_FILES+=usr/share/groff_font/devX75/CBI
1984OLD_FILES+=usr/share/groff_font/devX75/CI
1985OLD_FILES+=usr/share/groff_font/devX75/CR
1986OLD_FILES+=usr/share/groff_font/devX75/DESC
1987OLD_FILES+=usr/share/groff_font/devX75/HB
1988OLD_FILES+=usr/share/groff_font/devX75/HBI
1989OLD_FILES+=usr/share/groff_font/devX75/HI
1990OLD_FILES+=usr/share/groff_font/devX75/HR
1991OLD_FILES+=usr/share/groff_font/devX75/NB
1992OLD_FILES+=usr/share/groff_font/devX75/NBI
1993OLD_FILES+=usr/share/groff_font/devX75/NI
1994OLD_FILES+=usr/share/groff_font/devX75/NR
1995OLD_FILES+=usr/share/groff_font/devX75/S
1996OLD_FILES+=usr/share/groff_font/devX75/TB
1997OLD_FILES+=usr/share/groff_font/devX75/TBI
1998OLD_FILES+=usr/share/groff_font/devX75/TI
1999OLD_FILES+=usr/share/groff_font/devX75/TR
2000OLD_DIRS+=usr/share/groff_font/devX75
2001OLD_FILES+=usr/share/groff_font/devascii/B
2002OLD_FILES+=usr/share/groff_font/devascii/BI
2003OLD_FILES+=usr/share/groff_font/devascii/CW
2004OLD_FILES+=usr/share/groff_font/devascii/DESC
2005OLD_FILES+=usr/share/groff_font/devascii/I
2006OLD_FILES+=usr/share/groff_font/devascii/L
2007OLD_FILES+=usr/share/groff_font/devascii/R
2008OLD_FILES+=usr/share/groff_font/devascii/S
2009OLD_DIRS+=usr/share/groff_font/devascii
2010OLD_FILES+=usr/share/groff_font/devcp1047/B
2011OLD_FILES+=usr/share/groff_font/devcp1047/BI
2012OLD_FILES+=usr/share/groff_font/devcp1047/CW
2013OLD_FILES+=usr/share/groff_font/devcp1047/DESC
2014OLD_FILES+=usr/share/groff_font/devcp1047/I
2015OLD_FILES+=usr/share/groff_font/devcp1047/L
2016OLD_FILES+=usr/share/groff_font/devcp1047/R
2017OLD_FILES+=usr/share/groff_font/devcp1047/S
2018OLD_DIRS+=usr/share/groff_font/devcp1047
2019OLD_FILES+=usr/share/groff_font/devdvi/CW
2020OLD_FILES+=usr/share/groff_font/devdvi/CWEC
2021OLD_FILES+=usr/share/groff_font/devdvi/CWI
2022OLD_FILES+=usr/share/groff_font/devdvi/CWIEC
2023OLD_FILES+=usr/share/groff_font/devdvi/CWITC
2024OLD_FILES+=usr/share/groff_font/devdvi/CWTC
2025OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts
2026OLD_FILES+=usr/share/groff_font/devdvi/DESC
2027OLD_FILES+=usr/share/groff_font/devdvi/EX
2028OLD_FILES+=usr/share/groff_font/devdvi/HB
2029OLD_FILES+=usr/share/groff_font/devdvi/HBEC
2030OLD_FILES+=usr/share/groff_font/devdvi/HBI
2031OLD_FILES+=usr/share/groff_font/devdvi/HBIEC
2032OLD_FILES+=usr/share/groff_font/devdvi/HBITC
2033OLD_FILES+=usr/share/groff_font/devdvi/HBTC
2034OLD_FILES+=usr/share/groff_font/devdvi/HI
2035OLD_FILES+=usr/share/groff_font/devdvi/HIEC
2036OLD_FILES+=usr/share/groff_font/devdvi/HITC
2037OLD_FILES+=usr/share/groff_font/devdvi/HR
2038OLD_FILES+=usr/share/groff_font/devdvi/HREC
2039OLD_FILES+=usr/share/groff_font/devdvi/HRTC
2040OLD_FILES+=usr/share/groff_font/devdvi/MI
2041OLD_FILES+=usr/share/groff_font/devdvi/Makefile
2042OLD_FILES+=usr/share/groff_font/devdvi/S
2043OLD_FILES+=usr/share/groff_font/devdvi/SA
2044OLD_FILES+=usr/share/groff_font/devdvi/SB
2045OLD_FILES+=usr/share/groff_font/devdvi/SC
2046OLD_FILES+=usr/share/groff_font/devdvi/TB
2047OLD_FILES+=usr/share/groff_font/devdvi/TBEC
2048OLD_FILES+=usr/share/groff_font/devdvi/TBI
2049OLD_FILES+=usr/share/groff_font/devdvi/TBIEC
2050OLD_FILES+=usr/share/groff_font/devdvi/TBITC
2051OLD_FILES+=usr/share/groff_font/devdvi/TBTC
2052OLD_FILES+=usr/share/groff_font/devdvi/TI
2053OLD_FILES+=usr/share/groff_font/devdvi/TIEC
2054OLD_FILES+=usr/share/groff_font/devdvi/TITC
2055OLD_FILES+=usr/share/groff_font/devdvi/TR
2056OLD_FILES+=usr/share/groff_font/devdvi/TREC
2057OLD_FILES+=usr/share/groff_font/devdvi/TRTC
2058OLD_FILES+=usr/share/groff_font/devdvi/ec.map
2059OLD_FILES+=usr/share/groff_font/devdvi/msam.map
2060OLD_FILES+=usr/share/groff_font/devdvi/msbm.map
2061OLD_FILES+=usr/share/groff_font/devdvi/tc.map
2062OLD_FILES+=usr/share/groff_font/devdvi/texb.map
2063OLD_FILES+=usr/share/groff_font/devdvi/texex.map
2064OLD_FILES+=usr/share/groff_font/devdvi/texi.map
2065OLD_FILES+=usr/share/groff_font/devdvi/texmi.map
2066OLD_FILES+=usr/share/groff_font/devdvi/texr.map
2067OLD_FILES+=usr/share/groff_font/devdvi/texsy.map
2068OLD_FILES+=usr/share/groff_font/devdvi/textex.map
2069OLD_FILES+=usr/share/groff_font/devdvi/textt.map
2070OLD_DIRS+=usr/share/groff_font/devdvi
2071OLD_FILES+=usr/share/groff_font/devhtml/B
2072OLD_FILES+=usr/share/groff_font/devhtml/BI
2073OLD_FILES+=usr/share/groff_font/devhtml/CB
2074OLD_FILES+=usr/share/groff_font/devhtml/CBI
2075OLD_FILES+=usr/share/groff_font/devhtml/CI
2076OLD_FILES+=usr/share/groff_font/devhtml/CR
2077OLD_FILES+=usr/share/groff_font/devhtml/DESC
2078OLD_FILES+=usr/share/groff_font/devhtml/I
2079OLD_FILES+=usr/share/groff_font/devhtml/R
2080OLD_FILES+=usr/share/groff_font/devhtml/S
2081OLD_DIRS+=usr/share/groff_font/devhtml
2082OLD_FILES+=usr/share/groff_font/devkoi8-r/B
2083OLD_FILES+=usr/share/groff_font/devkoi8-r/BI
2084OLD_FILES+=usr/share/groff_font/devkoi8-r/CW
2085OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC
2086OLD_FILES+=usr/share/groff_font/devkoi8-r/I
2087OLD_FILES+=usr/share/groff_font/devkoi8-r/L
2088OLD_FILES+=usr/share/groff_font/devkoi8-r/R
2089OLD_FILES+=usr/share/groff_font/devkoi8-r/S
2090OLD_DIRS+=usr/share/groff_font/devkoi8-r
2091OLD_FILES+=usr/share/groff_font/devlatin1/B
2092OLD_FILES+=usr/share/groff_font/devlatin1/BI
2093OLD_FILES+=usr/share/groff_font/devlatin1/CW
2094OLD_FILES+=usr/share/groff_font/devlatin1/DESC
2095OLD_FILES+=usr/share/groff_font/devlatin1/I
2096OLD_FILES+=usr/share/groff_font/devlatin1/L
2097OLD_FILES+=usr/share/groff_font/devlatin1/R
2098OLD_FILES+=usr/share/groff_font/devlatin1/S
2099OLD_DIRS+=usr/share/groff_font/devlatin1
2100OLD_FILES+=usr/share/groff_font/devlbp/CB
2101OLD_FILES+=usr/share/groff_font/devlbp/CI
2102OLD_FILES+=usr/share/groff_font/devlbp/CR
2103OLD_FILES+=usr/share/groff_font/devlbp/DESC
2104OLD_FILES+=usr/share/groff_font/devlbp/EB
2105OLD_FILES+=usr/share/groff_font/devlbp/EI
2106OLD_FILES+=usr/share/groff_font/devlbp/ER
2107OLD_FILES+=usr/share/groff_font/devlbp/HB
2108OLD_FILES+=usr/share/groff_font/devlbp/HBI
2109OLD_FILES+=usr/share/groff_font/devlbp/HI
2110OLD_FILES+=usr/share/groff_font/devlbp/HNB
2111OLD_FILES+=usr/share/groff_font/devlbp/HNBI
2112OLD_FILES+=usr/share/groff_font/devlbp/HNI
2113OLD_FILES+=usr/share/groff_font/devlbp/HNR
2114OLD_FILES+=usr/share/groff_font/devlbp/HR
2115OLD_FILES+=usr/share/groff_font/devlbp/TB
2116OLD_FILES+=usr/share/groff_font/devlbp/TBI
2117OLD_FILES+=usr/share/groff_font/devlbp/TI
2118OLD_FILES+=usr/share/groff_font/devlbp/TR
2119OLD_DIRS+=usr/share/groff_font/devlbp
2120OLD_FILES+=usr/share/groff_font/devlj4/AB
2121OLD_FILES+=usr/share/groff_font/devlj4/ABI
2122OLD_FILES+=usr/share/groff_font/devlj4/AI
2123OLD_FILES+=usr/share/groff_font/devlj4/ALBB
2124OLD_FILES+=usr/share/groff_font/devlj4/ALBR
2125OLD_FILES+=usr/share/groff_font/devlj4/AOB
2126OLD_FILES+=usr/share/groff_font/devlj4/AOI
2127OLD_FILES+=usr/share/groff_font/devlj4/AOR
2128OLD_FILES+=usr/share/groff_font/devlj4/AR
2129OLD_FILES+=usr/share/groff_font/devlj4/CB
2130OLD_FILES+=usr/share/groff_font/devlj4/CBI
2131OLD_FILES+=usr/share/groff_font/devlj4/CI
2132OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON
2133OLD_FILES+=usr/share/groff_font/devlj4/CORONET
2134OLD_FILES+=usr/share/groff_font/devlj4/CR
2135OLD_FILES+=usr/share/groff_font/devlj4/DESC
2136OLD_FILES+=usr/share/groff_font/devlj4/GB
2137OLD_FILES+=usr/share/groff_font/devlj4/GBI
2138OLD_FILES+=usr/share/groff_font/devlj4/GI
2139OLD_FILES+=usr/share/groff_font/devlj4/GR
2140OLD_FILES+=usr/share/groff_font/devlj4/LGB
2141OLD_FILES+=usr/share/groff_font/devlj4/LGI
2142OLD_FILES+=usr/share/groff_font/devlj4/LGR
2143OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD
2144OLD_FILES+=usr/share/groff_font/devlj4/OB
2145OLD_FILES+=usr/share/groff_font/devlj4/OBI
2146OLD_FILES+=usr/share/groff_font/devlj4/OI
2147OLD_FILES+=usr/share/groff_font/devlj4/OR
2148OLD_FILES+=usr/share/groff_font/devlj4/S
2149OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL
2150OLD_FILES+=usr/share/groff_font/devlj4/TB
2151OLD_FILES+=usr/share/groff_font/devlj4/TBI
2152OLD_FILES+=usr/share/groff_font/devlj4/TI
2153OLD_FILES+=usr/share/groff_font/devlj4/TNRB
2154OLD_FILES+=usr/share/groff_font/devlj4/TNRBI
2155OLD_FILES+=usr/share/groff_font/devlj4/TNRI
2156OLD_FILES+=usr/share/groff_font/devlj4/TNRR
2157OLD_FILES+=usr/share/groff_font/devlj4/TR
2158OLD_FILES+=usr/share/groff_font/devlj4/UB
2159OLD_FILES+=usr/share/groff_font/devlj4/UBI
2160OLD_FILES+=usr/share/groff_font/devlj4/UCB
2161OLD_FILES+=usr/share/groff_font/devlj4/UCBI
2162OLD_FILES+=usr/share/groff_font/devlj4/UCI
2163OLD_FILES+=usr/share/groff_font/devlj4/UCR
2164OLD_FILES+=usr/share/groff_font/devlj4/UI
2165OLD_FILES+=usr/share/groff_font/devlj4/UR
2166OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS
2167OLD_DIRS+=usr/share/groff_font/devlj4
2168OLD_FILES+=usr/share/groff_font/devps/AB
2169OLD_FILES+=usr/share/groff_font/devps/ABI
2170OLD_FILES+=usr/share/groff_font/devps/AI
2171OLD_FILES+=usr/share/groff_font/devps/AR
2172OLD_FILES+=usr/share/groff_font/devps/BMB
2173OLD_FILES+=usr/share/groff_font/devps/BMBI
2174OLD_FILES+=usr/share/groff_font/devps/BMI
2175OLD_FILES+=usr/share/groff_font/devps/BMR
2176OLD_FILES+=usr/share/groff_font/devps/CB
2177OLD_FILES+=usr/share/groff_font/devps/CBI
2178OLD_FILES+=usr/share/groff_font/devps/CI
2179OLD_FILES+=usr/share/groff_font/devps/CR
2180OLD_FILES+=usr/share/groff_font/devps/DESC
2181OLD_FILES+=usr/share/groff_font/devps/EURO
2182OLD_FILES+=usr/share/groff_font/devps/HB
2183OLD_FILES+=usr/share/groff_font/devps/HBI
2184OLD_FILES+=usr/share/groff_font/devps/HI
2185OLD_FILES+=usr/share/groff_font/devps/HNB
2186OLD_FILES+=usr/share/groff_font/devps/HNBI
2187OLD_FILES+=usr/share/groff_font/devps/HNI
2188OLD_FILES+=usr/share/groff_font/devps/HNR
2189OLD_FILES+=usr/share/groff_font/devps/HR
2190OLD_FILES+=usr/share/groff_font/devps/Makefile
2191OLD_FILES+=usr/share/groff_font/devps/NB
2192OLD_FILES+=usr/share/groff_font/devps/NBI
2193OLD_FILES+=usr/share/groff_font/devps/NI
2194OLD_FILES+=usr/share/groff_font/devps/NR
2195OLD_FILES+=usr/share/groff_font/devps/PB
2196OLD_FILES+=usr/share/groff_font/devps/PBI
2197OLD_FILES+=usr/share/groff_font/devps/PI
2198OLD_FILES+=usr/share/groff_font/devps/PR
2199OLD_FILES+=usr/share/groff_font/devps/S
2200OLD_FILES+=usr/share/groff_font/devps/SS
2201OLD_FILES+=usr/share/groff_font/devps/TB
2202OLD_FILES+=usr/share/groff_font/devps/TBI
2203OLD_FILES+=usr/share/groff_font/devps/TI
2204OLD_FILES+=usr/share/groff_font/devps/TR
2205OLD_FILES+=usr/share/groff_font/devps/ZCMI
2206OLD_FILES+=usr/share/groff_font/devps/ZD
2207OLD_FILES+=usr/share/groff_font/devps/ZDR
2208OLD_FILES+=usr/share/groff_font/devps/afmname
2209OLD_FILES+=usr/share/groff_font/devps/dingbats.map
2210OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
2211OLD_FILES+=usr/share/groff_font/devps/download
2212OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa
2213OLD_FILES+=usr/share/groff_font/devps/lgreekmap
2214OLD_FILES+=usr/share/groff_font/devps/prologue
2215OLD_FILES+=usr/share/groff_font/devps/symbol.sed
2216OLD_FILES+=usr/share/groff_font/devps/symbolchars
2217OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm
2218OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa
2219OLD_FILES+=usr/share/groff_font/devps/text.enc
2220OLD_FILES+=usr/share/groff_font/devps/textmap
2221OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa
2222OLD_DIRS+=usr/share/groff_font/devps
2223OLD_FILES+=usr/share/groff_font/devutf8/B
2224OLD_FILES+=usr/share/groff_font/devutf8/BI
2225OLD_FILES+=usr/share/groff_font/devutf8/CW
2226OLD_FILES+=usr/share/groff_font/devutf8/DESC
2227OLD_FILES+=usr/share/groff_font/devutf8/I
2228OLD_FILES+=usr/share/groff_font/devutf8/L
2229OLD_FILES+=usr/share/groff_font/devutf8/R
2230OLD_FILES+=usr/share/groff_font/devutf8/S
2231OLD_DIRS+=usr/share/groff_font/devutf8
2232OLD_DIRS+=usr/share/groff_font
2233OLD_FILES+=usr/share/info/groff.info.gz
2234OLD_FILES+=usr/share/man/man1/addftinfo.1.gz
2235OLD_FILES+=usr/share/man/man1/afmtodit.1.gz
2236OLD_FILES+=usr/share/man/man1/eqn.1.gz
2237OLD_FILES+=usr/share/man/man1/grn.1.gz
2238OLD_FILES+=usr/share/man/man1/grodvi.1.gz
2239OLD_FILES+=usr/share/man/man1/groff.1.gz
2240OLD_FILES+=usr/share/man/man1/grog.1.gz
2241OLD_FILES+=usr/share/man/man1/grolbp.1.gz
2242OLD_FILES+=usr/share/man/man1/grolj4.1.gz
2243OLD_FILES+=usr/share/man/man1/grops.1.gz
2244OLD_FILES+=usr/share/man/man1/grotty.1.gz
2245OLD_FILES+=usr/share/man/man1/hpftodit.1.gz
2246OLD_FILES+=usr/share/man/man1/indxbib.1.gz
2247OLD_FILES+=usr/share/man/man1/lkbib.1.gz
2248OLD_FILES+=usr/share/man/man1/lookbib.1.gz
2249OLD_FILES+=usr/share/man/man1/mmroff.1.gz
2250OLD_FILES+=usr/share/man/man1/neqn.1.gz
2251OLD_FILES+=usr/share/man/man1/nroff.1.gz
2252OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
2253OLD_FILES+=usr/share/man/man1/pic.1.gz
2254OLD_FILES+=usr/share/man/man1/psroff.1.gz
2255OLD_FILES+=usr/share/man/man1/refer.1.gz
2256OLD_FILES+=usr/share/man/man1/tbl.1.gz
2257OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
2258OLD_FILES+=usr/share/man/man1/troff.1.gz
2259OLD_FILES+=usr/share/man/man1/vgrind.1.gz
2260OLD_FILES+=usr/share/man/man5/groff_font.5.gz
2261OLD_FILES+=usr/share/man/man5/groff_out.5.gz
2262OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz
2263OLD_FILES+=usr/share/man/man5/lj4_font.5.gz
2264OLD_FILES+=usr/share/man/man5/tmac.5.gz
2265OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz
2266OLD_FILES+=usr/share/man/man7/ditroff.7.gz
2267OLD_FILES+=usr/share/man/man7/groff.7.gz
2268OLD_FILES+=usr/share/man/man7/groff_char.7.gz
2269OLD_FILES+=usr/share/man/man7/groff_diff.7.gz
2270OLD_FILES+=usr/share/man/man7/groff_man.7.gz
2271OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz
2272OLD_FILES+=usr/share/man/man7/groff_me.7.gz
2273OLD_FILES+=usr/share/man/man7/groff_mm.7.gz
2274OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz
2275OLD_FILES+=usr/share/man/man7/groff_ms.7.gz
2276OLD_FILES+=usr/share/man/man7/groff_trace.7.gz
2277OLD_FILES+=usr/share/man/man7/groff_www.7.gz
2278OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz
2279OLD_FILES+=usr/share/man/man7/me.7.gz
2280OLD_FILES+=usr/share/man/man7/mm.7.gz
2281OLD_FILES+=usr/share/man/man7/mmse.7.gz
2282OLD_FILES+=usr/share/man/man7/ms.7.gz
2283OLD_FILES+=usr/share/man/man7/orig_me.7.gz
2284OLD_FILES+=usr/share/man/man7/roff.7.gz
2285OLD_FILES+=usr/share/me/acm.me
2286OLD_FILES+=usr/share/me/chars.me
2287OLD_FILES+=usr/share/me/deltext.me
2288OLD_FILES+=usr/share/me/eqn.me
2289OLD_FILES+=usr/share/me/float.me
2290OLD_FILES+=usr/share/me/footnote.me
2291OLD_FILES+=usr/share/me/index.me
2292OLD_FILES+=usr/share/me/letterhead.me
2293OLD_FILES+=usr/share/me/local.me
2294OLD_FILES+=usr/share/me/null.me
2295OLD_FILES+=usr/share/me/refer.me
2296OLD_FILES+=usr/share/me/revisions
2297OLD_FILES+=usr/share/me/sh.me
2298OLD_FILES+=usr/share/me/tbl.me
2299OLD_FILES+=usr/share/me/thesis.me
2300OLD_DIRS+=usr/share/me
2301OLD_FILES+=usr/share/misc/vgrindefs
2302OLD_FILES+=usr/share/misc/vgrindefs.db
2303OLD_FILES+=usr/share/tmac/X.tmac
2304OLD_FILES+=usr/share/tmac/Xps.tmac
2305OLD_FILES+=usr/share/tmac/a4.tmac
2306OLD_FILES+=usr/share/tmac/an-old.tmac
2307OLD_FILES+=usr/share/tmac/an.tmac
2308OLD_FILES+=usr/share/tmac/andoc.tmac
2309OLD_FILES+=usr/share/tmac/composite.tmac
2310OLD_FILES+=usr/share/tmac/cp1047.tmac
2311OLD_FILES+=usr/share/tmac/devtag.tmac
2312OLD_FILES+=usr/share/tmac/doc.tmac
2313OLD_FILES+=usr/share/tmac/dvi.tmac
2314OLD_FILES+=usr/share/tmac/e.tmac
2315OLD_FILES+=usr/share/tmac/ec.tmac
2316OLD_FILES+=usr/share/tmac/eqnrc
2317OLD_FILES+=usr/share/tmac/europs.tmac
2318OLD_FILES+=usr/share/tmac/html-end.tmac
2319OLD_FILES+=usr/share/tmac/html.tmac
2320OLD_FILES+=usr/share/tmac/hyphen.ru
2321OLD_FILES+=usr/share/tmac/hyphen.us
2322OLD_FILES+=usr/share/tmac/hyphenex.us
2323OLD_FILES+=usr/share/tmac/koi8-r.tmac
2324OLD_FILES+=usr/share/tmac/latin1.tmac
2325OLD_FILES+=usr/share/tmac/latin2.tmac
2326OLD_FILES+=usr/share/tmac/latin9.tmac
2327OLD_FILES+=usr/share/tmac/lbp.tmac
2328OLD_FILES+=usr/share/tmac/lj4.tmac
2329OLD_FILES+=usr/share/tmac/m.tmac
2330OLD_FILES+=usr/share/tmac/man.local
2331OLD_FILES+=usr/share/tmac/man.tmac
2332OLD_FILES+=usr/share/tmac/mandoc.tmac
2333OLD_FILES+=usr/share/tmac/mdoc.local
2334OLD_FILES+=usr/share/tmac/mdoc.tmac
2335OLD_FILES+=usr/share/tmac/mdoc/doc-common
2336OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff
2337OLD_FILES+=usr/share/tmac/mdoc/doc-nroff
2338OLD_FILES+=usr/share/tmac/mdoc/doc-syms
2339OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1
2340OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R
2341OLD_DIRS+=usr/share/tmac/mdoc
2342OLD_FILES+=usr/share/tmac/me.tmac
2343OLD_FILES+=usr/share/tmac/mm/0.MT
2344OLD_FILES+=usr/share/tmac/mm/4.MT
2345OLD_FILES+=usr/share/tmac/mm/5.MT
2346OLD_FILES+=usr/share/tmac/mm/locale
2347OLD_FILES+=usr/share/tmac/mm/mm.tmac
2348OLD_FILES+=usr/share/tmac/mm/mmse.tmac
2349OLD_FILES+=usr/share/tmac/mm/ms.cov
2350OLD_FILES+=usr/share/tmac/mm/se_locale
2351OLD_FILES+=usr/share/tmac/mm/se_ms.cov
2352OLD_DIRS+=usr/share/tmac/mm
2353OLD_FILES+=usr/share/tmac/ms.tmac
2354OLD_FILES+=usr/share/tmac/mse.tmac
2355OLD_FILES+=usr/share/tmac/papersize.tmac
2356OLD_FILES+=usr/share/tmac/pic.tmac
2357OLD_FILES+=usr/share/tmac/ps.tmac
2358OLD_FILES+=usr/share/tmac/psatk.tmac
2359OLD_FILES+=usr/share/tmac/psold.tmac
2360OLD_FILES+=usr/share/tmac/pspic.tmac
2361OLD_FILES+=usr/share/tmac/s.tmac
2362OLD_FILES+=usr/share/tmac/safer.tmac
2363OLD_FILES+=usr/share/tmac/tmac.orig_me
2364OLD_FILES+=usr/share/tmac/tmac.vgrind
2365OLD_FILES+=usr/share/tmac/trace.tmac
2366OLD_FILES+=usr/share/tmac/troffrc
2367OLD_FILES+=usr/share/tmac/troffrc-end
2368OLD_FILES+=usr/share/tmac/tty-char.tmac
2369OLD_FILES+=usr/share/tmac/tty.tmac
2370OLD_FILES+=usr/share/tmac/unicode.tmac
2371OLD_FILES+=usr/share/tmac/www.tmac
2372OLD_DIRS+=usr/share/tmac
2373.endif
2374
2375.if ${MK_GSSAPI} == no
2376OLD_FILES+=usr/include/gssapi/gssapi.h
2377OLD_DIRS+=usr/include/gssapi
2378OLD_FILES+=usr/include/gssapi.h
2379OLD_FILES+=usr/lib/libgssapi.a
2380OLD_FILES+=usr/lib/libgssapi.so
2381OLD_LIBS+=usr/lib/libgssapi.so.10
2382OLD_FILES+=usr/lib/libgssapi_p.a
2383OLD_FILES+=usr/lib/librpcsec_gss.a
2384OLD_FILES+=usr/lib/librpcsec_gss.so
2385OLD_LIBS+=usr/lib/librpcsec_gss.so.1
2386.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2387OLD_FILES+=usr/lib32/libgssapi.a
2388OLD_FILES+=usr/lib32/libgssapi.so
2389OLD_LIBS+=usr/lib32/libgssapi.so.10
2390OLD_FILES+=usr/lib32/libgssapi_p.a
2391OLD_FILES+=usr/lib32/librpcsec_gss.a
2392OLD_FILES+=usr/lib32/librpcsec_gss.so
2393OLD_LIBS+=usr/lib32/librpcsec_gss.so.1
2394.endif
2395OLD_FILES+=usr/sbin/gssd
2396OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
2397OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
2398OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
2399OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
2400OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
2401OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
2402OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
2403OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
2404OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
2405OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
2406OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
2407OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
2408OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
2409OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
2410OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
2411OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
2412OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
2413OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
2414OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
2415OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
2416OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
2417OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
2418OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
2419OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
2420OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
2421OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
2422OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
2423OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
2424OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
2425OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
2426OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
2427OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
2428OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
2429OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
2430OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
2431OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
2432OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
2433OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
2434OLD_FILES+=usr/share/man/man3/gssapi.3.gz
2435OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
2436OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
2437OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
2438OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
2439OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
2440OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
2441OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
2442OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
2443OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
2444OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
2445OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
2446OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
2447OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
2448OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
2449OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
2450OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
2451OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
2452OLD_FILES+=usr/share/man/man5/mech.5.gz
2453OLD_FILES+=usr/share/man/man5/qop.5.gz
2454OLD_FILES+=usr/share/man/man8/gssd.8.gz
2455.endif
2456
2457.if ${MK_HAST} == no
2458OLD_FILES+=sbin/hastctl
2459OLD_FILES+=sbin/hastd
2460OLD_FILES+=usr/share/examples/hast/ucarp.sh
2461OLD_FILES+=usr/share/examples/hast/ucarp_down.sh
2462OLD_FILES+=usr/share/examples/hast/ucarp_up.sh
2463OLD_FILES+=usr/share/examples/hast/vip-down.sh
2464OLD_FILES+=usr/share/examples/hast/vip-up.sh
2465OLD_FILES+=usr/share/man/man5/hast.conf.5.gz
2466OLD_FILES+=usr/share/man/man8/hastctl.8.gz
2467OLD_FILES+=usr/share/man/man8/hastd.8.gz
2468OLD_DIRS+=usr/share/examples/hast
2469.endif
2470
2471.if ${MK_HESIOD} == no
2472OLD_FILES+=usr/bin/hesinfo
2473OLD_FILES+=usr/include/hesiod.h
2474OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
2475OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2476OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2477.endif
2478
2479.if ${MK_HTML} == no
2480OLD_FILES+=usr/share/doc/ncurses/hackguide.html
2481OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html
2482OLD_FILES+=usr/share/doc/ntp/accopt.html
2483OLD_FILES+=usr/share/doc/ntp/assoc.html
2484OLD_FILES+=usr/share/doc/ntp/audio.html
2485OLD_FILES+=usr/share/doc/ntp/authopt.html
2486OLD_FILES+=usr/share/doc/ntp/build.html
2487OLD_FILES+=usr/share/doc/ntp/clockopt.html
2488OLD_FILES+=usr/share/doc/ntp/config.html
2489OLD_FILES+=usr/share/doc/ntp/confopt.html
2490OLD_FILES+=usr/share/doc/ntp/copyright.html
2491OLD_FILES+=usr/share/doc/ntp/debug.html
2492OLD_FILES+=usr/share/doc/ntp/driver1.html
2493OLD_FILES+=usr/share/doc/ntp/driver10.html
2494OLD_FILES+=usr/share/doc/ntp/driver11.html
2495OLD_FILES+=usr/share/doc/ntp/driver12.html
2496OLD_FILES+=usr/share/doc/ntp/driver16.html
2497OLD_FILES+=usr/share/doc/ntp/driver18.html
2498OLD_FILES+=usr/share/doc/ntp/driver19.html
2499OLD_FILES+=usr/share/doc/ntp/driver2.html
2500OLD_FILES+=usr/share/doc/ntp/driver20.html
2501OLD_FILES+=usr/share/doc/ntp/driver22.html
2502OLD_FILES+=usr/share/doc/ntp/driver26.html
2503OLD_FILES+=usr/share/doc/ntp/driver27.html
2504OLD_FILES+=usr/share/doc/ntp/driver28.html
2505OLD_FILES+=usr/share/doc/ntp/driver29.html
2506OLD_FILES+=usr/share/doc/ntp/driver3.html
2507OLD_FILES+=usr/share/doc/ntp/driver30.html
2508OLD_FILES+=usr/share/doc/ntp/driver32.html
2509OLD_FILES+=usr/share/doc/ntp/driver33.html
2510OLD_FILES+=usr/share/doc/ntp/driver34.html
2511OLD_FILES+=usr/share/doc/ntp/driver35.html
2512OLD_FILES+=usr/share/doc/ntp/driver36.html
2513OLD_FILES+=usr/share/doc/ntp/driver37.html
2514OLD_FILES+=usr/share/doc/ntp/driver4.html
2515OLD_FILES+=usr/share/doc/ntp/driver5.html
2516OLD_FILES+=usr/share/doc/ntp/driver6.html
2517OLD_FILES+=usr/share/doc/ntp/driver7.html
2518OLD_FILES+=usr/share/doc/ntp/driver8.html
2519OLD_FILES+=usr/share/doc/ntp/driver9.html
2520OLD_FILES+=usr/share/doc/ntp/extern.html
2521OLD_FILES+=usr/share/doc/ntp/hints.html
2522OLD_FILES+=usr/share/doc/ntp/howto.html
2523OLD_FILES+=usr/share/doc/ntp/index.html
2524OLD_FILES+=usr/share/doc/ntp/kern.html
2525OLD_FILES+=usr/share/doc/ntp/ldisc.html
2526OLD_FILES+=usr/share/doc/ntp/measure.html
2527OLD_FILES+=usr/share/doc/ntp/miscopt.html
2528OLD_FILES+=usr/share/doc/ntp/monopt.html
2529OLD_FILES+=usr/share/doc/ntp/mx4200data.html
2530OLD_FILES+=usr/share/doc/ntp/notes.html
2531OLD_FILES+=usr/share/doc/ntp/ntpd.html
2532OLD_FILES+=usr/share/doc/ntp/ntpdate.html
2533OLD_FILES+=usr/share/doc/ntp/ntpdc.html
2534OLD_FILES+=usr/share/doc/ntp/ntpq.html
2535OLD_FILES+=usr/share/doc/ntp/ntptime.html
2536OLD_FILES+=usr/share/doc/ntp/ntptrace.html
2537OLD_FILES+=usr/share/doc/ntp/parsedata.html
2538OLD_FILES+=usr/share/doc/ntp/parsenew.html
2539OLD_FILES+=usr/share/doc/ntp/patches.html
2540OLD_FILES+=usr/share/doc/ntp/porting.html
2541OLD_FILES+=usr/share/doc/ntp/pps.html
2542OLD_FILES+=usr/share/doc/ntp/prefer.html
2543OLD_FILES+=usr/share/doc/ntp/quick.html
2544OLD_FILES+=usr/share/doc/ntp/rdebug.html
2545OLD_FILES+=usr/share/doc/ntp/refclock.html
2546OLD_FILES+=usr/share/doc/ntp/release.html
2547OLD_FILES+=usr/share/doc/ntp/tickadj.html
2548.endif
2549
2550.if ${MK_ICONV} == no
2551OLD_FILES+=usr/bin/iconv
2552OLD_FILES+=usr/bin/mkcsmapper
2553OLD_FILES+=usr/bin/mkesdb
2554OLD_FILES+=usr/include/_libiconv_compat.h
2555OLD_FILES+=usr/include/iconv.h
2556OLD_FILES+=usr/share/man/man1/iconv.1.gz
2557OLD_FILES+=usr/share/man/man1/mkcsmapper.1.gz
2558OLD_FILES+=usr/share/man/man1/mkesdb.1.gz
2559OLD_FILES+=usr/share/man/man3/__iconv.3.gz
2560OLD_FILES+=usr/share/man/man3/__iconv_free_list.3.gz
2561OLD_FILES+=usr/share/man/man3/__iconv_get_list.3.gz
2562OLD_FILES+=usr/share/man/man3/iconv.3.gz
2563OLD_FILES+=usr/share/man/man3/iconv_canonicalize.3.gz
2564OLD_FILES+=usr/share/man/man3/iconv_close.3.gz
2565OLD_FILES+=usr/share/man/man3/iconv_open.3.gz
2566OLD_FILES+=usr/share/man/man3/iconv_open_into.3.gz
2567OLD_FILES+=usr/share/man/man3/iconvctl.3.gz
2568OLD_FILES+=usr/share/man/man3/iconvlist.3.gz
2569.endif
2570
2571.if ${MK_INET6} == no
2572OLD_FILES+=sbin/ping6
2573OLD_FILES+=sbin/rtsol
2574OLD_FILES+=usr/sbin/ip6addrctl
2575OLD_FILES+=usr/sbin/mld6query
2576OLD_FILES+=usr/sbin/ndp
2577OLD_FILES+=usr/sbin/rip6query
2578OLD_FILES+=usr/sbin/route6d
2579OLD_FILES+=usr/sbin/rrenumd
2580OLD_FILES+=usr/sbin/rtadvctl
2581OLD_FILES+=usr/sbin/rtadvd
2582OLD_FILES+=usr/sbin/rtsold
2583OLD_FILES+=usr/sbin/traceroute6
2584OLD_FILES+=usr/share/doc/IPv6/IMPLEMENTATION
2585OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
2586OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
2587OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
2588OLD_FILES+=usr/share/man/man8/mld6query.8.gz
2589OLD_FILES+=usr/share/man/man8/ndp.8.gz
2590OLD_FILES+=usr/share/man/man8/ping6.8.gz
2591OLD_FILES+=usr/share/man/man8/rip6query.8.gz
2592OLD_FILES+=usr/share/man/man8/route6d.8.gz
2593OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
2594OLD_FILES+=usr/share/man/man8/rtadvctl.8.gz
2595OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
2596OLD_FILES+=usr/share/man/man8/rtsol.8.gz
2597OLD_FILES+=usr/share/man/man8/rtsold.8.gz
2598OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
2599.endif
2600
2601.if ${MK_INET6_SUPPORT} == no
2602OLD_FILES+=rescue/ping6
2603.endif
2604
2605.if ${MK_IPFILTER} == no
2606OLD_FILES+=etc/periodic/security/510.ipfdenied
2607OLD_FILES+=etc/periodic/security/610.ipf6denied
2608OLD_FILES+=rescue/ipf
2609OLD_FILES+=sbin/ipf
2610OLD_FILES+=sbin/ipfs
2611OLD_FILES+=sbin/ipfstat
2612OLD_FILES+=sbin/ipftest
2613OLD_FILES+=sbin/ipmon
2614OLD_FILES+=sbin/ipnat
2615OLD_FILES+=sbin/ippool
2616OLD_FILES+=sbin/ipresend
2617OLD_FILES+=usr/include/netinet/ip_auth.h
2618OLD_FILES+=usr/include/netinet/ip_compat.h
2619OLD_FILES+=usr/include/netinet/ip_fil.h
2620OLD_FILES+=usr/include/netinet/ip_frag.h
2621OLD_FILES+=usr/include/netinet/ip_htable.h
2622OLD_FILES+=usr/include/netinet/ip_lookup.h
2623OLD_FILES+=usr/include/netinet/ip_nat.h
2624OLD_FILES+=usr/include/netinet/ip_pool.h
2625OLD_FILES+=usr/include/netinet/ip_proxy.h
2626OLD_FILES+=usr/include/netinet/ip_rules.h
2627OLD_FILES+=usr/include/netinet/ip_scan.h
2628OLD_FILES+=usr/include/netinet/ip_state.h
2629OLD_FILES+=usr/include/netinet/ip_sync.h
2630OLD_FILES+=usr/include/netinet/ipl.h
2631OLD_FILES+=usr/share/examples/ipfilter/README
2632OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2633OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2634OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2635OLD_FILES+=usr/share/examples/ipfilter/example.1
2636OLD_FILES+=usr/share/examples/ipfilter/example.2
2637OLD_FILES+=usr/share/examples/ipfilter/example.3
2638OLD_FILES+=usr/share/examples/ipfilter/example.4
2639OLD_FILES+=usr/share/examples/ipfilter/example.5
2640OLD_FILES+=usr/share/examples/ipfilter/example.6
2641OLD_FILES+=usr/share/examples/ipfilter/example.7
2642OLD_FILES+=usr/share/examples/ipfilter/example.8
2643OLD_FILES+=usr/share/examples/ipfilter/example.9
2644OLD_FILES+=usr/share/examples/ipfilter/example.10
2645OLD_FILES+=usr/share/examples/ipfilter/example.11
2646OLD_FILES+=usr/share/examples/ipfilter/example.12
2647OLD_FILES+=usr/share/examples/ipfilter/example.13
2648OLD_FILES+=usr/share/examples/ipfilter/example.sr
2649OLD_FILES+=usr/share/examples/ipfilter/firewall
2650OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2651OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2652OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2653OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2654OLD_FILES+=usr/share/examples/ipfilter/server
2655OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2656OLD_FILES+=usr/share/examples/ipfilter/example.14
2657OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2658OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2659OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2660OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2661OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2662OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2663OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2664OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2665OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2666OLD_FILES+=usr/share/examples/ipfilter/mkfilters
2667OLD_DIRS+=usr/share/examples/ipfilter
2668OLD_FILES+=usr/share/man/man1/ipftest.1.gz
2669OLD_FILES+=usr/share/man/man1/ipresend.1.gz
2670OLD_FILES+=usr/share/man/man4/ipf.4.gz
2671OLD_FILES+=usr/share/man/man4/ipl.4.gz
2672OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
2673OLD_FILES+=usr/share/man/man4/ipnat.4.gz
2674OLD_FILES+=usr/share/man/man5/ipf.5.gz
2675OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
2676OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
2677OLD_FILES+=usr/share/man/man5/ipnat.5.gz
2678OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
2679OLD_FILES+=usr/share/man/man5/ippool.5.gz
2680OLD_FILES+=usr/share/man/man8/ipf.8.gz
2681OLD_FILES+=usr/share/man/man8/ipfs.8.gz
2682OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
2683OLD_FILES+=usr/share/man/man8/ipmon.8.gz
2684OLD_FILES+=usr/share/man/man8/ipnat.8.gz
2685OLD_FILES+=usr/share/man/man8/ippool.8.gz
2686.endif
2687
2688.if ${MK_IPFW} == no
2689OLD_FILES+=etc/periodic/security/500.ipfwdenied
2690OLD_FILES+=etc/periodic/security/550.ipfwlimit
2691OLD_FILES+=sbin/ipfw
2692OLD_FILES+=sbin/natd
2693OLD_FILES+=usr/sbin/ipfwpcap
2694OLD_FILES+=usr/share/man/man8/ipfw.8.gz
2695OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
2696OLD_FILES+=usr/share/man/man8/natd.8.gz
2697.endif
2698
2699.if ${MK_ISCSI} == no
2700OLD_FILES+=etc/rc.d/iscsictl
2701OLD_FILES+=etc/rc.d/iscsid
2702OLD_FILES+=sbin/iscontrol
2703OLD_FILES+=usr/bin/iscsictl
2704OLD_FILES+=usr/sbin/iscsid
2705OLD_FILES+=usr/share/man/man4/iscsi.4.gz
2706OLD_FILES+=usr/share/man/man4/iscsi_initiator.4.gz
2707OLD_FILES+=usr/share/man/man5/iscsi.conf.5.gz
2708OLD_FILES+=usr/share/man/man8/iscontrol.8.gz
2709OLD_FILES+=usr/share/man/man8/iscsictl.8.gz
2710OLD_FILES+=usr/share/man/man8/iscsid.8.gz
2711.endif
2712
2713.if ${MK_JAIL} == no
2714OLD_FILES+=etc/rc.d/jail
2715OLD_FILES+=usr/sbin/jail
2716OLD_FILES+=usr/sbin/jexec
2717OLD_FILES+=usr/sbin/jls
2718OLD_FILES+=usr/share/man/man5/jail.conf.5.gz
2719OLD_FILES+=usr/share/man/man8/jail.8.gz
2720OLD_FILES+=usr/share/man/man8/jexec.8.gz
2721OLD_FILES+=usr/share/man/man8/jls.8.gz
2722.endif
2723
2724.if ${MK_KDUMP} == no
2725OLD_FILES+=usr/bin/kdump
2726OLD_FILES+=usr/bin/truss
2727OLD_FILES+=usr/share/man/man1/kdump.1.gz
2728OLD_FILES+=usr/share/man/man1/truss.1.gz
2729.endif
2730
2731.if ${MK_KERBEROS} == no
2732OLD_FILES+=etc/rc.d/ipropd_master
2733OLD_FILES+=etc/rc.d/ipropd_slave
2734OLD_FILES+=usr/bin/compile_et
2735OLD_FILES+=usr/bin/hxtool
2736OLD_FILES+=usr/bin/kadmin
2737OLD_FILES+=usr/bin/kdestroy
2738OLD_FILES+=usr/bin/kf
2739OLD_FILES+=usr/bin/kgetcred
2740OLD_FILES+=usr/bin/kinit
2741OLD_FILES+=usr/bin/klist
2742OLD_FILES+=usr/bin/kpasswd
2743OLD_FILES+=usr/bin/krb5-config
2744OLD_FILES+=usr/bin/ksu
2745OLD_FILES+=usr/bin/kswitch
2746OLD_FILES+=usr/bin/string2key
2747OLD_FILES+=usr/bin/verify_krb5_conf
2748OLD_FILES+=usr/include/asn1-common.h
2749OLD_FILES+=usr/include/asn1_err.h
2750OLD_FILES+=usr/include/base64.h
2751OLD_FILES+=usr/include/cms_asn1.h
2752OLD_FILES+=usr/include/crmf_asn1.h
2753OLD_FILES+=usr/include/der-private.h
2754OLD_FILES+=usr/include/der-protos.h
2755OLD_FILES+=usr/include/der.h
2756OLD_FILES+=usr/include/digest_asn1.h
2757OLD_FILES+=usr/include/getarg.h
2758OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
2759OLD_FILES+=usr/include/hdb-protos.h
2760OLD_FILES+=usr/include/hdb.h
2761OLD_FILES+=usr/include/hdb_asn1.h
2762OLD_FILES+=usr/include/hdb_err.h
2763OLD_FILES+=usr/include/heim_asn1.h
2764OLD_FILES+=usr/include/heim_err.h
2765OLD_FILES+=usr/include/heim_threads.h
2766OLD_FILES+=usr/include/heimbase.h
2767OLD_FILES+=usr/include/heimntlm-protos.h
2768OLD_FILES+=usr/include/heimntlm.h
2769OLD_FILES+=usr/include/hex.h
2770OLD_FILES+=usr/include/hx509-private.h
2771OLD_FILES+=usr/include/hx509-protos.h
2772OLD_FILES+=usr/include/hx509.h
2773OLD_FILES+=usr/include/hx509_err.h
2774OLD_FILES+=usr/include/k524_err.h
2775OLD_FILES+=usr/include/kadm5/admin.h
2776OLD_FILES+=usr/include/kadm5/kadm5-private.h
2777OLD_FILES+=usr/include/kadm5/kadm5-protos.h
2778OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h
2779OLD_FILES+=usr/include/kadm5/kadm5_err.h
2780OLD_FILES+=usr/include/kadm5/private.h
2781OLD_DIRS+=usr/include/kadm5
2782OLD_FILES+=usr/include/kafs.h
2783OLD_FILES+=usr/include/kdc-protos.h
2784OLD_FILES+=usr/include/kdc.h
2785OLD_FILES+=usr/include/krb5-private.h
2786OLD_FILES+=usr/include/krb5-protos.h
2787OLD_FILES+=usr/include/krb5-types.h
2788OLD_FILES+=usr/include/krb5.h
2789OLD_FILES+=usr/include/krb5/ccache_plugin.h
2790OLD_FILES+=usr/include/krb5/locate_plugin.h
2791OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h
2792OLD_FILES+=usr/include/krb5/windc_plugin.h
2793OLD_DIRS+=usr/include/krb5
2794OLD_FILES+=usr/include/krb5_asn1.h
2795OLD_FILES+=usr/include/krb5_ccapi.h
2796OLD_FILES+=usr/include/krb5_err.h
2797OLD_FILES+=usr/include/kx509_asn1.h
2798OLD_FILES+=usr/include/ntlm_err.h
2799OLD_FILES+=usr/include/ocsp_asn1.h
2800OLD_FILES+=usr/include/parse_bytes.h
2801OLD_FILES+=usr/include/parse_time.h
2802OLD_FILES+=usr/include/parse_units.h
2803OLD_FILES+=usr/include/pkcs10_asn1.h
2804OLD_FILES+=usr/include/pkcs12_asn1.h
2805OLD_FILES+=usr/include/pkcs8_asn1.h
2806OLD_FILES+=usr/include/pkcs9_asn1.h
2807OLD_FILES+=usr/include/pkinit_asn1.h
2808OLD_FILES+=usr/include/resolve.h
2809OLD_FILES+=usr/include/rfc2459_asn1.h
2810OLD_FILES+=usr/include/roken-common.h
2811OLD_FILES+=usr/include/rtbl.h
2812OLD_FILES+=usr/include/wind.h
2813OLD_FILES+=usr/include/wind_err.h
2814OLD_FILES+=usr/include/xdbm.h
2815OLD_FILES+=usr/lib/libasn1.a
2816OLD_FILES+=usr/lib/libasn1.so
2817OLD_LIBS+=usr/lib/libasn1.so.11
2818OLD_FILES+=usr/lib/libasn1_p.a
2819OLD_FILES+=usr/lib/libcom_err.a
2820OLD_FILES+=usr/lib/libcom_err.so
2821OLD_LIBS+=usr/lib/libcom_err.so.5
2822OLD_FILES+=usr/lib/libcom_err_p.a
2823OLD_FILES+=usr/lib/libgssapi_krb5.a
2824OLD_FILES+=usr/lib/libgssapi_krb5.so
2825OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2826OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2827OLD_FILES+=usr/lib/libgssapi_ntlm.a
2828OLD_FILES+=usr/lib/libgssapi_ntlm.so
2829OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2830OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
2831OLD_FILES+=usr/lib/libgssapi_spnego.a
2832OLD_FILES+=usr/lib/libgssapi_spnego.so
2833OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
2834OLD_FILES+=usr/lib/libgssapi_spnego_p.a
2835OLD_FILES+=usr/lib/libhdb.a
2836OLD_FILES+=usr/lib/libhdb.so
2837OLD_LIBS+=usr/lib/libhdb.so.11
2838OLD_FILES+=usr/lib/libhdb_p.a
2839OLD_FILES+=usr/lib/libheimbase.a
2840OLD_FILES+=usr/lib/libheimbase.so
2841OLD_LIBS+=usr/lib/libheimbase.so.11
2842OLD_FILES+=usr/lib/libheimbase_p.a
2843OLD_FILES+=usr/lib/libheimntlm.a
2844OLD_FILES+=usr/lib/libheimntlm.so
2845OLD_LIBS+=usr/lib/libheimntlm.so.11
2846OLD_FILES+=usr/lib/libheimntlm_p.a
2847OLD_FILES+=usr/lib/libheimsqlite.a
2848OLD_FILES+=usr/lib/libheimsqlite.so
2849OLD_LIBS+=usr/lib/libheimsqlite.so.11
2850OLD_FILES+=usr/lib/libheimsqlite_p.a
2851OLD_FILES+=usr/lib/libhx509.a
2852OLD_FILES+=usr/lib/libhx509.so
2853OLD_LIBS+=usr/lib/libhx509.so.11
2854OLD_FILES+=usr/lib/libhx509_p.a
2855OLD_FILES+=usr/lib/libkadm5clnt.a
2856OLD_FILES+=usr/lib/libkadm5clnt.so
2857OLD_LIBS+=usr/lib/libkadm5clnt.so.11
2858OLD_FILES+=usr/lib/libkadm5clnt_p.a
2859OLD_FILES+=usr/lib/libkadm5srv.a
2860OLD_FILES+=usr/lib/libkadm5srv.so
2861OLD_LIBS+=usr/lib/libkadm5srv.so.11
2862OLD_FILES+=usr/lib/libkadm5srv_p.a
2863OLD_FILES+=usr/lib/libkafs5.a
2864OLD_FILES+=usr/lib/libkafs5.so
2865OLD_LIBS+=usr/lib/libkafs5.so.11
2866OLD_FILES+=usr/lib/libkafs5_p.a
2867OLD_FILES+=usr/lib/libkdc.a
2868OLD_FILES+=usr/lib/libkdc.so
2869OLD_LIBS+=usr/lib/libkdc.so.11
2870OLD_FILES+=usr/lib/libkdc_p.a
2871OLD_FILES+=usr/lib/libkrb5.a
2872OLD_FILES+=usr/lib/libkrb5.so
2873OLD_LIBS+=usr/lib/libkrb5.so.11
2874OLD_FILES+=usr/lib/libkrb5_p.a
2875OLD_FILES+=usr/lib/libroken.a
2876OLD_FILES+=usr/lib/libroken.so
2877OLD_LIBS+=usr/lib/libroken.so.11
2878OLD_FILES+=usr/lib/libroken_p.a
2879OLD_FILES+=usr/lib/libwind.a
2880OLD_FILES+=usr/lib/libwind.so
2881OLD_LIBS+=usr/lib/libwind.so.11
2882OLD_FILES+=usr/lib/libwind_p.a
2883OLD_FILES+=usr/lib/pam_krb5.so
2884OLD_LIBS+=usr/lib/pam_krb5.so.5
2885OLD_FILES+=usr/lib/pam_ksu.so
2886OLD_LIBS+=usr/lib/pam_ksu.so.5
2887OLD_FILES+=usr/lib/private/libheimipcc.a
2888OLD_FILES+=usr/lib/private/libheimipcc.so
2889OLD_LIBS+=usr/lib/private/libheimipcc.so.11
2890OLD_FILES+=usr/lib/private/libheimipcc_p.a
2891OLD_FILES+=usr/lib/private/libheimipcs.a
2892OLD_FILES+=usr/lib/private/libheimipcs.so
2893OLD_LIBS+=usr/lib/private/libheimipcs.so.11
2894OLD_FILES+=usr/lib/private/libheimipcs_p.a
2895.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2896OLD_FILES+=usr/lib32/libasn1.a
2897OLD_FILES+=usr/lib32/libasn1.so
2898OLD_LIBS+=usr/lib32/libasn1.so.11
2899OLD_FILES+=usr/lib32/libasn1_p.a
2900OLD_FILES+=usr/lib32/libgssapi_krb5.a
2901OLD_FILES+=usr/lib32/libgssapi_krb5.so
2902OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10
2903OLD_FILES+=usr/lib32/libgssapi_krb5_p.a
2904OLD_FILES+=usr/lib32/libgssapi_ntlm.a
2905OLD_FILES+=usr/lib32/libgssapi_ntlm.so
2906OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10
2907OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a
2908OLD_FILES+=usr/lib32/libgssapi_spnego.a
2909OLD_FILES+=usr/lib32/libgssapi_spnego.so
2910OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10
2911OLD_FILES+=usr/lib32/libgssapi_spnego_p.a
2912OLD_FILES+=usr/lib32/libhdb.a
2913OLD_FILES+=usr/lib32/libhdb.so
2914OLD_LIBS+=usr/lib32/libhdb.so.11
2915OLD_FILES+=usr/lib32/libhdb_p.a
2916OLD_FILES+=usr/lib32/libheimbase.a
2917OLD_FILES+=usr/lib32/libheimbase.so
2918OLD_LIBS+=usr/lib32/libheimbase.so.11
2919OLD_FILES+=usr/lib32/libheimbase_p.a
2920OLD_FILES+=usr/lib32/libheimntlm.a
2921OLD_FILES+=usr/lib32/libheimntlm.so
2922OLD_LIBS+=usr/lib32/libheimntlm.so.11
2923OLD_FILES+=usr/lib32/libheimntlm_p.a
2924OLD_FILES+=usr/lib32/libheimsqlite.a
2925OLD_FILES+=usr/lib32/libheimsqlite.so
2926OLD_LIBS+=usr/lib32/libheimsqlite.so.11
2927OLD_FILES+=usr/lib32/libheimsqlite_p.a
2928OLD_FILES+=usr/lib32/libhx509.a
2929OLD_FILES+=usr/lib32/libhx509.so
2930OLD_LIBS+=usr/lib32/libhx509.so.11
2931OLD_FILES+=usr/lib32/libhx509_p.a
2932OLD_FILES+=usr/lib32/libkadm5clnt.a
2933OLD_FILES+=usr/lib32/libkadm5clnt.so
2934OLD_LIBS+=usr/lib32/libkadm5clnt.so.11
2935OLD_FILES+=usr/lib32/libkadm5clnt_p.a
2936OLD_FILES+=usr/lib32/libkadm5srv.a
2937OLD_FILES+=usr/lib32/libkadm5srv.so
2938OLD_LIBS+=usr/lib32/libkadm5srv.so.11
2939OLD_FILES+=usr/lib32/libkadm5srv_p.a
2940OLD_FILES+=usr/lib32/libkafs5.a
2941OLD_FILES+=usr/lib32/libkafs5.so
2942OLD_LIBS+=usr/lib32/libkafs5.so.11
2943OLD_FILES+=usr/lib32/libkafs5_p.a
2944OLD_FILES+=usr/lib32/libkdc.a
2945OLD_FILES+=usr/lib32/libkdc.so
2946OLD_LIBS+=usr/lib32/libkdc.so.11
2947OLD_FILES+=usr/lib32/libkdc_p.a
2948OLD_FILES+=usr/lib32/libkrb5.a
2949OLD_FILES+=usr/lib32/libkrb5.so
2950OLD_LIBS+=usr/lib32/libkrb5.so.11
2951OLD_FILES+=usr/lib32/libkrb5_p.a
2952OLD_FILES+=usr/lib32/libroken.a
2953OLD_FILES+=usr/lib32/libroken.so
2954OLD_LIBS+=usr/lib32/libroken.so.11
2955OLD_FILES+=usr/lib32/libroken_p.a
2956OLD_FILES+=usr/lib32/libwind.a
2957OLD_FILES+=usr/lib32/libwind.so
2958OLD_LIBS+=usr/lib32/libwind.so.11
2959OLD_FILES+=usr/lib32/libwind_p.a
2960OLD_FILES+=usr/lib32/pam_krb5.so
2961OLD_LIBS+=usr/lib32/pam_krb5.so.5
2962OLD_FILES+=usr/lib32/pam_ksu.so
2963OLD_LIBS+=usr/lib32/pam_ksu.so.5
2964OLD_FILES+=usr/lib32/private/libheimipcc.a
2965OLD_FILES+=usr/lib32/private/libheimipcc.so
2966OLD_LIBS+=usr/lib32/private/libheimipcc.so.11
2967OLD_FILES+=usr/lib32/private/libheimipcc_p.a
2968OLD_FILES+=usr/lib32/private/libheimipcs.a
2969OLD_FILES+=usr/lib32/private/libheimipcs.so
2970OLD_LIBS+=usr/lib32/private/libheimipcs.so.11
2971OLD_FILES+=usr/lib32/private/libheimipcs_p.a
2972.endif
2973OLD_FILES+=usr/libexec/digest-service
2974OLD_FILES+=usr/libexec/hprop
2975OLD_FILES+=usr/libexec/hpropd
2976OLD_FILES+=usr/libexec/ipropd-master
2977OLD_FILES+=usr/libexec/ipropd-slave
2978OLD_FILES+=usr/libexec/kadmind
2979OLD_FILES+=usr/libexec/kcm
2980OLD_FILES+=usr/libexec/kdc
2981OLD_FILES+=usr/libexec/kdigest
2982OLD_FILES+=usr/libexec/kfd
2983OLD_FILES+=usr/libexec/kimpersonate
2984OLD_FILES+=usr/libexec/kpasswdd
2985OLD_FILES+=usr/sbin/kstash
2986OLD_FILES+=usr/sbin/ktutil
2987OLD_FILES+=usr/sbin/iprop-log
2988OLD_FILES+=usr/share/info/heimdal.info.gz
2989OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
2990OLD_FILES+=usr/share/man/man1/kf.1.gz
2991OLD_FILES+=usr/share/man/man1/kinit.1.gz
2992OLD_FILES+=usr/share/man/man1/klist.1.gz
2993OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
2994OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
2995OLD_FILES+=usr/share/man/man1/kswitch.1.gz
2996OLD_FILES+=usr/share/man/man3/HDB.3.gz
2997OLD_FILES+=usr/share/man/man3/hdb__del.3.gz
2998OLD_FILES+=usr/share/man/man3/hdb__get.3.gz
2999OLD_FILES+=usr/share/man/man3/hdb__put.3.gz
3000OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz
3001OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz
3002OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz
3003OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz
3004OLD_FILES+=usr/share/man/man3/hdb_close.3.gz
3005OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz
3006OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz
3007OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz
3008OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz
3009OLD_FILES+=usr/share/man/man3/hdb_free.3.gz
3010OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz
3011OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz
3012OLD_FILES+=usr/share/man/man3/hdb_name.3.gz
3013OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz
3014OLD_FILES+=usr/share/man/man3/hdb_open.3.gz
3015OLD_FILES+=usr/share/man/man3/hdb_password.3.gz
3016OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz
3017OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz
3018OLD_FILES+=usr/share/man/man3/hdb_store.3.gz
3019OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz
3020OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz
3021OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz
3022OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz
3023OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz
3024OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz
3025OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz
3026OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz
3027OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz
3028OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz
3029OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz
3030OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz
3031OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz
3032OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz
3033OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz
3034OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz
3035OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz
3036OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz
3037OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz
3038OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz
3039OLD_FILES+=usr/share/man/man3/hx509.3.gz
3040OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz
3041OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz
3042OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz
3043OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz
3044OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz
3045OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz
3046OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz
3047OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz
3048OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz
3049OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz
3050OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz
3051OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz
3052OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz
3053OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz
3054OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz
3055OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz
3056OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz
3057OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz
3058OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz
3059OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz
3060OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz
3061OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz
3062OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz
3063OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz
3064OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz
3065OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz
3066OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz
3067OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz
3068OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz
3069OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz
3070OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz
3071OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz
3072OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz
3073OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz
3074OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz
3075OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz
3076OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz
3077OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz
3078OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz
3079OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz
3080OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz
3081OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz
3082OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz
3083OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz
3084OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz
3085OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz
3086OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz
3087OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz
3088OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz
3089OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz
3090OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz
3091OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz
3092OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz
3093OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz
3094OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz
3095OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz
3096OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz
3097OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz
3098OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz
3099OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz
3100OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz
3101OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz
3102OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz
3103OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz
3104OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz
3105OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz
3106OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz
3107OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz
3108OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz
3109OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz
3110OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz
3111OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz
3112OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz
3113OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz
3114OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz
3115OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz
3116OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz
3117OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz
3118OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz
3119OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz
3120OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz
3121OLD_FILES+=usr/share/man/man3/hx509_env.3.gz
3122OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz
3123OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz
3124OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz
3125OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz
3126OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz
3127OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz
3128OLD_FILES+=usr/share/man/man3/hx509_err.3.gz
3129OLD_FILES+=usr/share/man/man3/hx509_error.3.gz
3130OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz
3131OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz
3132OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz
3133OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz
3134OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz
3135OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz
3136OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz
3137OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz
3138OLD_FILES+=usr/share/man/man3/hx509_name.3.gz
3139OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz
3140OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz
3141OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz
3142OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz
3143OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz
3144OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz
3145OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz
3146OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz
3147OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz
3148OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz
3149OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz
3150OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz
3151OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz
3152OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz
3153OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz
3154OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz
3155OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz
3156OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz
3157OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz
3158OLD_FILES+=usr/share/man/man3/hx509_print.3.gz
3159OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz
3160OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz
3161OLD_FILES+=usr/share/man/man3/hx509_query.3.gz
3162OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz
3163OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz
3164OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz
3165OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz
3166OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz
3167OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz
3168OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz
3169OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz
3170OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz
3171OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz
3172OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz
3173OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz
3174OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz
3175OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz
3176OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz
3177OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz
3178OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz
3179OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz
3180OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz
3181OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz
3182OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz
3183OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz
3184OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz
3185OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz
3186OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz
3187OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz
3188OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz
3189OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz
3190OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz
3191OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz
3192OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz
3193OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz
3194OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz
3195OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz
3196OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz
3197OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz
3198OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz
3199OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz
3200OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
3201OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
3202OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
3203OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
3204OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
3205OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz
3206OLD_FILES+=usr/share/man/man3/kafs.3.gz
3207OLD_FILES+=usr/share/man/man3/kafs5.3.gz
3208OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
3209OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
3210OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
3211OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
3212OLD_FILES+=usr/share/man/man3/krb5.3.gz
3213OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
3214OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz
3215OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
3216OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
3217OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
3218OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz
3219OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
3220OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz
3221OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz
3222OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz
3223OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz
3224OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
3225OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
3226OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
3227OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
3228OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
3229OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
3230OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz
3231OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
3232OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
3233OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
3234OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz
3235OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
3236OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
3237OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
3238OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
3239OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
3240OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
3241OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
3242OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz
3243OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
3244OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
3245OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
3246OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
3247OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
3248OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
3249OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
3250OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
3251OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
3252OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
3253OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
3254OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
3255OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
3256OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
3257OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
3258OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
3259OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
3260OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
3261OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
3262OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
3263OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
3264OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
3265OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
3266OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
3267OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
3268OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
3269OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
3270OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
3271OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
3272OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
3273OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
3274OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
3275OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
3276OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
3277OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz
3278OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
3279OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz
3280OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz
3281OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz
3282OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz
3283OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz
3284OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
3285OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
3286OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz
3287OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz
3288OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
3289OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
3290OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
3291OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
3292OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
3293OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz
3294OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz
3295OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz
3296OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz
3297OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz
3298OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz
3299OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
3300OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
3301OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz
3302OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
3303OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
3304OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
3305OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
3306OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz
3307OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz
3308OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz
3309OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
3310OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
3311OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
3312OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
3313OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
3314OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz
3315OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
3316OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
3317OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz
3318OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz
3319OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz
3320OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
3321OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz
3322OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz
3323OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
3324OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz
3325OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz
3326OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz
3327OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz
3328OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz
3329OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz
3330OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
3331OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
3332OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
3333OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
3334OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz
3335OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz
3336OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz
3337OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
3338OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
3339OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz
3340OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz
3341OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz
3342OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
3343OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz
3344OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz
3345OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
3346OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz
3347OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz
3348OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
3349OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz
3350OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz
3351OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz
3352OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz
3353OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz
3354OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz
3355OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz
3356OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz
3357OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz
3358OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz
3359OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
3360OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
3361OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz
3362OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz
3363OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz
3364OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
3365OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz
3366OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz
3367OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz
3368OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
3369OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz
3370OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
3371OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz
3372OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz
3373OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
3374OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz
3375OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz
3376OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
3377OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz
3378OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz
3379OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz
3380OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz
3381OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz
3382OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
3383OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz
3384OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
3385OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz
3386OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
3387OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz
3388OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
3389OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
3390OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
3391OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
3392OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
3393OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz
3394OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz
3395OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
3396OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz
3397OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
3398OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
3399OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
3400OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz
3401OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz
3402OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz
3403OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz
3404OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz
3405OLD_FILES+=usr/share/man/man3/krb5_error.3.gz
3406OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
3407OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz
3408OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
3409OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz
3410OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
3411OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
3412OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
3413OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz
3414OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
3415OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz
3416OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz
3417OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz
3418OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
3419OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
3420OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz
3421OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
3422OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz
3423OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz
3424OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
3425OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
3426OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz
3427OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz
3428OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz
3429OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
3430OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz
3431OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz
3432OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
3433OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
3434OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz
3435OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz
3436OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
3437OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
3438OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz
3439OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz
3440OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
3441OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
3442OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
3443OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz
3444OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz
3445OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz
3446OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
3447OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
3448OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz
3449OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
3450OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz
3451OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz
3452OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz
3453OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
3454OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz
3455OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz
3456OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz
3457OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz
3458OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz
3459OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz
3460OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz
3461OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz
3462OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
3463OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
3464OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
3465OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
3466OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz
3467OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz
3468OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz
3469OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
3470OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
3471OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
3472OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz
3473OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
3474OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz
3475OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz
3476OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz
3477OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz
3478OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz
3479OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz
3480OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz
3481OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz
3482OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz
3483OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz
3484OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
3485OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz
3486OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz
3487OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
3488OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz
3489OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz
3490OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz
3491OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz
3492OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
3493OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz
3494OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz
3495OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz
3496OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz
3497OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz
3498OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
3499OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
3500OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
3501OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
3502OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
3503OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
3504OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
3505OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
3506OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
3507OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
3508OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
3509OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
3510OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz
3511OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
3512OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz
3513OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
3514OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
3515OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
3516OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz
3517OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
3518OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
3519OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz
3520OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
3521OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
3522OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
3523OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
3524OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
3525OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
3526OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
3527OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
3528OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
3529OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
3530OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
3531OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
3532OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
3533OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
3534OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
3535OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
3536OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz
3537OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz
3538OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz
3539OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
3540OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
3541OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
3542OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
3543OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz
3544OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz
3545OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz
3546OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
3547OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
3548OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
3549OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
3550OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
3551OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
3552OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz
3553OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
3554OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
3555OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz
3556OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz
3557OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
3558OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz
3559OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
3560OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
3561OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz
3562OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
3563OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
3564OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz
3565OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz
3566OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz
3567OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz
3568OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz
3569OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz
3570OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
3571OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
3572OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz
3573OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz
3574OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz
3575OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz
3576OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz
3577OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz
3578OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz
3579OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz
3580OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz
3581OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz
3582OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz
3583OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz
3584OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz
3585OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz
3586OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz
3587OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz
3588OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz
3589OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz
3590OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz
3591OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
3592OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz
3593OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz
3594OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz
3595OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz
3596OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz
3597OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz
3598OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz
3599OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz
3600OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz
3601OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
3602OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz
3603OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz
3604OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
3605OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
3606OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
3607OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
3608OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
3609OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
3610OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz
3611OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz
3612OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz
3613OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz
3614OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz
3615OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz
3616OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz
3617OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz
3618OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz
3619OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz
3620OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz
3621OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz
3622OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz
3623OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz
3624OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz
3625OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz
3626OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz
3627OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz
3628OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz
3629OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz
3630OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz
3631OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz
3632OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz
3633OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz
3634OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz
3635OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz
3636OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz
3637OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz
3638OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz
3639OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz
3640OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz
3641OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz
3642OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz
3643OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz
3644OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz
3645OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz
3646OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
3647OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz
3648OLD_FILES+=usr/share/man/man3/krb5_support.3.gz
3649OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
3650OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz
3651OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz
3652OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz
3653OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz
3654OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz
3655OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
3656OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
3657OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
3658OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
3659OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
3660OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
3661OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
3662OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
3663OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz
3664OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
3665OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz
3666OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
3667OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
3668OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
3669OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
3670OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
3671OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
3672OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
3673OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
3674OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
3675OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
3676OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
3677OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz
3678OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
3679OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
3680OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
3681OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz
3682OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz
3683OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz
3684OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz
3685OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz
3686OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
3687OLD_FILES+=usr/share/man/man8/hprop.8.gz
3688OLD_FILES+=usr/share/man/man8/hpropd.8.gz
3689OLD_FILES+=usr/share/man/man8/iprop-log.8.gz
3690OLD_FILES+=usr/share/man/man8/iprop.8.gz
3691OLD_FILES+=usr/share/man/man8/kadmin.8.gz
3692OLD_FILES+=usr/share/man/man8/kadmind.8.gz
3693OLD_FILES+=usr/share/man/man8/kcm.8.gz
3694OLD_FILES+=usr/share/man/man8/kdc.8.gz
3695OLD_FILES+=usr/share/man/man8/kdigest.8.gz
3696OLD_FILES+=usr/share/man/man8/kerberos.8.gz
3697OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz
3698OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
3699OLD_FILES+=usr/share/man/man8/kstash.8.gz
3700OLD_FILES+=usr/share/man/man8/ktutil.8.gz
3701OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
3702OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
3703OLD_FILES+=usr/share/man/man8/string2key.8.gz
3704OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3705.endif
3706
3707.if ${MK_KERBEROS_SUPPORT} == no
3708OLD_FILES+=usr/bin/compile_et
3709OLD_FILES+=usr/include/com_err.h
3710OLD_FILES+=usr/include/com_right.h
3711OLD_FILES+=usr/lib/libcom_err.a
3712OLD_FILES+=usr/lib/libcom_err.so
3713OLD_LIBS+=usr/lib/libcom_err.so.5
3714OLD_FILES+=usr/lib/libcom_err_p.a
3715OLD_FILES+=usr/lib32/libcom_err.a
3716OLD_FILES+=usr/lib32/libcom_err.so
3717OLD_LIBS+=usr/lib32/libcom_err.so.5
3718OLD_FILES+=usr/lib32/libcom_err_p.a
3719OLD_FILES+=usr/share/man/man1/compile_et.1.gz
3720OLD_FILES+=usr/share/man/man3/com_err.3.gz
3721.endif
3722
3723.if ${MK_LDNS} == no
3724OLD_FILES+=usr/lib/private/libldns.a
3725OLD_FILES+=usr/lib/private/libldns.so
3726OLD_LIBS+=usr/lib/private/libldns.so.5
3727OLD_FILES+=usr/lib/private/libldns_p.a
3728.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3729OLD_FILES+=usr/lib32/private/libldns.a
3730OLD_FILES+=usr/lib32/private/libldns.so
3731OLD_LIBS+=usr/lib32/private/libldns.so.5
3732OLD_FILES+=usr/lib32/private/libldns_p.a
3733.endif
3734.endif
3735
3736.if ${MK_LDNS_UTILS} == no
3737OLD_FILES+=usr/bin/drill
3738OLD_FILES+=usr/share/man/man1/drill.1.gz
3739OLD_FILES+=usr/bin/host
3740OLD_FILES+=usr/share/man/man1/host.1.gz
3741.endif
3742
3743.if ${MK_LEGACY_CONSOLE} == no
3744OLD_FILES+=usr/sbin/kbdcontrol
3745OLD_FILES+=usr/sbin/kbdmap
3746OLD_FILES+=usr/sbin/moused
3747OLD_FILES+=usr/sbin/vidcontrol
3748OLD_FILES+=usr/sbin/vidfont
3749OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz
3750OLD_FILES+=usr/share/man/man1/kbdmap.1.gz
3751OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz
3752OLD_FILES+=usr/share/man/man1/vidfont.1.gz
3753OLD_FILES+=usr/share/man/man5/kbdmap.5.gz
3754OLD_FILES+=usr/share/man/man5/keymap.5.gz
3755OLD_FILES+=usr/share/man/man8/moused.8.gz
3756.endif
3757
3758#.if ${MK_LIB32} == no
3759# to be filled in
3760#.endif
3761
3762.if ${MK_LIBCPLUSPLUS} == no
3763OLD_LIBS+=lib/libcxxrt.so.1
3764OLD_FILES+=usr/lib/libc++.a
3765OLD_FILES+=usr/lib/libc++_p.a
3766OLD_FILES+=usr/lib/libc++.so
3767OLD_LIBS+=usr/lib/libc++.so.1
3768OLD_FILES+=usr/lib/libcxxrt.a
3769OLD_FILES+=usr/lib/libcxxrt.so
3770OLD_FILES+=usr/lib/libcxxrt_p.a
3771OLD_FILES+=usr/include/c++/v1/__bit_reference
3772OLD_FILES+=usr/include/c++/v1/__config
3773OLD_FILES+=usr/include/c++/v1/__debug
3774OLD_FILES+=usr/include/c++/v1/__functional_03
3775OLD_FILES+=usr/include/c++/v1/__functional_base
3776OLD_FILES+=usr/include/c++/v1/__functional_base_03
3777OLD_FILES+=usr/include/c++/v1/__hash_table
3778OLD_FILES+=usr/include/c++/v1/__locale
3779OLD_FILES+=usr/include/c++/v1/__mutex_base
3780OLD_FILES+=usr/include/c++/v1/__refstring
3781OLD_FILES+=usr/include/c++/v1/__split_buffer
3782OLD_FILES+=usr/include/c++/v1/__sso_allocator
3783OLD_FILES+=usr/include/c++/v1/__std_stream
3784OLD_FILES+=usr/include/c++/v1/__tree
3785OLD_FILES+=usr/include/c++/v1/__tuple
3786OLD_FILES+=usr/include/c++/v1/__tuple_03
3787OLD_FILES+=usr/include/c++/v1/__undef_min_max
3788OLD_FILES+=usr/include/c++/v1/algorithm
3789OLD_FILES+=usr/include/c++/v1/array
3790OLD_FILES+=usr/include/c++/v1/atomic
3791OLD_FILES+=usr/include/c++/v1/bitset
3792OLD_FILES+=usr/include/c++/v1/cassert
3793OLD_FILES+=usr/include/c++/v1/ccomplex
3794OLD_FILES+=usr/include/c++/v1/cctype
3795OLD_FILES+=usr/include/c++/v1/cerrno
3796OLD_FILES+=usr/include/c++/v1/cfenv
3797OLD_FILES+=usr/include/c++/v1/cfloat
3798OLD_FILES+=usr/include/c++/v1/chrono
3799OLD_FILES+=usr/include/c++/v1/cinttypes
3800OLD_FILES+=usr/include/c++/v1/ciso646
3801OLD_FILES+=usr/include/c++/v1/climits
3802OLD_FILES+=usr/include/c++/v1/clocale
3803OLD_FILES+=usr/include/c++/v1/cmath
3804OLD_FILES+=usr/include/c++/v1/codecvt
3805OLD_FILES+=usr/include/c++/v1/complex
3806OLD_FILES+=usr/include/c++/v1/complex.h
3807OLD_FILES+=usr/include/c++/v1/condition_variable
3808OLD_FILES+=usr/include/c++/v1/csetjmp
3809OLD_FILES+=usr/include/c++/v1/csignal
3810OLD_FILES+=usr/include/c++/v1/cstdarg
3811OLD_FILES+=usr/include/c++/v1/cstdbool
3812OLD_FILES+=usr/include/c++/v1/cstddef
3813OLD_FILES+=usr/include/c++/v1/cstdint
3814OLD_FILES+=usr/include/c++/v1/cstdio
3815OLD_FILES+=usr/include/c++/v1/cstdlib
3816OLD_FILES+=usr/include/c++/v1/cstring
3817OLD_FILES+=usr/include/c++/v1/ctgmath
3818OLD_FILES+=usr/include/c++/v1/ctime
3819OLD_FILES+=usr/include/c++/v1/cwchar
3820OLD_FILES+=usr/include/c++/v1/cwctype
3821OLD_FILES+=usr/include/c++/v1/cxxabi.h
3822OLD_FILES+=usr/include/c++/v1/deque
3823OLD_FILES+=usr/include/c++/v1/exception
3824OLD_FILES+=usr/include/c++/v1/experimental/__config
3825OLD_FILES+=usr/include/c++/v1/experimental/dynarray
3826OLD_FILES+=usr/include/c++/v1/experimental/optional
3827OLD_FILES+=usr/include/c++/v1/experimental/string_view
3828OLD_FILES+=usr/include/c++/v1/experimental/type_traits
3829OLD_FILES+=usr/include/c++/v1/experimental/utility
3830OLD_FILES+=usr/include/c++/v1/ext/__hash
3831OLD_FILES+=usr/include/c++/v1/ext/hash_map
3832OLD_FILES+=usr/include/c++/v1/ext/hash_set
3833OLD_FILES+=usr/include/c++/v1/forward_list
3834OLD_FILES+=usr/include/c++/v1/fstream
3835OLD_FILES+=usr/include/c++/v1/functional
3836OLD_FILES+=usr/include/c++/v1/future
3837OLD_FILES+=usr/include/c++/v1/initializer_list
3838OLD_FILES+=usr/include/c++/v1/iomanip
3839OLD_FILES+=usr/include/c++/v1/ios
3840OLD_FILES+=usr/include/c++/v1/iosfwd
3841OLD_FILES+=usr/include/c++/v1/iostream
3842OLD_FILES+=usr/include/c++/v1/istream
3843OLD_FILES+=usr/include/c++/v1/iterator
3844OLD_FILES+=usr/include/c++/v1/limits
3845OLD_FILES+=usr/include/c++/v1/list
3846OLD_FILES+=usr/include/c++/v1/locale
3847OLD_FILES+=usr/include/c++/v1/map
3848OLD_FILES+=usr/include/c++/v1/memory
3849OLD_FILES+=usr/include/c++/v1/mutex
3850OLD_FILES+=usr/include/c++/v1/new
3851OLD_FILES+=usr/include/c++/v1/numeric
3852OLD_FILES+=usr/include/c++/v1/ostream
3853OLD_FILES+=usr/include/c++/v1/queue
3854OLD_FILES+=usr/include/c++/v1/random
3855OLD_FILES+=usr/include/c++/v1/ratio
3856OLD_FILES+=usr/include/c++/v1/regex
3857OLD_FILES+=usr/include/c++/v1/scoped_allocator
3858OLD_FILES+=usr/include/c++/v1/set
3859OLD_FILES+=usr/include/c++/v1/shared_mutex
3860OLD_FILES+=usr/include/c++/v1/sstream
3861OLD_FILES+=usr/include/c++/v1/stack
3862OLD_FILES+=usr/include/c++/v1/stdexcept
3863OLD_FILES+=usr/include/c++/v1/streambuf
3864OLD_FILES+=usr/include/c++/v1/string
3865OLD_FILES+=usr/include/c++/v1/strstream
3866OLD_FILES+=usr/include/c++/v1/system_error
3867OLD_FILES+=usr/include/c++/v1/tgmath.h
3868OLD_FILES+=usr/include/c++/v1/thread
3869OLD_FILES+=usr/include/c++/v1/tr1/__bit_reference
3870OLD_FILES+=usr/include/c++/v1/tr1/__config
3871OLD_FILES+=usr/include/c++/v1/tr1/__debug
3872OLD_FILES+=usr/include/c++/v1/tr1/__functional_03
3873OLD_FILES+=usr/include/c++/v1/tr1/__functional_base
3874OLD_FILES+=usr/include/c++/v1/tr1/__functional_base_03
3875OLD_FILES+=usr/include/c++/v1/tr1/__hash_table
3876OLD_FILES+=usr/include/c++/v1/tr1/__locale
3877OLD_FILES+=usr/include/c++/v1/tr1/__mutex_base
3878OLD_FILES+=usr/include/c++/v1/tr1/__refstring
3879OLD_FILES+=usr/include/c++/v1/tr1/__split_buffer
3880OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator
3881OLD_FILES+=usr/include/c++/v1/tr1/__std_stream
3882OLD_FILES+=usr/include/c++/v1/tr1/__tree
3883OLD_FILES+=usr/include/c++/v1/tr1/__tuple
3884OLD_FILES+=usr/include/c++/v1/tr1/__tuple_03
3885OLD_FILES+=usr/include/c++/v1/tr1/__undef_min_max
3886OLD_FILES+=usr/include/c++/v1/tr1/algorithm
3887OLD_FILES+=usr/include/c++/v1/tr1/array
3888OLD_FILES+=usr/include/c++/v1/tr1/atomic
3889OLD_FILES+=usr/include/c++/v1/tr1/bitset
3890OLD_FILES+=usr/include/c++/v1/tr1/cassert
3891OLD_FILES+=usr/include/c++/v1/tr1/ccomplex
3892OLD_FILES+=usr/include/c++/v1/tr1/cctype
3893OLD_FILES+=usr/include/c++/v1/tr1/cerrno
3894OLD_FILES+=usr/include/c++/v1/tr1/cfenv
3895OLD_FILES+=usr/include/c++/v1/tr1/cfloat
3896OLD_FILES+=usr/include/c++/v1/tr1/chrono
3897OLD_FILES+=usr/include/c++/v1/tr1/cinttypes
3898OLD_FILES+=usr/include/c++/v1/tr1/ciso646
3899OLD_FILES+=usr/include/c++/v1/tr1/climits
3900OLD_FILES+=usr/include/c++/v1/tr1/clocale
3901OLD_FILES+=usr/include/c++/v1/tr1/cmath
3902OLD_FILES+=usr/include/c++/v1/tr1/codecvt
3903OLD_FILES+=usr/include/c++/v1/tr1/complex
3904OLD_FILES+=usr/include/c++/v1/tr1/complex.h
3905OLD_FILES+=usr/include/c++/v1/tr1/condition_variable
3906OLD_FILES+=usr/include/c++/v1/tr1/csetjmp
3907OLD_FILES+=usr/include/c++/v1/tr1/csignal
3908OLD_FILES+=usr/include/c++/v1/tr1/cstdarg
3909OLD_FILES+=usr/include/c++/v1/tr1/cstdbool
3910OLD_FILES+=usr/include/c++/v1/tr1/cstddef
3911OLD_FILES+=usr/include/c++/v1/tr1/cstdint
3912OLD_FILES+=usr/include/c++/v1/tr1/cstdio
3913OLD_FILES+=usr/include/c++/v1/tr1/cstdlib
3914OLD_FILES+=usr/include/c++/v1/tr1/cstring
3915OLD_FILES+=usr/include/c++/v1/tr1/ctgmath
3916OLD_FILES+=usr/include/c++/v1/tr1/ctime
3917OLD_FILES+=usr/include/c++/v1/tr1/cwchar
3918OLD_FILES+=usr/include/c++/v1/tr1/cwctype
3919OLD_FILES+=usr/include/c++/v1/tr1/deque
3920OLD_FILES+=usr/include/c++/v1/tr1/exception
3921OLD_FILES+=usr/include/c++/v1/tr1/forward_list
3922OLD_FILES+=usr/include/c++/v1/tr1/fstream
3923OLD_FILES+=usr/include/c++/v1/tr1/functional
3924OLD_FILES+=usr/include/c++/v1/tr1/future
3925OLD_FILES+=usr/include/c++/v1/tr1/initializer_list
3926OLD_FILES+=usr/include/c++/v1/tr1/iomanip
3927OLD_FILES+=usr/include/c++/v1/tr1/ios
3928OLD_FILES+=usr/include/c++/v1/tr1/iosfwd
3929OLD_FILES+=usr/include/c++/v1/tr1/iostream
3930OLD_FILES+=usr/include/c++/v1/tr1/istream
3931OLD_FILES+=usr/include/c++/v1/tr1/iterator
3932OLD_FILES+=usr/include/c++/v1/tr1/limits
3933OLD_FILES+=usr/include/c++/v1/tr1/list
3934OLD_FILES+=usr/include/c++/v1/tr1/locale
3935OLD_FILES+=usr/include/c++/v1/tr1/map
3936OLD_FILES+=usr/include/c++/v1/tr1/memory
3937OLD_FILES+=usr/include/c++/v1/tr1/mutex
3938OLD_FILES+=usr/include/c++/v1/tr1/new
3939OLD_FILES+=usr/include/c++/v1/tr1/numeric
3940OLD_FILES+=usr/include/c++/v1/tr1/ostream
3941OLD_FILES+=usr/include/c++/v1/tr1/queue
3942OLD_FILES+=usr/include/c++/v1/tr1/random
3943OLD_FILES+=usr/include/c++/v1/tr1/ratio
3944OLD_FILES+=usr/include/c++/v1/tr1/regex
3945OLD_FILES+=usr/include/c++/v1/tr1/scoped_allocator
3946OLD_FILES+=usr/include/c++/v1/tr1/set
3947OLD_FILES+=usr/include/c++/v1/tr1/shared_mutex
3948OLD_FILES+=usr/include/c++/v1/tr1/sstream
3949OLD_FILES+=usr/include/c++/v1/tr1/stack
3950OLD_FILES+=usr/include/c++/v1/tr1/stdexcept
3951OLD_FILES+=usr/include/c++/v1/tr1/streambuf
3952OLD_FILES+=usr/include/c++/v1/tr1/string
3953OLD_FILES+=usr/include/c++/v1/tr1/strstream
3954OLD_FILES+=usr/include/c++/v1/tr1/system_error
3955OLD_FILES+=usr/include/c++/v1/tr1/tgmath.h
3956OLD_FILES+=usr/include/c++/v1/tr1/thread
3957OLD_FILES+=usr/include/c++/v1/tr1/tuple
3958OLD_FILES+=usr/include/c++/v1/tr1/type_traits
3959OLD_FILES+=usr/include/c++/v1/tr1/typeindex
3960OLD_FILES+=usr/include/c++/v1/tr1/typeinfo
3961OLD_FILES+=usr/include/c++/v1/tr1/unordered_map
3962OLD_FILES+=usr/include/c++/v1/tr1/unordered_set
3963OLD_FILES+=usr/include/c++/v1/tr1/utility
3964OLD_FILES+=usr/include/c++/v1/tr1/valarray
3965OLD_FILES+=usr/include/c++/v1/tr1/vector
3966OLD_FILES+=usr/include/c++/v1/tuple
3967OLD_FILES+=usr/include/c++/v1/type_traits
3968OLD_FILES+=usr/include/c++/v1/typeindex
3969OLD_FILES+=usr/include/c++/v1/typeinfo
3970OLD_FILES+=usr/include/c++/v1/unordered_map
3971OLD_FILES+=usr/include/c++/v1/unordered_set
3972OLD_FILES+=usr/include/c++/v1/unwind-arm.h
3973OLD_FILES+=usr/include/c++/v1/unwind-itanium.h
3974OLD_FILES+=usr/include/c++/v1/unwind.h
3975OLD_FILES+=usr/include/c++/v1/utility
3976OLD_FILES+=usr/include/c++/v1/valarray
3977OLD_FILES+=usr/include/c++/v1/vector
3978OLD_FILES+=usr/lib32/libc++.a
3979OLD_FILES+=usr/lib32/libc++.so
3980OLD_LIBS+=usr/lib32/libc++.so.1
3981OLD_FILES+=usr/lib32/libc++_p.a
3982OLD_FILES+=usr/lib32/libcxxrt.a
3983OLD_FILES+=usr/lib32/libcxxrt.so
3984OLD_LIBS+=usr/lib32/libcxxrt.so.1
3985OLD_FILES+=usr/lib32/libcxxrt_p.a
3986OLD_DIRS+=usr/include/c++/v1/experimental
3987OLD_DIRS+=usr/include/c++/v1/ext
3988OLD_DIRS+=usr/include/c++/v1
3989.endif
3990
3991#.if ${MK_LIBTHR} == no
3992# to be filled in
3993#.endif
3994
3995.if ${MK_LOCALES} == no
3996OLD_FILES+=usr/share/locale/UTF-8/LC_CTYPE
3997OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE
3998OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE
3999OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MESSAGES
4000OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MONETARY
4001OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_NUMERIC
4002OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_TIME
4003OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE
4004OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE
4005OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MESSAGES
4006OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MONETARY
4007OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_NUMERIC
4008OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_TIME
4009OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_COLLATE
4010OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_CTYPE
4011OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MESSAGES
4012OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MONETARY
4013OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_NUMERIC
4014OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_TIME
4015OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_COLLATE
4016OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_CTYPE
4017OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MESSAGES
4018OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MONETARY
4019OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_NUMERIC
4020OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_TIME
4021OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_COLLATE
4022OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_CTYPE
4023OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MESSAGES
4024OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MONETARY
4025OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_NUMERIC
4026OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_TIME
4027OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_COLLATE
4028OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_CTYPE
4029OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MESSAGES
4030OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MONETARY
4031OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_NUMERIC
4032OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_TIME
4033OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_COLLATE
4034OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_CTYPE
4035OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MESSAGES
4036OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MONETARY
4037OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_NUMERIC
4038OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_TIME
4039OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_COLLATE
4040OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_CTYPE
4041OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MESSAGES
4042OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MONETARY
4043OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_NUMERIC
4044OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_TIME
4045OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_COLLATE
4046OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_CTYPE
4047OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MESSAGES
4048OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MONETARY
4049OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_NUMERIC
4050OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_TIME
4051OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_COLLATE
4052OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_CTYPE
4053OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MESSAGES
4054OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MONETARY
4055OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_NUMERIC
4056OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_TIME
4057OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_COLLATE
4058OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_CTYPE
4059OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MESSAGES
4060OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MONETARY
4061OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_NUMERIC
4062OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_TIME
4063OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_COLLATE
4064OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_CTYPE
4065OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MESSAGES
4066OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MONETARY
4067OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_NUMERIC
4068OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_TIME
4069OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_COLLATE
4070OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_CTYPE
4071OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MESSAGES
4072OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MONETARY
4073OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_NUMERIC
4074OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_TIME
4075OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_COLLATE
4076OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_CTYPE
4077OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MESSAGES
4078OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MONETARY
4079OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_NUMERIC
4080OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_TIME
4081OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_COLLATE
4082OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_CTYPE
4083OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MESSAGES
4084OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MONETARY
4085OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_NUMERIC
4086OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_TIME
4087OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_COLLATE
4088OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_CTYPE
4089OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MESSAGES
4090OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MONETARY
4091OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_NUMERIC
4092OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_TIME
4093OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_COLLATE
4094OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_CTYPE
4095OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MESSAGES
4096OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MONETARY
4097OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_NUMERIC
4098OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_TIME
4099OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_COLLATE
4100OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_CTYPE
4101OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MESSAGES
4102OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MONETARY
4103OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_NUMERIC
4104OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_TIME
4105OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_COLLATE
4106OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_CTYPE
4107OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MESSAGES
4108OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MONETARY
4109OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_NUMERIC
4110OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_TIME
4111OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_COLLATE
4112OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE
4113OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MESSAGES
4114OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MONETARY
4115OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_NUMERIC
4116OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_TIME
4117OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_COLLATE
4118OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_CTYPE
4119OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MESSAGES
4120OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MONETARY
4121OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_NUMERIC
4122OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_TIME
4123OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_COLLATE
4124OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_CTYPE
4125OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MESSAGES
4126OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MONETARY
4127OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_NUMERIC
4128OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_TIME
4129OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE
4130OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_CTYPE
4131OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MESSAGES
4132OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MONETARY
4133OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_NUMERIC
4134OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_TIME
4135OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_COLLATE
4136OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_CTYPE
4137OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MESSAGES
4138OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MONETARY
4139OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_NUMERIC
4140OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_TIME
4141OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_COLLATE
4142OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_CTYPE
4143OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MESSAGES
4144OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MONETARY
4145OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_NUMERIC
4146OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_TIME
4147OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_COLLATE
4148OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_CTYPE
4149OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MESSAGES
4150OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MONETARY
4151OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_NUMERIC
4152OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_TIME
4153OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_COLLATE
4154OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_CTYPE
4155OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MESSAGES
4156OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MONETARY
4157OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_NUMERIC
4158OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_TIME
4159OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_COLLATE
4160OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_CTYPE
4161OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MESSAGES
4162OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MONETARY
4163OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_NUMERIC
4164OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_TIME
4165OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_COLLATE
4166OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_CTYPE
4167OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MESSAGES
4168OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MONETARY
4169OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_NUMERIC
4170OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_TIME
4171OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_COLLATE
4172OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_CTYPE
4173OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MESSAGES
4174OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MONETARY
4175OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_NUMERIC
4176OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_TIME
4177OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_COLLATE
4178OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_CTYPE
4179OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MESSAGES
4180OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MONETARY
4181OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_NUMERIC
4182OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_TIME
4183OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_COLLATE
4184OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_CTYPE
4185OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MESSAGES
4186OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MONETARY
4187OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_NUMERIC
4188OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_TIME
4189OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_COLLATE
4190OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_CTYPE
4191OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MESSAGES
4192OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MONETARY
4193OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_NUMERIC
4194OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_TIME
4195OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_COLLATE
4196OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_CTYPE
4197OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MESSAGES
4198OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MONETARY
4199OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_NUMERIC
4200OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_TIME
4201OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_COLLATE
4202OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_CTYPE
4203OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MESSAGES
4204OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MONETARY
4205OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_NUMERIC
4206OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_TIME
4207OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_COLLATE
4208OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_CTYPE
4209OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MESSAGES
4210OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MONETARY
4211OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_NUMERIC
4212OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_TIME
4213OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_COLLATE
4214OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_CTYPE
4215OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MESSAGES
4216OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MONETARY
4217OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_NUMERIC
4218OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_TIME
4219OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_COLLATE
4220OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_CTYPE
4221OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MESSAGES
4222OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MONETARY
4223OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_NUMERIC
4224OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_TIME
4225OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_COLLATE
4226OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_CTYPE
4227OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MESSAGES
4228OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MONETARY
4229OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_NUMERIC
4230OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_TIME
4231OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_COLLATE
4232OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_CTYPE
4233OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MESSAGES
4234OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MONETARY
4235OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_NUMERIC
4236OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_TIME
4237OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_COLLATE
4238OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_CTYPE
4239OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MESSAGES
4240OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MONETARY
4241OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_NUMERIC
4242OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_TIME
4243OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_COLLATE
4244OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_CTYPE
4245OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MESSAGES
4246OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MONETARY
4247OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_NUMERIC
4248OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_TIME
4249OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_COLLATE
4250OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_CTYPE
4251OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES
4252OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MONETARY
4253OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_NUMERIC
4254OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_TIME
4255OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_COLLATE
4256OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_CTYPE
4257OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MESSAGES
4258OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MONETARY
4259OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_NUMERIC
4260OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_TIME
4261OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_COLLATE
4262OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_CTYPE
4263OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MESSAGES
4264OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MONETARY
4265OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_NUMERIC
4266OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_TIME
4267OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_COLLATE
4268OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_CTYPE
4269OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MESSAGES
4270OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MONETARY
4271OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_NUMERIC
4272OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_TIME
4273OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_COLLATE
4274OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_CTYPE
4275OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MESSAGES
4276OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MONETARY
4277OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_NUMERIC
4278OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_TIME
4279OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_COLLATE
4280OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_CTYPE
4281OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MESSAGES
4282OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MONETARY
4283OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_NUMERIC
4284OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_TIME
4285OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_COLLATE
4286OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_CTYPE
4287OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MESSAGES
4288OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MONETARY
4289OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_NUMERIC
4290OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_TIME
4291OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_COLLATE
4292OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_CTYPE
4293OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MESSAGES
4294OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MONETARY
4295OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_NUMERIC
4296OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_TIME
4297OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_COLLATE
4298OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_CTYPE
4299OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MESSAGES
4300OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MONETARY
4301OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_NUMERIC
4302OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_TIME
4303OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_COLLATE
4304OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_CTYPE
4305OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MESSAGES
4306OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MONETARY
4307OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_NUMERIC
4308OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_TIME
4309OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_COLLATE
4310OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_CTYPE
4311OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MESSAGES
4312OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MONETARY
4313OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_NUMERIC
4314OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_TIME
4315OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_COLLATE
4316OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_CTYPE
4317OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MESSAGES
4318OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MONETARY
4319OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_NUMERIC
4320OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_TIME
4321OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_COLLATE
4322OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_CTYPE
4323OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MESSAGES
4324OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MONETARY
4325OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_NUMERIC
4326OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_TIME
4327OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_COLLATE
4328OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_CTYPE
4329OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MESSAGES
4330OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MONETARY
4331OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_NUMERIC
4332OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_TIME
4333OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_COLLATE
4334OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_CTYPE
4335OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MESSAGES
4336OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MONETARY
4337OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_NUMERIC
4338OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_TIME
4339OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_COLLATE
4340OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_CTYPE
4341OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MESSAGES
4342OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MONETARY
4343OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_NUMERIC
4344OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_TIME
4345OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_COLLATE
4346OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_CTYPE
4347OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MESSAGES
4348OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MONETARY
4349OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_NUMERIC
4350OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_TIME
4351OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_COLLATE
4352OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_CTYPE
4353OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MESSAGES
4354OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MONETARY
4355OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_NUMERIC
4356OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_TIME
4357OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_COLLATE
4358OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_CTYPE
4359OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MESSAGES
4360OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MONETARY
4361OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_NUMERIC
4362OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_TIME
4363OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_COLLATE
4364OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_CTYPE
4365OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MESSAGES
4366OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MONETARY
4367OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_NUMERIC
4368OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_TIME
4369OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_COLLATE
4370OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_CTYPE
4371OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MESSAGES
4372OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MONETARY
4373OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_NUMERIC
4374OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_TIME
4375OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_COLLATE
4376OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_CTYPE
4377OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MESSAGES
4378OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MONETARY
4379OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_NUMERIC
4380OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_TIME
4381OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_COLLATE
4382OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_CTYPE
4383OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MESSAGES
4384OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MONETARY
4385OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_NUMERIC
4386OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_TIME
4387OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_COLLATE
4388OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_CTYPE
4389OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MESSAGES
4390OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MONETARY
4391OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_NUMERIC
4392OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_TIME
4393OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_COLLATE
4394OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_CTYPE
4395OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MESSAGES
4396OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MONETARY
4397OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_NUMERIC
4398OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_TIME
4399OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_COLLATE
4400OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_CTYPE
4401OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MESSAGES
4402OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MONETARY
4403OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_NUMERIC
4404OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_TIME
4405OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_COLLATE
4406OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_CTYPE
4407OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MESSAGES
4408OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MONETARY
4409OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_NUMERIC
4410OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_TIME
4411OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_COLLATE
4412OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_CTYPE
4413OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MESSAGES
4414OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MONETARY
4415OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_NUMERIC
4416OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_TIME
4417OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_COLLATE
4418OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_CTYPE
4419OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MESSAGES
4420OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MONETARY
4421OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_NUMERIC
4422OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_TIME
4423OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_COLLATE
4424OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_CTYPE
4425OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MESSAGES
4426OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MONETARY
4427OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_NUMERIC
4428OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_TIME
4429OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_COLLATE
4430OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_CTYPE
4431OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MESSAGES
4432OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MONETARY
4433OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_NUMERIC
4434OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_TIME
4435OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_COLLATE
4436OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_CTYPE
4437OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MESSAGES
4438OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MONETARY
4439OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_NUMERIC
4440OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_TIME
4441OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_COLLATE
4442OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_CTYPE
4443OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MESSAGES
4444OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MONETARY
4445OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_NUMERIC
4446OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_TIME
4447OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_COLLATE
4448OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_CTYPE
4449OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MESSAGES
4450OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MONETARY
4451OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_NUMERIC
4452OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_TIME
4453OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_COLLATE
4454OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_CTYPE
4455OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MESSAGES
4456OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MONETARY
4457OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_NUMERIC
4458OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_TIME
4459OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_COLLATE
4460OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_CTYPE
4461OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MESSAGES
4462OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MONETARY
4463OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_NUMERIC
4464OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_TIME
4465OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_COLLATE
4466OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_CTYPE
4467OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MESSAGES
4468OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MONETARY
4469OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_NUMERIC
4470OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_TIME
4471OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_COLLATE
4472OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_CTYPE
4473OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MESSAGES
4474OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MONETARY
4475OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_NUMERIC
4476OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_TIME
4477OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_COLLATE
4478OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_CTYPE
4479OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MESSAGES
4480OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MONETARY
4481OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_NUMERIC
4482OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_TIME
4483OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_COLLATE
4484OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_CTYPE
4485OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MESSAGES
4486OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MONETARY
4487OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_NUMERIC
4488OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_TIME
4489OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_COLLATE
4490OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_CTYPE
4491OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MESSAGES
4492OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MONETARY
4493OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_NUMERIC
4494OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_TIME
4495OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE
4496OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_CTYPE
4497OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MESSAGES
4498OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MONETARY
4499OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_NUMERIC
4500OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_TIME
4501OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE
4502OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_CTYPE
4503OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES
4504OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MONETARY
4505OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_NUMERIC
4506OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_TIME
4507OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_COLLATE
4508OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_CTYPE
4509OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MESSAGES
4510OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MONETARY
4511OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_NUMERIC
4512OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_TIME
4513OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_COLLATE
4514OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_CTYPE
4515OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MESSAGES
4516OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MONETARY
4517OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_NUMERIC
4518OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_TIME
4519OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_COLLATE
4520OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_CTYPE
4521OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MESSAGES
4522OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MONETARY
4523OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_NUMERIC
4524OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_TIME
4525OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_COLLATE
4526OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_CTYPE
4527OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MESSAGES
4528OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MONETARY
4529OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_NUMERIC
4530OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_TIME
4531OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_COLLATE
4532OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_CTYPE
4533OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MESSAGES
4534OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MONETARY
4535OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_NUMERIC
4536OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_TIME
4537OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_COLLATE
4538OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_CTYPE
4539OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MESSAGES
4540OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MONETARY
4541OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_NUMERIC
4542OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_TIME
4543OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_COLLATE
4544OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_CTYPE
4545OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MESSAGES
4546OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MONETARY
4547OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_NUMERIC
4548OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_TIME
4549OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_COLLATE
4550OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_CTYPE
4551OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MESSAGES
4552OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MONETARY
4553OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_NUMERIC
4554OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_TIME
4555OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_COLLATE
4556OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_CTYPE
4557OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MESSAGES
4558OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MONETARY
4559OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_NUMERIC
4560OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_TIME
4561OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_COLLATE
4562OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_CTYPE
4563OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MESSAGES
4564OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MONETARY
4565OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_NUMERIC
4566OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_TIME
4567OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_COLLATE
4568OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_CTYPE
4569OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MESSAGES
4570OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MONETARY
4571OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_NUMERIC
4572OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_TIME
4573OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_COLLATE
4574OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_CTYPE
4575OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MESSAGES
4576OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MONETARY
4577OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_NUMERIC
4578OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_TIME
4579OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_COLLATE
4580OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_CTYPE
4581OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MESSAGES
4582OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MONETARY
4583OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_NUMERIC
4584OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_TIME
4585OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_COLLATE
4586OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_CTYPE
4587OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MESSAGES
4588OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MONETARY
4589OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_NUMERIC
4590OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_TIME
4591OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_COLLATE
4592OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_CTYPE
4593OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MESSAGES
4594OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MONETARY
4595OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_NUMERIC
4596OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_TIME
4597OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_COLLATE
4598OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_CTYPE
4599OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MESSAGES
4600OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MONETARY
4601OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_NUMERIC
4602OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_TIME
4603OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_COLLATE
4604OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_CTYPE
4605OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MESSAGES
4606OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MONETARY
4607OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_NUMERIC
4608OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_TIME
4609OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_COLLATE
4610OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_CTYPE
4611OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MESSAGES
4612OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MONETARY
4613OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_NUMERIC
4614OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_TIME
4615OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_COLLATE
4616OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_CTYPE
4617OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MESSAGES
4618OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MONETARY
4619OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_NUMERIC
4620OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_TIME
4621OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_COLLATE
4622OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_CTYPE
4623OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MESSAGES
4624OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MONETARY
4625OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_NUMERIC
4626OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_TIME
4627OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_COLLATE
4628OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_CTYPE
4629OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MESSAGES
4630OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MONETARY
4631OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_NUMERIC
4632OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_TIME
4633OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_COLLATE
4634OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_CTYPE
4635OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MESSAGES
4636OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MONETARY
4637OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_NUMERIC
4638OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_TIME
4639OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_COLLATE
4640OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_CTYPE
4641OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_TIME
4642OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_COLLATE
4643OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_CTYPE
4644OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_COLLATE
4645OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_CTYPE
4646OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_TIME
4647OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_COLLATE
4648OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_CTYPE
4649OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_TIME
4650OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_COLLATE
4651OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_CTYPE
4652OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_TIME
4653OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_COLLATE
4654OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_CTYPE
4655OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_TIME
4656OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_COLLATE
4657OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_CTYPE
4658OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MESSAGES
4659OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MONETARY
4660OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_NUMERIC
4661OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_TIME
4662OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_COLLATE
4663OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_CTYPE
4664OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MESSAGES
4665OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MONETARY
4666OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_NUMERIC
4667OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_TIME
4668OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_COLLATE
4669OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_CTYPE
4670OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MESSAGES
4671OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MONETARY
4672OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_NUMERIC
4673OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_TIME
4674OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_COLLATE
4675OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_CTYPE
4676OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MESSAGES
4677OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MONETARY
4678OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_NUMERIC
4679OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_TIME
4680OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_COLLATE
4681OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_CTYPE
4682OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MESSAGES
4683OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MONETARY
4684OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_NUMERIC
4685OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_TIME
4686OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_COLLATE
4687OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_CTYPE
4688OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MESSAGES
4689OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MONETARY
4690OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_NUMERIC
4691OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_TIME
4692OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_COLLATE
4693OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_CTYPE
4694OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MESSAGES
4695OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MONETARY
4696OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_NUMERIC
4697OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_TIME
4698OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_COLLATE
4699OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_CTYPE
4700OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MESSAGES
4701OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MONETARY
4702OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_NUMERIC
4703OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_TIME
4704OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_COLLATE
4705OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_CTYPE
4706OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MESSAGES
4707OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MONETARY
4708OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_NUMERIC
4709OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_TIME
4710OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_COLLATE
4711OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_CTYPE
4712OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES
4713OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MONETARY
4714OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_NUMERIC
4715OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_TIME
4716OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_COLLATE
4717OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_CTYPE
4718OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MESSAGES
4719OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MONETARY
4720OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_NUMERIC
4721OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_TIME
4722OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_COLLATE
4723OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_CTYPE
4724OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MESSAGES
4725OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MONETARY
4726OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_NUMERIC
4727OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_TIME
4728OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_COLLATE
4729OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_CTYPE
4730OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MESSAGES
4731OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MONETARY
4732OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_NUMERIC
4733OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_TIME
4734OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_COLLATE
4735OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_CTYPE
4736OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MESSAGES
4737OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MONETARY
4738OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_NUMERIC
4739OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_TIME
4740OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_COLLATE
4741OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_CTYPE
4742OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MESSAGES
4743OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MONETARY
4744OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_NUMERIC
4745OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_TIME
4746OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_COLLATE
4747OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_CTYPE
4748OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES
4749OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MONETARY
4750OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_NUMERIC
4751OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_TIME
4752OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_COLLATE
4753OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_CTYPE
4754OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MESSAGES
4755OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MONETARY
4756OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_NUMERIC
4757OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_TIME
4758OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_COLLATE
4759OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_CTYPE
4760OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MESSAGES
4761OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MONETARY
4762OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_NUMERIC
4763OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_TIME
4764OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_COLLATE
4765OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_CTYPE
4766OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MESSAGES
4767OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MONETARY
4768OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_NUMERIC
4769OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_TIME
4770OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_COLLATE
4771OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_CTYPE
4772OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MESSAGES
4773OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MONETARY
4774OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_NUMERIC
4775OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_TIME
4776OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_COLLATE
4777OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_CTYPE
4778OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MESSAGES
4779OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MONETARY
4780OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_NUMERIC
4781OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_TIME
4782OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE
4783OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_CTYPE
4784OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MESSAGES
4785OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MONETARY
4786OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_NUMERIC
4787OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_TIME
4788OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_COLLATE
4789OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_CTYPE
4790OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MESSAGES
4791OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MONETARY
4792OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_NUMERIC
4793OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_TIME
4794OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_COLLATE
4795OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_CTYPE
4796OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES
4797OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MONETARY
4798OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_NUMERIC
4799OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_TIME
4800OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_COLLATE
4801OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_CTYPE
4802OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MESSAGES
4803OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MONETARY
4804OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_NUMERIC
4805OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_TIME
4806OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_COLLATE
4807OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_CTYPE
4808OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MESSAGES
4809OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MONETARY
4810OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_NUMERIC
4811OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_TIME
4812OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_COLLATE
4813OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_CTYPE
4814OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MESSAGES
4815OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MONETARY
4816OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_NUMERIC
4817OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_TIME
4818OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_COLLATE
4819OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_CTYPE
4820OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MESSAGES
4821OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MONETARY
4822OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_NUMERIC
4823OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_TIME
4824OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_COLLATE
4825OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_CTYPE
4826OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MESSAGES
4827OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MONETARY
4828OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_NUMERIC
4829OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_TIME
4830OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_COLLATE
4831OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_CTYPE
4832OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MESSAGES
4833OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MONETARY
4834OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_NUMERIC
4835OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_TIME
4836OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_COLLATE
4837OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_CTYPE
4838OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MESSAGES
4839OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MONETARY
4840OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_NUMERIC
4841OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_TIME
4842OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_COLLATE
4843OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_CTYPE
4844OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MESSAGES
4845OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MONETARY
4846OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_NUMERIC
4847OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_TIME
4848OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE
4849OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_CTYPE
4850OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MESSAGES
4851OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MONETARY
4852OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_NUMERIC
4853OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_TIME
4854OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_COLLATE
4855OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_CTYPE
4856OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES
4857OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MONETARY
4858OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_NUMERIC
4859OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_TIME
4860OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_COLLATE
4861OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_CTYPE
4862OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MESSAGES
4863OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MONETARY
4864OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_NUMERIC
4865OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_TIME
4866OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_COLLATE
4867OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_CTYPE
4868OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES
4869OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MONETARY
4870OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_NUMERIC
4871OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_TIME
4872OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_COLLATE
4873OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_CTYPE
4874OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MESSAGES
4875OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MONETARY
4876OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_NUMERIC
4877OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_TIME
4878OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_COLLATE
4879OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_CTYPE
4880OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MESSAGES
4881OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MONETARY
4882OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_NUMERIC
4883OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_TIME
4884OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_COLLATE
4885OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_CTYPE
4886OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MESSAGES
4887OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MONETARY
4888OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_NUMERIC
4889OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_TIME
4890OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_COLLATE
4891OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_CTYPE
4892OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MESSAGES
4893OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MONETARY
4894OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_NUMERIC
4895OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_TIME
4896OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_COLLATE
4897OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_CTYPE
4898OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MESSAGES
4899OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MONETARY
4900OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_NUMERIC
4901OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_TIME
4902OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_COLLATE
4903OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_CTYPE
4904OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MESSAGES
4905OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MONETARY
4906OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_NUMERIC
4907OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_TIME
4908OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE
4909OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_CTYPE
4910OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MESSAGES
4911OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MONETARY
4912OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_NUMERIC
4913OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_TIME
4914OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE
4915OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_CTYPE
4916OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MESSAGES
4917OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MONETARY
4918OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_NUMERIC
4919OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_TIME
4920OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_COLLATE
4921OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_CTYPE
4922OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MESSAGES
4923OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MONETARY
4924OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_NUMERIC
4925OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_TIME
4926OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_COLLATE
4927OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_CTYPE
4928OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MESSAGES
4929OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MONETARY
4930OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_NUMERIC
4931OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_TIME
4932OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_COLLATE
4933OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_CTYPE
4934OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MESSAGES
4935OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MONETARY
4936OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_NUMERIC
4937OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_TIME
4938OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_COLLATE
4939OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_CTYPE
4940OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MESSAGES
4941OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MONETARY
4942OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_NUMERIC
4943OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_TIME
4944OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE
4945OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_CTYPE
4946OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MESSAGES
4947OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MONETARY
4948OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_NUMERIC
4949OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_TIME
4950OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_COLLATE
4951OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_CTYPE
4952OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MESSAGES
4953OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MONETARY
4954OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_NUMERIC
4955OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_TIME
4956OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_COLLATE
4957OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_CTYPE
4958OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MESSAGES
4959OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MONETARY
4960OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_NUMERIC
4961OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_TIME
4962OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_COLLATE
4963OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_CTYPE
4964OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MESSAGES
4965OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MONETARY
4966OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_NUMERIC
4967OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_TIME
4968OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_COLLATE
4969OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_CTYPE
4970OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MESSAGES
4971OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MONETARY
4972OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_NUMERIC
4973OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_TIME
4974OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_COLLATE
4975OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_CTYPE
4976OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MESSAGES
4977OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MONETARY
4978OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_NUMERIC
4979OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_TIME
4980OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_COLLATE
4981OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_CTYPE
4982OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MESSAGES
4983OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MONETARY
4984OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_NUMERIC
4985OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_TIME
4986OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_COLLATE
4987OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_CTYPE
4988OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MESSAGES
4989OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MONETARY
4990OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_NUMERIC
4991OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_TIME
4992OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_COLLATE
4993OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_CTYPE
4994OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MESSAGES
4995OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MONETARY
4996OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_NUMERIC
4997OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_TIME
4998OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_COLLATE
4999OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_CTYPE
5000OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MESSAGES
5001OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MONETARY
5002OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_NUMERIC
5003OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_TIME
5004OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE
5005OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE
5006OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES
5007OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY
5008OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
5009OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME
5010OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_COLLATE
5011OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_CTYPE
5012OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MESSAGES
5013OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MONETARY
5014OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_NUMERIC
5015OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_TIME
5016OLD_FILES+=usr/tests/lib/libc/locale/Kyuafile
5017OLD_FILES+=usr/tests/lib/libc/locale/io_test
5018OLD_FILES+=usr/tests/lib/libc/locale/mbrtowc_test
5019OLD_FILES+=usr/tests/lib/libc/locale/mbsnrtowcs_test
5020OLD_FILES+=usr/tests/lib/libc/locale/mbstowcs_test
5021OLD_FILES+=usr/tests/lib/libc/locale/mbtowc_test
5022OLD_FILES+=usr/tests/lib/libc/locale/wcscspn_test
5023OLD_FILES+=usr/tests/lib/libc/locale/wcspbrk_test
5024OLD_FILES+=usr/tests/lib/libc/locale/wcsspn_test
5025OLD_FILES+=usr/tests/lib/libc/locale/wcstod_test
5026OLD_FILES+=usr/tests/lib/libc/locale/wctomb_test
5027.endif
5028
5029.if ${MK_LOCATE} == no
5030OLD_FILES+=etc/locate.rc
5031OLD_FILES+=etc/periodic/weekly/310.locate
5032OLD_FILES+=usr/bin/locate
5033OLD_FILES+=usr/libexec/locate.bigram
5034OLD_FILES+=usr/libexec/locate.code
5035OLD_FILES+=usr/libexec/locate.concatdb
5036OLD_FILES+=usr/libexec/locate.mklocatedb
5037OLD_FILES+=usr/libexec/locate.updatedb
5038OLD_FILES+=usr/share/man/man1/locate.1.gz
5039OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
5040OLD_FILES+=usr/share/man/man8/updatedb.8.gz
5041.endif
5042
5043.if ${MK_LPR} == no
5044OLD_FILES+=etc/hosts.lpd
5045OLD_FILES+=etc/printcap
5046OLD_FILES+=etc/rc.d/lpd
5047OLD_FILES+=usr/bin/lp
5048OLD_FILES+=usr/bin/lpq
5049OLD_FILES+=usr/bin/lpr
5050OLD_FILES+=usr/bin/lprm
5051OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
5052OLD_FILES+=usr/libexec/lpr/ru/koi2alt
5053OLD_FILES+=usr/libexec/lpr/ru/koi2855
5054OLD_DIRS+=usr/libexec/lpr/ru
5055OLD_FILES+=usr/libexec/lpr/lpf
5056OLD_DIRS+=usr/libexec/lpr
5057OLD_FILES+=usr/sbin/chkprintcap
5058OLD_FILES+=usr/sbin/lpc
5059OLD_FILES+=usr/sbin/lpd
5060OLD_FILES+=usr/sbin/lptest
5061OLD_FILES+=usr/sbin/pac
5062OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
5063OLD_DIRS+=usr/share/doc/smm/07.lpd
5064OLD_FILES+=usr/share/examples/etc/hosts.lpd
5065OLD_FILES+=usr/share/examples/etc/printcap
5066OLD_FILES+=usr/share/man/man1/lp.1.gz
5067OLD_FILES+=usr/share/man/man1/lpq.1.gz
5068OLD_FILES+=usr/share/man/man1/lpr.1.gz
5069OLD_FILES+=usr/share/man/man1/lprm.1.gz
5070OLD_FILES+=usr/share/man/man1/lptest.1.gz
5071OLD_FILES+=usr/share/man/man5/printcap.5.gz
5072OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
5073OLD_FILES+=usr/share/man/man8/lpc.8.gz
5074OLD_FILES+=usr/share/man/man8/lpd.8.gz
5075OLD_FILES+=usr/share/man/man8/pac.8.gz
5076.endif
5077
5078.if ${MK_MAIL} == no
5079OLD_FILES+=etc/aliases
5080OLD_FILES+=etc/mail.rc
5081OLD_FILES+=etc/mail/aliases
5082OLD_FILES+=etc/mail/mailer.conf
5083OLD_FILES+=etc/periodic/daily/130.clean-msgs
5084OLD_FILES+=usr/bin/Mail
5085OLD_FILES+=usr/bin/biff
5086OLD_FILES+=usr/bin/from
5087OLD_FILES+=usr/bin/mail
5088OLD_FILES+=usr/bin/mailx
5089OLD_FILES+=usr/bin/msgs
5090OLD_FILES+=usr/libexec/comsat
5091OLD_FILES+=usr/share/examples/etc/mail.rc
5092OLD_FILES+=usr/share/man/man1/Mail.1.gz
5093OLD_FILES+=usr/share/man/man1/biff.1.gz
5094OLD_FILES+=usr/share/man/man1/from.1.gz
5095OLD_FILES+=usr/share/man/man1/mail.1.gz
5096OLD_FILES+=usr/share/man/man1/mailx.1.gz
5097OLD_FILES+=usr/share/man/man1/msgs.1.gz
5098OLD_FILES+=usr/share/man/man8/comsat.8.gz
5099OLD_FILES+=usr/share/misc/mail.help
5100OLD_FILES+=usr/share/misc/mail.tildehelp
5101.endif
5102
5103.if ${MK_MAILWRAPPER} == no
5104OLD_FILES+=etc/mail/mailer.conf
5105.if ${MK_SENDMAIL} == no
5106OLD_FILES+=usr/sbin/mailwrapper
5107.endif
5108OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
5109.endif
5110
5111.if ${MK_MAKE} == no
5112OLD_FILES+=usr/bin/make
5113OLD_FILES+=usr/share/man/man1/make.1.gz
5114OLD_FILES+=usr/share/mk/atf.test.mk
5115OLD_FILES+=usr/share/mk/bsd.README
5116OLD_FILES+=usr/share/mk/bsd.arch.inc.mk
5117OLD_FILES+=usr/share/mk/bsd.compiler.mk
5118OLD_FILES+=usr/share/mk/bsd.cpu.mk
5119OLD_FILES+=usr/share/mk/bsd.crunchgen.mk
5120OLD_FILES+=usr/share/mk/bsd.dep.mk
5121OLD_FILES+=usr/share/mk/bsd.doc.mk
5122OLD_FILES+=usr/share/mk/bsd.dtb.mk
5123OLD_FILES+=usr/share/mk/bsd.endian.mk
5124OLD_FILES+=usr/share/mk/bsd.files.mk
5125OLD_FILES+=usr/share/mk/bsd.incs.mk
5126OLD_FILES+=usr/share/mk/bsd.info.mk
5127OLD_FILES+=usr/share/mk/bsd.init.mk
5128OLD_FILES+=usr/share/mk/bsd.kmod.mk
5129OLD_FILES+=usr/share/mk/bsd.lib.mk
5130OLD_FILES+=usr/share/mk/bsd.libnames.mk
5131OLD_FILES+=usr/share/mk/bsd.links.mk
5132OLD_FILES+=usr/share/mk/bsd.man.mk
5133OLD_FILES+=usr/share/mk/bsd.mkopt.mk
5134OLD_FILES+=usr/share/mk/bsd.nls.mk
5135OLD_FILES+=usr/share/mk/bsd.obj.mk
5136OLD_FILES+=usr/share/mk/bsd.opts.mk
5137OLD_FILES+=usr/share/mk/bsd.own.mk
5138OLD_FILES+=usr/share/mk/bsd.port.mk
5139OLD_FILES+=usr/share/mk/bsd.port.options.mk
5140OLD_FILES+=usr/share/mk/bsd.port.post.mk
5141OLD_FILES+=usr/share/mk/bsd.port.pre.mk
5142OLD_FILES+=usr/share/mk/bsd.port.subdir.mk
5143OLD_FILES+=usr/share/mk/bsd.prog.mk
5144OLD_FILES+=usr/share/mk/bsd.progs.mk
5145OLD_FILES+=usr/share/mk/bsd.snmpmod.mk
5146OLD_FILES+=usr/share/mk/bsd.subdir.mk
5147OLD_FILES+=usr/share/mk/bsd.symver.mk
5148OLD_FILES+=usr/share/mk/bsd.sys.mk
5149OLD_FILES+=usr/share/mk/bsd.test.mk
5150OLD_FILES+=usr/share/mk/plain.test.mk
5151OLD_FILES+=usr/share/mk/suite.test.mk
5152OLD_FILES+=usr/share/mk/sys.mk
5153OLD_FILES+=usr/share/mk/tap.test.mk
5154OLD_FILES+=usr/share/mk/version_gen.awk
5155OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile
5156OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile
5157OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile
5158OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test
5159OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1
5160OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2
5161OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3
5162OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4
5163OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5
5164OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6
5165OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.7
5166OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.1
5167OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.2
5168OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.3
5169OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.4
5170OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.5
5171OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.6
5172OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.7
5173OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.1
5174OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.2
5175OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.3
5176OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.4
5177OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.5
5178OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.6
5179OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.7
5180OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/legacy_test
5181OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/libtest.a
5182OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Kyuafile
5183OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Makefile.test
5184OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.1
5185OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.2
5186OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.3
5187OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.4
5188OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.5
5189OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.6
5190OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.7
5191OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.1
5192OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.2
5193OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.3
5194OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.4
5195OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.5
5196OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.6
5197OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.7
5198OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.1
5199OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.2
5200OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.3
5201OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.4
5202OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.5
5203OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.6
5204OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.7
5205OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/legacy_test
5206OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/libtest.a
5207OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Kyuafile
5208OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Makefile.test
5209OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.1
5210OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.2
5211OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.3
5212OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.4
5213OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.5
5214OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.6
5215OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.7
5216OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.1
5217OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.2
5218OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.3
5219OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.4
5220OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.5
5221OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.6
5222OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.7
5223OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.1
5224OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.2
5225OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.3
5226OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.4
5227OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.5
5228OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.6
5229OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.7
5230OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/legacy_test
5231OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/libtest.a
5232OLD_FILES+=usr/tests/usr.bin/bmake/basic/Kyuafile
5233OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/Kyuafile
5234OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.status.1
5235OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stderr.1
5236OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stdout.1
5237OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/legacy_test
5238OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Kyuafile
5239OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Makefile.test
5240OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.status.1
5241OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stderr.1
5242OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stdout.1
5243OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/legacy_test
5244OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Kyuafile
5245OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Makefile.test
5246OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.status.1
5247OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stderr.1
5248OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stdout.1
5249OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/legacy_test
5250OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/Kyuafile
5251OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.status.1
5252OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stderr.1
5253OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stdout.1
5254OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/legacy_test
5255OLD_FILES+=usr/tests/usr.bin/bmake/common.sh
5256OLD_FILES+=usr/tests/usr.bin/bmake/execution/Kyuafile
5257OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Kyuafile
5258OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Makefile.test
5259OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.status.1
5260OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stderr.1
5261OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stdout.1
5262OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/legacy_test
5263OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Kyuafile
5264OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Makefile.test
5265OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.status.1
5266OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stderr.1
5267OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stdout.1
5268OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/legacy_test
5269OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Kyuafile
5270OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Makefile.test
5271OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.status.1
5272OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stderr.1
5273OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stdout.1
5274OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/legacy_test
5275OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Kyuafile
5276OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Makefile.test
5277OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.status.1
5278OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stderr.1
5279OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stdout.1
5280OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/legacy_test
5281OLD_FILES+=usr/tests/usr.bin/bmake/shell/Kyuafile
5282OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Kyuafile
5283OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Makefile.test
5284OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.1
5285OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.2
5286OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.1
5287OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.2
5288OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.1
5289OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.2
5290OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/legacy_test
5291OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/sh
5292OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Kyuafile
5293OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Makefile.test
5294OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.1
5295OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.2
5296OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.1
5297OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.2
5298OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.1
5299OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.2
5300OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/legacy_test
5301OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/sh
5302OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Kyuafile
5303OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Makefile.test
5304OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.1
5305OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.2
5306OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.1
5307OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.2
5308OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.1
5309OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.2
5310OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/legacy_test
5311OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/sh
5312OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Kyuafile
5313OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Makefile.test
5314OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.1
5315OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.2
5316OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.1
5317OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.2
5318OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.1
5319OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.2
5320OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/legacy_test
5321OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/shell
5322OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Kyuafile
5323OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Makefile.test
5324OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.1
5325OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.2
5326OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.1
5327OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.2
5328OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.1
5329OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.2
5330OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/legacy_test
5331OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/shell
5332OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Kyuafile
5333OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Makefile.test
5334OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.1
5335OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.2
5336OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.1
5337OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.2
5338OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.1
5339OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.2
5340OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/legacy_test
5341OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/Kyuafile
5342OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Kyuafile
5343OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Makefile.test
5344OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/TEST1.a
5345OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.status.1
5346OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stderr.1
5347OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stdout.1
5348OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/legacy_test
5349OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Kyuafile
5350OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Makefile.test
5351OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST1.a
5352OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST2.a
5353OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.status.1
5354OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stderr.1
5355OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stdout.1
5356OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/legacy_test
5357OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Kyuafile
5358OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Makefile.test
5359OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST1.a
5360OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST2.a
5361OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.status.1
5362OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stderr.1
5363OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stdout.1
5364OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/legacy_test
5365OLD_FILES+=usr/tests/usr.bin/bmake/syntax/Kyuafile
5366OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Kyuafile
5367OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Makefile.test
5368OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.status.1
5369OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stderr.1
5370OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stdout.1
5371OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/legacy_test
5372OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Kyuafile
5373OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Makefile.test
5374OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.1
5375OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.2
5376OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.3
5377OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.4
5378OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.5
5379OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.1
5380OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.2
5381OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.3
5382OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.4
5383OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.5
5384OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.1
5385OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.2
5386OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.3
5387OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.4
5388OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.5
5389OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/legacy_test
5390OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Kyuafile
5391OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Makefile.test
5392OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.1
5393OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.2
5394OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.1
5395OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.2
5396OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.1
5397OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.2
5398OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/legacy_test
5399OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Kyuafile
5400OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Makefile.test
5401OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.1
5402OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.2
5403OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.1
5404OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.2
5405OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.1
5406OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.2
5407OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/legacy_test
5408OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/Kyuafile
5409OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Kyuafile
5410OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Makefile.test
5411OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.status.1
5412OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stderr.1
5413OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stdout.1
5414OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/legacy_test
5415OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/Kyuafile
5416OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/Kyuafile
5417OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/Kyuafile
5418OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/sys.mk
5419OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/Kyuafile
5420OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/cleanup
5421OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.status.1
5422OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stderr.1
5423OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stdout.1
5424OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/legacy_test
5425OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/Kyuafile
5426OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/Kyuafile
5427OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/Kyuafile
5428OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/sys.mk
5429OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/Kyuafile
5430OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/cleanup
5431OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.status.1
5432OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stderr.1
5433OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stdout.1
5434OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/legacy_test
5435OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/Kyuafile
5436OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/Kyuafile
5437OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/Kyuafile
5438OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/sys.mk
5439OLD_FILES+=usr/tests/usr.bin/bmake/test-new.mk
5440OLD_FILES+=usr/tests/usr.bin/bmake/variables/Kyuafile
5441OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Kyuafile
5442OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Makefile.test
5443OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.status.1
5444OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stderr.1
5445OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stdout.1
5446OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/legacy_test
5447OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Kyuafile
5448OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Makefile.test
5449OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.1
5450OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.2
5451OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.3
5452OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.1
5453OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.2
5454OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.3
5455OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.1
5456OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.2
5457OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.3
5458OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/legacy_test
5459OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Kyuafile
5460OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Makefile.test
5461OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.1
5462OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.2
5463OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.1
5464OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.2
5465OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.1
5466OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.2
5467OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/legacy_test
5468OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Kyuafile
5469OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Makefile.test
5470OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.status.1
5471OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stderr.1
5472OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stdout.1
5473OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test
5474.endif
5475
5476.if ${MK_MAN} == no
5477MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type f | sed -e 's,^${DESTDIR}/,,'; echo
5478OLD_FILES+=${MAN_FILES}
5479.endif
5480
5481.if ${MK_MAN_UTILS} == no
5482OLD_FILES+=etc/periodic/weekly/320.whatis
5483OLD_FILES+=etc/periodic/weekly/330.catman
5484OLD_FILES+=usr/bin/apropos
5485OLD_FILES+=usr/bin/catman
5486OLD_FILES+=usr/bin/makewhatis
5487OLD_FILES+=usr/bin/man
5488OLD_FILES+=usr/bin/manpath
5489OLD_FILES+=usr/bin/whatis
5490OLD_FILES+=usr/libexec/catman.local
5491OLD_FILES+=usr/libexec/makewhatis.local
5492OLD_FILES+=usr/sbin/manctl
5493OLD_FILES+=usr/share/man/man1/apropos.1.gz
5494OLD_FILES+=usr/share/man/man1/catman.1.gz
5495OLD_FILES+=usr/share/man/man1/makewhatis.1.gz
5496OLD_FILES+=usr/share/man/man1/man.1.gz
5497OLD_FILES+=usr/share/man/man1/manpath.1.gz
5498OLD_FILES+=usr/share/man/man1/whatis.1.gz
5499OLD_FILES+=usr/share/man/man5/man.conf.5.gz
5500OLD_FILES+=usr/share/man/man8/catman.local.8.gz
5501OLD_FILES+=usr/share/man/man8/makewhatis.local.8.gz
5502OLD_FILES+=usr/share/man/man8/manctl.8.gz
5503OLD_FILES+=usr/share/man/whatis
5504OLD_FILES+=usr/share/openssl/man/whatis
5505.endif
5506
5507.if ${MK_NDIS} == no
5508OLD_FILES+=usr/sbin/ndiscvt
5509OLD_FILES+=usr/sbin/ndisgen
5510OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
5511OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
5512OLD_FILES+=usr/share/misc/windrv_stub.c
5513.endif
5514
5515.if ${MK_NETCAT} == no
5516OLD_FILES+=usr/bin/nc
5517OLD_FILES+=usr/share/man/man1/nc.1.gz
5518.endif
5519
5520.if ${MK_NETGRAPH} == no
5521OLD_FILES+=usr/include/netgraph.h
5522OLD_FILES+=usr/lib/libnetgraph.a
5523OLD_FILES+=usr/lib/libnetgraph.so
5524OLD_LIBS+=usr/lib/libnetgraph.so.4
5525OLD_FILES+=usr/lib/libnetgraph_p.a
5526OLD_FILES+=usr/lib32/libnetgraph.a
5527OLD_FILES+=usr/lib32/libnetgraph.so
5528OLD_LIBS+=usr/lib32/libnetgraph.so.4
5529OLD_FILES+=usr/lib32/libnetgraph_p.a
5530OLD_FILES+=usr/libexec/pppoed
5531OLD_FILES+=usr/sbin/flowctl
5532OLD_FILES+=usr/sbin/lmcconfig
5533OLD_FILES+=usr/sbin/ngctl
5534OLD_FILES+=usr/sbin/nghook
5535OLD_FILES+=usr/share/man/man3/NgAllocRecvAsciiMsg.3.gz
5536OLD_FILES+=usr/share/man/man3/NgAllocRecvData.3.gz
5537OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz
5538OLD_FILES+=usr/share/man/man3/NgMkSockNode.3.gz
5539OLD_FILES+=usr/share/man/man3/NgNameNode.3.gz
5540OLD_FILES+=usr/share/man/man3/NgRecvAsciiMsg.3.gz
5541OLD_FILES+=usr/share/man/man3/NgRecvData.3.gz
5542OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz
5543OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz
5544OLD_FILES+=usr/share/man/man3/NgSendData.3.gz
5545OLD_FILES+=usr/share/man/man3/NgSendMsg.3.gz
5546OLD_FILES+=usr/share/man/man3/NgSendMsgReply.3.gz
5547OLD_FILES+=usr/share/man/man3/NgSetDebug.3.gz
5548OLD_FILES+=usr/share/man/man3/NgSetErrLog.3.gz
5549OLD_FILES+=usr/share/man/man3/netgraph.3.gz
5550OLD_FILES+=usr/share/man/man8/flowctl.8.gz
5551OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz
5552OLD_FILES+=usr/share/man/man8/ngctl.8.gz
5553OLD_FILES+=usr/share/man/man8/nghook.8.gz
5554OLD_FILES+=usr/share/man/man8/pppoed.8.gz
5555.endif
5556
5557.if ${MK_NETGRAPH_SUPPORT} == no
5558OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
5559OLD_FILES+=usr/lib/snmp_netgraph.so
5560OLD_LIBS+=usr/lib/snmp_netgraph.so.6
5561OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
5562OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
5563OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
5564.endif
5565
5566.if ${MK_NIS} == no
5567OLD_FILES+=usr/bin/ypcat
5568OLD_FILES+=usr/bin/ypchfn
5569OLD_FILES+=usr/bin/ypchpass
5570OLD_FILES+=usr/bin/ypchsh
5571OLD_FILES+=usr/bin/ypmatch
5572OLD_FILES+=usr/bin/yppasswd
5573OLD_FILES+=usr/bin/ypwhich
5574OLD_FILES+=usr/include/ypclnt.h
5575OLD_FILES+=usr/lib/libypclnt.a
5576OLD_FILES+=usr/lib/libypclnt.so
5577OLD_LIBS+=usr/lib/libypclnt.so.4
5578OLD_FILES+=usr/lib/libypclnt_p.a
5579.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
5580OLD_FILES+=usr/lib32/libypclnt.a
5581OLD_FILES+=usr/lib32/libypclnt.so
5582OLD_LIBS+=usr/lib32/libypclnt.so.4
5583OLD_FILES+=usr/lib32/libypclnt_p.a
5584.endif
5585OLD_FILES+=usr/libexec/mknetid
5586OLD_FILES+=usr/libexec/yppwupdate
5587OLD_FILES+=usr/libexec/ypxfr
5588OLD_FILES+=usr/sbin/rpc.yppasswdd
5589OLD_FILES+=usr/sbin/rpc.ypupdated
5590OLD_FILES+=usr/sbin/rpc.ypxfrd
5591OLD_FILES+=usr/sbin/yp_mkdb
5592OLD_FILES+=usr/sbin/ypbind
5593OLD_FILES+=usr/sbin/ypinit
5594OLD_FILES+=usr/sbin/yppoll
5595OLD_FILES+=usr/sbin/yppush
5596OLD_FILES+=usr/sbin/ypserv
5597OLD_FILES+=usr/sbin/ypset
5598OLD_FILES+=usr/share/man/man1/ypcat.1.gz
5599OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
5600OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
5601OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
5602OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
5603OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
5604OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
5605OLD_FILES+=usr/share/man/man5/netid.5.gz
5606OLD_FILES+=usr/share/man/man8/mknetid.8.gz
5607OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
5608OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
5609OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
5610OLD_FILES+=usr/share/man/man8/ypbind.8.gz
5611OLD_FILES+=usr/share/man/man8/ypinit.8.gz
5612OLD_FILES+=usr/share/man/man8/yppoll.8.gz
5613OLD_FILES+=usr/share/man/man8/yppush.8.gz
5614OLD_FILES+=usr/share/man/man8/ypserv.8.gz
5615OLD_FILES+=usr/share/man/man8/ypset.8.gz
5616OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
5617OLD_FILES+=var/yp/Makefile
5618OLD_FILES+=var/yp/Makefile.dist
5619.endif
5620
5621.if ${MK_NLS} == no
5622OLD_FILES+=usr/share/nls/C/ee.cat
5623OLD_FILES+=usr/share/nls/be_BY.UTF-8/libc.cat
5624OLD_FILES+=usr/share/nls/ca_ES.ISO8859-1/libc.cat
5625OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/ee.cat
5626OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
5627OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/ee.cat
5628OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
5629OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
5630OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/ee.cat
5631OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
5632OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/ee.cat
5633OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
5634OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
5635OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
5636OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/libc.cat
5637OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
5638OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/ee.cat
5639OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
5640OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
5641OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/libc.cat
5642OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
5643OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
5644OLD_FILES+=usr/share/nls/en_US.ISO8859-1/ee.cat
5645OLD_FILES+=usr/share/nls/en_US.ISO8859-15/ee.cat
5646OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/grep.cat
5647OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/libc.cat
5648OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
5649OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
5650OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
5651OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
5652OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
5653OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/libc.cat
5654OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
5655OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
5656OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
5657OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/ee.cat
5658OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
5659OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/ee.cat
5660OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
5661OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
5662OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/ee.cat
5663OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
5664OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/ee.cat
5665OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
5666OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
5667OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/ee.cat
5668OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
5669OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/ee.cat
5670OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
5671OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
5672OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
5673OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/libc.cat
5674OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
5675OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/ee.cat
5676OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
5677OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
5678OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/grep.cat
5679OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/libc.cat
5680OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
5681OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/grep.cat
5682OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/libc.cat
5683OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/sort.cat
5684OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
5685OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
5686OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
5687OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
5688OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/libc.cat
5689OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
5690OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
5691OLD_FILES+=usr/share/nls/ja_JP.SJIS/grep.cat
5692OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
5693OLD_FILES+=usr/share/nls/ja_JP.UTF-8/grep.cat
5694OLD_FILES+=usr/share/nls/ja_JP.UTF-8/libc.cat
5695OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
5696OLD_FILES+=usr/share/nls/ja_JP.eucJP/grep.cat
5697OLD_FILES+=usr/share/nls/ja_JP.eucJP/libc.cat
5698OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
5699OLD_FILES+=usr/share/nls/ko_KR.UTF-8/libc.cat
5700OLD_FILES+=usr/share/nls/ko_KR.eucKR/libc.cat
5701OLD_FILES+=usr/share/nls/mn_MN.UTF-8/libc.cat
5702OLD_FILES+=usr/share/nls/nl_NL.ISO8859-1/libc.cat
5703OLD_FILES+=usr/share/nls/no_NO.ISO8859-1/libc.cat
5704OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
5705OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/libc.cat
5706OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
5707OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/grep.cat
5708OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/libc.cat
5709OLD_FILES+=usr/share/nls/pt_PT.ISO8859-1/ee.cat
5710OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
5711OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
5712OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
5713OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
5714OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/grep.cat
5715OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/libc.cat
5716OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
5717OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
5718OLD_FILES+=usr/share/nls/sk_SK.ISO8859-2/libc.cat
5719OLD_FILES+=usr/share/nls/sv_SE.ISO8859-1/libc.cat
5720OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
5721OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
5722OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
5723OLD_FILES+=usr/share/nls/uk_UA.UTF-8/grep.cat
5724OLD_FILES+=usr/share/nls/uk_UA.UTF-8/libc.cat
5725OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
5726OLD_FILES+=usr/share/nls/zh_CN.GB18030/libc.cat
5727OLD_FILES+=usr/share/nls/zh_CN.GB2312/libc.cat
5728OLD_FILES+=usr/share/nls/zh_CN.UTF-8/grep.cat
5729OLD_FILES+=usr/share/nls/zh_CN.UTF-8/libc.cat
5730OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0
5731.endif
5732
5733.if ${MK_NLS_CATALOGS} == no
5734OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
5735OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
5736OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
5737OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
5738OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
5739OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
5740OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
5741OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
5742OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
5743OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
5744OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
5745OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
5746OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
5747OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
5748OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
5749OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
5750OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
5751OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
5752OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
5753OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
5754OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
5755.endif
5756
5757.if ${MK_NS_CACHING} == no
5758OLD_FILES+=etc/nscd.conf
5759OLD_FILES+=etc/rc.d/nscd
5760OLD_FILES+=usr/sbin/nscd
5761OLD_FILES+=usr/share/examples/etc/nscd.conf
5762OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz
5763OLD_FILES+=usr/share/man/man8/nscd.8.gz
5764.endif
5765
5766.if ${MK_NTP} == no
5767OLD_FILES+=etc/ntp.conf
5768OLD_FILES+=etc/periodic/daily/480.status-ntpd
5769OLD_FILES+=usr/bin/ntpq
5770OLD_FILES+=usr/sbin/ntp-keygen
5771OLD_FILES+=usr/sbin/ntpd
5772OLD_FILES+=usr/sbin/ntpdate
5773OLD_FILES+=usr/sbin/ntpdc
5774OLD_FILES+=usr/sbin/ntptime
5775OLD_FILES+=usr/sbin/sntp
5776OLD_FILES+=usr/share/doc/ntp/accopt.html
5777OLD_FILES+=usr/share/doc/ntp/assoc.html
5778OLD_FILES+=usr/share/doc/ntp/audio.html
5779OLD_FILES+=usr/share/doc/ntp/authopt.html
5780OLD_FILES+=usr/share/doc/ntp/build.html
5781OLD_FILES+=usr/share/doc/ntp/clockopt.html
5782OLD_FILES+=usr/share/doc/ntp/config.html
5783OLD_FILES+=usr/share/doc/ntp/confopt.html
5784OLD_FILES+=usr/share/doc/ntp/copyright.html
5785OLD_FILES+=usr/share/doc/ntp/debug.html
5786OLD_FILES+=usr/share/doc/ntp/driver1.html
5787OLD_FILES+=usr/share/doc/ntp/driver10.html
5788OLD_FILES+=usr/share/doc/ntp/driver11.html
5789OLD_FILES+=usr/share/doc/ntp/driver12.html
5790OLD_FILES+=usr/share/doc/ntp/driver16.html
5791OLD_FILES+=usr/share/doc/ntp/driver18.html
5792OLD_FILES+=usr/share/doc/ntp/driver19.html
5793OLD_FILES+=usr/share/doc/ntp/driver2.html
5794OLD_FILES+=usr/share/doc/ntp/driver20.html
5795OLD_FILES+=usr/share/doc/ntp/driver22.html
5796OLD_FILES+=usr/share/doc/ntp/driver26.html
5797OLD_FILES+=usr/share/doc/ntp/driver27.html
5798OLD_FILES+=usr/share/doc/ntp/driver28.html
5799OLD_FILES+=usr/share/doc/ntp/driver29.html
5800OLD_FILES+=usr/share/doc/ntp/driver3.html
5801OLD_FILES+=usr/share/doc/ntp/driver30.html
5802OLD_FILES+=usr/share/doc/ntp/driver32.html
5803OLD_FILES+=usr/share/doc/ntp/driver33.html
5804OLD_FILES+=usr/share/doc/ntp/driver34.html
5805OLD_FILES+=usr/share/doc/ntp/driver35.html
5806OLD_FILES+=usr/share/doc/ntp/driver36.html
5807OLD_FILES+=usr/share/doc/ntp/driver37.html
5808OLD_FILES+=usr/share/doc/ntp/driver4.html
5809OLD_FILES+=usr/share/doc/ntp/driver5.html
5810OLD_FILES+=usr/share/doc/ntp/driver6.html
5811OLD_FILES+=usr/share/doc/ntp/driver7.html
5812OLD_FILES+=usr/share/doc/ntp/driver8.html
5813OLD_FILES+=usr/share/doc/ntp/driver9.html
5814OLD_FILES+=usr/share/doc/ntp/extern.html
5815OLD_FILES+=usr/share/doc/ntp/hints.html
5816OLD_FILES+=usr/share/doc/ntp/howto.html
5817OLD_FILES+=usr/share/doc/ntp/index.html
5818OLD_FILES+=usr/share/doc/ntp/kern.html
5819OLD_FILES+=usr/share/doc/ntp/ldisc.html
5820OLD_FILES+=usr/share/doc/ntp/measure.html
5821OLD_FILES+=usr/share/doc/ntp/miscopt.html
5822OLD_FILES+=usr/share/doc/ntp/monopt.html
5823OLD_FILES+=usr/share/doc/ntp/mx4200data.html
5824OLD_FILES+=usr/share/doc/ntp/notes.html
5825OLD_FILES+=usr/share/doc/ntp/ntpd.html
5826OLD_FILES+=usr/share/doc/ntp/ntpdate.html
5827OLD_FILES+=usr/share/doc/ntp/ntpdc.html
5828OLD_FILES+=usr/share/doc/ntp/ntpq.html
5829OLD_FILES+=usr/share/doc/ntp/ntptime.html
5830OLD_FILES+=usr/share/doc/ntp/ntptrace.html
5831OLD_FILES+=usr/share/doc/ntp/parsedata.html
5832OLD_FILES+=usr/share/doc/ntp/parsenew.html
5833OLD_FILES+=usr/share/doc/ntp/patches.html
5834OLD_FILES+=usr/share/doc/ntp/porting.html
5835OLD_FILES+=usr/share/doc/ntp/pps.html
5836OLD_FILES+=usr/share/doc/ntp/prefer.html
5837OLD_FILES+=usr/share/doc/ntp/quick.html
5838OLD_FILES+=usr/share/doc/ntp/rdebug.html
5839OLD_FILES+=usr/share/doc/ntp/refclock.html
5840OLD_FILES+=usr/share/doc/ntp/release.html
5841OLD_FILES+=usr/share/doc/ntp/tickadj.html
5842OLD_DIRS+=usr/share/doc/ntp
5843OLD_FILES+=usr/share/examples/etc/ntp.conf
5844OLD_FILES+=usr/share/man/man1/sntp.1.gz
5845OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
5846OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
5847OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
5848OLD_FILES+=usr/share/man/man8/ntpd.8.gz
5849OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
5850OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
5851OLD_FILES+=usr/share/man/man8/ntpq.8.gz
5852OLD_FILES+=usr/share/man/man8/ntptime.8.gz
5853.endif
5854
5855#.if ${MK_OBJC} == no
5856# to be filled in
5857#.endif
5858
5859.if ${MK_OPENSSH} == no
5860OLD_FILES+=etc/rc.d/sshd
5861OLD_FILES+=etc/ssh/moduli
5862OLD_FILES+=etc/ssh/ssh_config
5863OLD_FILES+=etc/ssh/sshd_config
5864OLD_FILES+=usr/bin/scp
5865OLD_FILES+=usr/bin/sftp
5866OLD_FILES+=usr/bin/slogin
5867OLD_FILES+=usr/bin/ssh
5868OLD_FILES+=usr/bin/ssh-add
5869OLD_FILES+=usr/bin/ssh-agent
5870OLD_FILES+=usr/bin/ssh-copy-id
5871OLD_FILES+=usr/bin/ssh-keygen
5872OLD_FILES+=usr/bin/ssh-keyscan
5873OLD_FILES+=usr/lib/pam_ssh.so
5874OLD_LIBS+=usr/lib/pam_ssh.so.5
5875OLD_FILES+=usr/lib/private/libssh.a
5876OLD_FILES+=usr/lib/private/libssh.so
5877OLD_LIBS+=usr/lib/private/libssh.so.5
5878OLD_FILES+=usr/lib/private/libssh_p.a
5879.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
5880OLD_FILES+=usr/lib32/pam_ssh.so
5881OLD_LIBS+=usr/lib32/pam_ssh.so.5
5882OLD_FILES+=usr/lib32/private/libssh.a
5883OLD_FILES+=usr/lib32/private/libssh.so
5884OLD_LIBS+=usr/lib32/private/libssh.so.5
5885OLD_FILES+=usr/lib32/private/libssh_p.a
5886.endif
5887OLD_FILES+=usr/libexec/sftp-server
5888OLD_FILES+=usr/libexec/ssh-keysign
5889OLD_FILES+=usr/libexec/ssh-pkcs11-helper
5890OLD_FILES+=usr/sbin/sshd
5891OLD_FILES+=usr/share/man/man1/scp.1.gz
5892OLD_FILES+=usr/share/man/man1/sftp.1.gz
5893OLD_FILES+=usr/share/man/man1/slogin.1.gz
5894OLD_FILES+=usr/share/man/man1/ssh-add.1.gz
5895OLD_FILES+=usr/share/man/man1/ssh-agent.1.gz
5896OLD_FILES+=usr/share/man/man1/ssh-copy-id.1.gz
5897OLD_FILES+=usr/share/man/man1/ssh-keygen.1.gz
5898OLD_FILES+=usr/share/man/man1/ssh-keyscan.1.gz
5899OLD_FILES+=usr/share/man/man1/ssh.1.gz
5900OLD_FILES+=usr/share/man/man5/ssh_config.5.gz
5901OLD_FILES+=usr/share/man/man5/sshd_config.5.gz
5902OLD_FILES+=usr/share/man/man8/pam_ssh.8.gz
5903OLD_FILES+=usr/share/man/man8/sftp-server.8.gz
5904OLD_FILES+=usr/share/man/man8/ssh-keysign.8.gz
5905OLD_FILES+=usr/share/man/man8/ssh-pkcs11-helper.8.gz
5906OLD_FILES+=usr/share/man/man8/sshd.8.gz
5907.endif
5908
5909.if ${MK_OPENSSL} == no
5910OLD_FILES+=etc/rc.d/keyserv
5911.endif
5912
5913.if ${MK_PC_SYSINSTALL} == no
5914# backend-partmanager
5915OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/create-part.sh
5916OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/delete-part.sh
5917# backend-query
5918OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-emulation.sh
5919OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-laptop.sh
5920OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-nics.sh
5921OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-info.sh
5922OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-list.sh
5923OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-part.sh
5924OLD_FILES+=usr/share/pc-sysinstall/backend-query/enable-net.sh
5925OLD_FILES+=usr/share/pc-sysinstall/backend-query/get-packages.sh
5926OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-components.sh
5927OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-config.sh
5928OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-mirrors.sh
5929OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-packages.sh
5930OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-rsync-backups.sh
5931OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-tzones.sh
5932OLD_FILES+=usr/share/pc-sysinstall/backend-query/query-langs.sh
5933OLD_FILES+=usr/share/pc-sysinstall/backend-query/send-logs.sh
5934OLD_FILES+=usr/share/pc-sysinstall/backend-query/setup-ssh-keys.sh
5935OLD_FILES+=usr/share/pc-sysinstall/backend-query/set-mirror.sh
5936OLD_FILES+=usr/share/pc-sysinstall/backend-query/sys-mem.sh
5937OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-live.sh
5938OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-netup.sh
5939OLD_FILES+=usr/share/pc-sysinstall/backend-query/update-part-list.sh
5940OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-layouts.sh
5941OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-models.sh
5942OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-variants.sh
5943# backend
5944OLD_FILES+=usr/share/pc-sysinstall/backend/functions-bsdlabel.sh
5945OLD_FILES+=usr/share/pc-sysinstall/backend/functions-cleanup.sh
5946OLD_FILES+=usr/share/pc-sysinstall/backend/functions-disk.sh
5947OLD_FILES+=usr/share/pc-sysinstall/backend/functions-extractimage.sh
5948OLD_FILES+=usr/share/pc-sysinstall/backend/functions-ftp.sh
5949OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installcomponents.sh
5950OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installpackages.sh
5951OLD_FILES+=usr/share/pc-sysinstall/backend/functions-localize.sh
5952OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountdisk.sh
5953OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountoptical.sh
5954OLD_FILES+=usr/share/pc-sysinstall/backend/functions-networking.sh
5955OLD_FILES+=usr/share/pc-sysinstall/backend/functions-newfs.sh
5956OLD_FILES+=usr/share/pc-sysinstall/backend/functions-parse.sh
5957OLD_FILES+=usr/share/pc-sysinstall/backend/functions-packages.sh
5958OLD_FILES+=usr/share/pc-sysinstall/backend/functions-runcommands.sh
5959OLD_FILES+=usr/share/pc-sysinstall/backend/functions-unmount.sh
5960OLD_FILES+=usr/share/pc-sysinstall/backend/functions-upgrade.sh
5961OLD_FILES+=usr/share/pc-sysinstall/backend/functions-users.sh
5962OLD_FILES+=usr/share/pc-sysinstall/backend/functions.sh
5963OLD_FILES+=usr/share/pc-sysinstall/backend/installimage.sh
5964OLD_FILES+=usr/share/pc-sysinstall/backend/parseconfig.sh
5965OLD_FILES+=usr/share/pc-sysinstall/backend/startautoinstall.sh
5966# conf
5967OLD_FILES+=usr/share/pc-sysinstall/conf/avail-langs
5968OLD_FILES+=usr/share/pc-sysinstall/conf/exclude-from-upgrade
5969OLD_FILES+=usr/share/pc-sysinstall/conf/license/bsd-en.txt
5970OLD_FILES+=usr/share/pc-sysinstall/conf/license/intel-en.txt
5971OLD_FILES+=usr/share/pc-sysinstall/conf/license/nvidia-en.txt
5972OLD_FILES+=usr/share/pc-sysinstall/conf/pc-sysinstall.conf
5973# doc
5974OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-list
5975OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-size
5976OLD_FILES+=usr/share/pc-sysinstall/doc/help-index
5977OLD_FILES+=usr/share/pc-sysinstall/doc/help-start-autoinstall
5978# examples
5979OLD_FILES+=usr/share/examples/pc-sysinstall/README
5980OLD_FILES+=usr/share/examples/pc-sysinstall/pc-autoinstall.conf
5981OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.fbsd-netinstall
5982OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.geli
5983OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.gmirror
5984OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.netinstall
5985OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.restore
5986OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.rsync
5987OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.upgrade
5988OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.zfs
5989# pc-sysinstall
5990OLD_FILES+=usr/sbin/pc-sysinstall
5991OLD_FILES+=usr/share/man/man8/pc-sysinstall.8.gz
5992OLD_DIRS+=usr/share/pc-sysinstall/backend
5993OLD_DIRS+=usr/share/pc-sysinstall/backend-partmanager
5994OLD_DIRS+=usr/share/pc-sysinstall/backend-query
5995OLD_DIRS+=usr/share/pc-sysinstall/conf/license
5996OLD_DIRS+=usr/share/pc-sysinstall/conf
5997OLD_DIRS+=usr/share/pc-sysinstall/doc
5998OLD_DIRS+=usr/share/pc-sysinstall
5999OLD_DIRS+=usr/share/examples/pc-sysinstall
6000.endif
6001
6002.if ${MK_PF} == no
6003OLD_FILES+=etc/periodic/security/520.pfdenied
6004OLD_FILES+=etc/pf.os
6005OLD_FILES+=etc/rc.d/ftp-proxy
6006OLD_FILES+=sbin/pfctl
6007OLD_FILES+=sbin/pflogd
6008OLD_FILES+=usr/include/netpfil/pf/pf.h
6009OLD_FILES+=usr/include/netpfil/pf/pf_altq.h
6010OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h
6011OLD_FILES+=usr/lib/snmp_pf.so
6012OLD_LIBS+=usr/lib/snmp_pf.so.6
6013OLD_FILES+=usr/libexec/tftp-proxy
6014OLD_FILES+=usr/sbin/ftp-proxy
6015OLD_FILES+=usr/share/examples/etc/pf.os
6016OLD_FILES+=usr/share/examples/pf/ackpri
6017OLD_FILES+=usr/share/examples/pf/faq-example1
6018OLD_FILES+=usr/share/examples/pf/faq-example2
6019OLD_FILES+=usr/share/examples/pf/faq-example3
6020OLD_FILES+=usr/share/examples/pf/pf.conf
6021OLD_FILES+=usr/share/examples/pf/queue1
6022OLD_FILES+=usr/share/examples/pf/queue2
6023OLD_FILES+=usr/share/examples/pf/queue3
6024OLD_FILES+=usr/share/examples/pf/queue4
6025OLD_FILES+=usr/share/examples/pf/spamd
6026OLD_DIRS+=usr/share/examples/pf
6027OLD_FILES+=usr/share/man/man4/pf.4.gz
6028OLD_FILES+=usr/share/man/man4/pflog.4.gz
6029OLD_FILES+=usr/share/man/man4/pfsync.4.gz
6030OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
6031OLD_FILES+=usr/share/man/man5/pf.os.5.gz
6032OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
6033OLD_FILES+=usr/share/man/man8/pfctl.8.gz
6034OLD_FILES+=usr/share/man/man8/pflogd.8.gz
6035OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
6036OLD_FILES+=usr/share/snmp/defs/pf_tree.def
6037OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
6038.endif
6039
6040.if ${MK_PKGBOOTSTRAP} == no
6041OLD_FILES+=usr/sbin/pkg
6042OLD_FILES+=usr/share/man/man7/pkg.7.gz
6043.endif
6044
6045.if ${MK_PMC} == no
6046OLD_FILES+=usr/bin/pmcstudy
6047OLD_FILES+=usr/include/pmc.h
6048OLD_FILES+=usr/include/pmclog.h
6049OLD_FILES+=usr/lib/libpmc.a
6050OLD_FILES+=usr/lib/libpmc.so
6051OLD_LIBS+=usr/lib/libpmc.so.5
6052OLD_FILES+=usr/lib/libpmc_p.a
6053OLD_FILES+=usr/lib32/libpmc.a
6054OLD_FILES+=usr/lib32/libpmc.so
6055OLD_LIBS+=usr/lib32/libpmc.so.5
6056OLD_FILES+=usr/lib32/libpmc_p.a
6057OLD_FILES+=usr/sbin/pmcannotate
6058OLD_FILES+=usr/sbin/pmccontrol
6059OLD_FILES+=usr/sbin/pmcstat
6060OLD_FILES+=usr/share/man/man1/pmcstudy.1.gz
6061OLD_FILES+=usr/share/man/man3/pmc.3.gz
6062OLD_FILES+=usr/share/man/man3/pmc.atom.3.gz
6063OLD_FILES+=usr/share/man/man3/pmc.atomsilvermont.3.gz
6064OLD_FILES+=usr/share/man/man3/pmc.core.3.gz
6065OLD_FILES+=usr/share/man/man3/pmc.core2.3.gz
6066OLD_FILES+=usr/share/man/man3/pmc.corei7.3.gz
6067OLD_FILES+=usr/share/man/man3/pmc.corei7uc.3.gz
6068OLD_FILES+=usr/share/man/man3/pmc.haswell.3.gz
6069OLD_FILES+=usr/share/man/man3/pmc.haswelluc.3.gz
6070OLD_FILES+=usr/share/man/man3/pmc.iaf.3.gz
6071OLD_FILES+=usr/share/man/man3/pmc.ivybridge.3.gz
6072OLD_FILES+=usr/share/man/man3/pmc.ivybridgexeon.3.gz
6073OLD_FILES+=usr/share/man/man3/pmc.k7.3.gz
6074OLD_FILES+=usr/share/man/man3/pmc.k8.3.gz
6075OLD_FILES+=usr/share/man/man3/pmc.mips24k.3.gz
6076OLD_FILES+=usr/share/man/man3/pmc.octeon.3.gz
6077OLD_FILES+=usr/share/man/man3/pmc.p4.3.gz
6078OLD_FILES+=usr/share/man/man3/pmc.p5.3.gz
6079OLD_FILES+=usr/share/man/man3/pmc.p6.3.gz
6080OLD_FILES+=usr/share/man/man3/pmc.sandybridge.3.gz
6081OLD_FILES+=usr/share/man/man3/pmc.sandybridgeuc.3.gz
6082OLD_FILES+=usr/share/man/man3/pmc.sandybridgexeon.3.gz
6083OLD_FILES+=usr/share/man/man3/pmc.soft.3.gz
6084OLD_FILES+=usr/share/man/man3/pmc.tsc.3.gz
6085OLD_FILES+=usr/share/man/man3/pmc.ucf.3.gz
6086OLD_FILES+=usr/share/man/man3/pmc.westmere.3.gz
6087OLD_FILES+=usr/share/man/man3/pmc.westmereuc.3.gz
6088OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz
6089OLD_FILES+=usr/share/man/man3/pmc_allocate.3.gz
6090OLD_FILES+=usr/share/man/man3/pmc_attach.3.gz
6091OLD_FILES+=usr/share/man/man3/pmc_capabilities.3.gz
6092OLD_FILES+=usr/share/man/man3/pmc_configure_logfile.3.gz
6093OLD_FILES+=usr/share/man/man3/pmc_cpuinfo.3.gz
6094OLD_FILES+=usr/share/man/man3/pmc_detach.3.gz
6095OLD_FILES+=usr/share/man/man3/pmc_disable.3.gz
6096OLD_FILES+=usr/share/man/man3/pmc_enable.3.gz
6097OLD_FILES+=usr/share/man/man3/pmc_event_names_of_class.3.gz
6098OLD_FILES+=usr/share/man/man3/pmc_flush_logfile.3.gz
6099OLD_FILES+=usr/share/man/man3/pmc_get_driver_stats.3.gz
6100OLD_FILES+=usr/share/man/man3/pmc_get_msr.3.gz
6101OLD_FILES+=usr/share/man/man3/pmc_init.3.gz
6102OLD_FILES+=usr/share/man/man3/pmc_name_of_capability.3.gz
6103OLD_FILES+=usr/share/man/man3/pmc_name_of_class.3.gz
6104OLD_FILES+=usr/share/man/man3/pmc_name_of_cputype.3.gz
6105OLD_FILES+=usr/share/man/man3/pmc_name_of_disposition.3.gz
6106OLD_FILES+=usr/share/man/man3/pmc_name_of_event.3.gz
6107OLD_FILES+=usr/share/man/man3/pmc_name_of_mode.3.gz
6108OLD_FILES+=usr/share/man/man3/pmc_name_of_state.3.gz
6109OLD_FILES+=usr/share/man/man3/pmc_ncpu.3.gz
6110OLD_FILES+=usr/share/man/man3/pmc_npmc.3.gz
6111OLD_FILES+=usr/share/man/man3/pmc_pmcinfo.3.gz
6112OLD_FILES+=usr/share/man/man3/pmc_read.3.gz
6113OLD_FILES+=usr/share/man/man3/pmc_release.3.gz
6114OLD_FILES+=usr/share/man/man3/pmc_rw.3.gz
6115OLD_FILES+=usr/share/man/man3/pmc_set.3.gz
6116OLD_FILES+=usr/share/man/man3/pmc_start.3.gz
6117OLD_FILES+=usr/share/man/man3/pmc_stop.3.gz
6118OLD_FILES+=usr/share/man/man3/pmc_width.3.gz
6119OLD_FILES+=usr/share/man/man3/pmc_write.3.gz
6120OLD_FILES+=usr/share/man/man3/pmc_writelog.3.gz
6121OLD_FILES+=usr/share/man/man3/pmclog.3.gz
6122OLD_FILES+=usr/share/man/man3/pmclog_close.3.gz
6123OLD_FILES+=usr/share/man/man3/pmclog_feed.3.gz
6124OLD_FILES+=usr/share/man/man3/pmclog_open.3.gz
6125OLD_FILES+=usr/share/man/man3/pmclog_read.3.gz
6126OLD_FILES+=usr/share/man/man8/pmcannotate.8.gz
6127OLD_FILES+=usr/share/man/man8/pmccontrol.8.gz
6128OLD_FILES+=usr/share/man/man8/pmcstat.8.gz
6129.endif
6130
6131.if ${MK_PORTSNAP} == no
6132OLD_FILES+=etc/portsnap.conf
6133OLD_FILES+=usr/libexec/make_index
6134OLD_FILES+=usr/libexec/phttpget
6135OLD_FILES+=usr/sbin/portsnap
6136OLD_FILES+=usr/share/examples/etc/portsnap.conf
6137OLD_FILES+=usr/share/man/man8/phttpget.8.gz
6138OLD_FILES+=usr/share/man/man8/portsnap.8.gz
6139.endif
6140
6141.if ${MK_PPP} == no
6142OLD_FILES+=etc/ppp/ppp.conf
6143OLD_DIRS+=etc/ppp
6144OLD_FILES+=usr/sbin/ppp
6145OLD_FILES+=usr/sbin/pppctl
6146OLD_FILES+=usr/share/man/man8/ppp.8.gz
6147OLD_FILES+=usr/share/man/man8/pppctl.8.gz
6148.endif
6149
6150.if ${MK_PROFILE} == no
6151OLD_FILES+=usr/lib/libalias_cuseeme_p.a
6152OLD_FILES+=usr/lib/libalias_dummy_p.a
6153OLD_FILES+=usr/lib/libalias_ftp_p.a
6154OLD_FILES+=usr/lib/libalias_irc_p.a
6155OLD_FILES+=usr/lib/libalias_nbt_p.a
6156OLD_FILES+=usr/lib/libalias_p.a
6157OLD_FILES+=usr/lib/libalias_pptp_p.a
6158OLD_FILES+=usr/lib/libalias_skinny_p.a
6159OLD_FILES+=usr/lib/libalias_smedia_p.a
6160OLD_FILES+=usr/lib/libarchive_p.a
6161OLD_FILES+=usr/lib/libasn1_p.a
6162OLD_FILES+=usr/lib/libbegemot_p.a
6163OLD_FILES+=usr/lib/libbluetooth_p.a
6164OLD_FILES+=usr/lib/libbsdxml_p.a
6165OLD_FILES+=usr/lib/libbsm_p.a
6166OLD_FILES+=usr/lib/libbsnmp_p.a
6167OLD_FILES+=usr/lib/libbz2_p.a
6168OLD_FILES+=usr/lib/libc_p.a
6169OLD_FILES+=usr/lib/libcalendar_p.a
6170OLD_FILES+=usr/lib/libcam_p.a
6171OLD_FILES+=usr/lib/libcom_err_p.a
6172OLD_FILES+=usr/lib/libcompat_p.a
6173OLD_FILES+=usr/lib/libcrypt_p.a
6174OLD_FILES+=usr/lib/libcrypto_p.a
6175OLD_FILES+=usr/lib/libcurses_p.a
6176OLD_FILES+=usr/lib/libcursesw_p.a
6177OLD_FILES+=usr/lib/libdevinfo_p.a
6178OLD_FILES+=usr/lib/libdevstat_p.a
6179OLD_FILES+=usr/lib/libdialog_p.a
6180OLD_FILES+=usr/lib/libedit_p.a
6181OLD_FILES+=usr/lib/libelf_p.a
6182OLD_FILES+=usr/lib/libfetch_p.a
6183OLD_FILES+=usr/lib/libfl_p.a
6184OLD_FILES+=usr/lib/libform_p.a
6185OLD_FILES+=usr/lib/libformw_p.a
6186OLD_FILES+=usr/lib/libgcc_p.a
6187OLD_FILES+=usr/lib/libgeom_p.a
6188OLD_FILES+=usr/lib/libgnuregex_p.a
6189OLD_FILES+=usr/lib/libgssapi_krb5_p.a
6190OLD_FILES+=usr/lib/libgssapi_p.a
6191OLD_FILES+=usr/lib/libhdb_p.a
6192OLD_FILES+=usr/lib/libheimbase_p.a
6193OLD_FILES+=usr/lib/libheimsqlite_p.a
6194OLD_FILES+=usr/lib/libhistory_p.a
6195OLD_FILES+=usr/lib/libipsec_p.a
6196OLD_FILES+=usr/lib/libjail_p.a
6197OLD_FILES+=usr/lib/libkadm5clnt_p.a
6198OLD_FILES+=usr/lib/libkadm5srv_p.a
6199OLD_FILES+=usr/lib/libkafs5_p.a
6200OLD_FILES+=usr/lib/libkdc_p.a
6201OLD_FILES+=usr/lib/libkiconv_p.a
6202OLD_FILES+=usr/lib/libkrb5_p.a
6203OLD_FILES+=usr/lib/libkvm_p.a
6204OLD_FILES+=usr/lib/libl_p.a
6205OLD_FILES+=usr/lib/libln_p.a
6206OLD_FILES+=usr/lib/libm_p.a
6207OLD_FILES+=usr/lib/libmagic_p.a
6208OLD_FILES+=usr/lib/libmd_p.a
6209OLD_FILES+=usr/lib/libmemstat_p.a
6210OLD_FILES+=usr/lib/libmenu_p.a
6211OLD_FILES+=usr/lib/libmenuw_p.a
6212OLD_FILES+=usr/lib/libmilter_p.a
6213OLD_FILES+=usr/lib/libmp_p.a
6214OLD_FILES+=usr/lib/libncurses_p.a
6215OLD_FILES+=usr/lib/libncursesw_p.a
6216OLD_FILES+=usr/lib/libnetgraph_p.a
6217OLD_FILES+=usr/lib/libngatm_p.a
6218OLD_FILES+=usr/lib/libopie_p.a
6219OLD_FILES+=usr/lib/libpanel_p.a
6220OLD_FILES+=usr/lib/libpanelw_p.a
6221OLD_FILES+=usr/lib/libpcap_p.a
6222OLD_FILES+=usr/lib/libpmc_p.a
6223OLD_FILES+=usr/lib/libpthread_p.a
6224OLD_FILES+=usr/lib/libradius_p.a
6225OLD_FILES+=usr/lib/libroken_p.a
6226OLD_FILES+=usr/lib/librpcsvc_p.a
6227OLD_FILES+=usr/lib/librt_p.a
6228OLD_FILES+=usr/lib/libsbuf_p.a
6229OLD_FILES+=usr/lib/libsdp_p.a
6230OLD_FILES+=usr/lib/libsmb_p.a
6231OLD_FILES+=usr/lib/libssl_p.a
6232OLD_FILES+=usr/lib/libstdc++_p.a
6233OLD_FILES+=usr/lib/libsupc++_p.a
6234OLD_FILES+=usr/lib/libtacplus_p.a
6235OLD_FILES+=usr/lib/libtermcap_p.a
6236OLD_FILES+=usr/lib/libtermcapw_p.a
6237OLD_FILES+=usr/lib/libtermlib_p.a
6238OLD_FILES+=usr/lib/libtermlibw_p.a
6239OLD_FILES+=usr/lib/libthr_p.a
6240OLD_FILES+=usr/lib/libthread_db_p.a
6241OLD_FILES+=usr/lib/libtinfo_p.a
6242OLD_FILES+=usr/lib/libtinfow_p.a
6243OLD_FILES+=usr/lib/libufs_p.a
6244OLD_FILES+=usr/lib/libugidfw_p.a
6245OLD_FILES+=usr/lib/libusbhid_p.a
6246OLD_FILES+=usr/lib/libutil_p.a
6247OLD_FILES+=usr/lib/libvgl_p.a
6248OLD_FILES+=usr/lib/libwind_p.a
6249OLD_FILES+=usr/lib/libwrap_p.a
6250OLD_FILES+=usr/lib/liby_p.a
6251OLD_FILES+=usr/lib/libypclnt_p.a
6252OLD_FILES+=usr/lib/libz_p.a
6253OLD_FILES+=usr/lib/private/libldns_p.a
6254OLD_FILES+=usr/lib/private/libssh_p.a
6255.endif
6256
6257.if ${MK_QUOTAS} == no
6258OLD_FILES+=sbin/quotacheck
6259OLD_FILES+=usr/bin/quota
6260OLD_FILES+=usr/sbin/edquota
6261OLD_FILES+=usr/sbin/quotaoff
6262OLD_FILES+=usr/sbin/quotaon
6263OLD_FILES+=usr/sbin/repquota
6264OLD_FILES+=usr/share/man/man1/quota.1.gz
6265OLD_FILES+=usr/share/man/man8/edquota.8.gz
6266OLD_FILES+=usr/share/man/man8/quotacheck.8.gz
6267OLD_FILES+=usr/share/man/man8/quotaoff.8.gz
6268OLD_FILES+=usr/share/man/man8/quotaon.8.gz
6269OLD_FILES+=usr/share/man/man8/repquota.8.gz
6270.endif
6271
6272.if ${MK_RCMDS} == no
6273OLD_FILES+=bin/rcp
6274OLD_FILES+=etc/rc.d/rwho
6275OLD_FILES+=etc/periodic/daily/140.clean-rwho
6276OLD_FILES+=etc/periodic/daily/430.status-rwho
6277OLD_FILES+=rescue/rcp
6278OLD_FILES+=usr/bin/rlogin
6279OLD_FILES+=usr/bin/rsh
6280OLD_FILES+=usr/bin/ruptime
6281OLD_FILES+=usr/bin/rwho
6282OLD_FILES+=usr/libexec/rlogind
6283OLD_FILES+=usr/libexec/rshd
6284OLD_FILES+=usr/sbin/rwhod
6285OLD_FILES+=usr/share/man/man1/rcp.1.gz
6286OLD_FILES+=usr/share/man/man1/rlogin.1.gz
6287OLD_FILES+=usr/share/man/man1/rsh.1.gz
6288OLD_FILES+=usr/share/man/man1/ruptime.1.gz
6289OLD_FILES+=usr/share/man/man1/rwho.1.gz
6290OLD_FILES+=usr/share/man/man8/rlogind.8.gz
6291OLD_FILES+=usr/share/man/man8/rshd.8.gz
6292OLD_FILES+=usr/share/man/man8/rwhod.8.gz
6293.endif
6294
6295.if ${MK_RCS} == no
6296OLD_FILES+=usr/bin/ci
6297OLD_FILES+=usr/bin/co
6298OLD_FILES+=usr/bin/ident
6299OLD_FILES+=usr/bin/merge
6300OLD_FILES+=usr/bin/rcs
6301OLD_FILES+=usr/bin/rcsclean
6302OLD_FILES+=usr/bin/rcsdiff
6303OLD_FILES+=usr/bin/rcsfreeze
6304OLD_FILES+=usr/bin/rcsmerge
6305OLD_FILES+=usr/bin/rlog
6306OLD_FILES+=usr/sbin/etcupdate
6307OLD_FILES+=usr/share/man/man1/ci.1.gz
6308OLD_FILES+=usr/share/man/man1/co.1.gz
6309OLD_FILES+=usr/share/man/man1/ident.1.gz
6310OLD_FILES+=usr/share/man/man1/merge.1.gz
6311OLD_FILES+=usr/share/man/man1/rcs.1.gz
6312OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
6313OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
6314OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
6315OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
6316OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
6317OLD_FILES+=usr/share/man/man1/rlog.1.gz
6318OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
6319OLD_FILES+=usr/share/man/man8/etcupdate.8.gz
6320.endif
6321
6322#.if ${MK_RESCUE} == no
6323# to be filled in or replaced with a special target
6324#.endif
6325
6326.if ${MK_ROUTED} == no
6327OLD_FILES+=sbin/routed
6328OLD_FILES+=sbin/rtquery
6329OLD_FILES+=usr/share/man/man8/routed.8.gz
6330OLD_FILES+=usr/share/man/man8/rtquery.8.gz
6331.endif
6332
6333.if ${MK_SENDMAIL} == no
6334OLD_FILES+=etc/periodic/daily/150.clean-hoststat
6335OLD_FILES+=etc/periodic/daily/440.status-mailq
6336OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
6337OLD_FILES+=etc/periodic/daily/500.queuerun
6338.if ${MK_MAILWRAPPER} == no
6339OLD_FILES+=bin/rmail
6340.endif
6341OLD_FILES+=usr/bin/vacation
6342OLD_FILES+=usr/include/libmilter/mfapi.h
6343OLD_FILES+=usr/include/libmilter/mfdef.h
6344OLD_DIRS+=usr/include/libmilter
6345OLD_FILES+=usr/lib/libmilter.a
6346OLD_FILES+=usr/lib/libmilter.so
6347OLD_LIBS+=usr/lib/libmilter.so.5
6348OLD_FILES+=usr/lib/libmilter_p.a
6349.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6350OLD_FILES+=usr/lib32/libmilter.a
6351OLD_FILES+=usr/lib32/libmilter.so
6352OLD_LIBS+=usr/lib32/libmilter.so.5
6353OLD_FILES+=usr/lib32/libmilter_p.a
6354.endif
6355OLD_FILES+=usr/libexec/mail.local
6356OLD_FILES+=usr/libexec/sendmail/sendmail
6357OLD_FILES+=usr/libexec/smrsh
6358OLD_FILES+=usr/sbin/editmap
6359OLD_FILES+=usr/sbin/mailstats
6360OLD_FILES+=usr/sbin/makemap
6361OLD_FILES+=usr/sbin/praliases
6362OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
6363OLD_DIRS+=usr/share/doc/smm/08.sendmailop
6364OLD_FILES+=usr/share/man/man1/mailq.1.gz
6365OLD_FILES+=usr/share/man/man1/newaliases.1.gz
6366OLD_FILES+=usr/share/man/man1/vacation.1.gz
6367OLD_FILES+=usr/share/man/man5/aliases.5.gz
6368OLD_FILES+=usr/share/man/man8/editmap.8.gz
6369OLD_FILES+=usr/share/man/man8/hoststat.8.gz
6370OLD_FILES+=usr/share/man/man8/mail.local.8.gz
6371OLD_FILES+=usr/share/man/man8/mailstats.8.gz
6372OLD_FILES+=usr/share/man/man8/makemap.8.gz
6373OLD_FILES+=usr/share/man/man8/praliases.8.gz
6374OLD_FILES+=usr/share/man/man8/purgestat.8.gz
6375OLD_FILES+=usr/share/man/man8/rmail.8.gz
6376OLD_FILES+=usr/share/man/man8/sendmail.8.gz
6377OLD_FILES+=usr/share/man/man8/smrsh.8.gz
6378OLD_FILES+=usr/share/sendmail/cf/README
6379OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
6380OLD_FILES+=usr/share/sendmail/cf/cf/README
6381OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
6382OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
6383OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
6384OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
6385OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
6386OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
6387OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
6388OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
6389OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
6390OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
6391OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
6392OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
6393OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
6394OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
6395OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
6396OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
6397OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
6398OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
6399OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
6400OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
6401OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
6402OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
6403OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
6404OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
6405OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
6406OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
6407OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
6408OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
6409OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
6410OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
6411OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
6412OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
6413OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
6414OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
6415OLD_DIRS+=usr/share/sendmail/cf/cf
6416OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
6417OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
6418OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
6419OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
6420OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
6421OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
6422OLD_DIRS+=usr/share/sendmail/cf/domain
6423OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
6424OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
6425OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
6426OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
6427OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
6428OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
6429OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
6430OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
6431OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
6432OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
6433OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
6434OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
6435OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
6436OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
6437OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
6438OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
6439OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
6440OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
6441OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
6442OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
6443OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
6444OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
6445OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
6446OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
6447OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
6448OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
6449OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
6450OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
6451OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
6452OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
6453OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
6454OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
6455OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
6456OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
6457OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
6458OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
6459OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
6460OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
6461OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
6462OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
6463OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
6464OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
6465OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
6466OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
6467OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
6468OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
6469OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
6470OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
6471OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
6472OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
6473OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
6474OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
6475OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
6476OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
6477OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
6478OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
6479OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
6480OLD_DIRS+=usr/share/sendmail/cf/feature
6481OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
6482OLD_DIRS+=usr/share/sendmail/cf/hack
6483OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
6484OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
6485OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
6486OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
6487OLD_DIRS+=usr/share/sendmail/cf/m4
6488OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
6489OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
6490OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
6491OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
6492OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
6493OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
6494OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
6495OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
6496OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
6497OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
6498OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
6499OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
6500OLD_DIRS+=usr/share/sendmail/cf/mailer
6501OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
6502OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
6503OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
6504OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
6505OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
6506OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
6507OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
6508OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
6509OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
6510OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
6511OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
6512OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
6513OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
6514OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
6515OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
6516OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
6517OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
6518OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
6519OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
6520OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
6521OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
6522OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
6523OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
6524OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
6525OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
6526OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
6527OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
6528OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
6529OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
6530OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
6531OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
6532OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
6533OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
6534OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
6535OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
6536OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
6537OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
6538OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
6539OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
6540OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
6541OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
6542OLD_FILES+=usr/share/sendmail/cf/ostype/solaris11.m4
6543OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
6544OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
6545OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
6546OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
6547OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
6548OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
6549OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
6550OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
6551OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
6552OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
6553OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
6554OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
6555OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
6556OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
6557OLD_DIRS+=usr/share/sendmail/cf/ostype
6558OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
6559OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
6560OLD_DIRS+=usr/share/sendmail/cf/sh
6561OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
6562OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
6563OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
6564OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
6565OLD_DIRS+=usr/share/sendmail/cf/siteconfig
6566OLD_DIRS+=usr/share/sendmail/cf
6567OLD_DIRS+=usr/share/sendmail
6568.endif
6569
6570.if ${MK_SHAREDOCS} == no
6571OLD_FILES+=usr/share/doc/pjdfstest/README
6572OLD_DIRS+=usr/share/doc/pjdfstest
6573.endif
6574
6575.if ${MK_SSP} == no
6576OLD_LIBS+=lib/libssp.so.0
6577OLD_FILES+=usr/include/ssp/ssp.h
6578OLD_FILES+=usr/include/ssp/stdio.h
6579OLD_FILES+=usr/include/ssp/string.h
6580OLD_FILES+=usr/include/ssp/unistd.h
6581OLD_FILES+=usr/lib/libssp.a
6582OLD_FILES+=usr/lib/libssp.so
6583OLD_FILES+=usr/lib/libssp_nonshared.a
6584OLD_FILES+=usr/lib32/libssp.a
6585OLD_FILES+=usr/lib32/libssp.so
6586OLD_LIBS+=usr/lib32/libssp.so.0
6587OLD_FILES+=usr/lib32/libssp_nonshared.a
6588OLD_FILES+=usr/tests/lib/libc/ssp/Kyuafile
6589OLD_FILES+=usr/tests/lib/libc/ssp/h_fgets
6590OLD_FILES+=usr/tests/lib/libc/ssp/h_getcwd
6591OLD_FILES+=usr/tests/lib/libc/ssp/h_gets
6592OLD_FILES+=usr/tests/lib/libc/ssp/h_memcpy
6593OLD_FILES+=usr/tests/lib/libc/ssp/h_memmove
6594OLD_FILES+=usr/tests/lib/libc/ssp/h_memset
6595OLD_FILES+=usr/tests/lib/libc/ssp/h_read
6596OLD_FILES+=usr/tests/lib/libc/ssp/h_readlink
6597OLD_FILES+=usr/tests/lib/libc/ssp/h_snprintf
6598OLD_FILES+=usr/tests/lib/libc/ssp/h_sprintf
6599OLD_FILES+=usr/tests/lib/libc/ssp/h_stpcpy
6600OLD_FILES+=usr/tests/lib/libc/ssp/h_stpncpy
6601OLD_FILES+=usr/tests/lib/libc/ssp/h_strcat
6602OLD_FILES+=usr/tests/lib/libc/ssp/h_strcpy
6603OLD_FILES+=usr/tests/lib/libc/ssp/h_strncat
6604OLD_FILES+=usr/tests/lib/libc/ssp/h_strncpy
6605OLD_FILES+=usr/tests/lib/libc/ssp/h_vsnprintf
6606OLD_FILES+=usr/tests/lib/libc/ssp/h_vsprintf
6607OLD_FILES+=usr/tests/lib/libc/ssp/ssp_test
6608.endif
6609
6610.if ${MK_SYSCONS} == no
6611OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts
6612OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt
6613OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt
6614OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt
6615OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt
6616OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt
6617OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt
6618OLD_FILES+=usr/share/syscons/fonts/cp437-8x14.fnt
6619OLD_FILES+=usr/share/syscons/fonts/cp437-8x16.fnt
6620OLD_FILES+=usr/share/syscons/fonts/cp437-8x8.fnt
6621OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x16.fnt
6622OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x8.fnt
6623OLD_FILES+=usr/share/syscons/fonts/cp850-8x14.fnt
6624OLD_FILES+=usr/share/syscons/fonts/cp850-8x16.fnt
6625OLD_FILES+=usr/share/syscons/fonts/cp850-8x8.fnt
6626OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x16.fnt
6627OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x8.fnt
6628OLD_FILES+=usr/share/syscons/fonts/cp865-8x14.fnt
6629OLD_FILES+=usr/share/syscons/fonts/cp865-8x16.fnt
6630OLD_FILES+=usr/share/syscons/fonts/cp865-8x8.fnt
6631OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x16.fnt
6632OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x8.fnt
6633OLD_FILES+=usr/share/syscons/fonts/cp866-8x14.fnt
6634OLD_FILES+=usr/share/syscons/fonts/cp866-8x16.fnt
6635OLD_FILES+=usr/share/syscons/fonts/cp866-8x8.fnt
6636OLD_FILES+=usr/share/syscons/fonts/cp866b-8x16.fnt
6637OLD_FILES+=usr/share/syscons/fonts/cp866c-8x16.fnt
6638OLD_FILES+=usr/share/syscons/fonts/cp866u-8x14.fnt
6639OLD_FILES+=usr/share/syscons/fonts/cp866u-8x16.fnt
6640OLD_FILES+=usr/share/syscons/fonts/cp866u-8x8.fnt
6641OLD_FILES+=usr/share/syscons/fonts/haik8-8x14.fnt
6642OLD_FILES+=usr/share/syscons/fonts/haik8-8x16.fnt
6643OLD_FILES+=usr/share/syscons/fonts/haik8-8x8.fnt
6644OLD_FILES+=usr/share/syscons/fonts/iso-8x14.fnt
6645OLD_FILES+=usr/share/syscons/fonts/iso-8x16.fnt
6646OLD_FILES+=usr/share/syscons/fonts/iso-8x8.fnt
6647OLD_FILES+=usr/share/syscons/fonts/iso-thin-8x16.fnt
6648OLD_FILES+=usr/share/syscons/fonts/iso02-8x14.fnt
6649OLD_FILES+=usr/share/syscons/fonts/iso02-8x16.fnt
6650OLD_FILES+=usr/share/syscons/fonts/iso02-8x8.fnt
6651OLD_FILES+=usr/share/syscons/fonts/iso04-8x14.fnt
6652OLD_FILES+=usr/share/syscons/fonts/iso04-8x16.fnt
6653OLD_FILES+=usr/share/syscons/fonts/iso04-8x8.fnt
6654OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x14.fnt
6655OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x16.fnt
6656OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x8.fnt
6657OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-wide-8x16.fnt
6658OLD_FILES+=usr/share/syscons/fonts/iso04-wide-8x16.fnt
6659OLD_FILES+=usr/share/syscons/fonts/iso05-8x14.fnt
6660OLD_FILES+=usr/share/syscons/fonts/iso05-8x16.fnt
6661OLD_FILES+=usr/share/syscons/fonts/iso05-8x8.fnt
6662OLD_FILES+=usr/share/syscons/fonts/iso07-8x14.fnt
6663OLD_FILES+=usr/share/syscons/fonts/iso07-8x16.fnt
6664OLD_FILES+=usr/share/syscons/fonts/iso07-8x8.fnt
6665OLD_FILES+=usr/share/syscons/fonts/iso08-8x14.fnt
6666OLD_FILES+=usr/share/syscons/fonts/iso08-8x16.fnt
6667OLD_FILES+=usr/share/syscons/fonts/iso08-8x8.fnt
6668OLD_FILES+=usr/share/syscons/fonts/iso09-8x16.fnt
6669OLD_FILES+=usr/share/syscons/fonts/iso15-8x14.fnt
6670OLD_FILES+=usr/share/syscons/fonts/iso15-8x16.fnt
6671OLD_FILES+=usr/share/syscons/fonts/iso15-8x8.fnt
6672OLD_FILES+=usr/share/syscons/fonts/iso15-thin-8x16.fnt
6673OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x14.fnt
6674OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x16.fnt
6675OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x8.fnt
6676OLD_FILES+=usr/share/syscons/fonts/koi8-rb-8x16.fnt
6677OLD_FILES+=usr/share/syscons/fonts/koi8-rc-8x16.fnt
6678OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x14.fnt
6679OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x16.fnt
6680OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x8.fnt
6681OLD_FILES+=usr/share/syscons/fonts/swiss-1131-8x16.fnt
6682OLD_FILES+=usr/share/syscons/fonts/swiss-1251-8x16.fnt
6683OLD_FILES+=usr/share/syscons/fonts/swiss-8x14.fnt
6684OLD_FILES+=usr/share/syscons/fonts/swiss-8x16.fnt
6685OLD_FILES+=usr/share/syscons/fonts/swiss-8x8.fnt
6686OLD_FILES+=usr/share/syscons/keymaps/INDEX.keymaps
6687OLD_FILES+=usr/share/syscons/keymaps/be.iso.acc.kbd
6688OLD_FILES+=usr/share/syscons/keymaps/be.iso.kbd
6689OLD_FILES+=usr/share/syscons/keymaps/bg.bds.ctrlcaps.kbd
6690OLD_FILES+=usr/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd
6691OLD_FILES+=usr/share/syscons/keymaps/br275.cp850.kbd
6692OLD_FILES+=usr/share/syscons/keymaps/br275.iso.acc.kbd
6693OLD_FILES+=usr/share/syscons/keymaps/br275.iso.kbd
6694OLD_FILES+=usr/share/syscons/keymaps/by.cp1131.kbd
6695OLD_FILES+=usr/share/syscons/keymaps/by.cp1251.kbd
6696OLD_FILES+=usr/share/syscons/keymaps/by.iso5.kbd
6697OLD_FILES+=usr/share/syscons/keymaps/ce.iso2.kbd
6698OLD_FILES+=usr/share/syscons/keymaps/colemak.iso15.acc.kbd
6699OLD_FILES+=usr/share/syscons/keymaps/cs.latin2.qwertz.kbd
6700OLD_FILES+=usr/share/syscons/keymaps/cz.iso2.kbd
6701OLD_FILES+=usr/share/syscons/keymaps/danish.cp865.kbd
6702OLD_FILES+=usr/share/syscons/keymaps/danish.iso.acc.kbd
6703OLD_FILES+=usr/share/syscons/keymaps/danish.iso.kbd
6704OLD_FILES+=usr/share/syscons/keymaps/danish.iso.macbook.kbd
6705OLD_FILES+=usr/share/syscons/keymaps/dutch.iso.acc.kbd
6706OLD_FILES+=usr/share/syscons/keymaps/eee_nordic.kbd
6707OLD_FILES+=usr/share/syscons/keymaps/el.iso07.kbd
6708OLD_FILES+=usr/share/syscons/keymaps/estonian.cp850.kbd
6709OLD_FILES+=usr/share/syscons/keymaps/estonian.iso.kbd
6710OLD_FILES+=usr/share/syscons/keymaps/estonian.iso15.kbd
6711OLD_FILES+=usr/share/syscons/keymaps/finnish.cp850.kbd
6712OLD_FILES+=usr/share/syscons/keymaps/finnish.iso.kbd
6713OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.acc.kbd
6714OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.kbd
6715OLD_FILES+=usr/share/syscons/keymaps/fr.iso.acc.kbd
6716OLD_FILES+=usr/share/syscons/keymaps/fr.iso.kbd
6717OLD_FILES+=usr/share/syscons/keymaps/fr.macbook.acc.kbd
6718OLD_FILES+=usr/share/syscons/keymaps/fr_CA.iso.acc.kbd
6719OLD_FILES+=usr/share/syscons/keymaps/german.cp850.kbd
6720OLD_FILES+=usr/share/syscons/keymaps/german.iso.acc.kbd
6721OLD_FILES+=usr/share/syscons/keymaps/german.iso.kbd
6722OLD_FILES+=usr/share/syscons/keymaps/gr.elot.acc.kbd
6723OLD_FILES+=usr/share/syscons/keymaps/gr.us101.acc.kbd
6724OLD_FILES+=usr/share/syscons/keymaps/hr.iso.kbd
6725OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.101keys.kbd
6726OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.102keys.kbd
6727OLD_FILES+=usr/share/syscons/keymaps/hy.armscii-8.kbd
6728OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.acc.kbd
6729OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.kbd
6730OLD_FILES+=usr/share/syscons/keymaps/it.iso.kbd
6731OLD_FILES+=usr/share/syscons/keymaps/iw.iso8.kbd
6732OLD_FILES+=usr/share/syscons/keymaps/jp.106.kbd
6733OLD_FILES+=usr/share/syscons/keymaps/jp.106x.kbd
6734OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.iso.kbd
6735OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.kbd
6736OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.io.kbd
6737OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.kst.kbd
6738OLD_FILES+=usr/share/syscons/keymaps/latinamerican.iso.acc.kbd
6739OLD_FILES+=usr/share/syscons/keymaps/latinamerican.kbd
6740OLD_FILES+=usr/share/syscons/keymaps/lt.iso4.kbd
6741OLD_FILES+=usr/share/syscons/keymaps/norwegian.dvorak.kbd
6742OLD_FILES+=usr/share/syscons/keymaps/norwegian.iso.kbd
6743OLD_FILES+=usr/share/syscons/keymaps/pl_PL.ISO8859-2.kbd
6744OLD_FILES+=usr/share/syscons/keymaps/pl_PL.dvorak.kbd
6745OLD_FILES+=usr/share/syscons/keymaps/pt.iso.acc.kbd
6746OLD_FILES+=usr/share/syscons/keymaps/pt.iso.kbd
6747OLD_FILES+=usr/share/syscons/keymaps/ru.cp866.kbd
6748OLD_FILES+=usr/share/syscons/keymaps/ru.iso5.kbd
6749OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.kbd
6750OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.shift.kbd
6751OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.win.kbd
6752OLD_FILES+=usr/share/syscons/keymaps/si.iso.kbd
6753OLD_FILES+=usr/share/syscons/keymaps/sk.iso2.kbd
6754OLD_FILES+=usr/share/syscons/keymaps/spanish.dvorak.kbd
6755OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.acc.kbd
6756OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.kbd
6757OLD_FILES+=usr/share/syscons/keymaps/spanish.iso15.acc.kbd
6758OLD_FILES+=usr/share/syscons/keymaps/swedish.cp850.kbd
6759OLD_FILES+=usr/share/syscons/keymaps/swedish.iso.kbd
6760OLD_FILES+=usr/share/syscons/keymaps/swissfrench.cp850.kbd
6761OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.acc.kbd
6762OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.kbd
6763OLD_FILES+=usr/share/syscons/keymaps/swissgerman.cp850.kbd
6764OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.acc.kbd
6765OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.kbd
6766OLD_FILES+=usr/share/syscons/keymaps/swissgerman.macbook.acc.kbd
6767OLD_FILES+=usr/share/syscons/keymaps/tr.iso9.q.kbd
6768OLD_FILES+=usr/share/syscons/keymaps/ua.iso5.kbd
6769OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.kbd
6770OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd
6771OLD_FILES+=usr/share/syscons/keymaps/uk.cp850-ctrl.kbd
6772OLD_FILES+=usr/share/syscons/keymaps/uk.cp850.kbd
6773OLD_FILES+=usr/share/syscons/keymaps/uk.dvorak.kbd
6774OLD_FILES+=usr/share/syscons/keymaps/uk.iso-ctrl.kbd
6775OLD_FILES+=usr/share/syscons/keymaps/uk.iso.kbd
6776OLD_FILES+=usr/share/syscons/keymaps/us.dvorak.kbd
6777OLD_FILES+=usr/share/syscons/keymaps/us.dvorakl.kbd
6778OLD_FILES+=usr/share/syscons/keymaps/us.dvorakp.kbd
6779OLD_FILES+=usr/share/syscons/keymaps/us.dvorakr.kbd
6780OLD_FILES+=usr/share/syscons/keymaps/us.dvorakx.kbd
6781OLD_FILES+=usr/share/syscons/keymaps/us.emacs.kbd
6782OLD_FILES+=usr/share/syscons/keymaps/us.iso.acc.kbd
6783OLD_FILES+=usr/share/syscons/keymaps/us.iso.kbd
6784OLD_FILES+=usr/share/syscons/keymaps/us.pc-ctrl.kbd
6785OLD_FILES+=usr/share/syscons/keymaps/us.unix.kbd
6786OLD_FILES+=usr/share/syscons/scrnmaps/armscii8-2haik8.scm
6787OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm
6788OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-4_for_vga9.scm
6789OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-7_to_cp437.scm
6790OLD_FILES+=usr/share/syscons/scrnmaps/koi8-r2cp866.scm
6791OLD_FILES+=usr/share/syscons/scrnmaps/koi8-u2cp866u.scm
6792OLD_FILES+=usr/share/syscons/scrnmaps/us-ascii_to_cp437.scm
6793.endif
6794
6795.if ${MK_TALK} == no
6796OLD_FILES+=usr/bin/talk
6797OLD_FILES+=usr/libexec/ntalkd
6798OLD_FILES+=usr/share/man/man1/talk.1.gz
6799OLD_FILES+=usr/share/man/man8/talkd.8.gz
6800.endif
6801
6802.if ${MK_TCSH} == no
6803OLD_FILES+=.cshrc
6804OLD_FILES+=etc/csh.cshrc
6805OLD_FILES+=etc/csh.login
6806OLD_FILES+=etc/csh.logout
6807OLD_FILES+=bin/csh
6808OLD_FILES+=bin/tcsh
6809OLD_FILES+=rescue/csh
6810OLD_FILES+=rescue/tcsh
6811OLD_FILES+=root/.cshrc
6812OLD_FILES+=root/.login
6813OLD_FILES+=usr/share/examples/etc/csh.cshrc
6814OLD_FILES+=usr/share/examples/etc/csh.login
6815OLD_FILES+=usr/share/examples/etc/csh.logout
6816OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
6817OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
6818OLD_DIRS+=usr/share/examples/tcsh
6819OLD_FILES+=usr/share/man/man1/csh.1.gz
6820OLD_FILES+=usr/share/man/man1/tcsh.1.gz
6821OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
6822OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
6823OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
6824OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
6825OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
6826OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
6827OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
6828OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
6829OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
6830OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
6831OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
6832OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
6833OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
6834OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
6835OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
6836OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
6837OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
6838OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
6839OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
6840OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
6841OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
6842OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
6843OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
6844OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
6845OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
6846OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
6847OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
6848OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
6849OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
6850OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
6851OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
6852OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
6853OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
6854OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
6855OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
6856OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
6857OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
6858OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
6859OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
6860OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
6861OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
6862OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
6863OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
6864OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
6865OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
6866OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
6867OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
6868OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
6869.endif
6870
6871.if ${MK_TELNET} == no
6872OLD_FILES+=usr/bin/telnet
6873OLD_FILES+=usr/libexec/telnetd
6874OLD_FILES+=usr/share/man/man1/telnet.1.gz
6875OLD_FILES+=usr/share/man/man8/telnetd.8.gz
6876.endif
6877
6878.if ${MK_TESTS} == yes
6879OLD_FILES+=usr/bin/atf-sh
6880OLD_FILES+=usr/include/atf-c++/config.hpp
6881OLD_FILES+=usr/include/atf-c/config.h
6882OLD_LIBS+=usr/lib/libatf-c++.a
6883OLD_LIBS+=usr/lib/libatf-c++.so
6884OLD_LIBS+=usr/lib/libatf-c++.so.1
6885OLD_LIBS+=usr/lib/libatf-c++.so.2
6886OLD_LIBS+=usr/lib/libatf-c++_p.a
6887OLD_LIBS+=usr/lib/libatf-c.a
6888OLD_LIBS+=usr/lib/libatf-c.so
6889OLD_LIBS+=usr/lib/libatf-c.so.1
6890OLD_LIBS+=usr/lib/libatf-c_p.a
6891OLD_LIBS+=usr/lib/private/libatf-c.so.0
6892OLD_LIBS+=usr/lib/private/libatf-c++.so.1
6893.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
6894OLD_LIBS+=usr/lib32/libatf-c++.a
6895OLD_LIBS+=usr/lib32/libatf-c++.so
6896OLD_LIBS+=usr/lib32/libatf-c++.so.1
6897OLD_LIBS+=usr/lib32/libatf-c++.so.2
6898OLD_LIBS+=usr/lib32/libatf-c++_p.a
6899OLD_LIBS+=usr/lib32/libatf-c.a
6900OLD_LIBS+=usr/lib32/libatf-c.so
6901OLD_LIBS+=usr/lib32/libatf-c.so.1
6902OLD_LIBS+=usr/lib32/libatf-c_p.a
6903OLD_LIBS+=usr/lib32/private/libatf-c.so.0
6904OLD_LIBS+=usr/lib32/private/libatf-c++.so.1
6905.endif
6906OLD_FILES+=usr/libdata/pkgconfig/atf-c++.pc
6907OLD_FILES+=usr/libdata/pkgconfig/atf-c.pc
6908OLD_FILES+=usr/libdata/pkgconfig/atf-sh.pc
6909OLD_FILES+=usr/share/aclocal/atf-c++.m4
6910OLD_FILES+=usr/share/aclocal/atf-c.m4
6911OLD_FILES+=usr/share/aclocal/atf-common.m4
6912OLD_FILES+=usr/share/aclocal/atf-sh.m4
6913OLD_DIRS+=usr/share/aclocal
6914OLD_FILES+=usr/tests/bin/chown/units_basics
6915OLD_FILES+=usr/tests/bin/date/legacy_test
6916OLD_FILES+=usr/tests/bin/sh/legacy_test
6917OLD_FILES+=usr/tests/usr.bin/atf/Kyuafile
6918OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/Kyuafile
6919OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/atf_check_test
6920OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/config_test
6921OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/integration_test
6922OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/misc_helpers
6923OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/normalize_test
6924OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tc_test
6925OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tp_test
6926OLD_DIRS+=usr/tests/usr.bin/atf/atf-sh
6927OLD_DIRS+=usr/tests/usr.bin/atf
6928OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
6929OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
6930OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test
6931OLD_FILES+=usr/tests/lib/atf/libatf-c++/config_test
6932OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/expand_test
6933OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/parser_test
6934OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/sanity_test
6935OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/ui_test
6936OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test
6937OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test
6938OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test
6939OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test
6940OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test
6941OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test
6942OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test
6943OLD_FILES+=usr/tests/lib/atf/libatf-c++/pkg_config_test
6944OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test
6945OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test
6946OLD_FILES+=usr/tests/lib/atf/libatf-c/config_test
6947OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test
6948OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test
6949OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test
6950OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test
6951OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test
6952OLD_FILES+=usr/tests/lib/atf/libatf-c/pkg_config_test
6953OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers
6954OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test
6955OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test
6956OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test
6957OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test
6958.if ${MK_MAKE} == yes
6959OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/legacy_test
6960OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Kyuafile
6961OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Makefile.test
6962OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.1
6963OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.2
6964OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.3
6965OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.4
6966OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.5
6967OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.6
6968OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.7
6969OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.1
6970OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.2
6971OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.3
6972OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.4
6973OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.5
6974OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.6
6975OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.7
6976OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.1
6977OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.2
6978OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.3
6979OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.4
6980OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.5
6981OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.6
6982OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.7
6983OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/libtest.a
6984OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/legacy_test
6985OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Kyuafile
6986OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Makefile.test
6987OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.1
6988OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.2
6989OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.3
6990OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.4
6991OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.5
6992OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.6
6993OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.7
6994OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.1
6995OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.2
6996OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.3
6997OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.4
6998OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.5
6999OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.6
7000OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.7
7001OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.1
7002OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.2
7003OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.3
7004OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.4
7005OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.5
7006OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.6
7007OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.7
7008OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/libtest.a
7009OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/legacy_test
7010OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Kyuafile
7011OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Makefile.test
7012OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.1
7013OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.2
7014OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.3
7015OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.4
7016OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.5
7017OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.6
7018OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.7
7019OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.1
7020OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.2
7021OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.3
7022OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.4
7023OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.5
7024OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.6
7025OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.7
7026OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.1
7027OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.2
7028OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.3
7029OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.4
7030OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.5
7031OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.6
7032OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.7
7033OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/libtest.a
7034OLD_FILES+=usr/tests/usr.bin/make/archives/Kyuafile
7035OLD_FILES+=usr/tests/usr.bin/make/basic/t0/legacy_test
7036OLD_FILES+=usr/tests/usr.bin/make/basic/t0/Kyuafile
7037OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.status.1
7038OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stderr.1
7039OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stdout.1
7040OLD_FILES+=usr/tests/usr.bin/make/basic/t1/legacy_test
7041OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Kyuafile
7042OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Makefile.test
7043OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.status.1
7044OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stderr.1
7045OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stdout.1
7046OLD_FILES+=usr/tests/usr.bin/make/basic/t2/legacy_test
7047OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Kyuafile
7048OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Makefile.test
7049OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.status.1
7050OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stderr.1
7051OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stdout.1
7052OLD_FILES+=usr/tests/usr.bin/make/basic/t3/legacy_test
7053OLD_FILES+=usr/tests/usr.bin/make/basic/t3/Kyuafile
7054OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.status.1
7055OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stderr.1
7056OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stdout.1
7057OLD_FILES+=usr/tests/usr.bin/make/basic/Kyuafile
7058OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/legacy_test
7059OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Kyuafile
7060OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Makefile.test
7061OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.status.1
7062OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stderr.1
7063OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stdout.1
7064OLD_FILES+=usr/tests/usr.bin/make/execution/empty/legacy_test
7065OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Kyuafile
7066OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Makefile.test
7067OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.status.1
7068OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stderr.1
7069OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stdout.1
7070OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/legacy_test
7071OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Kyuafile
7072OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Makefile.test
7073OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.status.1
7074OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stderr.1
7075OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stdout.1
7076OLD_FILES+=usr/tests/usr.bin/make/execution/plus/legacy_test
7077OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Kyuafile
7078OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Makefile.test
7079OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.status.1
7080OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stderr.1
7081OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stdout.1
7082OLD_FILES+=usr/tests/usr.bin/make/execution/Kyuafile
7083OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/legacy_test
7084OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Kyuafile
7085OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Makefile.test
7086OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.1
7087OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.2
7088OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.1
7089OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.2
7090OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.1
7091OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.2
7092OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/sh
7093OLD_FILES+=usr/tests/usr.bin/make/shell/meta/legacy_test
7094OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Kyuafile
7095OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Makefile.test
7096OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.1
7097OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.2
7098OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.1
7099OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.2
7100OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.1
7101OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.2
7102OLD_FILES+=usr/tests/usr.bin/make/shell/meta/sh
7103OLD_FILES+=usr/tests/usr.bin/make/shell/path/legacy_test
7104OLD_FILES+=usr/tests/usr.bin/make/shell/path/Kyuafile
7105OLD_FILES+=usr/tests/usr.bin/make/shell/path/Makefile.test
7106OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.1
7107OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.2
7108OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.1
7109OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.2
7110OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.1
7111OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.2
7112OLD_FILES+=usr/tests/usr.bin/make/shell/path/sh
7113OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/legacy_test
7114OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Kyuafile
7115OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Makefile.test
7116OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.1
7117OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.2
7118OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.1
7119OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.2
7120OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.1
7121OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.2
7122OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/shell
7123OLD_FILES+=usr/tests/usr.bin/make/shell/replace/legacy_test
7124OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Kyuafile
7125OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Makefile.test
7126OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.1
7127OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.2
7128OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.1
7129OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.2
7130OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.1
7131OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.2
7132OLD_FILES+=usr/tests/usr.bin/make/shell/replace/shell
7133OLD_FILES+=usr/tests/usr.bin/make/shell/select/legacy_test
7134OLD_FILES+=usr/tests/usr.bin/make/shell/select/Kyuafile
7135OLD_FILES+=usr/tests/usr.bin/make/shell/select/Makefile.test
7136OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.1
7137OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.2
7138OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.1
7139OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.2
7140OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.1
7141OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.2
7142OLD_FILES+=usr/tests/usr.bin/make/shell/Kyuafile
7143OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/legacy_test
7144OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Kyuafile
7145OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Makefile.test
7146OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/TEST1.a
7147OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.status.1
7148OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stderr.1
7149OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stdout.1
7150OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/legacy_test
7151OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Kyuafile
7152OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Makefile.test
7153OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST1.a
7154OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST2.a
7155OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.status.1
7156OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stderr.1
7157OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stdout.1
7158OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/legacy_test
7159OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Kyuafile
7160OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Makefile.test
7161OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST1.a
7162OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST2.a
7163OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.status.1
7164OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stderr.1
7165OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stdout.1
7166OLD_FILES+=usr/tests/usr.bin/make/suffixes/Kyuafile
7167OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/legacy_test
7168OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Kyuafile
7169OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Makefile.test
7170OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.status.1
7171OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stderr.1
7172OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stdout.1
7173OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/legacy_test
7174OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Kyuafile
7175OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Makefile.test
7176OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.1
7177OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.2
7178OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.3
7179OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.4
7180OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.5
7181OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.1
7182OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.2
7183OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.3
7184OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.4
7185OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.5
7186OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.1
7187OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.2
7188OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.3
7189OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.4
7190OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.5
7191OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/legacy_test
7192OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Kyuafile
7193OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Makefile.test
7194OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.1
7195OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.2
7196OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.1
7197OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.2
7198OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.1
7199OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.2
7200OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/legacy_test
7201OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Kyuafile
7202OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Makefile.test
7203OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.1
7204OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.2
7205OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.1
7206OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.2
7207OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.1
7208OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.2
7209OLD_FILES+=usr/tests/usr.bin/make/syntax/Kyuafile
7210OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/legacy_test
7211OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Kyuafile
7212OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Makefile.test
7213OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.status.1
7214OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stderr.1
7215OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stdout.1
7216OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/Kyuafile
7217OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/sys.mk
7218OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/Kyuafile
7219OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/Kyuafile
7220OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/legacy_test
7221OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/Kyuafile
7222OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/cleanup
7223OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.status.1
7224OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stderr.1
7225OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stdout.1
7226OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/Kyuafile
7227OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/sys.mk
7228OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/Kyuafile
7229OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/Kyuafile
7230OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/legacy_test
7231OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/Kyuafile
7232OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/cleanup
7233OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.status.1
7234OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stderr.1
7235OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stdout.1
7236OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/Kyuafile
7237OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/sys.mk
7238OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/Kyuafile
7239OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/Kyuafile
7240OLD_FILES+=usr/tests/usr.bin/make/sysmk/Kyuafile
7241OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/legacy_test
7242OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Kyuafile
7243OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Makefile.test
7244OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.status.1
7245OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stderr.1
7246OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stdout.1
7247OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/legacy_test
7248OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Kyuafile
7249OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Makefile.test
7250OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.1
7251OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.2
7252OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.3
7253OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.1
7254OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.2
7255OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.3
7256OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.1
7257OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.2
7258OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.3
7259OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/legacy_test
7260OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Kyuafile
7261OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Makefile.test
7262OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.1
7263OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.2
7264OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.1
7265OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.2
7266OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.1
7267OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.2
7268OLD_FILES+=usr/tests/usr.bin/make/variables/t0/legacy_test
7269OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Kyuafile
7270OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Makefile.test
7271OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.status.1
7272OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stderr.1
7273OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stdout.1
7274OLD_FILES+=usr/tests/usr.bin/make/variables/Kyuafile
7275OLD_FILES+=usr/tests/usr.bin/make/Kyuafile
7276OLD_FILES+=usr/tests/usr.bin/make/common.sh
7277OLD_FILES+=usr/tests/usr.bin/make/test-new.mk
7278OLD_DIRS+=usr/tests/usr.bin/make/variables/t0
7279OLD_DIRS+=usr/tests/usr.bin/make/variables/opt_V
7280OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_t
7281OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_M
7282OLD_DIRS+=usr/tests/usr.bin/make/variables
7283OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/mk
7284OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2/1
7285OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2
7286OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2
7287OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/mk
7288OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2/1
7289OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2
7290OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1
7291OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/mk
7292OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2/1
7293OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2
7294OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0
7295OLD_DIRS+=usr/tests/usr.bin/make/sysmk
7296OLD_DIRS+=usr/tests/usr.bin/make/syntax/semi
7297OLD_DIRS+=usr/tests/usr.bin/make/syntax/funny-targets
7298OLD_DIRS+=usr/tests/usr.bin/make/syntax/enl
7299OLD_DIRS+=usr/tests/usr.bin/make/syntax/directive-t0
7300OLD_DIRS+=usr/tests/usr.bin/make/syntax
7301OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild2
7302OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild1
7303OLD_DIRS+=usr/tests/usr.bin/make/suffixes/basic
7304OLD_DIRS+=usr/tests/usr.bin/make/suffixes
7305OLD_DIRS+=usr/tests/usr.bin/make/shell/select
7306OLD_DIRS+=usr/tests/usr.bin/make/shell/replace
7307OLD_DIRS+=usr/tests/usr.bin/make/shell/path_select
7308OLD_DIRS+=usr/tests/usr.bin/make/shell/path
7309OLD_DIRS+=usr/tests/usr.bin/make/shell/meta
7310OLD_DIRS+=usr/tests/usr.bin/make/shell/builtin
7311OLD_DIRS+=usr/tests/usr.bin/make/shell
7312OLD_DIRS+=usr/tests/usr.bin/make/execution/plus
7313OLD_DIRS+=usr/tests/usr.bin/make/execution/joberr
7314OLD_DIRS+=usr/tests/usr.bin/make/execution/empty
7315OLD_DIRS+=usr/tests/usr.bin/make/execution/ellipsis
7316OLD_DIRS+=usr/tests/usr.bin/make/execution
7317OLD_DIRS+=usr/tests/usr.bin/make/basic/t3
7318OLD_DIRS+=usr/tests/usr.bin/make/basic/t2
7319OLD_DIRS+=usr/tests/usr.bin/make/basic/t1
7320OLD_DIRS+=usr/tests/usr.bin/make/basic/t0
7321OLD_DIRS+=usr/tests/usr.bin/make/basic
7322OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_oldbsd
7323OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod
7324OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd
7325OLD_DIRS+=usr/tests/usr.bin/make/archives
7326OLD_DIRS+=usr/tests/usr.bin/make
7327OLD_FILES+=usr/tests/usr.bin/yacc/legacy_test
7328OLD_FILES+=usr/tests/usr.bin/yacc/regress.00.out
7329OLD_FILES+=usr/tests/usr.bin/yacc/regress.01.out
7330OLD_FILES+=usr/tests/usr.bin/yacc/regress.02.out
7331OLD_FILES+=usr/tests/usr.bin/yacc/regress.03.out
7332OLD_FILES+=usr/tests/usr.bin/yacc/regress.04.out
7333OLD_FILES+=usr/tests/usr.bin/yacc/regress.05.out
7334OLD_FILES+=usr/tests/usr.bin/yacc/regress.06.out
7335OLD_FILES+=usr/tests/usr.bin/yacc/regress.07.out
7336OLD_FILES+=usr/tests/usr.bin/yacc/regress.08.out
7337OLD_FILES+=usr/tests/usr.bin/yacc/regress.09.out
7338OLD_FILES+=usr/tests/usr.bin/yacc/regress.10.out
7339OLD_FILES+=usr/tests/usr.bin/yacc/regress.11.out
7340OLD_FILES+=usr/tests/usr.bin/yacc/regress.12.out
7341OLD_FILES+=usr/tests/usr.bin/yacc/regress.13.out
7342OLD_FILES+=usr/tests/usr.bin/yacc/regress.14.out
7343OLD_FILES+=usr/tests/usr.bin/yacc/regress.sh
7344OLD_FILES+=usr/tests/usr.bin/yacc/undefined.y
7345.endif
7346.else
7347# ATF libraries.
7348OLD_FILES+=etc/mtree/BSD.tests.dist
7349OLD_FILES+=usr/bin/atf-sh
7350OLD_DIRS+=usr/include/atf-c
7351OLD_FILES+=usr/include/atf-c/build.h
7352OLD_FILES+=usr/include/atf-c/check.h
7353OLD_FILES+=usr/include/atf-c/config.h
7354OLD_FILES+=usr/include/atf-c/defs.h
7355OLD_FILES+=usr/include/atf-c/error.h
7356OLD_FILES+=usr/include/atf-c/error_fwd.h
7357OLD_FILES+=usr/include/atf-c/macros.h
7358OLD_FILES+=usr/include/atf-c/tc.h
7359OLD_FILES+=usr/include/atf-c/tp.h
7360OLD_FILES+=usr/include/atf-c/utils.h
7361OLD_FILES+=usr/include/atf-c.h
7362OLD_DIRS+=usr/include/atf-c++
7363OLD_FILES+=usr/include/atf-c++/build.hpp
7364OLD_FILES+=usr/include/atf-c++/check.hpp
7365OLD_FILES+=usr/include/atf-c++/config.hpp
7366OLD_FILES+=usr/include/atf-c++/macros.hpp
7367OLD_FILES+=usr/include/atf-c++/tests.hpp
7368OLD_FILES+=usr/include/atf-c++/utils.hpp
7369OLD_FILES+=usr/include/atf-c++.hpp
7370OLD_FILES+=usr/lib/libatf-c_p.a
7371OLD_FILES+=usr/lib/libatf-c.so.1
7372OLD_FILES+=usr/lib/libatf-c.so
7373OLD_FILES+=usr/lib/libatf-c++.a
7374OLD_FILES+=usr/lib/libatf-c++_p.a
7375OLD_FILES+=usr/lib/libatf-c++.so.1
7376OLD_FILES+=usr/lib/libatf-c++.so
7377OLD_FILES+=usr/lib/libatf-c.a
7378OLD_FILES+=usr/libexec/atf-check
7379OLD_FILES+=usr/libexec/atf-sh
7380OLD_DIRS+=usr/share/atf
7381OLD_FILES+=usr/share/atf/libatf-sh.subr
7382OLD_DIRS+=usr/share/doc/atf
7383OLD_FILES+=usr/share/doc/atf/AUTHORS
7384OLD_FILES+=usr/share/doc/atf/COPYING
7385OLD_FILES+=usr/share/doc/atf/NEWS
7386OLD_FILES+=usr/share/doc/atf/README
7387OLD_FILES+=usr/share/doc/pjdfstest/README
7388OLD_FILES+=usr/share/man/man1/atf-check.1.gz
7389OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
7390OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
7391OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
7392OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
7393OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
7394OLD_FILES+=usr/share/man/man3/atf-sh.3.gz
7395OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
7396OLD_FILES+=usr/share/man/man7/atf.7.gz
7397OLD_FILES+=usr/share/mk/atf.test.mk
7398OLD_FILES+=usr/share/mk/plain.test.mk
7399OLD_FILES+=usr/share/mk/suite.test.mk
7400OLD_FILES+=usr/share/mk/tap.test.mk
7401
7402# Test suite.
7403. if exists(${DESTDIR}${TESTSBASE})
7404TESTS_DIRS!=find ${DESTDIR}${TESTSBASE} -type d | sed -e 's,^${DESTDIR}/,,'; echo
7405OLD_DIRS+=${TESTS_DIRS}
7406TESTS_FILES!=find ${DESTDIR}${TESTSBASE} \! -type d | sed -e 's,^${DESTDIR}/,,'; echo
7407OLD_FILES+=${TESTS_FILES}
7408. endif
7409.endif # Test suite.
7410
7411.if ${MK_TESTS_SUPPORT} == no
7412OLD_FILES+=usr/include/atf-c++.hpp
7413OLD_FILES+=usr/include/atf-c++/build.hpp
7414OLD_FILES+=usr/include/atf-c++/check.hpp
7415OLD_FILES+=usr/include/atf-c++/macros.hpp
7416OLD_FILES+=usr/include/atf-c++/tests.hpp
7417OLD_FILES+=usr/include/atf-c++/utils.hpp
7418OLD_FILES+=usr/include/atf-c.h
7419OLD_FILES+=usr/include/atf-c/build.h
7420OLD_FILES+=usr/include/atf-c/check.h
7421OLD_FILES+=usr/include/atf-c/defs.h
7422OLD_FILES+=usr/include/atf-c/error.h
7423OLD_FILES+=usr/include/atf-c/error_fwd.h
7424OLD_FILES+=usr/include/atf-c/macros.h
7425OLD_FILES+=usr/include/atf-c/tc.h
7426OLD_FILES+=usr/include/atf-c/tp.h
7427OLD_FILES+=usr/include/atf-c/utils.h
7428OLD_LIBS+=usr/lib/private/libatf-c++.so.2
7429OLD_LIBS+=usr/lib/private/libatf-c.so.1
7430OLD_FILES+=usr/share/man/man3/atf-c++.3.gz
7431OLD_FILES+=usr/share/man/man3/atf-c-api++.3.gz
7432OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
7433OLD_FILES+=usr/share/man/man3/atf-c.3.gz
7434OLD_FILES+=usr/tests/lib/atf/Kyuafile
7435OLD_FILES+=usr/tests/lib/atf/libatf-c++/Kyuafile
7436OLD_FILES+=usr/tests/lib/atf/libatf-c++/atf_c++_test
7437OLD_FILES+=usr/tests/lib/atf/libatf-c++/build_test
7438OLD_FILES+=usr/tests/lib/atf/libatf-c++/check_test
7439OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/Kyuafile
7440OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/application_test
7441OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/env_test
7442OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/exceptions_test
7443OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/fs_test
7444OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/process_test
7445OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/text_test
7446OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/version_helper
7447OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_hpp_test.cpp
7448OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_test
7449OLD_FILES+=usr/tests/lib/atf/libatf-c++/tests_test
7450OLD_FILES+=usr/tests/lib/atf/libatf-c++/unused_test.cpp
7451OLD_FILES+=usr/tests/lib/atf/libatf-c++/utils_test
7452OLD_FILES+=usr/tests/lib/atf/libatf-c/Kyuafile
7453OLD_FILES+=usr/tests/lib/atf/libatf-c/atf_c_test
7454OLD_FILES+=usr/tests/lib/atf/libatf-c/build_test
7455OLD_FILES+=usr/tests/lib/atf/libatf-c/check_test
7456OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/Kyuafile
7457OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/dynstr_test
7458OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/env_test
7459OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/fs_test
7460OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/list_test
7461OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/map_test
7462OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_helpers
7463OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_test
7464OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/sanity_test
7465OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/text_test
7466OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/user_test
7467OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/version_helper
7468OLD_FILES+=usr/tests/lib/atf/libatf-c/error_test
7469OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_h_test.c
7470OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_test
7471OLD_FILES+=usr/tests/lib/atf/libatf-c/tc_test
7472OLD_FILES+=usr/tests/lib/atf/libatf-c/tp_test
7473OLD_FILES+=usr/tests/lib/atf/libatf-c/unused_test.c
7474OLD_FILES+=usr/tests/lib/atf/libatf-c/utils_test
7475OLD_FILES+=usr/tests/lib/atf/test-programs/Kyuafile
7476OLD_FILES+=usr/tests/lib/atf/test-programs/c_helpers
7477OLD_FILES+=usr/tests/lib/atf/test-programs/config_test
7478OLD_FILES+=usr/tests/lib/atf/test-programs/cpp_helpers
7479OLD_FILES+=usr/tests/lib/atf/test-programs/expect_test
7480OLD_FILES+=usr/tests/lib/atf/test-programs/meta_data_test
7481OLD_FILES+=usr/tests/lib/atf/test-programs/result_test
7482OLD_FILES+=usr/tests/lib/atf/test-programs/sh_helpers
7483OLD_FILES+=usr/tests/lib/atf/test-programs/srcdir_test
7484.endif
7485
7486.if ${MK_TEXTPROC} == no
7487OLD_FILES+=usr/bin/checknr
7488OLD_FILES+=usr/bin/colcrt
7489OLD_FILES+=usr/bin/ul
7490OLD_FILES+=usr/share/man/man1/checknr.1.gz
7491OLD_FILES+=usr/share/man/man1/colcrt.1.gz
7492OLD_FILES+=usr/share/man/man1/ul.1.gz
7493.endif
7494
7495#.if ${MK_TOOLCHAIN} == no
7496# to be filled in
7497#.endif
7498
7499.if ${MK_UNBOUND} == no
7500OLD_FILES+=etc/rc.d/local_unbound
7501OLD_FILES+=etc/unbound
7502OLD_FILES+=usr/lib/private/libunbound.a
7503OLD_FILES+=usr/lib/private/libunbound.so
7504OLD_LIBS+=usr/lib/private/libunbound.so.5
7505OLD_FILES+=usr/lib/private/libunbound_p.a
7506.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
7507OLD_FILES+=usr/lib32/private/libunbound.a
7508OLD_FILES+=usr/lib32/private/libunbound.so
7509OLD_LIBS+=usr/lib32/private/libunbound.so.5
7510OLD_FILES+=usr/lib32/private/libunbound_p.a
7511.endif
7512OLD_FILES+=usr/sbin/local-unbound-setup
7513OLD_FILES+=usr/sbin/unbound
7514OLD_FILES+=usr/sbin/unbound-anchor
7515OLD_FILES+=usr/sbin/unbound-checkconf
7516OLD_FILES+=usr/sbin/unbound-control
7517OLD_FILES+=usr/sbin/unbound-control-setup
7518OLD_FILES+=usr/share/man/man5/unbound.conf.5.gz
7519OLD_FILES+=usr/share/man/man8/unbound-anchor.8.gz
7520OLD_FILES+=usr/share/man/man8/unbound-checkconf.8.gz
7521OLD_FILES+=usr/share/man/man8/unbound-control.8.gz
7522OLD_FILES+=usr/share/man/man8/unbound.8.gz
7523.endif
7524
7525.if ${MK_USB} == no
7526OLD_FILES+=etc/devd/uath.conf
7527OLD_FILES+=etc/devd/uauth.conf
7528OLD_FILES+=etc/devd/ulpt.conf
7529OLD_FILES+=etc/devd/usb.conf
7530OLD_FILES+=usr/bin/usbhidaction
7531OLD_FILES+=usr/bin/usbhidctl
7532OLD_FILES+=usr/include/libusb.h
7533OLD_FILES+=usr/include/libusb20.h
7534OLD_FILES+=usr/include/libusb20_desc.h
7535OLD_FILES+=usr/include/usb.h
7536OLD_FILES+=usr/include/usbhid.h
7537OLD_FILES+=usr/lib/libusb.a
7538OLD_FILES+=usr/lib/libusb.so
7539OLD_LIBS+=usr/lib/libusb.so.3
7540OLD_FILES+=usr/lib/libusb_p.a
7541OLD_FILES+=usr/lib/libusbhid.a
7542OLD_FILES+=usr/lib/libusbhid.so
7543OLD_LIBS+=usr/lib/libusbhid.so.4
7544OLD_FILES+=usr/lib/libusbhid_p.a
7545OLD_FILES+=usr/lib32/libusb.a
7546OLD_FILES+=usr/lib32/libusb.so
7547OLD_LIBS+=usr/lib32/libusb.so.3
7548OLD_FILES+=usr/lib32/libusb_p.a
7549OLD_FILES+=usr/lib32/libusbhid.a
7550OLD_FILES+=usr/lib32/libusbhid.so
7551OLD_LIBS+=usr/lib32/libusbhid.so.4
7552OLD_FILES+=usr/lib32/libusbhid_p.a
7553OLD_FILES+=usr/libdata/pkgconfig/libusb-0.1.pc
7554OLD_FILES+=usr/libdata/pkgconfig/libusb-1.0.pc
7555OLD_FILES+=usr/libdata/pkgconfig/libusb-2.0.pc
7556OLD_FILES+=usr/sbin/uathload
7557OLD_FILES+=usr/sbin/uhsoctl
7558OLD_FILES+=usr/sbin/usbconfig
7559OLD_FILES+=usr/sbin/usbdump
7560OLD_FILES+=usr/share/examples/libusb20/Makefile
7561OLD_FILES+=usr/share/examples/libusb20/README
7562OLD_FILES+=usr/share/examples/libusb20/bulk.c
7563OLD_FILES+=usr/share/examples/libusb20/control.c
7564OLD_FILES+=usr/share/examples/libusb20/util.c
7565OLD_FILES+=usr/share/examples/libusb20/util.h
7566OLD_DIRS+=usr/share/examples/libusb20
7567OLD_FILES+=usr/share/man/man1/uhsoctl.1.gz
7568OLD_FILES+=usr/share/man/man1/usbhidaction.1.gz
7569OLD_FILES+=usr/share/man/man1/usbhidctl.1.gz
7570OLD_FILES+=usr/share/man/man3/hid_dispose_report_desc.3.gz
7571OLD_FILES+=usr/share/man/man3/hid_end_parse.3.gz
7572OLD_FILES+=usr/share/man/man3/hid_get_data.3.gz
7573OLD_FILES+=usr/share/man/man3/hid_get_item.3.gz
7574OLD_FILES+=usr/share/man/man3/hid_get_report_desc.3.gz
7575OLD_FILES+=usr/share/man/man3/hid_init.3.gz
7576OLD_FILES+=usr/share/man/man3/hid_locate.3.gz
7577OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz
7578OLD_FILES+=usr/share/man/man3/hid_set_data.3.gz
7579OLD_FILES+=usr/share/man/man3/hid_start_parse.3.gz
7580OLD_FILES+=usr/share/man/man3/hid_usage_in_page.3.gz
7581OLD_FILES+=usr/share/man/man3/hid_usage_page.3.gz
7582OLD_FILES+=usr/share/man/man3/libusb.3.gz
7583OLD_FILES+=usr/share/man/man3/libusb20.3.gz
7584OLD_FILES+=usr/share/man/man3/libusb20_be_add_dev_quirk.3.gz
7585OLD_FILES+=usr/share/man/man3/libusb20_be_alloc_default.3.gz
7586OLD_FILES+=usr/share/man/man3/libusb20_be_dequeue_device.3.gz
7587OLD_FILES+=usr/share/man/man3/libusb20_be_device_foreach.3.gz
7588OLD_FILES+=usr/share/man/man3/libusb20_be_enqueue_device.3.gz
7589OLD_FILES+=usr/share/man/man3/libusb20_be_free.3.gz
7590OLD_FILES+=usr/share/man/man3/libusb20_be_get_dev_quirk.3.gz
7591OLD_FILES+=usr/share/man/man3/libusb20_be_get_quirk_name.3.gz
7592OLD_FILES+=usr/share/man/man3/libusb20_be_get_template.3.gz
7593OLD_FILES+=usr/share/man/man3/libusb20_be_remove_dev_quirk.3.gz
7594OLD_FILES+=usr/share/man/man3/libusb20_be_set_template.3.gz
7595OLD_FILES+=usr/share/man/man3/libusb20_desc_foreach.3.gz
7596OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc.3.gz
7597OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc_config.3.gz
7598OLD_FILES+=usr/share/man/man3/libusb20_dev_check_connected.3.gz
7599OLD_FILES+=usr/share/man/man3/libusb20_dev_close.3.gz
7600OLD_FILES+=usr/share/man/man3/libusb20_dev_detach_kernel_driver.3.gz
7601OLD_FILES+=usr/share/man/man3/libusb20_dev_free.3.gz
7602OLD_FILES+=usr/share/man/man3/libusb20_dev_get_address.3.gz
7603OLD_FILES+=usr/share/man/man3/libusb20_dev_get_backend_name.3.gz
7604OLD_FILES+=usr/share/man/man3/libusb20_dev_get_bus_number.3.gz
7605OLD_FILES+=usr/share/man/man3/libusb20_dev_get_config_index.3.gz
7606OLD_FILES+=usr/share/man/man3/libusb20_dev_get_debug.3.gz
7607OLD_FILES+=usr/share/man/man3/libusb20_dev_get_desc.3.gz
7608OLD_FILES+=usr/share/man/man3/libusb20_dev_get_device_desc.3.gz
7609OLD_FILES+=usr/share/man/man3/libusb20_dev_get_fd.3.gz
7610OLD_FILES+=usr/share/man/man3/libusb20_dev_get_iface_desc.3.gz
7611OLD_FILES+=usr/share/man/man3/libusb20_dev_get_info.3.gz
7612OLD_FILES+=usr/share/man/man3/libusb20_dev_get_mode.3.gz
7613OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_address.3.gz
7614OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_port.3.gz
7615OLD_FILES+=usr/share/man/man3/libusb20_dev_get_port_path.3.gz
7616OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_mode.3.gz
7617OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_usage.3.gz
7618OLD_FILES+=usr/share/man/man3/libusb20_dev_get_speed.3.gz
7619OLD_FILES+=usr/share/man/man3/libusb20_dev_kernel_driver_active.3.gz
7620OLD_FILES+=usr/share/man/man3/libusb20_dev_open.3.gz
7621OLD_FILES+=usr/share/man/man3/libusb20_dev_process.3.gz
7622OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_simple_sync.3.gz
7623OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_sync.3.gz
7624OLD_FILES+=usr/share/man/man3/libusb20_dev_request_sync.3.gz
7625OLD_FILES+=usr/share/man/man3/libusb20_dev_reset.3.gz
7626OLD_FILES+=usr/share/man/man3/libusb20_dev_set_alt_index.3.gz
7627OLD_FILES+=usr/share/man/man3/libusb20_dev_set_config_index.3.gz
7628OLD_FILES+=usr/share/man/man3/libusb20_dev_set_debug.3.gz
7629OLD_FILES+=usr/share/man/man3/libusb20_dev_set_power_mode.3.gz
7630OLD_FILES+=usr/share/man/man3/libusb20_dev_wait_process.3.gz
7631OLD_FILES+=usr/share/man/man3/libusb20_error_name.3.gz
7632OLD_FILES+=usr/share/man/man3/libusb20_me_decode.3.gz
7633OLD_FILES+=usr/share/man/man3/libusb20_me_encode.3.gz
7634OLD_FILES+=usr/share/man/man3/libusb20_me_get_1.3.gz
7635OLD_FILES+=usr/share/man/man3/libusb20_me_get_2.3.gz
7636OLD_FILES+=usr/share/man/man3/libusb20_strerror.3.gz
7637OLD_FILES+=usr/share/man/man3/libusb20_tr_bulk_intr_sync.3.gz
7638OLD_FILES+=usr/share/man/man3/libusb20_tr_callback_wrapper.3.gz
7639OLD_FILES+=usr/share/man/man3/libusb20_tr_clear_stall_sync.3.gz
7640OLD_FILES+=usr/share/man/man3/libusb20_tr_close.3.gz
7641OLD_FILES+=usr/share/man/man3/libusb20_tr_drain.3.gz
7642OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_frames.3.gz
7643OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_length.3.gz
7644OLD_FILES+=usr/share/man/man3/libusb20_tr_get_length.3.gz
7645OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_frames.3.gz
7646OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_packet_length.3.gz
7647OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_total_length.3.gz
7648OLD_FILES+=usr/share/man/man3/libusb20_tr_get_pointer.3.gz
7649OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc0.3.gz
7650OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc1.3.gz
7651OLD_FILES+=usr/share/man/man3/libusb20_tr_get_status.3.gz
7652OLD_FILES+=usr/share/man/man3/libusb20_tr_get_time_complete.3.gz
7653OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz
7654OLD_FILES+=usr/share/man/man3/libusb20_tr_pending.3.gz
7655OLD_FILES+=usr/share/man/man3/libusb20_tr_set_buffer.3.gz
7656OLD_FILES+=usr/share/man/man3/libusb20_tr_set_callback.3.gz
7657OLD_FILES+=usr/share/man/man3/libusb20_tr_set_flags.3.gz
7658OLD_FILES+=usr/share/man/man3/libusb20_tr_set_length.3.gz
7659OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc0.3.gz
7660OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc1.3.gz
7661OLD_FILES+=usr/share/man/man3/libusb20_tr_set_timeout.3.gz
7662OLD_FILES+=usr/share/man/man3/libusb20_tr_set_total_frames.3.gz
7663OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_bulk.3.gz
7664OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_control.3.gz
7665OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_intr.3.gz
7666OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_isoc.3.gz
7667OLD_FILES+=usr/share/man/man3/libusb20_tr_start.3.gz
7668OLD_FILES+=usr/share/man/man3/libusb20_tr_stop.3.gz
7669OLD_FILES+=usr/share/man/man3/libusb20_tr_submit.3.gz
7670OLD_FILES+=usr/share/man/man3/libusb_alloc_transfer.3.gz
7671OLD_FILES+=usr/share/man/man3/libusb_attach_kernel_driver.3.gz
7672OLD_FILES+=usr/share/man/man3/libusb_bulk_transfer.3.gz
7673OLD_FILES+=usr/share/man/man3/libusb_cancel_transfer.3.gz
7674OLD_FILES+=usr/share/man/man3/libusb_check_connected.3.gz
7675OLD_FILES+=usr/share/man/man3/libusb_claim_interface.3.gz
7676OLD_FILES+=usr/share/man/man3/libusb_clear_halt.3.gz
7677OLD_FILES+=usr/share/man/man3/libusb_close.3.gz
7678OLD_FILES+=usr/share/man/man3/libusb_control_transfer.3.gz
7679OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver.3.gz
7680OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver_np.3.gz
7681OLD_FILES+=usr/share/man/man3/libusb_error_name.3.gz
7682OLD_FILES+=usr/share/man/man3/libusb_event_handler_active.3.gz
7683OLD_FILES+=usr/share/man/man3/libusb_event_handling_ok.3.gz
7684OLD_FILES+=usr/share/man/man3/libusb_exit.3.gz
7685OLD_FILES+=usr/share/man/man3/libusb_free_bos_descriptor.3.gz
7686OLD_FILES+=usr/share/man/man3/libusb_free_config_descriptor.3.gz
7687OLD_FILES+=usr/share/man/man3/libusb_free_device_list.3.gz
7688OLD_FILES+=usr/share/man/man3/libusb_free_ss_endpoint_comp.3.gz
7689OLD_FILES+=usr/share/man/man3/libusb_free_transfer.3.gz
7690OLD_FILES+=usr/share/man/man3/libusb_get_active_config_descriptor.3.gz
7691OLD_FILES+=usr/share/man/man3/libusb_get_bus_number.3.gz
7692OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor.3.gz
7693OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor_by_value.3.gz
7694OLD_FILES+=usr/share/man/man3/libusb_get_configuration.3.gz
7695OLD_FILES+=usr/share/man/man3/libusb_get_device.3.gz
7696OLD_FILES+=usr/share/man/man3/libusb_get_device_address.3.gz
7697OLD_FILES+=usr/share/man/man3/libusb_get_device_descriptor.3.gz
7698OLD_FILES+=usr/share/man/man3/libusb_get_device_list.3.gz
7699OLD_FILES+=usr/share/man/man3/libusb_get_device_speed.3.gz
7700OLD_FILES+=usr/share/man/man3/libusb_get_driver.3.gz
7701OLD_FILES+=usr/share/man/man3/libusb_get_driver_np.3.gz
7702OLD_FILES+=usr/share/man/man3/libusb_get_max_iso_packet_size.3.gz
7703OLD_FILES+=usr/share/man/man3/libusb_get_max_packet_size.3.gz
7704OLD_FILES+=usr/share/man/man3/libusb_get_next_timeout.3.gz
7705OLD_FILES+=usr/share/man/man3/libusb_get_pollfds.3.gz
7706OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor.3.gz
7707OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor_ascii.3.gz
7708OLD_FILES+=usr/share/man/man3/libusb_handle_events.3.gz
7709OLD_FILES+=usr/share/man/man3/libusb_handle_events_completed.3.gz
7710OLD_FILES+=usr/share/man/man3/libusb_handle_events_locked.3.gz
7711OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout.3.gz
7712OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout_completed.3.gz
7713OLD_FILES+=usr/share/man/man3/libusb_init.3.gz
7714OLD_FILES+=usr/share/man/man3/libusb_interrupt_transfer.3.gz
7715OLD_FILES+=usr/share/man/man3/libusb_kernel_driver_active.3.gz
7716OLD_FILES+=usr/share/man/man3/libusb_lock_event_waiters.3.gz
7717OLD_FILES+=usr/share/man/man3/libusb_lock_events.3.gz
7718OLD_FILES+=usr/share/man/man3/libusb_open.3.gz
7719OLD_FILES+=usr/share/man/man3/libusb_open_device_with_vid_pid.3.gz
7720OLD_FILES+=usr/share/man/man3/libusb_parse_bos_descriptor.3.gz
7721OLD_FILES+=usr/share/man/man3/libusb_parse_ss_endpoint_comp.3.gz
7722OLD_FILES+=usr/share/man/man3/libusb_ref_device.3.gz
7723OLD_FILES+=usr/share/man/man3/libusb_release_interface.3.gz
7724OLD_FILES+=usr/share/man/man3/libusb_reset_device.3.gz
7725OLD_FILES+=usr/share/man/man3/libusb_set_configuration.3.gz
7726OLD_FILES+=usr/share/man/man3/libusb_set_debug.3.gz
7727OLD_FILES+=usr/share/man/man3/libusb_set_interface_alt_setting.3.gz
7728OLD_FILES+=usr/share/man/man3/libusb_set_pollfd_notifiers.3.gz
7729OLD_FILES+=usr/share/man/man3/libusb_strerror.3.gz
7730OLD_FILES+=usr/share/man/man3/libusb_submit_transfer.3.gz
7731OLD_FILES+=usr/share/man/man3/libusb_try_lock_events.3.gz
7732OLD_FILES+=usr/share/man/man3/libusb_unlock_event_waiters.3.gz
7733OLD_FILES+=usr/share/man/man3/libusb_unlock_events.3.gz
7734OLD_FILES+=usr/share/man/man3/libusb_unref_device.3.gz
7735OLD_FILES+=usr/share/man/man3/libusb_wait_for_event.3.gz
7736OLD_FILES+=usr/share/man/man3/libusbhid.3.gz
7737OLD_FILES+=usr/share/man/man3/usb.3.gz
7738OLD_FILES+=usr/share/man/man3/usb_bulk_read.3.gz
7739OLD_FILES+=usr/share/man/man3/usb_bulk_write.3.gz
7740OLD_FILES+=usr/share/man/man3/usb_check_connected.3.gz
7741OLD_FILES+=usr/share/man/man3/usb_claim_interface.3.gz
7742OLD_FILES+=usr/share/man/man3/usb_clear_halt.3.gz
7743OLD_FILES+=usr/share/man/man3/usb_close.3.gz
7744OLD_FILES+=usr/share/man/man3/usb_control_msg.3.gz
7745OLD_FILES+=usr/share/man/man3/usb_destroy_configuration.3.gz
7746OLD_FILES+=usr/share/man/man3/usb_device.3.gz
7747OLD_FILES+=usr/share/man/man3/usb_fetch_and_parse_descriptors.3.gz
7748OLD_FILES+=usr/share/man/man3/usb_find_busses.3.gz
7749OLD_FILES+=usr/share/man/man3/usb_find_devices.3.gz
7750OLD_FILES+=usr/share/man/man3/usb_get_busses.3.gz
7751OLD_FILES+=usr/share/man/man3/usb_get_descriptor.3.gz
7752OLD_FILES+=usr/share/man/man3/usb_get_descriptor_by_endpoint.3.gz
7753OLD_FILES+=usr/share/man/man3/usb_get_string.3.gz
7754OLD_FILES+=usr/share/man/man3/usb_get_string_simple.3.gz
7755OLD_FILES+=usr/share/man/man3/usb_init.3.gz
7756OLD_FILES+=usr/share/man/man3/usb_interrupt_read.3.gz
7757OLD_FILES+=usr/share/man/man3/usb_interrupt_write.3.gz
7758OLD_FILES+=usr/share/man/man3/usb_open.3.gz
7759OLD_FILES+=usr/share/man/man3/usb_parse_configuration.3.gz
7760OLD_FILES+=usr/share/man/man3/usb_parse_descriptor.3.gz
7761OLD_FILES+=usr/share/man/man3/usb_release_interface.3.gz
7762OLD_FILES+=usr/share/man/man3/usb_reset.3.gz
7763OLD_FILES+=usr/share/man/man3/usb_resetep.3.gz
7764OLD_FILES+=usr/share/man/man3/usb_set_altinterface.3.gz
7765OLD_FILES+=usr/share/man/man3/usb_set_configuration.3.gz
7766OLD_FILES+=usr/share/man/man3/usb_set_debug.3.gz
7767OLD_FILES+=usr/share/man/man3/usb_strerror.3.gz
7768OLD_FILES+=usr/share/man/man3/usbhid.3.gz
7769OLD_FILES+=usr/share/man/man4/u3g.4.gz
7770OLD_FILES+=usr/share/man/man4/u3gstub.4.gz
7771OLD_FILES+=usr/share/man/man4/uark.4.gz
7772OLD_FILES+=usr/share/man/man4/uart.4.gz
7773OLD_FILES+=usr/share/man/man4/uath.4.gz
7774OLD_FILES+=usr/share/man/man4/ubsa.4.gz
7775OLD_FILES+=usr/share/man/man4/ubsec.4.gz
7776OLD_FILES+=usr/share/man/man4/ubser.4.gz
7777OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz
7778OLD_FILES+=usr/share/man/man4/uchcom.4.gz
7779OLD_FILES+=usr/share/man/man4/ucom.4.gz
7780OLD_FILES+=usr/share/man/man4/ucycom.4.gz
7781OLD_FILES+=usr/share/man/man4/udav.4.gz
7782OLD_FILES+=usr/share/man/man4/udbp.4.gz
7783OLD_FILES+=usr/share/man/man4/udp.4.gz
7784OLD_FILES+=usr/share/man/man4/udplite.4.gz
7785OLD_FILES+=usr/share/man/man4/uep.4.gz
7786OLD_FILES+=usr/share/man/man4/ufm.4.gz
7787OLD_FILES+=usr/share/man/man4/ufoma.4.gz
7788OLD_FILES+=usr/share/man/man4/uftdi.4.gz
7789OLD_FILES+=usr/share/man/man4/ugen.4.gz
7790OLD_FILES+=usr/share/man/man4/uhci.4.gz
7791OLD_FILES+=usr/share/man/man4/uhid.4.gz
7792OLD_FILES+=usr/share/man/man4/uhso.4.gz
7793OLD_FILES+=usr/share/man/man4/uipaq.4.gz
7794OLD_FILES+=usr/share/man/man4/ukbd.4.gz
7795OLD_FILES+=usr/share/man/man4/uled.4.gz
7796OLD_FILES+=usr/share/man/man4/ulpt.4.gz
7797OLD_FILES+=usr/share/man/man4/umass.4.gz
7798OLD_FILES+=usr/share/man/man4/umcs.4.gz
7799OLD_FILES+=usr/share/man/man4/umct.4.gz
7800OLD_FILES+=usr/share/man/man4/umodem.4.gz
7801OLD_FILES+=usr/share/man/man4/umoscom.4.gz
7802OLD_FILES+=usr/share/man/man4/ums.4.gz
7803OLD_FILES+=usr/share/man/man4/unix.4.gz
7804OLD_FILES+=usr/share/man/man4/upgt.4.gz
7805OLD_FILES+=usr/share/man/man4/uplcom.4.gz
7806OLD_FILES+=usr/share/man/man4/ural.4.gz
7807OLD_FILES+=usr/share/man/man4/urio.4.gz
7808OLD_FILES+=usr/share/man/man4/urndis.4.gz
7809OLD_FILES+=usr/share/man/man4/urtw.4.gz
7810OLD_FILES+=usr/share/man/man4/urtwn.4.gz
7811OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz
7812OLD_FILES+=usr/share/man/man4/usb.4.gz
7813OLD_FILES+=usr/share/man/man4/usb_quirk.4.gz
7814OLD_FILES+=usr/share/man/man4/usb_template.4.gz
7815OLD_FILES+=usr/share/man/man4/usfs.4.gz
7816OLD_FILES+=usr/share/man/man4/uslcom.4.gz
7817OLD_FILES+=usr/share/man/man4/utopia.4.gz
7818OLD_FILES+=usr/share/man/man4/uvisor.4.gz
7819OLD_FILES+=usr/share/man/man4/uvscom.4.gz
7820OLD_FILES+=usr/share/man/man8/uathload.8.gz
7821OLD_FILES+=usr/share/man/man8/usbconfig.8.gz
7822OLD_FILES+=usr/share/man/man8/usbdump.8.gz
7823OLD_FILES+=usr/share/man/man9/usb_fifo_alloc_buffer.9.gz
7824OLD_FILES+=usr/share/man/man9/usb_fifo_attach.9.gz
7825OLD_FILES+=usr/share/man/man9/usb_fifo_detach.9.gz
7826OLD_FILES+=usr/share/man/man9/usb_fifo_free_buffer.9.gz
7827OLD_FILES+=usr/share/man/man9/usb_fifo_get_data.9.gz
7828OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_buffer.9.gz
7829OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_error.9.gz
7830OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_linear.9.gz
7831OLD_FILES+=usr/share/man/man9/usb_fifo_put_bytes_max.9.gz
7832OLD_FILES+=usr/share/man/man9/usb_fifo_put_data.9.gz
7833OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_buffer.9.gz
7834OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_error.9.gz
7835OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_linear.9.gz
7836OLD_FILES+=usr/share/man/man9/usb_fifo_reset.9.gz
7837OLD_FILES+=usr/share/man/man9/usb_fifo_softc.9.gz
7838OLD_FILES+=usr/share/man/man9/usb_fifo_wakeup.9.gz
7839OLD_FILES+=usr/share/man/man9/usbd_do_request.9.gz
7840OLD_FILES+=usr/share/man/man9/usbd_do_request_flags.9.gz
7841OLD_FILES+=usr/share/man/man9/usbd_errstr.9.gz
7842OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_info.9.gz
7843OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_uaa.9.gz
7844OLD_FILES+=usr/share/man/man9/usbd_transfer_clear_stall.9.gz
7845OLD_FILES+=usr/share/man/man9/usbd_transfer_drain.9.gz
7846OLD_FILES+=usr/share/man/man9/usbd_transfer_pending.9.gz
7847OLD_FILES+=usr/share/man/man9/usbd_transfer_poll.9.gz
7848OLD_FILES+=usr/share/man/man9/usbd_transfer_setup.9.gz
7849OLD_FILES+=usr/share/man/man9/usbd_transfer_start.9.gz
7850OLD_FILES+=usr/share/man/man9/usbd_transfer_stop.9.gz
7851OLD_FILES+=usr/share/man/man9/usbd_transfer_submit.9.gz
7852OLD_FILES+=usr/share/man/man9/usbd_transfer_unsetup.9.gz
7853OLD_FILES+=usr/share/man/man9/usbd_xfer_clr_flag.9.gz
7854OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_data.9.gz
7855OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_len.9.gz
7856OLD_FILES+=usr/share/man/man9/usbd_xfer_get_frame.9.gz
7857OLD_FILES+=usr/share/man/man9/usbd_xfer_get_priv.9.gz
7858OLD_FILES+=usr/share/man/man9/usbd_xfer_is_stalled.9.gz
7859OLD_FILES+=usr/share/man/man9/usbd_xfer_max_framelen.9.gz
7860OLD_FILES+=usr/share/man/man9/usbd_xfer_max_frames.9.gz
7861OLD_FILES+=usr/share/man/man9/usbd_xfer_max_len.9.gz
7862OLD_FILES+=usr/share/man/man9/usbd_xfer_set_flag.9.gz
7863OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_data.9.gz
7864OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_len.9.gz
7865OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_offset.9.gz
7866OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frames.9.gz
7867OLD_FILES+=usr/share/man/man9/usbd_xfer_set_interval.9.gz
7868OLD_FILES+=usr/share/man/man9/usbd_xfer_set_priv.9.gz
7869OLD_FILES+=usr/share/man/man9/usbd_xfer_set_stall.9.gz
7870OLD_FILES+=usr/share/man/man9/usbd_xfer_set_timeout.9.gz
7871OLD_FILES+=usr/share/man/man9/usbd_xfer_softc.9.gz
7872OLD_FILES+=usr/share/man/man9/usbd_xfer_state.9.gz
7873OLD_FILES+=usr/share/man/man9/usbd_xfer_status.9.gz
7874OLD_FILES+=usr/share/man/man9/usbdi.9.gz
7875OLD_FILES+=usr/share/misc/usb_hid_usages
7876OLD_FILES+=usr/share/misc/usbdevs
7877.endif
7878
7879.if ${MK_UTMPX} == no
7880OLD_FILES+=etc/periodic/monthly/200.accounting
7881OLD_FILES+=usr/bin/last
7882OLD_FILES+=usr/bin/users
7883OLD_FILES+=usr/bin/who
7884OLD_FILES+=usr/sbin/ac
7885OLD_FILES+=usr/sbin/lastlogin
7886OLD_FILES+=usr/sbin/utx
7887OLD_FILES+=usr/share/man/man1/last.1.gz
7888OLD_FILES+=usr/share/man/man1/users.1.gz
7889OLD_FILES+=usr/share/man/man1/who.1.gz
7890OLD_FILES+=usr/share/man/man8/ac.8.gz
7891OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
7892OLD_FILES+=usr/share/man/man8/utx.8.gz
7893.endif
7894
7895.if ${MK_WIRELESS} == no
7896OLD_FILES+=etc/regdomain.xml
7897OLD_FILES+=etc/rc.d/hostapd
7898OLD_FILES+=etc/rc.d/wpa_supplicant
7899OLD_FILES+=usr/sbin/ancontrol
7900OLD_FILES+=usr/sbin/hostapd
7901OLD_FILES+=usr/sbin/hostapd_cli
7902OLD_FILES+=usr/sbin/ndis_events
7903OLD_FILES+=usr/sbin/wlandebug
7904.if ${TARGET_ARCH} == "i386"
7905OLD_FILES+=usr/sbin/wlconfig
7906.endif
7907OLD_FILES+=usr/sbin/wpa_cli
7908OLD_FILES+=usr/sbin/wpa_passphrase
7909OLD_FILES+=usr/sbin/wpa_supplicant
7910OLD_FILES+=usr/share/examples/etc/regdomain.xml
7911OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
7912OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
7913OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
7914OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
7915OLD_DIRS+=usr/share/examples/hostapd
7916OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
7917OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
7918OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
7919OLD_FILES+=usr/share/man/man8/hostapd.8.gz
7920OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
7921.if ${TARGET_ARCH} == "i386"
7922OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
7923.endif
7924OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
7925OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
7926OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
7927OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
7928OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
7929.endif
7930
7931.if ${MK_SVNLITE} == no || ${MK_SVN} == yes
7932OLD_FILES+=usr/bin/svnlite
7933OLD_FILES+=usr/bin/svnliteadmin
7934OLD_FILES+=usr/bin/svnlitedumpfilter
7935OLD_FILES+=usr/bin/svnlitelook
7936OLD_FILES+=usr/bin/svnlitemucc
7937OLD_FILES+=usr/bin/svnliterdump
7938OLD_FILES+=usr/bin/svnliteserve
7939OLD_FILES+=usr/bin/svnlitesync
7940OLD_FILES+=usr/bin/svnliteversion
7941OLD_FILES+=usr/share/man/man1/svnlite.1.gz
7942.endif
7943
7944.if ${MK_SVN} == no
7945OLD_FILES+=usr/bin/svn
7946OLD_FILES+=usr/bin/svnadmin
7947OLD_FILES+=usr/bin/svndumpfilter
7948OLD_FILES+=usr/bin/svnlook
7949OLD_FILES+=usr/bin/svnmucc
7950OLD_FILES+=usr/bin/svnrdump
7951OLD_FILES+=usr/bin/svnserve
7952OLD_FILES+=usr/bin/svnsync
7953OLD_FILES+=usr/bin/svnversion
7954.endif
7955
7956.if ${MK_HYPERV} == no
7957OLD_FILES+=etc/devd/hyperv.conf
7958OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
7959OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info
7960OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info
7961OLD_FILES+=usr/sbin/hv_kvp_daemon
7962OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz
7963.endif
7964
7965.if ${MK_ZONEINFO} == no
7966OLD_FILES+=usr/share/zoneinfo/Africa/Abidjan
7967OLD_FILES+=usr/share/zoneinfo/Africa/Accra
7968OLD_FILES+=usr/share/zoneinfo/Africa/Addis_Ababa
7969OLD_FILES+=usr/share/zoneinfo/Africa/Algiers
7970OLD_FILES+=usr/share/zoneinfo/Africa/Asmara
7971OLD_FILES+=usr/share/zoneinfo/Africa/Bamako
7972OLD_FILES+=usr/share/zoneinfo/Africa/Bangui
7973OLD_FILES+=usr/share/zoneinfo/Africa/Banjul
7974OLD_FILES+=usr/share/zoneinfo/Africa/Bissau
7975OLD_FILES+=usr/share/zoneinfo/Africa/Blantyre
7976OLD_FILES+=usr/share/zoneinfo/Africa/Brazzaville
7977OLD_FILES+=usr/share/zoneinfo/Africa/Bujumbura
7978OLD_FILES+=usr/share/zoneinfo/Africa/Cairo
7979OLD_FILES+=usr/share/zoneinfo/Africa/Casablanca
7980OLD_FILES+=usr/share/zoneinfo/Africa/Ceuta
7981OLD_FILES+=usr/share/zoneinfo/Africa/Conakry
7982OLD_FILES+=usr/share/zoneinfo/Africa/Dakar
7983OLD_FILES+=usr/share/zoneinfo/Africa/Dar_es_Salaam
7984OLD_FILES+=usr/share/zoneinfo/Africa/Djibouti
7985OLD_FILES+=usr/share/zoneinfo/Africa/Douala
7986OLD_FILES+=usr/share/zoneinfo/Africa/El_Aaiun
7987OLD_FILES+=usr/share/zoneinfo/Africa/Freetown
7988OLD_FILES+=usr/share/zoneinfo/Africa/Gaborone
7989OLD_FILES+=usr/share/zoneinfo/Africa/Harare
7990OLD_FILES+=usr/share/zoneinfo/Africa/Johannesburg
7991OLD_FILES+=usr/share/zoneinfo/Africa/Juba
7992OLD_FILES+=usr/share/zoneinfo/Africa/Kampala
7993OLD_FILES+=usr/share/zoneinfo/Africa/Khartoum
7994OLD_FILES+=usr/share/zoneinfo/Africa/Kigali
7995OLD_FILES+=usr/share/zoneinfo/Africa/Kinshasa
7996OLD_FILES+=usr/share/zoneinfo/Africa/Lagos
7997OLD_FILES+=usr/share/zoneinfo/Africa/Libreville
7998OLD_FILES+=usr/share/zoneinfo/Africa/Lome
7999OLD_FILES+=usr/share/zoneinfo/Africa/Luanda
8000OLD_FILES+=usr/share/zoneinfo/Africa/Lubumbashi
8001OLD_FILES+=usr/share/zoneinfo/Africa/Lusaka
8002OLD_FILES+=usr/share/zoneinfo/Africa/Malabo
8003OLD_FILES+=usr/share/zoneinfo/Africa/Maputo
8004OLD_FILES+=usr/share/zoneinfo/Africa/Maseru
8005OLD_FILES+=usr/share/zoneinfo/Africa/Mbabane
8006OLD_FILES+=usr/share/zoneinfo/Africa/Mogadishu
8007OLD_FILES+=usr/share/zoneinfo/Africa/Monrovia
8008OLD_FILES+=usr/share/zoneinfo/Africa/Nairobi
8009OLD_FILES+=usr/share/zoneinfo/Africa/Ndjamena
8010OLD_FILES+=usr/share/zoneinfo/Africa/Niamey
8011OLD_FILES+=usr/share/zoneinfo/Africa/Nouakchott
8012OLD_FILES+=usr/share/zoneinfo/Africa/Ouagadougou
8013OLD_FILES+=usr/share/zoneinfo/Africa/Porto-Novo
8014OLD_FILES+=usr/share/zoneinfo/Africa/Sao_Tome
8015OLD_FILES+=usr/share/zoneinfo/Africa/Tripoli
8016OLD_FILES+=usr/share/zoneinfo/Africa/Tunis
8017OLD_FILES+=usr/share/zoneinfo/Africa/Windhoek
8018OLD_FILES+=usr/share/zoneinfo/America/Adak
8019OLD_FILES+=usr/share/zoneinfo/America/Anchorage
8020OLD_FILES+=usr/share/zoneinfo/America/Anguilla
8021OLD_FILES+=usr/share/zoneinfo/America/Antigua
8022OLD_FILES+=usr/share/zoneinfo/America/Araguaina
8023OLD_FILES+=usr/share/zoneinfo/America/Argentina/Buenos_Aires
8024OLD_FILES+=usr/share/zoneinfo/America/Argentina/Catamarca
8025OLD_FILES+=usr/share/zoneinfo/America/Argentina/Cordoba
8026OLD_FILES+=usr/share/zoneinfo/America/Argentina/Jujuy
8027OLD_FILES+=usr/share/zoneinfo/America/Argentina/La_Rioja
8028OLD_FILES+=usr/share/zoneinfo/America/Argentina/Mendoza
8029OLD_FILES+=usr/share/zoneinfo/America/Argentina/Rio_Gallegos
8030OLD_FILES+=usr/share/zoneinfo/America/Argentina/Salta
8031OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Juan
8032OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Luis
8033OLD_FILES+=usr/share/zoneinfo/America/Argentina/Tucuman
8034OLD_FILES+=usr/share/zoneinfo/America/Argentina/Ushuaia
8035OLD_FILES+=usr/share/zoneinfo/America/Aruba
8036OLD_FILES+=usr/share/zoneinfo/America/Asuncion
8037OLD_FILES+=usr/share/zoneinfo/America/Atikokan
8038OLD_FILES+=usr/share/zoneinfo/America/Bahia
8039OLD_FILES+=usr/share/zoneinfo/America/Bahia_Banderas
8040OLD_FILES+=usr/share/zoneinfo/America/Barbados
8041OLD_FILES+=usr/share/zoneinfo/America/Belem
8042OLD_FILES+=usr/share/zoneinfo/America/Belize
8043OLD_FILES+=usr/share/zoneinfo/America/Blanc-Sablon
8044OLD_FILES+=usr/share/zoneinfo/America/Boa_Vista
8045OLD_FILES+=usr/share/zoneinfo/America/Bogota
8046OLD_FILES+=usr/share/zoneinfo/America/Boise
8047OLD_FILES+=usr/share/zoneinfo/America/Cambridge_Bay
8048OLD_FILES+=usr/share/zoneinfo/America/Campo_Grande
8049OLD_FILES+=usr/share/zoneinfo/America/Cancun
8050OLD_FILES+=usr/share/zoneinfo/America/Caracas
8051OLD_FILES+=usr/share/zoneinfo/America/Cayenne
8052OLD_FILES+=usr/share/zoneinfo/America/Cayman
8053OLD_FILES+=usr/share/zoneinfo/America/Chicago
8054OLD_FILES+=usr/share/zoneinfo/America/Chihuahua
8055OLD_FILES+=usr/share/zoneinfo/America/Costa_Rica
8056OLD_FILES+=usr/share/zoneinfo/America/Creston
8057OLD_FILES+=usr/share/zoneinfo/America/Cuiaba
8058OLD_FILES+=usr/share/zoneinfo/America/Curacao
8059OLD_FILES+=usr/share/zoneinfo/America/Danmarkshavn
8060OLD_FILES+=usr/share/zoneinfo/America/Dawson
8061OLD_FILES+=usr/share/zoneinfo/America/Dawson_Creek
8062OLD_FILES+=usr/share/zoneinfo/America/Denver
8063OLD_FILES+=usr/share/zoneinfo/America/Detroit
8064OLD_FILES+=usr/share/zoneinfo/America/Dominica
8065OLD_FILES+=usr/share/zoneinfo/America/Edmonton
8066OLD_FILES+=usr/share/zoneinfo/America/Eirunepe
8067OLD_FILES+=usr/share/zoneinfo/America/El_Salvador
8068OLD_FILES+=usr/share/zoneinfo/America/Fortaleza
8069OLD_FILES+=usr/share/zoneinfo/America/Glace_Bay
8070OLD_FILES+=usr/share/zoneinfo/America/Godthab
8071OLD_FILES+=usr/share/zoneinfo/America/Goose_Bay
8072OLD_FILES+=usr/share/zoneinfo/America/Grand_Turk
8073OLD_FILES+=usr/share/zoneinfo/America/Grenada
8074OLD_FILES+=usr/share/zoneinfo/America/Guadeloupe
8075OLD_FILES+=usr/share/zoneinfo/America/Guatemala
8076OLD_FILES+=usr/share/zoneinfo/America/Guayaquil
8077OLD_FILES+=usr/share/zoneinfo/America/Guyana
8078OLD_FILES+=usr/share/zoneinfo/America/Halifax
8079OLD_FILES+=usr/share/zoneinfo/America/Havana
8080OLD_FILES+=usr/share/zoneinfo/America/Hermosillo
8081OLD_FILES+=usr/share/zoneinfo/America/Indiana/Indianapolis
8082OLD_FILES+=usr/share/zoneinfo/America/Indiana/Knox
8083OLD_FILES+=usr/share/zoneinfo/America/Indiana/Marengo
8084OLD_FILES+=usr/share/zoneinfo/America/Indiana/Petersburg
8085OLD_FILES+=usr/share/zoneinfo/America/Indiana/Tell_City
8086OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vevay
8087OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vincennes
8088OLD_FILES+=usr/share/zoneinfo/America/Indiana/Winamac
8089OLD_FILES+=usr/share/zoneinfo/America/Inuvik
8090OLD_FILES+=usr/share/zoneinfo/America/Iqaluit
8091OLD_FILES+=usr/share/zoneinfo/America/Jamaica
8092OLD_FILES+=usr/share/zoneinfo/America/Juneau
8093OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Louisville
8094OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Monticello
8095OLD_FILES+=usr/share/zoneinfo/America/Kralendijk
8096OLD_FILES+=usr/share/zoneinfo/America/La_Paz
8097OLD_FILES+=usr/share/zoneinfo/America/Lima
8098OLD_FILES+=usr/share/zoneinfo/America/Los_Angeles
8099OLD_FILES+=usr/share/zoneinfo/America/Lower_Princes
8100OLD_FILES+=usr/share/zoneinfo/America/Maceio
8101OLD_FILES+=usr/share/zoneinfo/America/Managua
8102OLD_FILES+=usr/share/zoneinfo/America/Manaus
8103OLD_FILES+=usr/share/zoneinfo/America/Marigot
8104OLD_FILES+=usr/share/zoneinfo/America/Martinique
8105OLD_FILES+=usr/share/zoneinfo/America/Matamoros
8106OLD_FILES+=usr/share/zoneinfo/America/Mazatlan
8107OLD_FILES+=usr/share/zoneinfo/America/Menominee
8108OLD_FILES+=usr/share/zoneinfo/America/Merida
8109OLD_FILES+=usr/share/zoneinfo/America/Metlakatla
8110OLD_FILES+=usr/share/zoneinfo/America/Mexico_City
8111OLD_FILES+=usr/share/zoneinfo/America/Miquelon
8112OLD_FILES+=usr/share/zoneinfo/America/Moncton
8113OLD_FILES+=usr/share/zoneinfo/America/Monterrey
8114OLD_FILES+=usr/share/zoneinfo/America/Montevideo
8115OLD_FILES+=usr/share/zoneinfo/America/Montreal
8116OLD_FILES+=usr/share/zoneinfo/America/Montserrat
8117OLD_FILES+=usr/share/zoneinfo/America/Nassau
8118OLD_FILES+=usr/share/zoneinfo/America/New_York
8119OLD_FILES+=usr/share/zoneinfo/America/Nipigon
8120OLD_FILES+=usr/share/zoneinfo/America/Nome
8121OLD_FILES+=usr/share/zoneinfo/America/Noronha
8122OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Beulah
8123OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Center
8124OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/New_Salem
8125OLD_FILES+=usr/share/zoneinfo/America/Ojinaga
8126OLD_FILES+=usr/share/zoneinfo/America/Panama
8127OLD_FILES+=usr/share/zoneinfo/America/Pangnirtung
8128OLD_FILES+=usr/share/zoneinfo/America/Paramaribo
8129OLD_FILES+=usr/share/zoneinfo/America/Phoenix
8130OLD_FILES+=usr/share/zoneinfo/America/Port-au-Prince
8131OLD_FILES+=usr/share/zoneinfo/America/Port_of_Spain
8132OLD_FILES+=usr/share/zoneinfo/America/Porto_Velho
8133OLD_FILES+=usr/share/zoneinfo/America/Puerto_Rico
8134OLD_FILES+=usr/share/zoneinfo/America/Rainy_River
8135OLD_FILES+=usr/share/zoneinfo/America/Rankin_Inlet
8136OLD_FILES+=usr/share/zoneinfo/America/Recife
8137OLD_FILES+=usr/share/zoneinfo/America/Regina
8138OLD_FILES+=usr/share/zoneinfo/America/Resolute
8139OLD_FILES+=usr/share/zoneinfo/America/Rio_Branco
8140OLD_FILES+=usr/share/zoneinfo/America/Santa_Isabel
8141OLD_FILES+=usr/share/zoneinfo/America/Santarem
8142OLD_FILES+=usr/share/zoneinfo/America/Santiago
8143OLD_FILES+=usr/share/zoneinfo/America/Santo_Domingo
8144OLD_FILES+=usr/share/zoneinfo/America/Sao_Paulo
8145OLD_FILES+=usr/share/zoneinfo/America/Scoresbysund
8146OLD_FILES+=usr/share/zoneinfo/America/Sitka
8147OLD_FILES+=usr/share/zoneinfo/America/St_Barthelemy
8148OLD_FILES+=usr/share/zoneinfo/America/St_Johns
8149OLD_FILES+=usr/share/zoneinfo/America/St_Kitts
8150OLD_FILES+=usr/share/zoneinfo/America/St_Lucia
8151OLD_FILES+=usr/share/zoneinfo/America/St_Thomas
8152OLD_FILES+=usr/share/zoneinfo/America/St_Vincent
8153OLD_FILES+=usr/share/zoneinfo/America/Swift_Current
8154OLD_FILES+=usr/share/zoneinfo/America/Tegucigalpa
8155OLD_FILES+=usr/share/zoneinfo/America/Thule
8156OLD_FILES+=usr/share/zoneinfo/America/Thunder_Bay
8157OLD_FILES+=usr/share/zoneinfo/America/Tijuana
8158OLD_FILES+=usr/share/zoneinfo/America/Toronto
8159OLD_FILES+=usr/share/zoneinfo/America/Tortola
8160OLD_FILES+=usr/share/zoneinfo/America/Vancouver
8161OLD_FILES+=usr/share/zoneinfo/America/Whitehorse
8162OLD_FILES+=usr/share/zoneinfo/America/Winnipeg
8163OLD_FILES+=usr/share/zoneinfo/America/Yakutat
8164OLD_FILES+=usr/share/zoneinfo/America/Yellowknife
8165OLD_FILES+=usr/share/zoneinfo/Antarctica/Casey
8166OLD_FILES+=usr/share/zoneinfo/Antarctica/Davis
8167OLD_FILES+=usr/share/zoneinfo/Antarctica/DumontDUrville
8168OLD_FILES+=usr/share/zoneinfo/Antarctica/Macquarie
8169OLD_FILES+=usr/share/zoneinfo/Antarctica/Mawson
8170OLD_FILES+=usr/share/zoneinfo/Antarctica/McMurdo
8171OLD_FILES+=usr/share/zoneinfo/Antarctica/Palmer
8172OLD_FILES+=usr/share/zoneinfo/Antarctica/Rothera
8173OLD_FILES+=usr/share/zoneinfo/Antarctica/Syowa
8174OLD_FILES+=usr/share/zoneinfo/Antarctica/Troll
8175OLD_FILES+=usr/share/zoneinfo/Antarctica/Vostok
8176OLD_FILES+=usr/share/zoneinfo/Arctic/Longyearbyen
8177OLD_FILES+=usr/share/zoneinfo/Asia/Aden
8178OLD_FILES+=usr/share/zoneinfo/Asia/Almaty
8179OLD_FILES+=usr/share/zoneinfo/Asia/Amman
8180OLD_FILES+=usr/share/zoneinfo/Asia/Anadyr
8181OLD_FILES+=usr/share/zoneinfo/Asia/Aqtau
8182OLD_FILES+=usr/share/zoneinfo/Asia/Aqtobe
8183OLD_FILES+=usr/share/zoneinfo/Asia/Ashgabat
8184OLD_FILES+=usr/share/zoneinfo/Asia/Baghdad
8185OLD_FILES+=usr/share/zoneinfo/Asia/Bahrain
8186OLD_FILES+=usr/share/zoneinfo/Asia/Baku
8187OLD_FILES+=usr/share/zoneinfo/Asia/Bangkok
8188OLD_FILES+=usr/share/zoneinfo/Asia/Beirut
8189OLD_FILES+=usr/share/zoneinfo/Asia/Bishkek
8190OLD_FILES+=usr/share/zoneinfo/Asia/Brunei
8191OLD_FILES+=usr/share/zoneinfo/Asia/Chita
8192OLD_FILES+=usr/share/zoneinfo/Asia/Choibalsan
8193OLD_FILES+=usr/share/zoneinfo/Asia/Colombo
8194OLD_FILES+=usr/share/zoneinfo/Asia/Damascus
8195OLD_FILES+=usr/share/zoneinfo/Asia/Dhaka
8196OLD_FILES+=usr/share/zoneinfo/Asia/Dili
8197OLD_FILES+=usr/share/zoneinfo/Asia/Dubai
8198OLD_FILES+=usr/share/zoneinfo/Asia/Dushanbe
8199OLD_FILES+=usr/share/zoneinfo/Asia/Gaza
8200OLD_FILES+=usr/share/zoneinfo/Asia/Hebron
8201OLD_FILES+=usr/share/zoneinfo/Asia/Ho_Chi_Minh
8202OLD_FILES+=usr/share/zoneinfo/Asia/Hong_Kong
8203OLD_FILES+=usr/share/zoneinfo/Asia/Hovd
8204OLD_FILES+=usr/share/zoneinfo/Asia/Irkutsk
8205OLD_FILES+=usr/share/zoneinfo/Asia/Istanbul
8206OLD_FILES+=usr/share/zoneinfo/Asia/Jakarta
8207OLD_FILES+=usr/share/zoneinfo/Asia/Jayapura
8208OLD_FILES+=usr/share/zoneinfo/Asia/Jerusalem
8209OLD_FILES+=usr/share/zoneinfo/Asia/Kabul
8210OLD_FILES+=usr/share/zoneinfo/Asia/Kamchatka
8211OLD_FILES+=usr/share/zoneinfo/Asia/Karachi
8212OLD_FILES+=usr/share/zoneinfo/Asia/Kathmandu
8213OLD_FILES+=usr/share/zoneinfo/Asia/Khandyga
8214OLD_FILES+=usr/share/zoneinfo/Asia/Kolkata
8215OLD_FILES+=usr/share/zoneinfo/Asia/Krasnoyarsk
8216OLD_FILES+=usr/share/zoneinfo/Asia/Kuala_Lumpur
8217OLD_FILES+=usr/share/zoneinfo/Asia/Kuching
8218OLD_FILES+=usr/share/zoneinfo/Asia/Kuwait
8219OLD_FILES+=usr/share/zoneinfo/Asia/Macau
8220OLD_FILES+=usr/share/zoneinfo/Asia/Magadan
8221OLD_FILES+=usr/share/zoneinfo/Asia/Makassar
8222OLD_FILES+=usr/share/zoneinfo/Asia/Manila
8223OLD_FILES+=usr/share/zoneinfo/Asia/Muscat
8224OLD_FILES+=usr/share/zoneinfo/Asia/Nicosia
8225OLD_FILES+=usr/share/zoneinfo/Asia/Novokuznetsk
8226OLD_FILES+=usr/share/zoneinfo/Asia/Novosibirsk
8227OLD_FILES+=usr/share/zoneinfo/Asia/Omsk
8228OLD_FILES+=usr/share/zoneinfo/Asia/Oral
8229OLD_FILES+=usr/share/zoneinfo/Asia/Phnom_Penh
8230OLD_FILES+=usr/share/zoneinfo/Asia/Pontianak
8231OLD_FILES+=usr/share/zoneinfo/Asia/Pyongyang
8232OLD_FILES+=usr/share/zoneinfo/Asia/Qatar
8233OLD_FILES+=usr/share/zoneinfo/Asia/Qyzylorda
8234OLD_FILES+=usr/share/zoneinfo/Asia/Rangoon
8235OLD_FILES+=usr/share/zoneinfo/Asia/Riyadh
8236OLD_FILES+=usr/share/zoneinfo/Asia/Sakhalin
8237OLD_FILES+=usr/share/zoneinfo/Asia/Samarkand
8238OLD_FILES+=usr/share/zoneinfo/Asia/Seoul
8239OLD_FILES+=usr/share/zoneinfo/Asia/Shanghai
8240OLD_FILES+=usr/share/zoneinfo/Asia/Singapore
8241OLD_FILES+=usr/share/zoneinfo/Asia/Srednekolymsk
8242OLD_FILES+=usr/share/zoneinfo/Asia/Taipei
8243OLD_FILES+=usr/share/zoneinfo/Asia/Tashkent
8244OLD_FILES+=usr/share/zoneinfo/Asia/Tbilisi
8245OLD_FILES+=usr/share/zoneinfo/Asia/Tehran
8246OLD_FILES+=usr/share/zoneinfo/Asia/Thimphu
8247OLD_FILES+=usr/share/zoneinfo/Asia/Tokyo
8248OLD_FILES+=usr/share/zoneinfo/Asia/Ulaanbaatar
8249OLD_FILES+=usr/share/zoneinfo/Asia/Urumqi
8250OLD_FILES+=usr/share/zoneinfo/Asia/Ust-Nera
8251OLD_FILES+=usr/share/zoneinfo/Asia/Vientiane
8252OLD_FILES+=usr/share/zoneinfo/Asia/Vladivostok
8253OLD_FILES+=usr/share/zoneinfo/Asia/Yakutsk
8254OLD_FILES+=usr/share/zoneinfo/Asia/Yekaterinburg
8255OLD_FILES+=usr/share/zoneinfo/Asia/Yerevan
8256OLD_FILES+=usr/share/zoneinfo/Atlantic/Azores
8257OLD_FILES+=usr/share/zoneinfo/Atlantic/Bermuda
8258OLD_FILES+=usr/share/zoneinfo/Atlantic/Canary
8259OLD_FILES+=usr/share/zoneinfo/Atlantic/Cape_Verde
8260OLD_FILES+=usr/share/zoneinfo/Atlantic/Faroe
8261OLD_FILES+=usr/share/zoneinfo/Atlantic/Madeira
8262OLD_FILES+=usr/share/zoneinfo/Atlantic/Reykjavik
8263OLD_FILES+=usr/share/zoneinfo/Atlantic/South_Georgia
8264OLD_FILES+=usr/share/zoneinfo/Atlantic/St_Helena
8265OLD_FILES+=usr/share/zoneinfo/Atlantic/Stanley
8266OLD_FILES+=usr/share/zoneinfo/Australia/Adelaide
8267OLD_FILES+=usr/share/zoneinfo/Australia/Brisbane
8268OLD_FILES+=usr/share/zoneinfo/Australia/Broken_Hill
8269OLD_FILES+=usr/share/zoneinfo/Australia/Currie
8270OLD_FILES+=usr/share/zoneinfo/Australia/Darwin
8271OLD_FILES+=usr/share/zoneinfo/Australia/Eucla
8272OLD_FILES+=usr/share/zoneinfo/Australia/Hobart
8273OLD_FILES+=usr/share/zoneinfo/Australia/Lindeman
8274OLD_FILES+=usr/share/zoneinfo/Australia/Lord_Howe
8275OLD_FILES+=usr/share/zoneinfo/Australia/Melbourne
8276OLD_FILES+=usr/share/zoneinfo/Australia/Perth
8277OLD_FILES+=usr/share/zoneinfo/Australia/Sydney
8278OLD_FILES+=usr/share/zoneinfo/CET
8279OLD_FILES+=usr/share/zoneinfo/CST6CDT
8280OLD_FILES+=usr/share/zoneinfo/EET
8281OLD_FILES+=usr/share/zoneinfo/EST
8282OLD_FILES+=usr/share/zoneinfo/EST5EDT
8283OLD_FILES+=usr/share/zoneinfo/Etc/GMT
8284OLD_FILES+=usr/share/zoneinfo/Etc/GMT+0
8285OLD_FILES+=usr/share/zoneinfo/Etc/GMT+1
8286OLD_FILES+=usr/share/zoneinfo/Etc/GMT+10
8287OLD_FILES+=usr/share/zoneinfo/Etc/GMT+11
8288OLD_FILES+=usr/share/zoneinfo/Etc/GMT+12
8289OLD_FILES+=usr/share/zoneinfo/Etc/GMT+2
8290OLD_FILES+=usr/share/zoneinfo/Etc/GMT+3
8291OLD_FILES+=usr/share/zoneinfo/Etc/GMT+4
8292OLD_FILES+=usr/share/zoneinfo/Etc/GMT+5
8293OLD_FILES+=usr/share/zoneinfo/Etc/GMT+6
8294OLD_FILES+=usr/share/zoneinfo/Etc/GMT+7
8295OLD_FILES+=usr/share/zoneinfo/Etc/GMT+8
8296OLD_FILES+=usr/share/zoneinfo/Etc/GMT+9
8297OLD_FILES+=usr/share/zoneinfo/Etc/GMT-0
8298OLD_FILES+=usr/share/zoneinfo/Etc/GMT-1
8299OLD_FILES+=usr/share/zoneinfo/Etc/GMT-10
8300OLD_FILES+=usr/share/zoneinfo/Etc/GMT-11
8301OLD_FILES+=usr/share/zoneinfo/Etc/GMT-12
8302OLD_FILES+=usr/share/zoneinfo/Etc/GMT-13
8303OLD_FILES+=usr/share/zoneinfo/Etc/GMT-14
8304OLD_FILES+=usr/share/zoneinfo/Etc/GMT-2
8305OLD_FILES+=usr/share/zoneinfo/Etc/GMT-3
8306OLD_FILES+=usr/share/zoneinfo/Etc/GMT-4
8307OLD_FILES+=usr/share/zoneinfo/Etc/GMT-5
8308OLD_FILES+=usr/share/zoneinfo/Etc/GMT-6
8309OLD_FILES+=usr/share/zoneinfo/Etc/GMT-7
8310OLD_FILES+=usr/share/zoneinfo/Etc/GMT-8
8311OLD_FILES+=usr/share/zoneinfo/Etc/GMT-9
8312OLD_FILES+=usr/share/zoneinfo/Etc/GMT0
8313OLD_FILES+=usr/share/zoneinfo/Etc/Greenwich
8314OLD_FILES+=usr/share/zoneinfo/Etc/UCT
8315OLD_FILES+=usr/share/zoneinfo/Etc/UTC
8316OLD_FILES+=usr/share/zoneinfo/Etc/Universal
8317OLD_FILES+=usr/share/zoneinfo/Etc/Zulu
8318OLD_FILES+=usr/share/zoneinfo/Europe/Amsterdam
8319OLD_FILES+=usr/share/zoneinfo/Europe/Andorra
8320OLD_FILES+=usr/share/zoneinfo/Europe/Athens
8321OLD_FILES+=usr/share/zoneinfo/Europe/Belgrade
8322OLD_FILES+=usr/share/zoneinfo/Europe/Berlin
8323OLD_FILES+=usr/share/zoneinfo/Europe/Bratislava
8324OLD_FILES+=usr/share/zoneinfo/Europe/Brussels
8325OLD_FILES+=usr/share/zoneinfo/Europe/Bucharest
8326OLD_FILES+=usr/share/zoneinfo/Europe/Budapest
8327OLD_FILES+=usr/share/zoneinfo/Europe/Busingen
8328OLD_FILES+=usr/share/zoneinfo/Europe/Chisinau
8329OLD_FILES+=usr/share/zoneinfo/Europe/Copenhagen
8330OLD_FILES+=usr/share/zoneinfo/Europe/Dublin
8331OLD_FILES+=usr/share/zoneinfo/Europe/Gibraltar
8332OLD_FILES+=usr/share/zoneinfo/Europe/Guernsey
8333OLD_FILES+=usr/share/zoneinfo/Europe/Helsinki
8334OLD_FILES+=usr/share/zoneinfo/Europe/Isle_of_Man
8335OLD_FILES+=usr/share/zoneinfo/Europe/Istanbul
8336OLD_FILES+=usr/share/zoneinfo/Europe/Jersey
8337OLD_FILES+=usr/share/zoneinfo/Europe/Kaliningrad
8338OLD_FILES+=usr/share/zoneinfo/Europe/Kiev
8339OLD_FILES+=usr/share/zoneinfo/Europe/Lisbon
8340OLD_FILES+=usr/share/zoneinfo/Europe/Ljubljana
8341OLD_FILES+=usr/share/zoneinfo/Europe/London
8342OLD_FILES+=usr/share/zoneinfo/Europe/Luxembourg
8343OLD_FILES+=usr/share/zoneinfo/Europe/Madrid
8344OLD_FILES+=usr/share/zoneinfo/Europe/Malta
8345OLD_FILES+=usr/share/zoneinfo/Europe/Mariehamn
8346OLD_FILES+=usr/share/zoneinfo/Europe/Minsk
8347OLD_FILES+=usr/share/zoneinfo/Europe/Monaco
8348OLD_FILES+=usr/share/zoneinfo/Europe/Moscow
8349OLD_FILES+=usr/share/zoneinfo/Europe/Nicosia
8350OLD_FILES+=usr/share/zoneinfo/Europe/Oslo
8351OLD_FILES+=usr/share/zoneinfo/Europe/Paris
8352OLD_FILES+=usr/share/zoneinfo/Europe/Podgorica
8353OLD_FILES+=usr/share/zoneinfo/Europe/Prague
8354OLD_FILES+=usr/share/zoneinfo/Europe/Riga
8355OLD_FILES+=usr/share/zoneinfo/Europe/Rome
8356OLD_FILES+=usr/share/zoneinfo/Europe/Samara
8357OLD_FILES+=usr/share/zoneinfo/Europe/San_Marino
8358OLD_FILES+=usr/share/zoneinfo/Europe/Sarajevo
8359OLD_FILES+=usr/share/zoneinfo/Europe/Simferopol
8360OLD_FILES+=usr/share/zoneinfo/Europe/Skopje
8361OLD_FILES+=usr/share/zoneinfo/Europe/Sofia
8362OLD_FILES+=usr/share/zoneinfo/Europe/Stockholm
8363OLD_FILES+=usr/share/zoneinfo/Europe/Tallinn
8364OLD_FILES+=usr/share/zoneinfo/Europe/Tirane
8365OLD_FILES+=usr/share/zoneinfo/Europe/Uzhgorod
8366OLD_FILES+=usr/share/zoneinfo/Europe/Vaduz
8367OLD_FILES+=usr/share/zoneinfo/Europe/Vatican
8368OLD_FILES+=usr/share/zoneinfo/Europe/Vienna
8369OLD_FILES+=usr/share/zoneinfo/Europe/Vilnius
8370OLD_FILES+=usr/share/zoneinfo/Europe/Volgograd
8371OLD_FILES+=usr/share/zoneinfo/Europe/Warsaw
8372OLD_FILES+=usr/share/zoneinfo/Europe/Zagreb
8373OLD_FILES+=usr/share/zoneinfo/Europe/Zaporozhye
8374OLD_FILES+=usr/share/zoneinfo/Europe/Zurich
8375OLD_FILES+=usr/share/zoneinfo/Factory
8376OLD_FILES+=usr/share/zoneinfo/HST
8377OLD_FILES+=usr/share/zoneinfo/Indian/Antananarivo
8378OLD_FILES+=usr/share/zoneinfo/Indian/Chagos
8379OLD_FILES+=usr/share/zoneinfo/Indian/Christmas
8380OLD_FILES+=usr/share/zoneinfo/Indian/Cocos
8381OLD_FILES+=usr/share/zoneinfo/Indian/Comoro
8382OLD_FILES+=usr/share/zoneinfo/Indian/Kerguelen
8383OLD_FILES+=usr/share/zoneinfo/Indian/Mahe
8384OLD_FILES+=usr/share/zoneinfo/Indian/Maldives
8385OLD_FILES+=usr/share/zoneinfo/Indian/Mauritius
8386OLD_FILES+=usr/share/zoneinfo/Indian/Mayotte
8387OLD_FILES+=usr/share/zoneinfo/Indian/Reunion
8388OLD_FILES+=usr/share/zoneinfo/MET
8389OLD_FILES+=usr/share/zoneinfo/MST
8390OLD_FILES+=usr/share/zoneinfo/MST7MDT
8391OLD_FILES+=usr/share/zoneinfo/PST8PDT
8392OLD_FILES+=usr/share/zoneinfo/Pacific/Apia
8393OLD_FILES+=usr/share/zoneinfo/Pacific/Auckland
8394OLD_FILES+=usr/share/zoneinfo/Pacific/Bougainville
8395OLD_FILES+=usr/share/zoneinfo/Pacific/Chatham
8396OLD_FILES+=usr/share/zoneinfo/Pacific/Chuuk
8397OLD_FILES+=usr/share/zoneinfo/Pacific/Easter
8398OLD_FILES+=usr/share/zoneinfo/Pacific/Efate
8399OLD_FILES+=usr/share/zoneinfo/Pacific/Enderbury
8400OLD_FILES+=usr/share/zoneinfo/Pacific/Fakaofo
8401OLD_FILES+=usr/share/zoneinfo/Pacific/Fiji
8402OLD_FILES+=usr/share/zoneinfo/Pacific/Funafuti
8403OLD_FILES+=usr/share/zoneinfo/Pacific/Galapagos
8404OLD_FILES+=usr/share/zoneinfo/Pacific/Gambier
8405OLD_FILES+=usr/share/zoneinfo/Pacific/Guadalcanal
8406OLD_FILES+=usr/share/zoneinfo/Pacific/Guam
8407OLD_FILES+=usr/share/zoneinfo/Pacific/Honolulu
8408OLD_FILES+=usr/share/zoneinfo/Pacific/Johnston
8409OLD_FILES+=usr/share/zoneinfo/Pacific/Kiritimati
8410OLD_FILES+=usr/share/zoneinfo/Pacific/Kosrae
8411OLD_FILES+=usr/share/zoneinfo/Pacific/Kwajalein
8412OLD_FILES+=usr/share/zoneinfo/Pacific/Majuro
8413OLD_FILES+=usr/share/zoneinfo/Pacific/Marquesas
8414OLD_FILES+=usr/share/zoneinfo/Pacific/Midway
8415OLD_FILES+=usr/share/zoneinfo/Pacific/Nauru
8416OLD_FILES+=usr/share/zoneinfo/Pacific/Niue
8417OLD_FILES+=usr/share/zoneinfo/Pacific/Norfolk
8418OLD_FILES+=usr/share/zoneinfo/Pacific/Noumea
8419OLD_FILES+=usr/share/zoneinfo/Pacific/Pago_Pago
8420OLD_FILES+=usr/share/zoneinfo/Pacific/Palau
8421OLD_FILES+=usr/share/zoneinfo/Pacific/Pitcairn
8422OLD_FILES+=usr/share/zoneinfo/Pacific/Pohnpei
8423OLD_FILES+=usr/share/zoneinfo/Pacific/Port_Moresby
8424OLD_FILES+=usr/share/zoneinfo/Pacific/Rarotonga
8425OLD_FILES+=usr/share/zoneinfo/Pacific/Saipan
8426OLD_FILES+=usr/share/zoneinfo/Pacific/Tahiti
8427OLD_FILES+=usr/share/zoneinfo/Pacific/Tarawa
8428OLD_FILES+=usr/share/zoneinfo/Pacific/Tongatapu
8429OLD_FILES+=usr/share/zoneinfo/Pacific/Wake
8430OLD_FILES+=usr/share/zoneinfo/Pacific/Wallis
8431OLD_FILES+=usr/share/zoneinfo/UTC
8432OLD_FILES+=usr/share/zoneinfo/WET
8433OLD_FILES+=usr/share/zoneinfo/posixrules
8434OLD_FILES+=usr/share/zoneinfo/zone.tab
8435.endif