1# 2# 3# This file adds support for the WITHOUT_* and WITH_* knobs in src.conf(5) to 4# the check-old* and delete-old* targets. 5# 6# Blocks should be in sort(1) order by primary option. 7# 8 9.if ${MK_ACCT} == no 10OLD_FILES+=etc/rc.d/accounting 11OLD_FILES+=etc/periodic/daily/310.accounting 12OLD_FILES+=usr/sbin/accton 13OLD_FILES+=usr/sbin/sa 14OLD_FILES+=usr/share/man/man8/accton.8.gz 15OLD_FILES+=usr/share/man/man8/sa.8.gz 16OLD_FILES+=usr/tests/usr.sbin/sa/Kyuafile 17OLD_FILES+=usr/tests/usr.sbin/sa/legacy_test 18OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.in 19OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.out 20OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-u.out 21OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.in 22OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.out 23OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.in 24OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.out 25OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-u.out 26OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.in 27OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.out 28OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.in 29OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.out 30OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-u.out 31OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.in 32OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.out 33OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-sav.in 34OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-u.out 35OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-usr.in 36OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-sav.in 37OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-u.out 38OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-usr.in 39OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-sav.in 40OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-u.out 41OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-usr.in 42OLD_DIRS+=usr/tests/usr.sbin/sa 43.endif 44 45.if ${MK_ACPI} == no 46OLD_FILES+=etc/devd/asus.conf 47OLD_FILES+=etc/rc.d/power_profile 48OLD_FILES+=usr/sbin/acpiconf 49OLD_FILES+=usr/sbin/acpidb 50OLD_FILES+=usr/sbin/acpidump 51OLD_FILES+=usr/sbin/iasl 52OLD_FILES+=usr/share/man/man8/acpiconf.8.gz 53OLD_FILES+=usr/share/man/man8/acpidb.8.gz 54OLD_FILES+=usr/share/man/man8/acpidump.8.gz 55OLD_FILES+=usr/share/man/man8/iasl.8.gz 56.elif ${MACHINE} != "i386" && ${MACHINE} != "amd64" && \ 57 ${MACHINE} != "arm64" 58OLD_FILES+=etc/rc.d/power_profile 59OLD_FILES+=etc/devd/power_profile.conf 60.endif 61 62.if ${MK_APM} == no 63OLD_FILES+=etc/rc.d/apm 64OLD_FILES+=etc/rc.d/apmd 65OLD_FILES+=etc/apmd.conf 66OLD_FILES+=usr/sbin/apm 67OLD_FILES+=usr/share/examples/etc/apmd.conf 68.elif ${TARGET_ARCH} != "i386" 69OLD_FILES+=etc/rc.d/apm 70OLD_FILES+=etc/rc.d/apmd 71.endif 72 73.if ${MK_AT} == no 74OLD_FILES+=etc/pam.d/atrun 75OLD_FILES+=usr/bin/at 76OLD_FILES+=usr/bin/atq 77OLD_FILES+=usr/bin/atrm 78OLD_FILES+=usr/bin/batch 79OLD_FILES+=usr/libexec/atrun 80OLD_FILES+=usr/share/man/man1/at.1.gz 81OLD_FILES+=usr/share/man/man1/atq.1.gz 82OLD_FILES+=usr/share/man/man1/atrm.1.gz 83OLD_FILES+=usr/share/man/man1/batch.1.gz 84OLD_FILES+=usr/share/man/man8/atrun.8.gz 85.endif 86 87.if ${MK_AUDIT} == no 88OLD_FILES+=etc/rc.d/auditd 89OLD_FILES+=etc/rc.d/auditdistd 90OLD_FILES+=usr/sbin/audit 91OLD_FILES+=usr/sbin/auditd 92OLD_FILES+=usr/sbin/auditdistd 93OLD_FILES+=usr/sbin/auditreduce 94OLD_FILES+=usr/sbin/praudit 95OLD_FILES+=usr/share/man/man1/auditreduce.1.gz 96OLD_FILES+=usr/share/man/man1/praudit.1.gz 97OLD_FILES+=usr/share/man/man5/auditdistd.conf.5.gz 98OLD_FILES+=usr/share/man/man8/audit.8.gz 99OLD_FILES+=usr/share/man/man8/auditd.8.gz 100OLD_FILES+=usr/share/man/man8/auditdistd.8.gz 101OLD_FILES+=usr/tests/sys/audit/process-control 102OLD_FILES+=usr/tests/sys/audit/open 103OLD_FILES+=usr/tests/sys/audit/network 104OLD_FILES+=usr/tests/sys/audit/miscellaneous 105OLD_FILES+=usr/tests/sys/audit/Kyuafile 106OLD_FILES+=usr/tests/sys/audit/ioctl 107OLD_FILES+=usr/tests/sys/audit/inter-process 108OLD_FILES+=usr/tests/sys/audit/file-write 109OLD_FILES+=usr/tests/sys/audit/file-read 110OLD_FILES+=usr/tests/sys/audit/file-delete 111OLD_FILES+=usr/tests/sys/audit/file-create 112OLD_FILES+=usr/tests/sys/audit/file-close 113OLD_FILES+=usr/tests/sys/audit/file-attribute-modify 114OLD_FILES+=usr/tests/sys/audit/file-attribute-access 115OLD_FILES+=usr/tests/sys/audit/administrative 116OLD_DIRS+=usr/tests/sys/audit 117.endif 118 119.if ${MK_AUTHPF} == no 120OLD_FILES+=usr/sbin/authpf 121OLD_FILES+=usr/sbin/authpf-noip 122OLD_FILES+=usr/share/man/man8/authpf.8.gz 123OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz 124.endif 125 126.if ${MK_AUTOFS} == no 127OLD_FILES+=etc/autofs/include_ldap 128OLD_FILES+=etc/autofs/special_hosts 129OLD_FILES+=etc/autofs/special_media 130OLD_FILES+=etc/autofs/special_noauto 131OLD_FILES+=etc/autofs/special_null 132OLD_FILES+=etc/auto_master 133OLD_FILES+=etc/devd/autofs.conf 134OLD_FILES+=etc/rc.d/automount 135OLD_FILES+=etc/rc.d/automountd 136OLD_FILES+=etc/rc.d/autounmountd 137OLD_FILES+=usr/sbin/automount 138OLD_FILES+=usr/sbin/automountd 139OLD_FILES+=usr/sbin/autounmountd 140OLD_FILES+=usr/share/man/man4/autofs.4.gz 141OLD_FILES+=usr/share/man/man5/auto_master.5.gz 142OLD_FILES+=usr/share/man/man8/automount.8.gz 143OLD_FILES+=usr/share/man/man8/automountd.8.gz 144OLD_FILES+=usr/share/man/man8/autounmountd.8.gz 145OLD_DIRS+=etc/autofs 146.endif 147 148.if ${MK_BEARSSL} == no 149OLD_FILES+=usr/lib/libbearssl.a 150OLD_FILES+=usr/lib/libbearssl.so 151OLD_LIBS+=usr/lib/libbearssl.so.5 152OLD_FILES+=usr/lib/libsecureboot.a 153OLD_FILES+=usr/lib/libsecureboot.so 154OLD_LIBS+=usr/lib/libsecureboot.so.5 155.endif 156 157.if ${MK_BHYVE} == no 158OLD_FILES+=usr/lib/libvmmapi.a 159OLD_FILES+=usr/lib/libvmmapi.so 160OLD_LIBS+=usr/lib/libvmmapi.so.5 161OLD_FILES+=usr/include/vmmapi.h 162OLD_FILES+=usr/sbin/bhyve 163OLD_FILES+=usr/sbin/bhyvectl 164OLD_FILES+=usr/sbin/bhyveload 165OLD_FILES+=usr/share/examples/bhyve/vmrun.sh 166OLD_FILES+=usr/share/man/man8/bhyve.8.gz 167OLD_FILES+=usr/share/man/man8/bhyveload.8.gz 168OLD_DIRS+=usr/share/examples/bhyve 169.endif 170 171.if ${MK_BLOCKLIST} == no 172OLD_FILES+=etc/blocklistd.conf 173OLD_FILES+=etc/rc.d/blocklistd 174OLD_FILES+=usr/include/blocklist.h 175OLD_FILES+=usr/lib/libblocklist.a 176OLD_FILES+=usr/lib/libblocklist.so 177OLD_LIBS+=usr/lib/libblocklist.so.0 178OLD_FILES+=usr/libexec/blocklistd-helper 179OLD_FILES+=usr/sbin/blocklistctl 180OLD_FILES+=usr/sbin/blocklistd 181OLD_FILES+=usr/share/man/man3/blocklist.3.gz 182OLD_FILES+=usr/share/man/man3/blocklist_close.3.gz 183OLD_FILES+=usr/share/man/man3/blocklist_open.3.gz 184OLD_FILES+=usr/share/man/man3/blocklist_r.3.gz 185OLD_FILES+=usr/share/man/man3/blocklist_sa.3.gz 186OLD_FILES+=usr/share/man/man3/blocklist_sa_r.3.gz 187OLD_FILES+=usr/share/man/man5/blocklistd.conf.5.gz 188OLD_FILES+=usr/share/man/man8/blocklistctl.8.gz 189OLD_FILES+=usr/share/man/man8/blocklistd.8.gz 190OLD_FILES+=etc/blacklistd.conf 191OLD_FILES+=etc/rc.d/blacklistd 192OLD_FILES+=usr/include/blacklist.h 193OLD_FILES+=usr/lib/libblacklist.a 194OLD_FILES+=usr/lib/libblacklist.so 195OLD_LIBS+=usr/lib/libblacklist.so.0 196OLD_FILES+=usr/libexec/blacklistd-helper 197OLD_FILES+=usr/sbin/blacklistctl 198OLD_FILES+=usr/sbin/blacklistd 199OLD_FILES+=usr/share/man/man3/blacklist.3.gz 200OLD_FILES+=usr/share/man/man3/blacklist_close.3.gz 201OLD_FILES+=usr/share/man/man3/blacklist_open.3.gz 202OLD_FILES+=usr/share/man/man3/blacklist_r.3.gz 203OLD_FILES+=usr/share/man/man3/blacklist_sa.3.gz 204OLD_FILES+=usr/share/man/man3/blacklist_sa_r.3.gz 205OLD_FILES+=usr/share/man/man5/blacklistd.conf.5.gz 206OLD_FILES+=usr/share/man/man8/blacklistctl.8.gz 207OLD_FILES+=usr/share/man/man8/blacklistd.8.gz 208.endif 209 210.if ${MK_BLUETOOTH} == no 211OLD_FILES+=etc/bluetooth/hcsecd.conf 212OLD_FILES+=etc/bluetooth/hosts 213OLD_FILES+=etc/bluetooth/protocols 214OLD_FILES+=etc/defaults/bluetooth.device.conf 215OLD_FILES+=etc/devd/iwmbtfw.conf 216OLD_FILES+=etc/devd/rtlbtfw.conf 217OLD_DIRS+=etc/bluetooth 218OLD_FILES+=etc/rc.d/bluetooth 219OLD_FILES+=etc/rc.d/bthidd 220OLD_FILES+=etc/rc.d/hcsecd 221OLD_FILES+=etc/rc.d/rfcomm_pppd_server 222OLD_FILES+=etc/rc.d/sdpd 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/libsdp.a 246OLD_FILES+=usr/lib/libsdp.so 247OLD_LIBS+=usr/lib/libsdp.so.4 248OLD_FILES+=usr/sbin/ath3kfw 249OLD_FILES+=usr/sbin/bcmfw 250OLD_FILES+=usr/sbin/bluetooth-config 251OLD_FILES+=usr/sbin/bt3cfw 252OLD_FILES+=usr/sbin/bthidcontrol 253OLD_FILES+=usr/sbin/bthidd 254OLD_FILES+=usr/sbin/btpand 255OLD_FILES+=usr/sbin/hccontrol 256OLD_FILES+=usr/sbin/hcsecd 257OLD_FILES+=usr/sbin/hcseriald 258OLD_FILES+=usr/sbin/iwmbtfw 259OLD_FILES+=usr/sbin/l2control 260OLD_FILES+=usr/sbin/l2ping 261OLD_FILES+=usr/sbin/rfcomm_pppd 262OLD_FILES+=usr/sbin/rtlbtfw 263OLD_FILES+=usr/sbin/sdpcontrol 264OLD_FILES+=usr/sbin/sdpd 265OLD_FILES+=usr/share/examples/etc/defaults/bluetooth.device.conf 266OLD_FILES+=usr/share/man/man1/bthost.1.gz 267OLD_FILES+=usr/share/man/man1/btsockstat.1.gz 268OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz 269OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz 270OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz 271OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz 272OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz 273OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz 274OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz 275OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz 276OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz 277OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz 278OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz 279OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz 280OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz 281OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz 282OLD_FILES+=usr/share/man/man3/bluetooth.3.gz 283OLD_FILES+=usr/share/man/man3/bt_aton.3.gz 284OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz 285OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz 286OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz 287OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz 288OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz 289OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz 290OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz 291OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz 292OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz 293OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz 294OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz 295OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz 296OLD_FILES+=usr/share/man/man3/bt_devname.3.gz 297OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz 298OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz 299OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz 300OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz 301OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz 302OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz 303OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz 304OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz 305OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz 306OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz 307OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz 308OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz 309OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz 310OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz 311OLD_FILES+=usr/share/man/man3/sdp.3.gz 312OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz 313OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz 314OLD_FILES+=usr/share/man/man3/sdp_close.3.gz 315OLD_FILES+=usr/share/man/man3/sdp_error.3.gz 316OLD_FILES+=usr/share/man/man3/sdp_open.3.gz 317OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz 318OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz 319OLD_FILES+=usr/share/man/man3/sdp_search.3.gz 320OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz 321OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz 322OLD_FILES+=usr/share/man/man4/ng_bluetooth.4.gz 323OLD_FILES+=usr/share/man/man5/bluetooth.device.conf.5.gz 324OLD_FILES+=usr/share/man/man5/bluetooth.hosts.5.gz 325OLD_FILES+=usr/share/man/man5/bluetooth.protocols.5.gz 326OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz 327OLD_FILES+=usr/share/man/man8/ath3kfw.8.gz 328OLD_FILES+=usr/share/man/man8/bcmfw.8.gz 329OLD_FILES+=usr/share/man/man8/bluetooth-config.8.gz 330OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz 331OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz 332OLD_FILES+=usr/share/man/man8/bthidd.8.gz 333OLD_FILES+=usr/share/man/man8/btpand.8.gz 334OLD_FILES+=usr/share/man/man8/hccontrol.8.gz 335OLD_FILES+=usr/share/man/man8/hcsecd.8.gz 336OLD_FILES+=usr/share/man/man8/hcseriald.8.gz 337OLD_FILES+=usr/share/man/man8/iwmbtfw.8.gz 338OLD_FILES+=usr/share/man/man8/l2control.8.gz 339OLD_FILES+=usr/share/man/man8/l2ping.8.gz 340OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz 341OLD_FILES+=usr/share/man/man8/rtlbtfw.8.gz 342OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz 343OLD_FILES+=usr/share/man/man8/sdpd.8.gz 344.endif 345 346.if ${MK_BOOT} == no 347OLD_FILES+=boot/beastie.4th 348OLD_FILES+=boot/boot 349OLD_FILES+=boot/boot0 350OLD_FILES+=boot/boot0sio 351OLD_FILES+=boot/boot1 352OLD_FILES+=boot/boot1.efi 353OLD_FILES+=boot/boot2 354OLD_FILES+=boot/brand.4th 355OLD_FILES+=boot/cdboot 356OLD_FILES+=boot/check-password.4th 357OLD_FILES+=boot/color.4th 358OLD_FILES+=boot/defaults/loader.conf 359OLD_FILES+=boot/delay.4th 360OLD_FILES+=boot/device.hints 361OLD_FILES+=boot/frames.4th 362OLD_FILES+=boot/gptboot 363OLD_FILES+=boot/gptzfsboot 364OLD_FILES+=boot/loader 365OLD_FILES+=boot/loader.4th 366OLD_FILES+=boot/loader.efi 367OLD_FILES+=boot/loader.help 368OLD_FILES+=boot/loader.rc 369OLD_FILES+=boot/mbr 370OLD_FILES+=boot/menu-commands.4th 371OLD_FILES+=boot/menu.4th 372OLD_FILES+=boot/menu.rc 373OLD_FILES+=boot/menusets.4th 374OLD_FILES+=boot/pcibios.4th 375OLD_FILES+=boot/pmbr 376OLD_FILES+=boot/pxeboot 377OLD_FILES+=boot/screen.4th 378OLD_FILES+=boot/shortcuts.4th 379OLD_FILES+=boot/support.4th 380OLD_FILES+=boot/userboot.so 381OLD_FILES+=boot/version.4th 382OLD_FILES+=boot/zfsloader 383OLD_FILES+=usr/lib/kgzldr.o 384OLD_FILES+=usr/share/man/man5/loader.conf.5.gz 385OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz 386OLD_FILES+=usr/share/man/man8/brand.4th.8.gz 387OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz 388OLD_FILES+=usr/share/man/man8/color.4th.8.gz 389OLD_FILES+=usr/share/man/man8/delay.4th.8.gz 390OLD_FILES+=usr/share/man/man8/gptboot.8.gz 391OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz 392OLD_FILES+=usr/share/man/man8/loader.4th.8.gz 393OLD_FILES+=usr/share/man/man8/loader.8.gz 394OLD_FILES+=usr/share/man/man8/menu.4th.8.gz 395OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz 396OLD_FILES+=usr/share/man/man8/pxeboot.8.gz 397OLD_FILES+=usr/share/man/man8/version.4th.8.gz 398OLD_FILES+=usr/share/man/man8/zfsloader.8.gz 399.endif 400 401.if ${MK_BOOTPARAMD} == no 402OLD_FILES+=etc/rc.d/bootparams 403OLD_FILES+=usr/sbin/bootparamd 404OLD_FILES+=usr/share/man/man5/bootparams.5.gz 405OLD_FILES+=usr/share/man/man8/bootparamd.8.gz 406OLD_FILES+=usr/sbin/callbootd 407.endif 408 409.if ${MK_BOOTPD} == no 410OLD_FILES+=usr/libexec/bootpd 411OLD_FILES+=usr/share/man/man5/bootptab.5.gz 412OLD_FILES+=usr/share/man/man8/bootpd.8.gz 413OLD_FILES+=usr/libexec/bootpgw 414OLD_FILES+=usr/sbin/bootpef 415OLD_FILES+=usr/share/man/man8/bootpef.8.gz 416OLD_FILES+=usr/sbin/bootptest 417OLD_FILES+=usr/share/man/man8/bootptest.8.gz 418.endif 419 420.if ${MK_BSDINSTALL} == no 421OLD_FILES+=usr/libexec/bsdinstall/adduser 422OLD_FILES+=usr/libexec/bsdinstall/auto 423OLD_FILES+=usr/libexec/bsdinstall/autopart 424OLD_FILES+=usr/libexec/bsdinstall/bootconfig 425OLD_FILES+=usr/libexec/bsdinstall/checksum 426OLD_FILES+=usr/libexec/bsdinstall/config 427OLD_FILES+=usr/libexec/bsdinstall/distextract 428OLD_FILES+=usr/libexec/bsdinstall/distfetch 429OLD_FILES+=usr/libexec/bsdinstall/docsinstall 430OLD_FILES+=usr/libexec/bsdinstall/entropy 431OLD_FILES+=usr/libexec/bsdinstall/fetchmissingdists 432OLD_FILES+=usr/libexec/bsdinstall/finalconfig 433OLD_FILES+=usr/libexec/bsdinstall/firmware 434OLD_FILES+=usr/libexec/bsdinstall/hardening 435OLD_FILES+=usr/libexec/bsdinstall/hostname 436OLD_FILES+=usr/libexec/bsdinstall/jail 437OLD_FILES+=usr/libexec/bsdinstall/keymap 438OLD_FILES+=usr/libexec/bsdinstall/mirrorselect 439OLD_FILES+=usr/libexec/bsdinstall/mount 440OLD_FILES+=usr/libexec/bsdinstall/mount_aux 441OLD_FILES+=usr/libexec/bsdinstall/netconfig 442OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4 443OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6 444OLD_FILES+=usr/libexec/bsdinstall/partedit 445OLD_FILES+=usr/libexec/bsdinstall/pkgbase 446OLD_FILES+=usr/libexec/bsdinstall/rootpass 447OLD_FILES+=usr/libexec/bsdinstall/runconsoles 448OLD_FILES+=usr/libexec/bsdinstall/script 449OLD_FILES+=usr/libexec/bsdinstall/scriptedpart 450OLD_FILES+=usr/libexec/bsdinstall/services 451OLD_FILES+=usr/libexec/bsdinstall/startbsdinstall 452OLD_FILES+=usr/libexec/bsdinstall/time 453OLD_FILES+=usr/libexec/bsdinstall/umount 454OLD_FILES+=usr/libexec/bsdinstall/wlanconfig 455OLD_FILES+=usr/libexec/bsdinstall/zfsboot 456OLD_FILES+=usr/sbin/bsdinstall 457OLD_FILES+=usr/share/man/man8/bsdinstall.8.gz 458OLD_FILES+=usr/share/man/man8/sade.8.gz 459OLD_DIRS+=usr/libexec/bsdinstall 460.endif 461 462.if ${MK_BSNMP} == no 463OLD_FILES+=etc/snmpd.config 464OLD_FILES+=etc/rc.d/bsnmpd 465OLD_FILES+=usr/bin/bsnmpget 466OLD_FILES+=usr/bin/bsnmpset 467OLD_FILES+=usr/bin/bsnmpwalk 468OLD_FILES+=usr/include/bsnmp/asn1.h 469OLD_FILES+=usr/include/bsnmp/bridge_snmp.h 470OLD_FILES+=usr/include/bsnmp/snmp.h 471OLD_FILES+=usr/include/bsnmp/snmp_mibII.h 472OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h 473OLD_FILES+=usr/include/bsnmp/snmpagent.h 474OLD_FILES+=usr/include/bsnmp/snmpclient.h 475OLD_FILES+=usr/include/bsnmp/snmpmod.h 476OLD_FILES+=usr/lib/libbsnmp.a 477OLD_FILES+=usr/lib/libbsnmp.so 478OLD_LIBS+=usr/lib/libbsnmp.so.7 479OLD_FILES+=usr/lib/libbsnmptools.a 480OLD_FILES+=usr/lib/libbsnmptools.so 481OLD_LIBS+=usr/lib/libbsnmptools.so.0 482OLD_FILES+=usr/lib/snmp_bridge.so 483OLD_LIBS+=usr/lib/snmp_bridge.so.6 484OLD_FILES+=usr/lib/snmp_hast.so 485OLD_LIBS+=usr/lib/snmp_hast.so.6 486OLD_FILES+=usr/lib/snmp_hostres.so 487OLD_LIBS+=usr/lib/snmp_hostres.so.6 488OLD_FILES+=usr/lib/snmp_lm75.so 489OLD_LIBS+=usr/lib/snmp_lm75.so.6 490OLD_FILES+=usr/lib/snmp_mibII.so 491OLD_LIBS+=usr/lib/snmp_mibII.so.6 492OLD_FILES+=usr/lib/snmp_netgraph.so 493OLD_LIBS+=usr/lib/snmp_netgraph.so.6 494OLD_FILES+=usr/lib/snmp_pf.so 495OLD_LIBS+=usr/lib/snmp_pf.so.6 496OLD_FILES+=usr/lib/snmp_target.so 497OLD_LIBS+=usr/lib/snmp_target.so.6 498OLD_FILES+=usr/lib/snmp_usm.so 499OLD_LIBS+=usr/lib/snmp_usm.so.6 500OLD_FILES+=usr/lib/snmp_vacm.so 501OLD_LIBS+=usr/lib/snmp_vacm.so.6 502OLD_FILES+=usr/lib/snmp_wlan.so 503OLD_LIBS+=usr/lib/snmp_wlan.so.6 504OLD_FILES+=usr/sbin/bsnmpd 505OLD_FILES+=usr/sbin/gensnmptree 506OLD_FILES+=usr/share/examples/etc/snmpd.config 507OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz 508OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz 509OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz 510OLD_FILES+=usr/share/man/man1/bsnmpwalk.1.gz 511OLD_FILES+=usr/share/man/man1/gensnmptree.1.gz 512# lib/libbsnmp/libbsnmp 513OLD_FILES+=usr/share/man/man3/TRUTH_GET.3.gz 514OLD_FILES+=usr/share/man/man3/TRUTH_MK.3.gz 515OLD_FILES+=usr/share/man/man3/TRUTH_OK.3.gz 516OLD_FILES+=usr/share/man/man3/asn1.3.gz 517OLD_FILES+=usr/share/man/man3/asn_append_oid.3.gz 518OLD_FILES+=usr/share/man/man3/asn_commit_header.3.gz 519OLD_FILES+=usr/share/man/man3/asn_compare_oid.3.gz 520OLD_FILES+=usr/share/man/man3/asn_get_counter64_raw.3.gz 521OLD_FILES+=usr/share/man/man3/asn_get_header.3.gz 522OLD_FILES+=usr/share/man/man3/asn_get_integer.3.gz 523OLD_FILES+=usr/share/man/man3/asn_get_integer_raw.3.gz 524OLD_FILES+=usr/share/man/man3/asn_get_ipaddress.3.gz 525OLD_FILES+=usr/share/man/man3/asn_get_ipaddress_raw.3.gz 526OLD_FILES+=usr/share/man/man3/asn_get_null.3.gz 527OLD_FILES+=usr/share/man/man3/asn_get_null_raw.3.gz 528OLD_FILES+=usr/share/man/man3/asn_get_objid.3.gz 529OLD_FILES+=usr/share/man/man3/asn_get_objid_raw.3.gz 530OLD_FILES+=usr/share/man/man3/asn_get_octetstring.3.gz 531OLD_FILES+=usr/share/man/man3/asn_get_octetstring_raw.3.gz 532OLD_FILES+=usr/share/man/man3/asn_get_sequence.3.gz 533OLD_FILES+=usr/share/man/man3/asn_get_timeticks.3.gz 534OLD_FILES+=usr/share/man/man3/asn_get_uint32_raw.3.gz 535OLD_FILES+=usr/share/man/man3/asn_is_suboid.3.gz 536OLD_FILES+=usr/share/man/man3/asn_oid2str.3.gz 537OLD_FILES+=usr/share/man/man3/asn_oid2str_r.3.gz 538OLD_FILES+=usr/share/man/man3/asn_put_counter64.3.gz 539OLD_FILES+=usr/share/man/man3/asn_put_exception.3.gz 540OLD_FILES+=usr/share/man/man3/asn_put_header.3.gz 541OLD_FILES+=usr/share/man/man3/asn_put_integer.3.gz 542OLD_FILES+=usr/share/man/man3/asn_put_ipaddress.3.gz 543OLD_FILES+=usr/share/man/man3/asn_put_null.3.gz 544OLD_FILES+=usr/share/man/man3/asn_put_objid.3.gz 545OLD_FILES+=usr/share/man/man3/asn_put_octetstring.3.gz 546OLD_FILES+=usr/share/man/man3/asn_put_temp_header.3.gz 547OLD_FILES+=usr/share/man/man3/asn_put_timeticks.3.gz 548OLD_FILES+=usr/share/man/man3/asn_put_uint32.3.gz 549OLD_FILES+=usr/share/man/man3/asn_skip.3.gz 550OLD_FILES+=usr/share/man/man3/asn_slice_oid.3.gz 551OLD_FILES+=usr/share/man/man3/snmp_add_binding.3.gz 552OLD_FILES+=usr/share/man/man3/snmp_calc_keychange.3.gz 553OLD_FILES+=usr/share/man/man3/snmp_client.3.gz 554OLD_FILES+=usr/share/man/man3/snmp_client_init.3.gz 555OLD_FILES+=usr/share/man/man3/snmp_client_set_host.3.gz 556OLD_FILES+=usr/share/man/man3/snmp_client_set_port.3.gz 557OLD_FILES+=usr/share/man/man3/snmp_close.3.gz 558OLD_FILES+=usr/share/man/man3/snmp_debug.3.gz 559OLD_FILES+=usr/share/man/man3/snmp_dep_commit.3.gz 560OLD_FILES+=usr/share/man/man3/snmp_dep_finish.3.gz 561OLD_FILES+=usr/share/man/man3/snmp_dep_lookup.3.gz 562OLD_FILES+=usr/share/man/man3/snmp_dep_rollback.3.gz 563OLD_FILES+=usr/share/man/man3/snmp_depop_t.3.gz 564OLD_FILES+=usr/share/man/man3/snmp_dialog.3.gz 565OLD_FILES+=usr/share/man/man3/snmp_discover_engine.3.gz 566OLD_FILES+=usr/share/man/man3/snmp_get.3.gz 567OLD_FILES+=usr/share/man/man3/snmp_get_local_keys.3.gz 568OLD_FILES+=usr/share/man/man3/snmp_getbulk.3.gz 569OLD_FILES+=usr/share/man/man3/snmp_getnext.3.gz 570OLD_FILES+=usr/share/man/man3/snmp_init_context.3.gz 571OLD_FILES+=usr/share/man/man3/snmp_make_errresp.3.gz 572OLD_FILES+=usr/share/man/man3/snmp_oid_append.3.gz 573OLD_FILES+=usr/share/man/man3/snmp_op_t.3.gz 574OLD_FILES+=usr/share/man/man3/snmp_open.3.gz 575OLD_FILES+=usr/share/man/man3/snmp_parse_server.3.gz 576OLD_FILES+=usr/share/man/man3/snmp_passwd_to_keys.3.gz 577OLD_FILES+=usr/share/man/man3/snmp_pdu_check.3.gz 578OLD_FILES+=usr/share/man/man3/snmp_pdu_create.3.gz 579OLD_FILES+=usr/share/man/man3/snmp_pdu_decode.3.gz 580OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_header.3.gz 581OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_scoped.3.gz 582OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_secmode.3.gz 583OLD_FILES+=usr/share/man/man3/snmp_pdu_dump.3.gz 584OLD_FILES+=usr/share/man/man3/snmp_pdu_encode.3.gz 585OLD_FILES+=usr/share/man/man3/snmp_pdu_free.3.gz 586OLD_FILES+=usr/share/man/man3/snmp_pdu_init_secparams.3.gz 587OLD_FILES+=usr/share/man/man3/snmp_pdu_send.3.gz 588OLD_FILES+=usr/share/man/man3/snmp_receive.3.gz 589OLD_FILES+=usr/share/man/man3/snmp_send_cb_f.3.gz 590OLD_FILES+=usr/share/man/man3/snmp_set.3.gz 591OLD_FILES+=usr/share/man/man3/snmp_table_cb_f.3.gz 592OLD_FILES+=usr/share/man/man3/snmp_table_fetch.3.gz 593OLD_FILES+=usr/share/man/man3/snmp_table_fetch_async.3.gz 594OLD_FILES+=usr/share/man/man3/snmp_timeout_cb_f.3.gz 595OLD_FILES+=usr/share/man/man3/snmp_timeout_start_f.3.gz 596OLD_FILES+=usr/share/man/man3/snmp_timeout_stop_f.3.gz 597OLD_FILES+=usr/share/man/man3/snmp_trace.3.gz 598OLD_FILES+=usr/share/man/man3/snmp_value_copy.3.gz 599OLD_FILES+=usr/share/man/man3/snmp_value_free.3.gz 600OLD_FILES+=usr/share/man/man3/snmp_value_parse.3.gz 601OLD_FILES+=usr/share/man/man3/tree_size.3.gz 602# usr.sbin/bsnmpd/bsnmpd 603OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT.3.gz 604OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT_LINK.3.gz 605OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT_LINK_INDEX.3.gz 606OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID.3.gz 607OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID_LINK.3.gz 608OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID_LINK_INDEX.3.gz 609OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT.3.gz 610OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT_LINK.3.gz 611OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT_LINK_INDEX.3.gz 612OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID.3.gz 613OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID_LINK.3.gz 614OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID_LINK_INDEX.3.gz 615OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT.3.gz 616OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT_LINK.3.gz 617OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT_LINK_INDEX.3.gz 618OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID.3.gz 619OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID_LINK.3.gz 620OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID_LINK_INDEX.3.gz 621OLD_FILES+=usr/share/man/man3/asn1.3.gz 622OLD_FILES+=usr/share/man/man3/bsnmpagent.3.gz 623OLD_FILES+=usr/share/man/man3/bsnmpclient.3.gz 624OLD_FILES+=usr/share/man/man3/bsnmpd_get_target_stats.3.gz 625OLD_FILES+=usr/share/man/man3/bsnmpd_get_usm_stats.3.gz 626OLD_FILES+=usr/share/man/man3/bsnmpd_reset_usm_stats.3.gz 627OLD_FILES+=usr/share/man/man3/bsnmplib.3.gz 628OLD_FILES+=usr/share/man/man3/buf_alloc.3.gz 629OLD_FILES+=usr/share/man/man3/buf_size.3.gz 630OLD_FILES+=usr/share/man/man3/comm_define.3.gz 631OLD_FILES+=usr/share/man/man3/community.3.gz 632OLD_FILES+=usr/share/man/man3/fd_deselect.3.gz 633OLD_FILES+=usr/share/man/man3/fd_resume.3.gz 634OLD_FILES+=usr/share/man/man3/fd_select.3.gz 635OLD_FILES+=usr/share/man/man3/fd_suspend.3.gz 636OLD_FILES+=usr/share/man/man3/get_ticks.3.gz 637OLD_FILES+=usr/share/man/man3/index_append.3.gz 638OLD_FILES+=usr/share/man/man3/index_append_off.3.gz 639OLD_FILES+=usr/share/man/man3/index_compare.3.gz 640OLD_FILES+=usr/share/man/man3/index_compare_off.3.gz 641OLD_FILES+=usr/share/man/man3/index_decode.3.gz 642OLD_FILES+=usr/share/man/man3/ip_commit.3.gz 643OLD_FILES+=usr/share/man/man3/ip_get.3.gz 644OLD_FILES+=usr/share/man/man3/ip_rollback.3.gz 645OLD_FILES+=usr/share/man/man3/ip_save.3.gz 646OLD_FILES+=usr/share/man/man3/or_register.3.gz 647OLD_FILES+=usr/share/man/man3/or_unregister.3.gz 648OLD_FILES+=usr/share/man/man3/oid_commit.3.gz 649OLD_FILES+=usr/share/man/man3/oid_get.3.gz 650OLD_FILES+=usr/share/man/man3/oid_rollback.3.gz 651OLD_FILES+=usr/share/man/man3/oid_save.3.gz 652OLD_FILES+=usr/share/man/man3/oid_usmNotInTimeWindows.3.gz 653OLD_FILES+=usr/share/man/man3/oid_usmUnknownEngineIDs.3.gz 654OLD_FILES+=usr/share/man/man3/oid_zeroDotZero.3.gz 655OLD_FILES+=usr/share/man/man3/reqid_allocate.3.gz 656OLD_FILES+=usr/share/man/man3/reqid_base.3.gz 657OLD_FILES+=usr/share/man/man3/reqid_istype.3.gz 658OLD_FILES+=usr/share/man/man3/reqid_next.3.gz 659OLD_FILES+=usr/share/man/man3/reqid_type.3.gz 660OLD_FILES+=usr/share/man/man3/snmp_bridge.3.gz 661OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz 662OLD_FILES+=usr/share/man/man3/snmp_hostres.3.gz 663OLD_FILES+=usr/share/man/man3/snmp_input_finish.3.gz 664OLD_FILES+=usr/share/man/man3/snmp_input_start.3.gz 665OLD_FILES+=usr/share/man/man3/snmp_lm75.3.gz 666OLD_FILES+=usr/share/man/man3/snmp_mibII.3.gz 667OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz 668OLD_FILES+=usr/share/man/man3/snmp_output.3.gz 669OLD_FILES+=usr/share/man/man3/snmp_pdu_auth_access.3.gz 670OLD_FILES+=usr/share/man/man3/snmp_send_port.3.gz 671OLD_FILES+=usr/share/man/man3/snmp_send_trap.3.gz 672OLD_FILES+=usr/share/man/man3/snmp_target.3.gz 673OLD_FILES+=usr/share/man/man3/snmp_usm.3.gz 674OLD_FILES+=usr/share/man/man3/snmp_vacm.3.gz 675OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz 676OLD_FILES+=usr/share/man/man3/snmpd_target_stat.3.gz 677OLD_FILES+=usr/share/man/man3/snmpd_usmstats.3.gz 678OLD_FILES+=usr/share/man/man3/snmpmod.3.gz 679OLD_FILES+=usr/share/man/man3/start_tick.3.gz 680OLD_FILES+=usr/share/man/man3/string_commit.3.gz 681OLD_FILES+=usr/share/man/man3/string_free.3.gz 682OLD_FILES+=usr/share/man/man3/string_get.3.gz 683OLD_FILES+=usr/share/man/man3/string_get_max.3.gz 684OLD_FILES+=usr/share/man/man3/string_rollback.3.gz 685OLD_FILES+=usr/share/man/man3/string_save.3.gz 686OLD_FILES+=usr/share/man/man3/systemg.3.gz 687OLD_FILES+=usr/share/man/man3/this_tick.3.gz 688OLD_FILES+=usr/share/man/man3/timer_start.3.gz 689OLD_FILES+=usr/share/man/man3/timer_start_repeat.3.gz 690OLD_FILES+=usr/share/man/man3/timer_stop.3.gz 691OLD_FILES+=usr/share/man/man3/target_activate_address.3.gz 692OLD_FILES+=usr/share/man/man3/target_address.3.gz 693OLD_FILES+=usr/share/man/man3/target_delete_address.3.gz 694OLD_FILES+=usr/share/man/man3/target_delete_notify.3.gz 695OLD_FILES+=usr/share/man/man3/target_delete_param.3.gz 696OLD_FILES+=usr/share/man/man3/target_first_address.3.gz 697OLD_FILES+=usr/share/man/man3/target_first_notify.3.gz 698OLD_FILES+=usr/share/man/man3/target_first_param.3.gz 699OLD_FILES+=usr/share/man/man3/target_flush_all.3.gz 700OLD_FILES+=usr/share/man/man3/target_next_address.3.gz 701OLD_FILES+=usr/share/man/man3/target_next_notify.3.gz 702OLD_FILES+=usr/share/man/man3/target_next_param.3.gz 703OLD_FILES+=usr/share/man/man3/target_new_address.3.gz 704OLD_FILES+=usr/share/man/man3/target_new_notify.3.gz 705OLD_FILES+=usr/share/man/man3/target_new_param.3.gz 706OLD_FILES+=usr/share/man/man3/target_notify.3.gz 707OLD_FILES+=usr/share/man/man3/target_param.3.gz 708OLD_FILES+=usr/share/man/man3/usm_delete_user.3.gz 709OLD_FILES+=usr/share/man/man3/usm_find_user.3.gz 710OLD_FILES+=usr/share/man/man3/usm_first_user.3.gz 711OLD_FILES+=usr/share/man/man3/usm_flush_users.3.gz 712OLD_FILES+=usr/share/man/man3/usm_next_user.3.gz 713OLD_FILES+=usr/share/man/man3/usm_new_user.3.gz 714OLD_FILES+=usr/share/man/man3/usm_user.3.gz 715OLD_FILES+=usr/share/snmp/defs/bridge_tree.def 716OLD_FILES+=usr/share/snmp/defs/hast_tree.def 717OLD_FILES+=usr/share/snmp/defs/hostres_tree.def 718OLD_FILES+=usr/share/snmp/defs/lm75_tree.def 719OLD_FILES+=usr/share/snmp/defs/mibII_tree.def 720OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def 721OLD_FILES+=usr/share/snmp/defs/pf_tree.def 722OLD_FILES+=usr/share/snmp/defs/target_tree.def 723OLD_FILES+=usr/share/snmp/defs/tc.def 724OLD_FILES+=usr/share/snmp/defs/tree.def 725OLD_FILES+=usr/share/snmp/defs/usm_tree.def 726OLD_FILES+=usr/share/snmp/defs/vacm_tree.def 727OLD_FILES+=usr/share/snmp/defs/wlan_tree.def 728OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt 729OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt 730OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt 731OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt 732OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt 733OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-IP-MIB.txt 734OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-LM75-MIB.txt 735OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB.txt 736OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB2-MIB.txt 737OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt 738OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt 739OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-SNMPD.txt 740OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt 741OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt 742OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt 743OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt 744OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt 745OLD_FILES+=usr/tests/lib/libbsnmp/bsnmpd_test 746OLD_FILES+=usr/tests/lib/libbsnmp/Kyuafile 747OLD_DIRS+=usr/include/bsnmp 748OLD_DIRS+=usr/share/snmp 749OLD_DIRS+=usr/share/snmp/defs 750OLD_DIRS+=usr/share/snmp/mibs 751OLD_DIRS+=usr/tests/lib/libbsnmp 752.endif 753 754.if ${MK_CALENDAR} == no 755OLD_FILES+=etc/periodic/daily/300.calendar 756OLD_FILES+=usr/bin/calendar 757OLD_FILES+=usr/share/calendar/calendar.all 758OLD_FILES+=usr/share/calendar/calendar.australia 759OLD_FILES+=usr/share/calendar/calendar.birthday 760OLD_FILES+=usr/share/calendar/calendar.brazilian 761OLD_FILES+=usr/share/calendar/calendar.christian 762OLD_FILES+=usr/share/calendar/calendar.computer 763OLD_FILES+=usr/share/calendar/calendar.croatian 764OLD_FILES+=usr/share/calendar/calendar.dutch 765OLD_FILES+=usr/share/calendar/calendar.freebsd 766OLD_FILES+=usr/share/calendar/calendar.french 767OLD_FILES+=usr/share/calendar/calendar.german 768OLD_FILES+=usr/share/calendar/calendar.history 769OLD_FILES+=usr/share/calendar/calendar.holiday 770OLD_FILES+=usr/share/calendar/calendar.hungarian 771OLD_FILES+=usr/share/calendar/calendar.judaic 772OLD_FILES+=usr/share/calendar/calendar.lotr 773OLD_FILES+=usr/share/calendar/calendar.music 774OLD_FILES+=usr/share/calendar/calendar.newzealand 775OLD_FILES+=usr/share/calendar/calendar.russian 776OLD_FILES+=usr/share/calendar/calendar.southafrica 777OLD_FILES+=usr/share/calendar/calendar.ukrainian 778OLD_FILES+=usr/share/calendar/calendar.usholiday 779OLD_FILES+=usr/share/calendar/calendar.world 780OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag 781OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15 782OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all 783OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag 784OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte 785OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche 786OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur 787OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik 788OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft 789OLD_DIRS+=usr/share/calendar/de_DE.ISO8859-1 790OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15 791OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all 792OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes 793OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french 794OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies 795OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes 796OLD_DIRS+=usr/share/calendar/fr_FR.ISO8859-1 797OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15 798OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all 799OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici 800OLD_DIRS+=usr/share/calendar/hr_HR.ISO8859-2 801OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all 802OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok 803OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek 804OLD_DIRS+=usr/share/calendar/hu_HU.ISO8859-2 805OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all 806OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative 807OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays 808OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative 809OLD_DIRS+=usr/share/calendar/pt_BR.ISO8859-1 810OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all 811OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative 812OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays 813OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative 814OLD_DIRS+=usr/share/calendar/pt_BR.UTF-8 815OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all 816OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common 817OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday 818OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military 819OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox 820OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan 821OLD_DIRS+=usr/share/calendar/ru_RU.KOI8-R 822OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all 823OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common 824OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday 825OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military 826OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox 827OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan 828OLD_DIRS+=usr/share/calendar/ru_RU.UTF-8 829OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all 830OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday 831OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc 832OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox 833OLD_DIRS+=usr/share/calendar/uk_UA.KOI8-U 834OLD_DIRS+=usr/share/calendar 835OLD_FILES+=usr/share/man/man1/calendar.1.gz 836OLD_FILES+=usr/tests/usr.bin/calendar/Kyuafile 837OLD_FILES+=usr/tests/usr.bin/calendar/calendar.calibrate 838OLD_FILES+=usr/tests/usr.bin/calendar/legacy_test 839OLD_FILES+=usr/tests/usr.bin/calendar/regress.a1.out 840OLD_FILES+=usr/tests/usr.bin/calendar/regress.a2.out 841OLD_FILES+=usr/tests/usr.bin/calendar/regress.a3.out 842OLD_FILES+=usr/tests/usr.bin/calendar/regress.a4.out 843OLD_FILES+=usr/tests/usr.bin/calendar/regress.a5.out 844OLD_FILES+=usr/tests/usr.bin/calendar/regress.b1.out 845OLD_FILES+=usr/tests/usr.bin/calendar/regress.b2.out 846OLD_FILES+=usr/tests/usr.bin/calendar/regress.b3.out 847OLD_FILES+=usr/tests/usr.bin/calendar/regress.b4.out 848OLD_FILES+=usr/tests/usr.bin/calendar/regress.b5.out 849OLD_FILES+=usr/tests/usr.bin/calendar/regress.s1.out 850OLD_FILES+=usr/tests/usr.bin/calendar/regress.s2.out 851OLD_FILES+=usr/tests/usr.bin/calendar/regress.s3.out 852OLD_FILES+=usr/tests/usr.bin/calendar/regress.s4.out 853OLD_FILES+=usr/tests/usr.bin/calendar/regress.sh 854OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-1.out 855OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-2.out 856OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-3.out 857OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-4.out 858OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-5.out 859OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-6.out 860OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-7.out 861OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-1.out 862OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-2.out 863OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-3.out 864OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-4.out 865OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-5.out 866OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-6.out 867OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-7.out 868OLD_DIRS+=usr/tests/usr.bin/calendar 869.endif 870 871.if ${MK_CASPER} == no 872OLD_LIBS+=lib/libcasper.so.1 873OLD_LIBS+=lib/libcap_dns.so.2 874OLD_LIBS+=lib/libcap_fileargs.so.1 875OLD_LIBS+=lib/libcap_grp.so.1 876OLD_LIBS+=lib/libcap_net.so.1 877OLD_LIBS+=lib/libcap_netdb.so.1 878OLD_LIBS+=lib/libcap_pwd.so.1 879OLD_LIBS+=lib/libcap_sysctl.so.1 880OLD_LIBS+=lib/libcap_sysctl.so.2 881OLD_LIBS+=lib/libcap_syslog.so.1 882.endif 883 884.if ${MK_CCD} == no 885OLD_FILES+=etc/rc.d/ccd 886OLD_FILES+=rescue/ccdconfig 887OLD_FILES+=sbin/ccdconfig 888OLD_FILES+=usr/share/man/man4/ccd.4.gz 889OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz 890.endif 891 892.if (${MK_CLANG} == no && ${MK_CLANG_FORMAT} == no && ${MK_LLDB} == no) || \ 893 ${MK_LLVM_LINK_STATIC_LIBRARIES} != no 894OLD_LIBS+=usr/lib/libprivateclang.so.21 895.endif 896 897.if (${MK_CLANG_EXTRAS} == no && ${MK_CLANG} == no && ${MK_LLDB} == no && \ 898 ${MK_LLD} == no && ${MK_LLVM_BINUTILS} == no) || \ 899 ${MK_LLVM_LINK_STATIC_LIBRARIES} != no 900OLD_LIBS+=usr/lib/libprivatellvm.so.21 901.endif 902 903.if ${MK_CLANG} == no && ${MK_LLVM_BINUTILS} == no 904OLD_FILES+=usr/bin/llvm-addr2line 905OLD_FILES+=usr/bin/llvm-ar 906OLD_FILES+=usr/bin/llvm-cxxfilt 907OLD_FILES+=usr/bin/llvm-nm 908OLD_FILES+=usr/bin/llvm-objcopy 909OLD_FILES+=usr/bin/llvm-objdump 910OLD_FILES+=usr/bin/llvm-ranlib 911OLD_FILES+=usr/bin/llvm-readelf 912OLD_FILES+=usr/bin/llvm-readobj 913OLD_FILES+=usr/bin/llvm-size 914OLD_FILES+=usr/bin/llvm-strings 915OLD_FILES+=usr/bin/llvm-symbolizer 916OLD_FILES+=usr/bin/objdump 917OLD_FILES+=usr/share/man/man1/llvm-addr2line.1.gz 918OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz 919OLD_FILES+=usr/share/man/man1/llvm-cxxfilt.1.gz 920OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz 921OLD_FILES+=usr/share/man/man1/llvm-objcopy.1.gz 922OLD_FILES+=usr/share/man/man1/llvm-ranlib.1.gz 923OLD_FILES+=usr/share/man/man1/llvm-readelf.1.gz 924OLD_FILES+=usr/share/man/man1/llvm-readobj.1.gz 925OLD_FILES+=usr/share/man/man1/llvm-size.1.gz 926OLD_FILES+=usr/share/man/man1/llvm-strings.1.gz 927OLD_FILES+=usr/share/man/man1/llvm-symbolizer.1.gz 928OLD_FILES+=usr/share/man/man1/objdump.1.gz 929.endif 930 931.if ${MK_CLANG} == no 932OLD_FILES+=usr/bin/clang 933OLD_FILES+=usr/bin/clang++ 934OLD_FILES+=usr/bin/clang-cpp 935OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_builtin_vars.h 936OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_cmath.h 937OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_complex_builtins.h 938OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_device_functions.h 939OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_intrinsics.h 940OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_libdevice_declares.h 941OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_math.h 942OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_math_forward_declares.h 943OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_runtime_wrapper.h 944OLD_FILES+=usr/lib/clang/21/include/__clang_cuda_texture_intrinsics.h 945OLD_FILES+=usr/lib/clang/21/include/__clang_hip_cmath.h 946OLD_FILES+=usr/lib/clang/21/include/__clang_hip_libdevice_declares.h 947OLD_FILES+=usr/lib/clang/21/include/__clang_hip_math.h 948OLD_FILES+=usr/lib/clang/21/include/__clang_hip_runtime_wrapper.h 949OLD_FILES+=usr/lib/clang/21/include/__clang_hip_stdlib.h 950OLD_FILES+=usr/lib/clang/21/include/__clang_spirv_builtins.h 951OLD_FILES+=usr/lib/clang/21/include/__stdarg___gnuc_va_list.h 952OLD_FILES+=usr/lib/clang/21/include/__stdarg___va_copy.h 953OLD_FILES+=usr/lib/clang/21/include/__stdarg_header_macro.h 954OLD_FILES+=usr/lib/clang/21/include/__stdarg_va_arg.h 955OLD_FILES+=usr/lib/clang/21/include/__stdarg_va_copy.h 956OLD_FILES+=usr/lib/clang/21/include/__stdarg_va_list.h 957OLD_FILES+=usr/lib/clang/21/include/__stddef_header_macro.h 958OLD_FILES+=usr/lib/clang/21/include/__stddef_max_align_t.h 959OLD_FILES+=usr/lib/clang/21/include/__stddef_null.h 960OLD_FILES+=usr/lib/clang/21/include/__stddef_nullptr_t.h 961OLD_FILES+=usr/lib/clang/21/include/__stddef_offsetof.h 962OLD_FILES+=usr/lib/clang/21/include/__stddef_ptrdiff_t.h 963OLD_FILES+=usr/lib/clang/21/include/__stddef_rsize_t.h 964OLD_FILES+=usr/lib/clang/21/include/__stddef_size_t.h 965OLD_FILES+=usr/lib/clang/21/include/__stddef_unreachable.h 966OLD_FILES+=usr/lib/clang/21/include/__stddef_wchar_t.h 967OLD_FILES+=usr/lib/clang/21/include/__stddef_wint_t.h 968OLD_FILES+=usr/lib/clang/21/include/__wmmintrin_aes.h 969OLD_FILES+=usr/lib/clang/21/include/__wmmintrin_pclmul.h 970OLD_FILES+=usr/lib/clang/21/include/adcintrin.h 971OLD_FILES+=usr/lib/clang/21/include/adxintrin.h 972OLD_FILES+=usr/lib/clang/21/include/altivec.h 973OLD_FILES+=usr/lib/clang/21/include/amdgpuintrin.h 974OLD_FILES+=usr/lib/clang/21/include/ammintrin.h 975OLD_FILES+=usr/lib/clang/21/include/amxavx512intrin.h 976OLD_FILES+=usr/lib/clang/21/include/amxbf16transposeintrin.h 977OLD_FILES+=usr/lib/clang/21/include/amxcomplexintrin.h 978OLD_FILES+=usr/lib/clang/21/include/amxcomplextransposeintrin.h 979OLD_FILES+=usr/lib/clang/21/include/amxfp16intrin.h 980OLD_FILES+=usr/lib/clang/21/include/amxfp16transposeintrin.h 981OLD_FILES+=usr/lib/clang/21/include/amxfp8intrin.h 982OLD_FILES+=usr/lib/clang/21/include/amxintrin.h 983OLD_FILES+=usr/lib/clang/21/include/amxmovrsintrin.h 984OLD_FILES+=usr/lib/clang/21/include/amxmovrstransposeintrin.h 985OLD_FILES+=usr/lib/clang/21/include/amxtf32intrin.h 986OLD_FILES+=usr/lib/clang/21/include/amxtf32transposeintrin.h 987OLD_FILES+=usr/lib/clang/21/include/amxtransposeintrin.h 988OLD_FILES+=usr/lib/clang/21/include/andes_vector.h 989OLD_FILES+=usr/lib/clang/21/include/arm64intr.h 990OLD_FILES+=usr/lib/clang/21/include/arm_acle.h 991OLD_FILES+=usr/lib/clang/21/include/arm_bf16.h 992OLD_FILES+=usr/lib/clang/21/include/arm_cde.h 993OLD_FILES+=usr/lib/clang/21/include/arm_cmse.h 994OLD_FILES+=usr/lib/clang/21/include/arm_fp16.h 995OLD_FILES+=usr/lib/clang/21/include/arm_mve.h 996OLD_FILES+=usr/lib/clang/21/include/arm_neon.h 997OLD_FILES+=usr/lib/clang/21/include/arm_neon_sve_bridge.h 998OLD_FILES+=usr/lib/clang/21/include/arm_sme.h 999OLD_FILES+=usr/lib/clang/21/include/arm_sve.h 1000OLD_FILES+=usr/lib/clang/21/include/arm_vector_types.h 1001OLD_FILES+=usr/lib/clang/21/include/armintr.h 1002OLD_FILES+=usr/lib/clang/21/include/avx10_2_512bf16intrin.h 1003OLD_FILES+=usr/lib/clang/21/include/avx10_2_512convertintrin.h 1004OLD_FILES+=usr/lib/clang/21/include/avx10_2_512minmaxintrin.h 1005OLD_FILES+=usr/lib/clang/21/include/avx10_2_512niintrin.h 1006OLD_FILES+=usr/lib/clang/21/include/avx10_2_512satcvtdsintrin.h 1007OLD_FILES+=usr/lib/clang/21/include/avx10_2_512satcvtintrin.h 1008OLD_FILES+=usr/lib/clang/21/include/avx10_2bf16intrin.h 1009OLD_FILES+=usr/lib/clang/21/include/avx10_2convertintrin.h 1010OLD_FILES+=usr/lib/clang/21/include/avx10_2copyintrin.h 1011OLD_FILES+=usr/lib/clang/21/include/avx10_2minmaxintrin.h 1012OLD_FILES+=usr/lib/clang/21/include/avx10_2niintrin.h 1013OLD_FILES+=usr/lib/clang/21/include/avx10_2satcvtdsintrin.h 1014OLD_FILES+=usr/lib/clang/21/include/avx10_2satcvtintrin.h 1015OLD_FILES+=usr/lib/clang/21/include/avx2intrin.h 1016OLD_FILES+=usr/lib/clang/21/include/avx512bf16intrin.h 1017OLD_FILES+=usr/lib/clang/21/include/avx512bitalgintrin.h 1018OLD_FILES+=usr/lib/clang/21/include/avx512bwintrin.h 1019OLD_FILES+=usr/lib/clang/21/include/avx512cdintrin.h 1020OLD_FILES+=usr/lib/clang/21/include/avx512dqintrin.h 1021OLD_FILES+=usr/lib/clang/21/include/avx512fintrin.h 1022OLD_FILES+=usr/lib/clang/21/include/avx512fp16intrin.h 1023OLD_FILES+=usr/lib/clang/21/include/avx512ifmaintrin.h 1024OLD_FILES+=usr/lib/clang/21/include/avx512ifmavlintrin.h 1025OLD_FILES+=usr/lib/clang/21/include/avx512vbmi2intrin.h 1026OLD_FILES+=usr/lib/clang/21/include/avx512vbmiintrin.h 1027OLD_FILES+=usr/lib/clang/21/include/avx512vbmivlintrin.h 1028OLD_FILES+=usr/lib/clang/21/include/avx512vlbf16intrin.h 1029OLD_FILES+=usr/lib/clang/21/include/avx512vlbitalgintrin.h 1030OLD_FILES+=usr/lib/clang/21/include/avx512vlbwintrin.h 1031OLD_FILES+=usr/lib/clang/21/include/avx512vlcdintrin.h 1032OLD_FILES+=usr/lib/clang/21/include/avx512vldqintrin.h 1033OLD_FILES+=usr/lib/clang/21/include/avx512vlfp16intrin.h 1034OLD_FILES+=usr/lib/clang/21/include/avx512vlintrin.h 1035OLD_FILES+=usr/lib/clang/21/include/avx512vlvbmi2intrin.h 1036OLD_FILES+=usr/lib/clang/21/include/avx512vlvnniintrin.h 1037OLD_FILES+=usr/lib/clang/21/include/avx512vlvp2intersectintrin.h 1038OLD_FILES+=usr/lib/clang/21/include/avx512vnniintrin.h 1039OLD_FILES+=usr/lib/clang/21/include/avx512vp2intersectintrin.h 1040OLD_FILES+=usr/lib/clang/21/include/avx512vpopcntdqintrin.h 1041OLD_FILES+=usr/lib/clang/21/include/avx512vpopcntdqvlintrin.h 1042OLD_FILES+=usr/lib/clang/21/include/avxifmaintrin.h 1043OLD_FILES+=usr/lib/clang/21/include/avxintrin.h 1044OLD_FILES+=usr/lib/clang/21/include/avxneconvertintrin.h 1045OLD_FILES+=usr/lib/clang/21/include/avxvnniint16intrin.h 1046OLD_FILES+=usr/lib/clang/21/include/avxvnniint8intrin.h 1047OLD_FILES+=usr/lib/clang/21/include/avxvnniintrin.h 1048OLD_FILES+=usr/lib/clang/21/include/bmi2intrin.h 1049OLD_FILES+=usr/lib/clang/21/include/bmiintrin.h 1050OLD_FILES+=usr/lib/clang/21/include/builtins.h 1051OLD_FILES+=usr/lib/clang/21/include/cet.h 1052OLD_FILES+=usr/lib/clang/21/include/cetintrin.h 1053OLD_FILES+=usr/lib/clang/21/include/cldemoteintrin.h 1054OLD_FILES+=usr/lib/clang/21/include/clflushoptintrin.h 1055OLD_FILES+=usr/lib/clang/21/include/clwbintrin.h 1056OLD_FILES+=usr/lib/clang/21/include/clzerointrin.h 1057OLD_FILES+=usr/lib/clang/21/include/cmpccxaddintrin.h 1058OLD_FILES+=usr/lib/clang/21/include/cpuid.h 1059OLD_FILES+=usr/lib/clang/21/include/crc32intrin.h 1060OLD_FILES+=usr/lib/clang/21/include/cuda_wrappers/algorithm 1061OLD_FILES+=usr/lib/clang/21/include/cuda_wrappers/bits/basic_string.h 1062OLD_FILES+=usr/lib/clang/21/include/cuda_wrappers/bits/basic_string.tcc 1063OLD_FILES+=usr/lib/clang/21/include/cuda_wrappers/bits/c++config.h 1064OLD_FILES+=usr/lib/clang/21/include/cuda_wrappers/bits/shared_ptr_base.h 1065OLD_DIRS+=usr/lib/clang/21/include/cuda_wrappers/bits 1066OLD_FILES+=usr/lib/clang/21/include/cuda_wrappers/cmath 1067OLD_FILES+=usr/lib/clang/21/include/cuda_wrappers/complex 1068OLD_FILES+=usr/lib/clang/21/include/cuda_wrappers/new 1069OLD_DIRS+=usr/lib/clang/21/include/cuda_wrappers 1070OLD_FILES+=usr/lib/clang/21/include/emmintrin.h 1071OLD_FILES+=usr/lib/clang/21/include/enqcmdintrin.h 1072OLD_FILES+=usr/lib/clang/21/include/f16cintrin.h 1073OLD_FILES+=usr/lib/clang/21/include/float.h 1074OLD_FILES+=usr/lib/clang/21/include/fma4intrin.h 1075OLD_FILES+=usr/lib/clang/21/include/fmaintrin.h 1076OLD_FILES+=usr/lib/clang/21/include/fuzzer/FuzzedDataProvider.h 1077OLD_DIRS+=usr/lib/clang/21/include/fuzzer 1078OLD_FILES+=usr/lib/clang/21/include/fxsrintrin.h 1079OLD_FILES+=usr/lib/clang/21/include/gfniintrin.h 1080OLD_FILES+=usr/lib/clang/21/include/gpuintrin.h 1081OLD_FILES+=usr/lib/clang/21/include/hexagon_circ_brev_intrinsics.h 1082OLD_FILES+=usr/lib/clang/21/include/hexagon_protos.h 1083OLD_FILES+=usr/lib/clang/21/include/hexagon_types.h 1084OLD_FILES+=usr/lib/clang/21/include/hlsl/hlsl_alias_intrinsics.h 1085OLD_FILES+=usr/lib/clang/21/include/hlsl/hlsl_basic_types.h 1086OLD_FILES+=usr/lib/clang/21/include/hlsl/hlsl_compat_overloads.h 1087OLD_FILES+=usr/lib/clang/21/include/hlsl/hlsl_detail.h 1088OLD_FILES+=usr/lib/clang/21/include/hlsl/hlsl_intrinsic_helpers.h 1089OLD_FILES+=usr/lib/clang/21/include/hlsl/hlsl_intrinsics.h 1090OLD_FILES+=usr/lib/clang/21/include/hlsl/hlsl_spirv.h 1091OLD_DIRS+=usr/lib/clang/21/include/hlsl 1092OLD_FILES+=usr/lib/clang/21/include/hlsl.h 1093OLD_FILES+=usr/lib/clang/21/include/hresetintrin.h 1094OLD_FILES+=usr/lib/clang/21/include/htmintrin.h 1095OLD_FILES+=usr/lib/clang/21/include/htmxlintrin.h 1096OLD_FILES+=usr/lib/clang/21/include/hvx_hexagon_protos.h 1097OLD_FILES+=usr/lib/clang/21/include/ia32intrin.h 1098OLD_FILES+=usr/lib/clang/21/include/immintrin.h 1099OLD_FILES+=usr/lib/clang/21/include/intrin.h 1100OLD_FILES+=usr/lib/clang/21/include/intrin0.h 1101OLD_FILES+=usr/lib/clang/21/include/inttypes.h 1102OLD_FILES+=usr/lib/clang/21/include/invpcidintrin.h 1103OLD_FILES+=usr/lib/clang/21/include/iso646.h 1104OLD_FILES+=usr/lib/clang/21/include/keylockerintrin.h 1105OLD_FILES+=usr/lib/clang/21/include/larchintrin.h 1106OLD_FILES+=usr/lib/clang/21/include/lasxintrin.h 1107OLD_FILES+=usr/lib/clang/21/include/limits.h 1108OLD_FILES+=usr/lib/clang/21/include/lsxintrin.h 1109OLD_FILES+=usr/lib/clang/21/include/lwpintrin.h 1110OLD_FILES+=usr/lib/clang/21/include/lzcntintrin.h 1111OLD_FILES+=usr/lib/clang/21/include/mm3dnow.h 1112OLD_FILES+=usr/lib/clang/21/include/mm_malloc.h 1113OLD_FILES+=usr/lib/clang/21/include/mmintrin.h 1114OLD_FILES+=usr/lib/clang/21/include/module.modulemap 1115OLD_FILES+=usr/lib/clang/21/include/movdirintrin.h 1116OLD_FILES+=usr/lib/clang/21/include/movrs_avx10_2_512intrin.h 1117OLD_FILES+=usr/lib/clang/21/include/movrs_avx10_2intrin.h 1118OLD_FILES+=usr/lib/clang/21/include/movrsintrin.h 1119OLD_FILES+=usr/lib/clang/21/include/msa.h 1120OLD_FILES+=usr/lib/clang/21/include/mwaitxintrin.h 1121OLD_FILES+=usr/lib/clang/21/include/nmmintrin.h 1122OLD_FILES+=usr/lib/clang/21/include/nvptxintrin.h 1123OLD_FILES+=usr/lib/clang/21/include/omp-tools.h 1124OLD_FILES+=usr/lib/clang/21/include/omp.h 1125OLD_FILES+=usr/lib/clang/21/include/ompt.h 1126OLD_FILES+=usr/lib/clang/21/include/opencl-c-base.h 1127OLD_FILES+=usr/lib/clang/21/include/opencl-c.h 1128OLD_FILES+=usr/lib/clang/21/include/openmp_wrappers/__clang_openmp_device_functions.h 1129OLD_FILES+=usr/lib/clang/21/include/openmp_wrappers/cmath 1130OLD_FILES+=usr/lib/clang/21/include/openmp_wrappers/complex 1131OLD_FILES+=usr/lib/clang/21/include/openmp_wrappers/complex.h 1132OLD_FILES+=usr/lib/clang/21/include/openmp_wrappers/complex_cmath.h 1133OLD_FILES+=usr/lib/clang/21/include/openmp_wrappers/math.h 1134OLD_FILES+=usr/lib/clang/21/include/openmp_wrappers/new 1135OLD_FILES+=usr/lib/clang/21/include/openmp_wrappers/stdlib.h 1136OLD_FILES+=usr/lib/clang/21/include/openmp_wrappers/time.h 1137OLD_DIRS+=usr/lib/clang/21/include/openmp_wrappers 1138OLD_FILES+=usr/lib/clang/21/include/orc_rt/c_api.h 1139OLD_DIRS+=usr/lib/clang/21/include/orc_rt 1140OLD_FILES+=usr/lib/clang/21/include/pconfigintrin.h 1141OLD_FILES+=usr/lib/clang/21/include/pkuintrin.h 1142OLD_FILES+=usr/lib/clang/21/include/pmmintrin.h 1143OLD_FILES+=usr/lib/clang/21/include/popcntintrin.h 1144OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/bmi2intrin.h 1145OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/bmiintrin.h 1146OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/emmintrin.h 1147OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/immintrin.h 1148OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/mm_malloc.h 1149OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/mmintrin.h 1150OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/nmmintrin.h 1151OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/pmmintrin.h 1152OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/smmintrin.h 1153OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/tmmintrin.h 1154OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/x86gprintrin.h 1155OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/x86intrin.h 1156OLD_FILES+=usr/lib/clang/21/include/ppc_wrappers/xmmintrin.h 1157OLD_DIRS+=usr/lib/clang/21/include/ppc_wrappers 1158OLD_FILES+=usr/lib/clang/21/include/prfchiintrin.h 1159OLD_FILES+=usr/lib/clang/21/include/prfchwintrin.h 1160OLD_FILES+=usr/lib/clang/21/include/profile/InstrProfData.inc 1161OLD_FILES+=usr/lib/clang/21/include/profile/MemProfData.inc 1162OLD_DIRS+=usr/lib/clang/21/include/profile 1163OLD_FILES+=usr/lib/clang/21/include/ptrauth.h 1164OLD_FILES+=usr/lib/clang/21/include/ptwriteintrin.h 1165OLD_FILES+=usr/lib/clang/21/include/raointintrin.h 1166OLD_FILES+=usr/lib/clang/21/include/rdpruintrin.h 1167OLD_FILES+=usr/lib/clang/21/include/rdseedintrin.h 1168OLD_FILES+=usr/lib/clang/21/include/riscv_bitmanip.h 1169OLD_FILES+=usr/lib/clang/21/include/riscv_corev_alu.h 1170OLD_FILES+=usr/lib/clang/21/include/riscv_crypto.h 1171OLD_FILES+=usr/lib/clang/21/include/riscv_ntlh.h 1172OLD_FILES+=usr/lib/clang/21/include/riscv_vector.h 1173OLD_FILES+=usr/lib/clang/21/include/rtmintrin.h 1174OLD_FILES+=usr/lib/clang/21/include/s390intrin.h 1175OLD_FILES+=usr/lib/clang/21/include/sanitizer/allocator_interface.h 1176OLD_FILES+=usr/lib/clang/21/include/sanitizer/asan_interface.h 1177OLD_FILES+=usr/lib/clang/21/include/sanitizer/common_interface_defs.h 1178OLD_FILES+=usr/lib/clang/21/include/sanitizer/coverage_interface.h 1179OLD_FILES+=usr/lib/clang/21/include/sanitizer/dfsan_interface.h 1180OLD_FILES+=usr/lib/clang/21/include/sanitizer/hwasan_interface.h 1181OLD_FILES+=usr/lib/clang/21/include/sanitizer/linux_syscall_hooks.h 1182OLD_FILES+=usr/lib/clang/21/include/sanitizer/lsan_interface.h 1183OLD_FILES+=usr/lib/clang/21/include/sanitizer/memprof_interface.h 1184OLD_FILES+=usr/lib/clang/21/include/sanitizer/msan_interface.h 1185OLD_FILES+=usr/lib/clang/21/include/sanitizer/netbsd_syscall_hooks.h 1186OLD_FILES+=usr/lib/clang/21/include/sanitizer/rtsan_interface.h 1187OLD_FILES+=usr/lib/clang/21/include/sanitizer/scudo_interface.h 1188OLD_FILES+=usr/lib/clang/21/include/sanitizer/tsan_interface.h 1189OLD_FILES+=usr/lib/clang/21/include/sanitizer/tsan_interface_atomic.h 1190OLD_FILES+=usr/lib/clang/21/include/sanitizer/ubsan_interface.h 1191OLD_DIRS+=usr/lib/clang/21/include/sanitizer 1192OLD_FILES+=usr/lib/clang/21/include/serializeintrin.h 1193OLD_FILES+=usr/lib/clang/21/include/sgxintrin.h 1194OLD_FILES+=usr/lib/clang/21/include/sha512intrin.h 1195OLD_FILES+=usr/lib/clang/21/include/shaintrin.h 1196OLD_FILES+=usr/lib/clang/21/include/sifive_vector.h 1197OLD_FILES+=usr/lib/clang/21/include/sm3intrin.h 1198OLD_FILES+=usr/lib/clang/21/include/sm4evexintrin.h 1199OLD_FILES+=usr/lib/clang/21/include/sm4intrin.h 1200OLD_FILES+=usr/lib/clang/21/include/smmintrin.h 1201OLD_FILES+=usr/lib/clang/21/include/stdalign.h 1202OLD_FILES+=usr/lib/clang/21/include/stdarg.h 1203OLD_FILES+=usr/lib/clang/21/include/stdatomic.h 1204OLD_FILES+=usr/lib/clang/21/include/stdbool.h 1205OLD_FILES+=usr/lib/clang/21/include/stdckdint.h 1206OLD_FILES+=usr/lib/clang/21/include/stdcountof.h 1207OLD_FILES+=usr/lib/clang/21/include/stddef.h 1208OLD_FILES+=usr/lib/clang/21/include/stdint.h 1209OLD_FILES+=usr/lib/clang/21/include/stdnoreturn.h 1210OLD_FILES+=usr/lib/clang/21/include/tbmintrin.h 1211OLD_FILES+=usr/lib/clang/21/include/tgmath.h 1212OLD_FILES+=usr/lib/clang/21/include/tmmintrin.h 1213OLD_FILES+=usr/lib/clang/21/include/tsxldtrkintrin.h 1214OLD_FILES+=usr/lib/clang/21/include/uintrintrin.h 1215OLD_FILES+=usr/lib/clang/21/include/unwind.h 1216OLD_FILES+=usr/lib/clang/21/include/usermsrintrin.h 1217OLD_FILES+=usr/lib/clang/21/include/vadefs.h 1218OLD_FILES+=usr/lib/clang/21/include/vaesintrin.h 1219OLD_FILES+=usr/lib/clang/21/include/varargs.h 1220OLD_FILES+=usr/lib/clang/21/include/vecintrin.h 1221OLD_FILES+=usr/lib/clang/21/include/velintrin.h 1222OLD_FILES+=usr/lib/clang/21/include/velintrin_approx.h 1223OLD_FILES+=usr/lib/clang/21/include/velintrin_gen.h 1224OLD_FILES+=usr/lib/clang/21/include/vpclmulqdqintrin.h 1225OLD_FILES+=usr/lib/clang/21/include/waitpkgintrin.h 1226OLD_FILES+=usr/lib/clang/21/include/wasm_simd128.h 1227OLD_FILES+=usr/lib/clang/21/include/wbnoinvdintrin.h 1228OLD_FILES+=usr/lib/clang/21/include/wmmintrin.h 1229OLD_FILES+=usr/lib/clang/21/include/x86gprintrin.h 1230OLD_FILES+=usr/lib/clang/21/include/x86intrin.h 1231OLD_FILES+=usr/lib/clang/21/include/xmmintrin.h 1232OLD_FILES+=usr/lib/clang/21/include/xopintrin.h 1233OLD_FILES+=usr/lib/clang/21/include/xray/xray_interface.h 1234OLD_FILES+=usr/lib/clang/21/include/xray/xray_log_interface.h 1235OLD_FILES+=usr/lib/clang/21/include/xray/xray_records.h 1236OLD_DIRS+=usr/lib/clang/21/include/xray 1237OLD_FILES+=usr/lib/clang/21/include/xsavecintrin.h 1238OLD_FILES+=usr/lib/clang/21/include/xsaveintrin.h 1239OLD_FILES+=usr/lib/clang/21/include/xsaveoptintrin.h 1240OLD_FILES+=usr/lib/clang/21/include/xsavesintrin.h 1241OLD_FILES+=usr/lib/clang/21/include/xtestintrin.h 1242OLD_FILES+=usr/lib/clang/21/include/yvals_core.h 1243OLD_DIRS+=usr/lib/clang/21/include 1244OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-aarch64.a 1245OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-aarch64.so 1246OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-arm.a 1247OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-arm.so 1248OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-armhf.a 1249OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-armhf.so 1250OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-i386.a 1251OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-i386.so 1252OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-powerpc64.a 1253OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-powerpc64.so 1254OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-powerpc64le.a 1255OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-powerpc64le.so 1256OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-preinit-aarch64.a 1257OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-preinit-arm.a 1258OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-preinit-armhf.a 1259OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-preinit-i386.a 1260OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-preinit-powerpc64.a 1261OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-preinit-powerpc64le.a 1262OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-preinit-riscv64.a 1263OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-preinit-x86_64.a 1264OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-riscv64.a 1265OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-riscv64.so 1266OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-x86_64.a 1267OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan-x86_64.so 1268OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_cxx-aarch64.a 1269OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_cxx-arm.a 1270OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_cxx-armhf.a 1271OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_cxx-i386.a 1272OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_cxx-powerpc64.a 1273OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_cxx-powerpc64le.a 1274OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_cxx-riscv64.a 1275OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_cxx-x86_64.a 1276OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_static-i386.a 1277OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_static-powerpc64.a 1278OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_static-powerpc64le.a 1279OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.asan_static-x86_64.a 1280OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi-aarch64.a 1281OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi-arm.a 1282OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi-armhf.a 1283OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi-i386.a 1284OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi-x86_64.a 1285OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi_diag-aarch64.a 1286OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi_diag-arm.a 1287OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi_diag-armhf.a 1288OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi_diag-i386.a 1289OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.cfi_diag-x86_64.a 1290OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.dd-aarch64.a 1291OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.dd-x86_64.a 1292OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.fuzzer-aarch64.a 1293OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.fuzzer-x86_64.a 1294OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.fuzzer_interceptors-x86_64.a 1295OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a 1296OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a 1297OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.msan-aarch64.a 1298OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.msan-powerpc64.a 1299OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.msan-powerpc64le.a 1300OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.msan-x86_64.a 1301OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.msan_cxx-aarch64.a 1302OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.msan_cxx-powerpc64.a 1303OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.msan_cxx-powerpc64le.a 1304OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.msan_cxx-x86_64.a 1305OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.profile-aarch64.a 1306OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.profile-arm.a 1307OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.profile-armhf.a 1308OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.profile-i386.a 1309OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.profile-powerpc.a 1310OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.profile-powerpc64.a 1311OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.profile-powerpc64le.a 1312OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.profile-riscv64.a 1313OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.profile-x86_64.a 1314OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.safestack-aarch64.a 1315OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.safestack-i386.a 1316OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.safestack-x86_64.a 1317OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats-aarch64.a 1318OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats-arm.a 1319OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats-armhf.a 1320OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats-i386.a 1321OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats-powerpc64.a 1322OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats-powerpc64le.a 1323OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats-riscv64.a 1324OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats-x86_64.a 1325OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats_client-aarch64.a 1326OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats_client-arm.a 1327OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats_client-armhf.a 1328OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats_client-i386.a 1329OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats_client-powerpc64.a 1330OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats_client-powerpc64le.a 1331OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats_client-riscv64.a 1332OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.stats_client-x86_64.a 1333OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.tsan-aarch64.a 1334OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.tsan-powerpc64.a 1335OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.tsan-powerpc64le.a 1336OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.tsan-x86_64.a 1337OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a 1338OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.tsan_cxx-powerpc64.a 1339OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.tsan_cxx-powerpc64le.a 1340OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a 1341OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a 1342OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_minimal-arm.a 1343OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a 1344OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_minimal-i386.a 1345OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_minimal-powerpc64.a 1346OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_minimal-powerpc64le.a 1347OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_minimal-riscv64.a 1348OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a 1349OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a 1350OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone-arm.a 1351OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a 1352OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone-i386.a 1353OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone-powerpc64.a 1354OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone-powerpc64le.a 1355OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone-riscv64.a 1356OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a 1357OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a 1358OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a 1359OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a 1360OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a 1361OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone_cxx-powerpc64.a 1362OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone_cxx-powerpc64le.a 1363OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone_cxx-riscv64.a 1364OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a 1365OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-aarch64.a 1366OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-arm.a 1367OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-armhf.a 1368OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-basic-aarch64.a 1369OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-basic-arm.a 1370OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-basic-armhf.a 1371OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-basic-powerpc64le.a 1372OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-basic-x86_64.a 1373OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-fdr-aarch64.a 1374OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-fdr-arm.a 1375OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-fdr-armhf.a 1376OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-fdr-powerpc64le.a 1377OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-fdr-x86_64.a 1378OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-powerpc64le.a 1379OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-profiling-aarch64.a 1380OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-profiling-arm.a 1381OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-profiling-armhf.a 1382OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-profiling-powerpc64le.a 1383OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-profiling-x86_64.a 1384OLD_FILES+=usr/lib/clang/21/lib/freebsd/libclang_rt.xray-x86_64.a 1385OLD_DIRS+=usr/lib/clang/21/lib/freebsd 1386OLD_DIRS+=usr/lib/clang/21/lib 1387OLD_FILES+=usr/lib/clang/21/share/asan_ignorelist.txt 1388OLD_FILES+=usr/lib/clang/21/share/cfi_ignorelist.txt 1389OLD_FILES+=usr/lib/clang/21/share/msan_ignorelist.txt 1390OLD_DIRS+=usr/lib/clang/21/share 1391OLD_DIRS+=usr/lib/clang/19 1392OLD_DIRS+=usr/lib/clang 1393OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT 1394OLD_DIRS+=usr/share/doc/llvm/clang 1395OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex 1396OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT 1397OLD_DIRS+=usr/share/doc/llvm 1398OLD_FILES+=usr/share/man/man1/clang.1.gz 1399OLD_FILES+=usr/share/man/man1/clang++.1.gz 1400OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz 1401.endif 1402 1403.if ${MK_CLANG_EXTRAS} == no 1404OLD_FILES+=usr/bin/bugpoint 1405OLD_FILES+=usr/bin/llc 1406OLD_FILES+=usr/bin/lli 1407OLD_FILES+=usr/bin/llvm-as 1408OLD_FILES+=usr/bin/llvm-bcanalyzer 1409OLD_FILES+=usr/bin/llvm-cxxdump 1410OLD_FILES+=usr/bin/llvm-diff 1411OLD_FILES+=usr/bin/llvm-dis 1412OLD_FILES+=usr/bin/llvm-dwarfdump 1413OLD_FILES+=usr/bin/llvm-dwp 1414OLD_FILES+=usr/bin/llvm-extract 1415OLD_FILES+=usr/bin/llvm-link 1416OLD_FILES+=usr/bin/llvm-lto 1417OLD_FILES+=usr/bin/llvm-lto2 1418OLD_FILES+=usr/bin/llvm-mc 1419OLD_FILES+=usr/bin/llvm-mca 1420OLD_FILES+=usr/bin/llvm-modextract 1421OLD_FILES+=usr/bin/llvm-pdbutil 1422OLD_FILES+=usr/bin/llvm-rtdyld 1423OLD_FILES+=usr/bin/llvm-xray 1424OLD_FILES+=usr/bin/opt 1425OLD_FILES+=usr/share/man/man1/bugpoint.1.gz 1426OLD_FILES+=usr/share/man/man1/llc.1.gz 1427OLD_FILES+=usr/share/man/man1/lli.1.gz 1428OLD_FILES+=usr/share/man/man1/llvm-as.1.gz 1429OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz 1430OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz 1431OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz 1432OLD_FILES+=usr/share/man/man1/llvm-dwarfdump.1 1433OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz 1434OLD_FILES+=usr/share/man/man1/llvm-link.1.gz 1435OLD_FILES+=usr/share/man/man1/llvm-pdbutil.1.gz 1436OLD_FILES+=usr/share/man/man1/opt.1.gz 1437.endif 1438 1439.if ${MK_CLANG_EXTRAS} == no && ${MK_CLANG_FORMAT} == no 1440OLD_FILES+=usr/bin/clang-format 1441.endif 1442 1443.if ${MK_CPP} == no 1444OLD_FILES+=usr/bin/cpp 1445OLD_FILES+=usr/share/man/man1/cpp.1.gz 1446.endif 1447 1448.if ${MK_CUSE} == no 1449OLD_FILES+=usr/include/fs/cuse/cuse_defs.h 1450OLD_FILES+=usr/include/fs/cuse/cuse_ioctl.h 1451OLD_FILES+=usr/include/cuse.h 1452OLD_FILES+=usr/lib/libcuse.a 1453OLD_LIBS+=usr/lib/libcuse.so.1 1454OLD_FILES+=usr/share/man/man3/cuse.3.gz 1455OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number.3.gz 1456OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number_by_id.3.gz 1457OLD_FILES+=usr/share/man/man3/cuse_copy_in.3.gz 1458OLD_FILES+=usr/share/man/man3/cuse_copy_out.3.gz 1459OLD_FILES+=usr/share/man/man3/cuse_dev_create.3.gz 1460OLD_FILES+=usr/share/man/man3/cuse_dev_destroy.3.gz 1461OLD_FILES+=usr/share/man/man3/cuse_dev_get_current.3.gz 1462OLD_FILES+=usr/share/man/man3/cuse_dev_get_per_file_handle.3.gz 1463OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv0.3.gz 1464OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv1.3.gz 1465OLD_FILES+=usr/share/man/man3/cuse_dev_set_per_file_handle.3.gz 1466OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv0.3.gz 1467OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv1.3.gz 1468OLD_FILES+=usr/share/man/man3/cuse_free_unit_number.3.gz 1469OLD_FILES+=usr/share/man/man3/cuse_free_unit_number_by_id.3.gz 1470OLD_FILES+=usr/share/man/man3/cuse_get_local.3.gz 1471OLD_FILES+=usr/share/man/man3/cuse_got_peer_signal.3.gz 1472OLD_FILES+=usr/share/man/man3/cuse_init.3.gz 1473OLD_FILES+=usr/share/man/man3/cuse_is_vmalloc_addr.3.gz 1474OLD_FILES+=usr/share/man/man3/cuse_poll_wakeup.3.gz 1475OLD_FILES+=usr/share/man/man3/cuse_set_local.3.gz 1476OLD_FILES+=usr/share/man/man3/cuse_uninit.3.gz 1477OLD_FILES+=usr/share/man/man3/cuse_vmalloc.3.gz 1478OLD_FILES+=usr/share/man/man3/cuse_vmfree.3.gz 1479OLD_FILES+=usr/share/man/man3/cuse_vmoffset.3.gz 1480OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz 1481OLD_DIRS+=usr/include/fs/cuse 1482.endif 1483 1484.if ${MK_DEBUG_FILES} == no 1485.if exists(${DESTDIR}/usr/lib/debug) 1486DEBUG_DIRS!=find -E ${DESTDIR}/usr/lib/debug -mindepth 1 \ 1487 -type d \! -regex "${DESTDIR}/usr/lib/debug/boot(/.*)?" \ 1488 | sed -e 's,^${DESTDIR}/,,'; echo 1489DEBUG_FILES!=find ${DESTDIR}/usr/lib/debug \ 1490 \! -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \! -name "lib*.so*" \ 1491 | sed -e 's,^${DESTDIR}/,,'; echo 1492DEBUG_LIBS!=find ${DESTDIR}/usr/lib/debug \! -type d -name "lib*.so*" \ 1493 | sed -e 's,^${DESTDIR}/,,'; echo 1494OLD_DIRS+=${DEBUG_DIRS} 1495OLD_FILES+=${DEBUG_FILES} 1496OLD_LIBS+=${DEBUG_LIBS} 1497.endif 1498.endif 1499 1500.if ${MK_DETECT_TZ_CHANGES} == no 1501OLD_FILES+=tests/lib/libc/stdtime/detect_tz_changes_test 1502.endif 1503 1504.if ${MK_DICT} == no 1505OLD_FILES+=usr/share/dict/README 1506OLD_FILES+=usr/share/dict/freebsd 1507OLD_FILES+=usr/share/dict/propernames 1508OLD_FILES+=usr/share/dict/web2 1509OLD_FILES+=usr/share/dict/web2a 1510OLD_FILES+=usr/share/dict/words 1511OLD_DIRS+=usr/share/dict 1512.endif 1513 1514.if ${MK_DMAGENT} == no 1515OLD_FILES+=etc/dma/auth.conf 1516OLD_FILES+=etc/dma/dma.conf 1517OLD_DIRS+=etc/dma 1518OLD_FILES+=usr/libexec/dma 1519OLD_FILES+=usr/libexec/dma-mbox-create 1520OLD_FILES+=usr/share/man/man8/dma.8.gz 1521OLD_FILES+=usr/share/examples/dma/mailer.conf 1522OLD_DIRS+=usr/share/examples/dma 1523.endif 1524 1525.if ${MK_DTRACE} == no 1526OLD_LIBS+=lib/libctf.so.2 1527OLD_LIBS+=lib/libdtrace.so.2 1528OLD_FILES+=usr/bin/ctfconvert 1529OLD_FILES+=usr/bin/ctfdump 1530OLD_FILES+=usr/bin/ctfmerge 1531OLD_FILES+=usr/lib/dtrace/cam.d 1532OLD_FILES+=usr/lib/dtrace/drti.o 1533OLD_FILES+=usr/lib/dtrace/errno.d 1534OLD_FILES+=usr/lib/dtrace/io.d 1535OLD_FILES+=usr/lib/dtrace/ip.d 1536OLD_FILES+=usr/lib/dtrace/ipfw.d 1537OLD_FILES+=usr/lib/dtrace/mbuf.d 1538OLD_FILES+=usr/lib/dtrace/psinfo.d 1539.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" 1540OLD_FILES+=usr/lib/dtrace/regs_x86.d 1541.endif 1542OLD_FILES+=usr/lib/dtrace/sctp.d 1543OLD_FILES+=usr/lib/dtrace/siftr.d 1544OLD_FILES+=usr/lib/dtrace/signal.d 1545OLD_FILES+=usr/lib/dtrace/socket.d 1546OLD_FILES+=usr/lib/dtrace/tcp.d 1547OLD_FILES+=usr/lib/dtrace/udp.d 1548OLD_FILES+=usr/lib/dtrace/udplite.d 1549OLD_FILES+=usr/lib/dtrace/unistd.d 1550OLD_FILES+=usr/lib/libctf.a 1551OLD_FILES+=usr/lib/libctf.so 1552OLD_FILES+=usr/lib/libdtrace.a 1553OLD_FILES+=usr/lib/libdtrace.so 1554OLD_LIBS+=lib/libdtrace.so.2 1555OLD_FILES+=usr/libexec/dwatch/chmod 1556OLD_FILES+=usr/libexec/dwatch/errno 1557OLD_FILES+=usr/libexec/dwatch/fchmodat 1558OLD_FILES+=usr/libexec/dwatch/io 1559OLD_FILES+=usr/libexec/dwatch/io-done 1560OLD_FILES+=usr/libexec/dwatch/io-start 1561OLD_FILES+=usr/libexec/dwatch/ip 1562OLD_FILES+=usr/libexec/dwatch/ip-receive 1563OLD_FILES+=usr/libexec/dwatch/ip-send 1564OLD_FILES+=usr/libexec/dwatch/kill 1565OLD_FILES+=usr/libexec/dwatch/lchmod 1566OLD_FILES+=usr/libexec/dwatch/nanosleep 1567OLD_FILES+=usr/libexec/dwatch/open 1568OLD_FILES+=usr/libexec/dwatch/openat 1569OLD_FILES+=usr/libexec/dwatch/proc 1570OLD_FILES+=usr/libexec/dwatch/proc-create 1571OLD_FILES+=usr/libexec/dwatch/proc-exec 1572OLD_FILES+=usr/libexec/dwatch/proc-exec-failure 1573OLD_FILES+=usr/libexec/dwatch/proc-exec-success 1574OLD_FILES+=usr/libexec/dwatch/proc-exit 1575OLD_FILES+=usr/libexec/dwatch/proc-signal 1576OLD_FILES+=usr/libexec/dwatch/proc-signal-clear 1577OLD_FILES+=usr/libexec/dwatch/proc-signal-discard 1578OLD_FILES+=usr/libexec/dwatch/proc-signal-send 1579OLD_FILES+=usr/libexec/dwatch/proc-status 1580OLD_FILES+=usr/libexec/dwatch/read 1581OLD_FILES+=usr/libexec/dwatch/recv 1582OLD_FILES+=usr/libexec/dwatch/recvfrom 1583OLD_FILES+=usr/libexec/dwatch/recvmsg 1584OLD_FILES+=usr/libexec/dwatch/rw 1585OLD_FILES+=usr/libexec/dwatch/sched 1586OLD_FILES+=usr/libexec/dwatch/sched-change-pri 1587OLD_FILES+=usr/libexec/dwatch/sched-cpu 1588OLD_FILES+=usr/libexec/dwatch/sched-dequeue 1589OLD_FILES+=usr/libexec/dwatch/sched-enqueue 1590OLD_FILES+=usr/libexec/dwatch/sched-exec 1591OLD_FILES+=usr/libexec/dwatch/sched-lend-pri 1592OLD_FILES+=usr/libexec/dwatch/sched-load-change 1593OLD_FILES+=usr/libexec/dwatch/sched-off-cpu 1594OLD_FILES+=usr/libexec/dwatch/sched-on-cpu 1595OLD_FILES+=usr/libexec/dwatch/sched-preempt 1596OLD_FILES+=usr/libexec/dwatch/sched-pri 1597OLD_FILES+=usr/libexec/dwatch/sched-queue 1598OLD_FILES+=usr/libexec/dwatch/sched-remain-cpu 1599OLD_FILES+=usr/libexec/dwatch/sched-sleep 1600OLD_FILES+=usr/libexec/dwatch/sched-surrender 1601OLD_FILES+=usr/libexec/dwatch/sched-tick 1602OLD_FILES+=usr/libexec/dwatch/sched-wakeup 1603OLD_FILES+=usr/libexec/dwatch/send 1604OLD_FILES+=usr/libexec/dwatch/sendmsg 1605OLD_FILES+=usr/libexec/dwatch/sendrecv 1606OLD_FILES+=usr/libexec/dwatch/sendto 1607OLD_FILES+=usr/libexec/dwatch/systop 1608OLD_FILES+=usr/libexec/dwatch/tcp 1609OLD_FILES+=usr/libexec/dwatch/tcp-accept 1610OLD_FILES+=usr/libexec/dwatch/tcp-accept-established 1611OLD_FILES+=usr/libexec/dwatch/tcp-accept-refused 1612OLD_FILES+=usr/libexec/dwatch/tcp-connect 1613OLD_FILES+=usr/libexec/dwatch/tcp-connect-established 1614OLD_FILES+=usr/libexec/dwatch/tcp-connect-refused 1615OLD_FILES+=usr/libexec/dwatch/tcp-connect-request 1616OLD_FILES+=usr/libexec/dwatch/tcp-established 1617OLD_FILES+=usr/libexec/dwatch/tcp-init 1618OLD_FILES+=usr/libexec/dwatch/tcp-io 1619OLD_FILES+=usr/libexec/dwatch/tcp-receive 1620OLD_FILES+=usr/libexec/dwatch/tcp-refused 1621OLD_FILES+=usr/libexec/dwatch/tcp-send 1622OLD_FILES+=usr/libexec/dwatch/tcp-state-change 1623OLD_FILES+=usr/libexec/dwatch/tcp-status 1624OLD_FILES+=usr/libexec/dwatch/udp 1625OLD_FILES+=usr/libexec/dwatch/udp-receive 1626OLD_FILES+=usr/libexec/dwatch/udp-send 1627OLD_FILES+=usr/libexec/dwatch/udplite 1628OLD_FILES+=usr/libexec/dwatch/udplite-receive 1629OLD_FILES+=usr/libexec/dwatch/udplite-send 1630OLD_FILES+=usr/libexec/dwatch/vop_create 1631OLD_FILES+=usr/libexec/dwatch/vop_lookup 1632OLD_FILES+=usr/libexec/dwatch/vop_mkdir 1633OLD_FILES+=usr/libexec/dwatch/vop_mknod 1634OLD_FILES+=usr/libexec/dwatch/vop_readdir 1635OLD_FILES+=usr/libexec/dwatch/vop_remove 1636OLD_FILES+=usr/libexec/dwatch/vop_rename 1637OLD_FILES+=usr/libexec/dwatch/vop_rmdir 1638OLD_FILES+=usr/libexec/dwatch/vop_symlink 1639OLD_FILES+=usr/libexec/dwatch/write 1640OLD_FILES+=usr/sbin/dtrace 1641OLD_FILES+=usr/sbin/dwatch 1642OLD_FILES+=usr/sbin/lockstat 1643OLD_FILES+=usr/sbin/plockstat 1644OLD_FILES+=usr/share/man/man1/dtrace.1.gz 1645OLD_FILES+=usr/share/man/man1/dtruss.1.gz 1646OLD_FILES+=usr/share/man/man1/lockstat.1.gz 1647OLD_FILES+=usr/share/man/man1/plockstat.1.gz 1648OLD_FILES+=usr/share/dtrace/blocking 1649OLD_FILES+=usr/share/dtrace/disklatency 1650OLD_FILES+=usr/share/dtrace/disklatencycmd 1651OLD_FILES+=usr/share/dtrace/hotopen 1652OLD_FILES+=usr/share/dtrace/nfsattrstats 1653OLD_FILES+=usr/share/dtrace/nfsclienttime 1654OLD_FILES+=usr/share/dtrace/siftr 1655OLD_FILES+=usr/share/dtrace/toolkit/execsnoop 1656OLD_FILES+=usr/share/dtrace/toolkit/hotkernel 1657OLD_FILES+=usr/share/dtrace/toolkit/hotuser 1658OLD_FILES+=usr/share/dtrace/toolkit/opensnoop 1659OLD_FILES+=usr/share/dtrace/toolkit/procsystime 1660OLD_FILES+=usr/share/dtrace/tcpconn 1661OLD_FILES+=usr/share/dtrace/tcpdebug 1662OLD_FILES+=usr/share/dtrace/tcpstate 1663OLD_FILES+=usr/share/dtrace/tcptrack 1664OLD_FILES+=usr/share/dtrace/udptrack 1665OLD_FILES+=usr/share/man/man1/dtrace.1.gz 1666OLD_DIRS+=usr/lib/dtrace 1667. for libcompat in ${_ALL_libcompats} 1668OLD_DIRS+=usr/lib${libcompat}/dtrace 1669. endfor 1670OLD_DIRS+=usr/libexec/dwatch 1671OLD_DIRS+=usr/share/dtrace/toolkit 1672OLD_DIRS+=usr/share/dtrace 1673.endif 1674 1675.if ${MK_EE} == no 1676OLD_FILES+=usr/bin/edit 1677OLD_FILES+=usr/bin/ee 1678OLD_FILES+=usr/bin/ree 1679OLD_FILES+=usr/share/man/man1/edit.1.gz 1680OLD_FILES+=usr/share/man/man1/ee.1.gz 1681OLD_FILES+=usr/share/man/man1/ree.1.gz 1682OLD_FILES+=usr/share/misc/init.ee 1683OLD_FILES+=usr/share/nls/C/ee.cat 1684OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat 1685OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat 1686OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat 1687OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat 1688OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat 1689OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat 1690OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat 1691.endif 1692 1693.if ${MK_EFI} == no 1694OLD_FILES+=usr/sbin/efibootmgr 1695OLD_FILES+=usr/sbin/efidp 1696OLD_FILES+=usr/sbin/efivar 1697OLD_FILES+=usr/sbin/uefisign 1698OLD_FILES+=usr/share/examples/uefisign/uefikeys 1699.endif 1700 1701.if ${MK_EXAMPLES} == no 1702OLD_FILES+=usr/share/examples/BSD_daemon/FreeBSD.pfa 1703OLD_FILES+=usr/share/examples/BSD_daemon/README 1704OLD_FILES+=usr/share/examples/BSD_daemon/beastie.eps 1705OLD_FILES+=usr/share/examples/BSD_daemon/beastie.fig 1706OLD_FILES+=usr/share/examples/BSD_daemon/eps.patch 1707OLD_FILES+=usr/share/examples/BSD_daemon/poster.sh 1708OLD_FILES+=usr/share/examples/FreeBSD_version/FreeBSD_version.c 1709OLD_FILES+=usr/share/examples/FreeBSD_version/Makefile 1710OLD_FILES+=usr/share/examples/FreeBSD_version/README 1711OLD_FILES+=usr/share/examples/IPv6/USAGE 1712OLD_FILES+=usr/share/examples/bhyve/vmrun.sh 1713OLD_FILES+=usr/share/examples/bootforth/README 1714OLD_FILES+=usr/share/examples/bootforth/boot.4th 1715OLD_FILES+=usr/share/examples/bootforth/frames.4th 1716OLD_FILES+=usr/share/examples/bootforth/loader.rc 1717OLD_FILES+=usr/share/examples/bootforth/menu.4th 1718OLD_FILES+=usr/share/examples/bootforth/menuconf.4th 1719OLD_FILES+=usr/share/examples/bootforth/screen.4th 1720OLD_FILES+=usr/share/examples/bsdconfig/add_some_packages.sh 1721OLD_FILES+=usr/share/examples/bsdconfig/browse_packages_http.sh 1722OLD_FILES+=usr/share/examples/bsdconfig/bsdconfigrc 1723OLD_FILES+=usr/share/examples/csh/dot.cshrc 1724OLD_FILES+=usr/share/examples/diskless/ME 1725OLD_FILES+=usr/share/examples/diskless/README.BOOTP 1726OLD_FILES+=usr/share/examples/diskless/README.TEMPLATING 1727OLD_FILES+=usr/share/examples/diskless/clone_root 1728OLD_FILES+=usr/share/examples/dma/mailer.conf 1729OLD_FILES+=usr/share/examples/dwatch/profile_template 1730OLD_FILES+=usr/share/examples/etc/README.examples 1731OLD_FILES+=usr/share/examples/etc/bsd-style-copyright 1732OLD_FILES+=usr/share/examples/etc/group 1733OLD_FILES+=usr/share/examples/etc/login.access 1734OLD_FILES+=usr/share/examples/etc/make.conf 1735OLD_FILES+=usr/share/examples/etc/rc.bsdextended 1736OLD_FILES+=usr/share/examples/etc/rc.firewall 1737OLD_FILES+=usr/share/examples/etc/termcap.small 1738OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf 1739OLD_FILES+=usr/share/examples/find_interface/Makefile 1740OLD_FILES+=usr/share/examples/find_interface/README 1741OLD_FILES+=usr/share/examples/find_interface/find_interface.c 1742OLD_FILES+=usr/share/examples/flua/libjail.lua 1743OLD_FILES+=usr/share/examples/hast/ucarp.sh 1744OLD_FILES+=usr/share/examples/hast/ucarp_down.sh 1745OLD_FILES+=usr/share/examples/hast/ucarp_up.sh 1746OLD_FILES+=usr/share/examples/hast/vip-down.sh 1747OLD_FILES+=usr/share/examples/hast/vip-up.sh 1748OLD_FILES+=usr/share/examples/hostapd/hostapd.conf 1749OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user 1750OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk 1751OLD_FILES+=usr/share/examples/indent/indent.pro 1752OLD_FILES+=usr/share/examples/inotify/Makefile 1753OLD_FILES+=usr/share/examples/inotify/inotify.c 1754OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT 1755OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW 1756OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW 1757OLD_FILES+=usr/share/examples/ipfilter/README 1758OLD_FILES+=usr/share/examples/ipfilter/example.1 1759OLD_FILES+=usr/share/examples/ipfilter/example.10 1760OLD_FILES+=usr/share/examples/ipfilter/example.11 1761OLD_FILES+=usr/share/examples/ipfilter/example.12 1762OLD_FILES+=usr/share/examples/ipfilter/example.13 1763OLD_FILES+=usr/share/examples/ipfilter/example.14 1764OLD_FILES+=usr/share/examples/ipfilter/example.2 1765OLD_FILES+=usr/share/examples/ipfilter/example.3 1766OLD_FILES+=usr/share/examples/ipfilter/example.4 1767OLD_FILES+=usr/share/examples/ipfilter/example.5 1768OLD_FILES+=usr/share/examples/ipfilter/example.6 1769OLD_FILES+=usr/share/examples/ipfilter/example.7 1770OLD_FILES+=usr/share/examples/ipfilter/example.8 1771OLD_FILES+=usr/share/examples/ipfilter/example.9 1772OLD_FILES+=usr/share/examples/ipfilter/example.sr 1773OLD_FILES+=usr/share/examples/ipfilter/examples.txt 1774OLD_FILES+=usr/share/examples/ipfilter/firewall 1775OLD_FILES+=usr/share/examples/ipfilter/firewall.1 1776OLD_FILES+=usr/share/examples/ipfilter/firewall.2 1777OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy 1778OLD_FILES+=usr/share/examples/ipfilter/ftppxy 1779OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt 1780OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive 1781OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive 1782OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample 1783OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample 1784OLD_FILES+=usr/share/examples/ipfilter/mkfilters 1785OLD_FILES+=usr/share/examples/ipfilter/nat-setup 1786OLD_FILES+=usr/share/examples/ipfilter/nat.eg 1787OLD_FILES+=usr/share/examples/ipfilter/rules.txt 1788OLD_FILES+=usr/share/examples/ipfilter/server 1789OLD_FILES+=usr/share/examples/ipfilter/tcpstate 1790OLD_FILES+=usr/share/examples/ipfw/change_rules.sh 1791OLD_FILES+=usr/share/examples/jails/README 1792OLD_FILES+=usr/share/examples/jails/VIMAGE 1793OLD_FILES+=usr/share/examples/jails/jail.xxx.conf 1794OLD_FILES+=usr/share/examples/jails/jib 1795OLD_FILES+=usr/share/examples/jails/jng 1796OLD_FILES+=usr/share/examples/jails/rc.conf.jails 1797OLD_FILES+=usr/share/examples/jails/rcjail.xxx.conf 1798OLD_FILES+=usr/share/examples/kld/Makefile 1799OLD_FILES+=usr/share/examples/kld/cdev/Makefile 1800OLD_FILES+=usr/share/examples/kld/cdev/README 1801OLD_FILES+=usr/share/examples/kld/cdev/module/Makefile 1802OLD_FILES+=usr/share/examples/kld/cdev/module/cdev.c 1803OLD_FILES+=usr/share/examples/kld/cdev/module/cdev.h 1804OLD_FILES+=usr/share/examples/kld/cdev/module/cdevmod.c 1805OLD_FILES+=usr/share/examples/kld/cdev/test/Makefile 1806OLD_FILES+=usr/share/examples/kld/cdev/test/testcdev.c 1807OLD_FILES+=usr/share/examples/kld/dyn_sysctl/Makefile 1808OLD_FILES+=usr/share/examples/kld/dyn_sysctl/README 1809OLD_FILES+=usr/share/examples/kld/dyn_sysctl/dyn_sysctl.c 1810OLD_FILES+=usr/share/examples/kld/firmware/Makefile 1811OLD_FILES+=usr/share/examples/kld/firmware/README 1812OLD_FILES+=usr/share/examples/kld/firmware/fwconsumer/Makefile 1813OLD_FILES+=usr/share/examples/kld/firmware/fwconsumer/fw_consumer.c 1814OLD_FILES+=usr/share/examples/kld/firmware/fwimage/Makefile 1815OLD_FILES+=usr/share/examples/kld/firmware/fwimage/firmware.img.uu 1816OLD_FILES+=usr/share/examples/kld/khelp/Makefile 1817OLD_FILES+=usr/share/examples/kld/khelp/README 1818OLD_FILES+=usr/share/examples/kld/khelp/h_example.c 1819OLD_FILES+=usr/share/examples/kld/syscall/Makefile 1820OLD_FILES+=usr/share/examples/kld/syscall/module/Makefile 1821OLD_FILES+=usr/share/examples/kld/syscall/module/syscall.c 1822OLD_FILES+=usr/share/examples/kld/syscall/test/Makefile 1823OLD_FILES+=usr/share/examples/kld/syscall/test/call.c 1824OLD_FILES+=usr/share/examples/kyua/Kyuafile.top 1825OLD_FILES+=usr/share/examples/kyua/kyua.conf 1826OLD_FILES+=usr/share/examples/libusb20/Makefile 1827OLD_FILES+=usr/share/examples/libusb20/README 1828OLD_FILES+=usr/share/examples/libusb20/bulk.c 1829OLD_FILES+=usr/share/examples/libusb20/control.c 1830OLD_FILES+=usr/share/examples/libusb20/util.c 1831OLD_FILES+=usr/share/examples/libusb20/util.h 1832OLD_FILES+=usr/share/examples/libvgl/Makefile 1833OLD_FILES+=usr/share/examples/libvgl/demo.c 1834OLD_FILES+=usr/share/examples/mdoc/POSIX-copyright 1835OLD_FILES+=usr/share/examples/mdoc/deshallify.sh 1836OLD_FILES+=usr/share/examples/mdoc/example.1 1837OLD_FILES+=usr/share/examples/mdoc/example.3 1838OLD_FILES+=usr/share/examples/mdoc/example.4 1839OLD_FILES+=usr/share/examples/mdoc/example.9 1840OLD_FILES+=usr/share/examples/netgraph/ether.bridge 1841OLD_FILES+=usr/share/examples/netgraph/frame_relay 1842OLD_FILES+=usr/share/examples/netgraph/ngctl 1843OLD_FILES+=usr/share/examples/netgraph/raw 1844OLD_FILES+=usr/share/examples/netgraph/udp.tunnel 1845OLD_FILES+=usr/share/examples/netgraph/virtual.chain 1846OLD_FILES+=usr/share/examples/netgraph/virtual.lan 1847OLD_FILES+=usr/share/examples/oci/Containerfile.pkg 1848OLD_FILES+=usr/share/examples/oci/README 1849OLD_FILES+=usr/share/examples/pf/ackpri 1850OLD_FILES+=usr/share/examples/pf/faq-example1 1851OLD_FILES+=usr/share/examples/pf/faq-example2 1852OLD_FILES+=usr/share/examples/pf/faq-example3 1853OLD_FILES+=usr/share/examples/pf/pf.conf 1854OLD_FILES+=usr/share/examples/pf/queue1 1855OLD_FILES+=usr/share/examples/pf/queue2 1856OLD_FILES+=usr/share/examples/pf/queue3 1857OLD_FILES+=usr/share/examples/pf/queue4 1858OLD_FILES+=usr/share/examples/pf/spamd 1859OLD_FILES+=usr/share/examples/ppi/Makefile 1860OLD_FILES+=usr/share/examples/ppi/ppilcd.c 1861OLD_FILES+=usr/share/examples/ppp/chap-auth 1862OLD_FILES+=usr/share/examples/ppp/login-auth 1863OLD_FILES+=usr/share/examples/ppp/ppp.conf.sample 1864OLD_FILES+=usr/share/examples/ppp/ppp.conf.span-isp 1865OLD_FILES+=usr/share/examples/ppp/ppp.conf.span-isp.working 1866OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.sample 1867OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.span-isp 1868OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.span-isp.working 1869OLD_FILES+=usr/share/examples/ppp/ppp.linkup.sample 1870OLD_FILES+=usr/share/examples/ppp/ppp.linkup.span-isp 1871OLD_FILES+=usr/share/examples/ppp/ppp.linkup.span-isp.working 1872OLD_FILES+=usr/share/examples/ppp/ppp.secret.sample 1873OLD_FILES+=usr/share/examples/ppp/ppp.secret.span-isp 1874OLD_FILES+=usr/share/examples/ppp/ppp.secret.span-isp.working 1875OLD_FILES+=usr/share/examples/printing/diablo-if-net 1876OLD_FILES+=usr/share/examples/printing/hpdf 1877OLD_FILES+=usr/share/examples/printing/hpif 1878OLD_FILES+=usr/share/examples/printing/hpof 1879OLD_FILES+=usr/share/examples/printing/hprf 1880OLD_FILES+=usr/share/examples/printing/hpvf 1881OLD_FILES+=usr/share/examples/printing/if-simple 1882OLD_FILES+=usr/share/examples/printing/if-simpleX 1883OLD_FILES+=usr/share/examples/printing/ifhp 1884OLD_FILES+=usr/share/examples/printing/make-ps-header 1885OLD_FILES+=usr/share/examples/printing/netprint 1886OLD_FILES+=usr/share/examples/printing/psdf 1887OLD_FILES+=usr/share/examples/printing/psdfX 1888OLD_FILES+=usr/share/examples/printing/psif 1889OLD_FILES+=usr/share/examples/printing/pstf 1890OLD_FILES+=usr/share/examples/printing/pstfX 1891OLD_FILES+=usr/share/examples/scsi_target/Makefile 1892OLD_FILES+=usr/share/examples/scsi_target/scsi_cmds.c 1893OLD_FILES+=usr/share/examples/scsi_target/scsi_target.8 1894OLD_FILES+=usr/share/examples/scsi_target/scsi_target.c 1895OLD_FILES+=usr/share/examples/scsi_target/scsi_target.h 1896OLD_FILES+=usr/share/examples/sendmail/mailer.conf 1897OLD_FILES+=usr/share/examples/ses/Makefile 1898OLD_FILES+=usr/share/examples/ses/Makefile.inc 1899OLD_FILES+=usr/share/examples/ses/getencstat/Makefile 1900OLD_FILES+=usr/share/examples/ses/getencstat/getencstat.0 1901OLD_FILES+=usr/share/examples/ses/sesd/Makefile 1902OLD_FILES+=usr/share/examples/ses/sesd/sesd.0 1903OLD_FILES+=usr/share/examples/ses/setencstat/Makefile 1904OLD_FILES+=usr/share/examples/ses/setencstat/setencstat.0 1905OLD_FILES+=usr/share/examples/ses/setobjstat/Makefile 1906OLD_FILES+=usr/share/examples/ses/setobjstat/setobjstat.0 1907OLD_FILES+=usr/share/examples/ses/srcs/chpmon.c 1908OLD_FILES+=usr/share/examples/ses/srcs/eltsub.c 1909OLD_FILES+=usr/share/examples/ses/srcs/eltsub.h 1910OLD_FILES+=usr/share/examples/ses/srcs/getencstat.c 1911OLD_FILES+=usr/share/examples/ses/srcs/getnobj.c 1912OLD_FILES+=usr/share/examples/ses/srcs/getobjmap.c 1913OLD_FILES+=usr/share/examples/ses/srcs/getobjstat.c 1914OLD_FILES+=usr/share/examples/ses/srcs/inienc.c 1915OLD_FILES+=usr/share/examples/ses/srcs/sesd.c 1916OLD_FILES+=usr/share/examples/ses/srcs/setencstat.c 1917OLD_FILES+=usr/share/examples/ses/srcs/setobjstat.c 1918OLD_FILES+=usr/share/examples/smbfs/dot.nsmbrc 1919OLD_FILES+=usr/share/examples/smbfs/print/lj6l 1920OLD_FILES+=usr/share/examples/smbfs/print/ljspool 1921OLD_FILES+=usr/share/examples/smbfs/print/printcap.sample 1922OLD_FILES+=usr/share/examples/smbfs/print/tolj 1923OLD_FILES+=usr/share/examples/sound/README 1924OLD_FILES+=usr/share/examples/sound/kqueue.c 1925OLD_FILES+=usr/share/examples/sound/midi.c 1926OLD_FILES+=usr/share/examples/sound/mmap.c 1927OLD_FILES+=usr/share/examples/sound/oss.h 1928OLD_FILES+=usr/share/examples/sound/poll.c 1929OLD_FILES+=usr/share/examples/sound/select.c 1930OLD_FILES+=usr/share/examples/sound/simple.c 1931OLD_FILES+=usr/share/examples/sound/sndstat_nv.c 1932OLD_FILES+=usr/share/examples/sunrpc/Makefile 1933OLD_FILES+=usr/share/examples/sunrpc/dir/Makefile 1934OLD_FILES+=usr/share/examples/sunrpc/dir/dir.x 1935OLD_FILES+=usr/share/examples/sunrpc/dir/dir_proc.c 1936OLD_FILES+=usr/share/examples/sunrpc/dir/rls.c 1937OLD_FILES+=usr/share/examples/sunrpc/msg/Makefile 1938OLD_FILES+=usr/share/examples/sunrpc/msg/msg.x 1939OLD_FILES+=usr/share/examples/sunrpc/msg/msg_proc.c 1940OLD_FILES+=usr/share/examples/sunrpc/msg/printmsg.c 1941OLD_FILES+=usr/share/examples/sunrpc/msg/rprintmsg.c 1942OLD_FILES+=usr/share/examples/sunrpc/sort/Makefile 1943OLD_FILES+=usr/share/examples/sunrpc/sort/rsort.c 1944OLD_FILES+=usr/share/examples/sunrpc/sort/sort.x 1945OLD_FILES+=usr/share/examples/sunrpc/sort/sort_proc.c 1946OLD_FILES+=usr/tests/share/examples/Kyuafile 1947OLD_FILES+=usr/tests/share/examples/tests/atf/Kyuafile 1948OLD_FILES+=usr/tests/share/examples/tests/atf/cp_test 1949OLD_FILES+=usr/tests/share/examples/tests/atf/file1 1950OLD_FILES+=usr/tests/share/examples/tests/atf/printf_test 1951OLD_FILES+=usr/tests/share/examples/tests/googletest/Kyuafile 1952OLD_FILES+=usr/tests/share/examples/tests/googletest/sample10_unittest 1953OLD_FILES+=usr/tests/share/examples/tests/googletest/sample1_unittest 1954OLD_FILES+=usr/tests/share/examples/tests/googletest/sample2_unittest 1955OLD_FILES+=usr/tests/share/examples/tests/googletest/sample3_unittest 1956OLD_FILES+=usr/tests/share/examples/tests/googletest/sample4_unittest 1957OLD_FILES+=usr/tests/share/examples/tests/googletest/sample5_unittest 1958OLD_FILES+=usr/tests/share/examples/tests/googletest/sample6_unittest 1959OLD_FILES+=usr/tests/share/examples/tests/googletest/sample7_unittest 1960OLD_FILES+=usr/tests/share/examples/tests/googletest/sample8_unittest 1961OLD_FILES+=usr/tests/share/examples/tests/plain/Kyuafile 1962OLD_FILES+=usr/tests/share/examples/tests/plain/cp_test 1963OLD_FILES+=usr/tests/share/examples/tests/plain/file1 1964OLD_FILES+=usr/tests/share/examples/tests/plain/printf_test 1965OLD_FILES+=usr/tests/share/examples/tests/tap/Kyuafile 1966OLD_FILES+=usr/tests/share/examples/tests/tap/cp_test 1967OLD_FILES+=usr/tests/share/examples/tests/tap/file1 1968OLD_FILES+=usr/tests/share/examples/tests/tap/printf_test 1969OLD_FILES+=usr/tests/share/examples/tests/Kyuafile 1970OLD_FILES+=usr/share/examples/tcsh/complete.tcsh 1971OLD_FILES+=usr/share/examples/tcsh/csh-mode.el 1972OLD_FILES+=usr/share/examples/uefisign/uefikeys 1973OLD_FILES+=usr/share/examples/ypldap/ypldap.conf 1974OLD_DIRS+=usr/share/examples 1975OLD_DIRS+=usr/share/examples/BSD_daemon 1976OLD_DIRS+=usr/share/examples/FreeBSD_version 1977OLD_DIRS+=usr/share/examples/IPv6 1978OLD_DIRS+=usr/share/examples/bhyve 1979OLD_DIRS+=usr/share/examples/bootforth 1980OLD_DIRS+=usr/share/examples/bsdconfig 1981OLD_DIRS+=usr/share/examples/csh 1982OLD_DIRS+=usr/share/examples/diskless 1983OLD_DIRS+=usr/share/examples/dma 1984OLD_DIRS+=usr/share/examples/dwatch 1985OLD_DIRS+=usr/share/examples/etc 1986OLD_DIRS+=usr/share/examples/etc/defaults 1987OLD_DIRS+=usr/share/examples/find_interface 1988OLD_DIRS+=usr/share/examples/flua 1989OLD_DIRS+=usr/share/examples/hast 1990OLD_DIRS+=usr/share/examples/ibcs2 1991OLD_DIRS+=usr/share/examples/hostapd 1992OLD_DIRS+=usr/share/examples/indent 1993OLD_DIRS+=usr/share/examples/inotify 1994OLD_DIRS+=usr/share/examples/ipfilter 1995OLD_DIRS+=usr/share/examples/ipfw 1996OLD_DIRS+=usr/share/examples/jails 1997OLD_DIRS+=usr/share/examples/kld 1998OLD_DIRS+=usr/share/examples/kld/cdev 1999OLD_DIRS+=usr/share/examples/kld/cdev/module 2000OLD_DIRS+=usr/share/examples/kld/cdev/test 2001OLD_DIRS+=usr/share/examples/kld/dyn_sysctl 2002OLD_DIRS+=usr/share/examples/kld/firmware 2003OLD_DIRS+=usr/share/examples/kld/firmware/fwconsumer 2004OLD_DIRS+=usr/share/examples/kld/firmware/fwimage 2005OLD_DIRS+=usr/share/examples/kld/khelp 2006OLD_DIRS+=usr/share/examples/kld/syscall 2007OLD_DIRS+=usr/share/examples/kld/syscall/module 2008OLD_DIRS+=usr/share/examples/kld/syscall/test 2009OLD_DIRS+=usr/share/examples/kyua 2010OLD_DIRS+=usr/share/examples/libusb20 2011OLD_DIRS+=usr/share/examples/libvgl 2012OLD_DIRS+=usr/share/examples/mdoc 2013OLD_DIRS+=usr/share/examples/netgraph 2014OLD_DIRS+=usr/share/examples/oci 2015OLD_DIRS+=usr/share/examples/pf 2016OLD_DIRS+=usr/share/examples/ppi 2017OLD_DIRS+=usr/share/examples/ppp 2018OLD_DIRS+=usr/share/examples/printing 2019OLD_DIRS+=usr/share/examples/scsi_target 2020OLD_DIRS+=usr/share/examples/sendmail 2021OLD_DIRS+=usr/share/examples/ses 2022OLD_DIRS+=usr/share/examples/ses/getencstat 2023OLD_DIRS+=usr/share/examples/ses/sesd 2024OLD_DIRS+=usr/share/examples/ses/setencstat 2025OLD_DIRS+=usr/share/examples/ses/setobjstat 2026OLD_DIRS+=usr/share/examples/ses/srcs 2027OLD_DIRS+=usr/share/examples/smbfs 2028OLD_DIRS+=usr/share/examples/smbfs/print 2029OLD_DIRS+=usr/share/examples/sound 2030OLD_DIRS+=usr/share/examples/sunrpc 2031OLD_DIRS+=usr/share/examples/sunrpc/dir 2032OLD_DIRS+=usr/share/examples/sunrpc/msg 2033OLD_DIRS+=usr/share/examples/sunrpc/sort 2034OLD_DIRS+=usr/share/examples/tcsh 2035OLD_DIRS+=usr/share/examples/uefisign 2036OLD_DIRS+=usr/share/examples/ypldap 2037OLD_DIRS+=usr/tests/share/examples/tests/atf 2038OLD_DIRS+=usr/tests/share/examples/tests/plain 2039OLD_DIRS+=usr/tests/share/examples/tests/googletest 2040OLD_DIRS+=usr/tests/share/examples/tests/tap 2041OLD_DIRS+=usr/tests/share/examples/tests 2042OLD_DIRS+=usr/tests/share/examples 2043.endif 2044 2045.if ${MK_FDT} == no 2046OLD_FILES+=usr/sbin/ofwdump 2047OLD_FILES+=usr/share/man/man8/ofwdump.8.gz 2048.endif 2049 2050.if ${MK_FINGER} == no 2051OLD_FILES+=usr/bin/finger 2052OLD_FILES+=usr/share/man/man1/finger.1.gz 2053OLD_FILES+=usr/share/man/man5/finger.conf.5.gz 2054OLD_FILES+=usr/libexec/fingerd 2055OLD_FILES+=usr/share/man/man8/fingerd.8.gz 2056.endif 2057 2058.if ${MK_FLOPPY} == no 2059OLD_FILES+=usr/sbin/fdcontrol 2060OLD_FILES+=usr/sbin/fdformat 2061OLD_FILES+=usr/sbin/fdread 2062OLD_FILES+=usr/sbin/fdwrite 2063OLD_FILES+=usr/share/man/man1/fdformat.1.gz 2064OLD_FILES+=usr/share/man/man1/fdread.1.gz 2065OLD_FILES+=usr/share/man/man1/fdwrite.1.gz 2066OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz 2067.endif 2068 2069.if ${MK_FORTH} == no 2070OLD_FILES+=boot/beastie.4th 2071OLD_FILES+=boot/brand-fbsd.4th 2072OLD_FILES+=boot/brand.4th 2073OLD_FILES+=boot/check-password.4th 2074OLD_FILES+=boot/color.4th 2075OLD_FILES+=boot/delay.4th 2076OLD_FILES+=boot/efi.4th 2077OLD_FILES+=boot/frames.4th 2078OLD_FILES+=boot/loader_4th 2079OLD_FILES+=boot/loader_4th.efi 2080OLD_FILES+=boot/loader_4th.efi.old 2081OLD_FILES+=boot/loader_4th.old 2082OLD_FILES+=boot/loader.4th 2083OLD_FILES+=boot/logo-beastie.4th 2084OLD_FILES+=boot/logo-beastiebw.4th 2085OLD_FILES+=boot/logo-fbsdbw.4th 2086OLD_FILES+=boot/logo-orb.4th 2087OLD_FILES+=boot/logo-orbbw.4th 2088OLD_FILES+=boot/menu-commands.4th 2089OLD_FILES+=boot/menu.4th 2090OLD_FILES+=boot/menusets.4th 2091OLD_FILES+=boot/screen.4th 2092OLD_FILES+=boot/shortcuts.4th 2093OLD_FILES+=boot/support.4th 2094OLD_LIBS+=boot/userboot_4th.so 2095OLD_FILES+=boot/version.4th 2096OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz 2097OLD_FILES+=usr/share/man/man8/brand.4th.8.gz 2098OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz 2099OLD_FILES+=usr/share/man/man8/color.4th.8.gz 2100OLD_FILES+=usr/share/man/man8/delay.4th.8.gz 2101OLD_FILES+=usr/share/man/man8/loader.4th.8.gz 2102OLD_FILES+=usr/share/man/man8/menu.4th.8.gz 2103OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz 2104OLD_FILES+=usr/share/man/man8/version.4th.8.gz 2105.endif 2106 2107.if ${MK_FREEBSD_UPDATE} == no 2108OLD_FILES+=etc/freebsd-update.conf 2109OLD_FILES+=usr/sbin/freebsd-update 2110OLD_FILES+=usr/share/examples/etc/freebsd-update.conf 2111OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz 2112OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz 2113.endif 2114 2115.if ${MK_FREEBSD_UPDATE} == no 2116OLD_FILES+=usr/libexec/phttpget 2117OLD_FILES+=usr/share/man/man8/phttpget.8.gz 2118.endif 2119 2120.if ${MK_FTP} == no 2121OLD_FILES+=etc/pam.d/ftp 2122OLD_FILES+=etc/pam.d/ftpd 2123OLD_FILES+=usr/bin/ftp 2124OLD_FILES+=usr/bin/gate-ftp 2125OLD_FILES+=usr/bin/pftp 2126OLD_FILES+=usr/share/man/man1/ftp.1.gz 2127OLD_FILES+=usr/share/man/man1/gate-ftp.1.gz 2128OLD_FILES+=usr/share/man/man1/pftp.1.gz 2129.endif 2130 2131.if ${MK_GAMES} == no 2132OLD_FILES+=usr/bin/caesar 2133OLD_FILES+=usr/bin/factor 2134OLD_FILES+=usr/bin/fortune 2135OLD_FILES+=usr/bin/grdc 2136OLD_FILES+=usr/bin/morse 2137OLD_FILES+=usr/bin/number 2138OLD_FILES+=usr/bin/pom 2139OLD_FILES+=usr/bin/primes 2140OLD_FILES+=usr/bin/random 2141OLD_FILES+=usr/bin/rot13 2142OLD_FILES+=usr/bin/strfile 2143OLD_FILES+=usr/bin/unstr 2144OLD_FILES+=usr/share/games/fortune/fortunes 2145OLD_FILES+=usr/share/games/fortune/fortunes.dat 2146OLD_FILES+=usr/share/games/fortune/freebsd-tips 2147OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat 2148OLD_FILES+=usr/share/games/fortune/gerrold.limerick 2149OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat 2150OLD_FILES+=usr/share/games/fortune/limerick 2151OLD_FILES+=usr/share/games/fortune/limerick.dat 2152OLD_FILES+=usr/share/games/fortune/murphy 2153OLD_FILES+=usr/share/games/fortune/murphy-o 2154OLD_FILES+=usr/share/games/fortune/murphy-o.dat 2155OLD_FILES+=usr/share/games/fortune/murphy.dat 2156OLD_FILES+=usr/share/games/fortune/startrek 2157OLD_FILES+=usr/share/games/fortune/startrek.dat 2158OLD_FILES+=usr/share/games/fortune/zippy 2159OLD_FILES+=usr/share/games/fortune/zippy.dat 2160OLD_DIRS+=usr/share/games/fortune 2161OLD_DIRS+=usr/share/games 2162OLD_FILES+=usr/share/man/man6/caesar.6.gz 2163OLD_FILES+=usr/share/man/man6/factor.6.gz 2164OLD_FILES+=usr/share/man/man6/fortune.6.gz 2165OLD_FILES+=usr/share/man/man6/grdc.6.gz 2166OLD_FILES+=usr/share/man/man6/morse.6.gz 2167OLD_FILES+=usr/share/man/man6/number.6.gz 2168OLD_FILES+=usr/share/man/man6/pom.6.gz 2169OLD_FILES+=usr/share/man/man6/primes.6.gz 2170OLD_FILES+=usr/share/man/man6/random.6.gz 2171OLD_FILES+=usr/share/man/man6/rot13.6.gz 2172OLD_FILES+=usr/share/man/man8/strfile.8.gz 2173OLD_FILES+=usr/share/man/man8/unstr.8.gz 2174OLD_FILES+=usr/tests/usr.bin/factor/factor_tests 2175OLD_FILES+=usr/tests/usr.bin/factor/primes_tests 2176OLD_FILES+=usr/tests/usr.bin/factor/Kyuafile 2177OLD_DIRS+=usr/tests/usr.bin/factor 2178.endif 2179 2180.if ${MK_GOOGLETEST} == no 2181OLD_FILES+=usr/include/private/gmock/gmock-actions.h 2182OLD_FILES+=usr/include/private/gmock/gmock-cardinalities.h 2183OLD_FILES+=usr/include/private/gmock/gmock-function-mocker.h 2184OLD_FILES+=usr/include/private/gmock/gmock-matchers.h 2185OLD_FILES+=usr/include/private/gmock/gmock-more-actions.h 2186OLD_FILES+=usr/include/private/gmock/gmock-more-matchers.h 2187OLD_FILES+=usr/include/private/gmock/gmock-nice-strict.h 2188OLD_FILES+=usr/include/private/gmock/gmock-spec-builders.h 2189OLD_FILES+=usr/include/private/gmock/gmock.h 2190OLD_FILES+=usr/include/private/gmock/internal/custom/gmock-generated-actions.h 2191OLD_FILES+=usr/include/private/gmock/internal/custom/gmock-matchers.h 2192OLD_FILES+=usr/include/private/gmock/internal/custom/gmock-port.h 2193OLD_FILES+=usr/include/private/gmock/internal/gmock-internal-utils.h 2194OLD_FILES+=usr/include/private/gmock/internal/gmock-port.h 2195OLD_FILES+=usr/include/private/gmock/internal/gmock-pp.h 2196OLD_FILES+=usr/include/private/gtest/gtest-assertion-result.h 2197OLD_FILES+=usr/include/private/gtest/gtest-death-test.h 2198OLD_FILES+=usr/include/private/gtest/gtest-matchers.h 2199OLD_FILES+=usr/include/private/gtest/gtest-message.h 2200OLD_FILES+=usr/include/private/gtest/gtest-param-test.h 2201OLD_FILES+=usr/include/private/gtest/gtest-printers.h 2202OLD_FILES+=usr/include/private/gtest/gtest-spi.h 2203OLD_FILES+=usr/include/private/gtest/gtest-test-part.h 2204OLD_FILES+=usr/include/private/gtest/gtest-typed-test.h 2205OLD_FILES+=usr/include/private/gtest/gtest.h 2206OLD_FILES+=usr/include/private/gtest/gtest_pred_impl.h 2207OLD_FILES+=usr/include/private/gtest/gtest_prod.h 2208OLD_FILES+=usr/include/private/gtest/internal/custom/gtest-port.h 2209OLD_FILES+=usr/include/private/gtest/internal/custom/gtest-printers.h 2210OLD_FILES+=usr/include/private/gtest/internal/custom/gtest.h 2211OLD_FILES+=usr/include/private/gtest/internal/gtest-death-test-internal.h 2212OLD_FILES+=usr/include/private/gtest/internal/gtest-filepath.h 2213OLD_FILES+=usr/include/private/gtest/internal/gtest-internal.h 2214OLD_FILES+=usr/include/private/gtest/internal/gtest-param-util.h 2215OLD_FILES+=usr/include/private/gtest/internal/gtest-port-arch.h 2216OLD_FILES+=usr/include/private/gtest/internal/gtest-port.h 2217OLD_FILES+=usr/include/private/gtest/internal/gtest-string.h 2218OLD_FILES+=usr/include/private/gtest/internal/gtest-type-util.h 2219OLD_FILES+=usr/lib/libprivategmock.a 2220OLD_LIBS+=usr/lib/libprivategmock.so 2221OLD_LIBS+=usr/lib/libprivategmock.so.0 2222OLD_FILES+=usr/lib/libprivategmock_main.a 2223OLD_LIBS+=usr/lib/libprivategmock_main.so 2224OLD_LIBS+=usr/lib/libprivategmock_main.so.0 2225OLD_FILES+=usr/lib/libprivategtest.a 2226OLD_LIBS+=usr/lib/libprivategtest.so 2227OLD_LIBS+=usr/lib/libprivategtest.so.0 2228OLD_FILES+=usr/lib/libprivategtest_main.a 2229OLD_LIBS+=usr/lib/libprivategtest_main.so 2230OLD_LIBS+=usr/lib/libprivategtest_main.so.0 2231OLD_FILES+=usr/tests/lib/googletest/Kyuafile 2232OLD_FILES+=usr/tests/lib/googletest/gmock/Kyuafile 2233OLD_FILES+=usr/tests/lib/googletest/gmock/gmock_stress_test 2234OLD_FILES+=usr/tests/lib/googletest/gmock_main/Kyuafile 2235OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-actions_test 2236OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-cardinalities_test 2237OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-function-mocker_test 2238OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-internal-utils_test 2239OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers-arithmetic_test 2240OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers-comparisons_test 2241OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers-containers_test 2242OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers-misc_test 2243OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-more-actions_test 2244OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-nice-strict_test 2245OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-port_test 2246OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-spec-builders_test 2247OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_ex_test 2248OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_link_test 2249OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_test 2250OLD_FILES+=usr/tests/lib/googletest/gtest/Kyuafile 2251OLD_FILES+=usr/tests/lib/googletest/gtest/googletest-param-test-test 2252OLD_FILES+=usr/tests/lib/googletest/gtest/gtest-unittest-api_test 2253OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_environment_test 2254OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_no_test_unittest 2255OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_premature_exit_test 2256OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_repeat_test 2257OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_stress_test 2258OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_throw_on_failure_ex_test 2259OLD_FILES+=usr/tests/lib/googletest/gtest_main/Kyuafile 2260OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-death-test-test 2261OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-filepath-test 2262OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-listener-test 2263OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-message-test 2264OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-options-test 2265OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-port-test 2266OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-printers-test 2267OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-test-part-test 2268OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest-typed-test_test 2269OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_main_unittest 2270OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_pred_impl_unittest 2271OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_prod_test 2272OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_skip_in_environment_setup_test 2273OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_skip_test 2274OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_sole_header_test 2275OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_unittest 2276OLD_FILES+=usr/tests/share/examples/tests/googletest/Kyuafile 2277OLD_FILES+=usr/tests/share/examples/tests/googletest/sample10_unittest 2278OLD_FILES+=usr/tests/share/examples/tests/googletest/sample1_unittest 2279OLD_FILES+=usr/tests/share/examples/tests/googletest/sample2_unittest 2280OLD_FILES+=usr/tests/share/examples/tests/googletest/sample3_unittest 2281OLD_FILES+=usr/tests/share/examples/tests/googletest/sample4_unittest 2282OLD_FILES+=usr/tests/share/examples/tests/googletest/sample5_unittest 2283OLD_FILES+=usr/tests/share/examples/tests/googletest/sample6_unittest 2284OLD_FILES+=usr/tests/share/examples/tests/googletest/sample7_unittest 2285OLD_FILES+=usr/tests/share/examples/tests/googletest/sample8_unittest 2286OLD_DIRS+=usr/include/private/gmock/ 2287OLD_DIRS+=usr/include/private/gmock/internal 2288OLD_DIRS+=usr/include/private/gmock/internal/custom 2289OLD_DIRS+=usr/include/private/gtest/ 2290OLD_DIRS+=usr/include/private/gtest/internal 2291OLD_DIRS+=usr/include/private/gtest/internal/custom 2292OLD_DIRS+=usr/tests/lib/googletest 2293OLD_DIRS+=usr/tests/lib/googletest/gmock 2294OLD_DIRS+=usr/tests/lib/googletest/gmock_main 2295OLD_DIRS+=usr/tests/lib/googletest/gtest 2296OLD_DIRS+=usr/tests/lib/googletest/gtest_main 2297OLD_DIRS+=usr/tests/share/examples/tests/googletest 2298.endif 2299 2300.if ${MK_GPIO} == no 2301OLD_FILES+=usr/include/libgpio.h 2302OLD_FILES+=usr/lib/libgpio.a 2303OLD_FILES+=usr/lib/libgpio.so 2304OLD_LIBS+=usr/lib/libgpio.so.0 2305OLD_FILES+=usr/sbin/gpioctl 2306OLD_FILES+=usr/share/man/man3/gpio.3.gz 2307OLD_FILES+=usr/share/man/man3/gpio_close.3.gz 2308OLD_FILES+=usr/share/man/man3/gpio_open.3.gz 2309OLD_FILES+=usr/share/man/man3/gpio_open_device.3.gz 2310OLD_FILES+=usr/share/man/man3/gpio_pin_config.3.gz 2311OLD_FILES+=usr/share/man/man3/gpio_pin_get.3.gz 2312OLD_FILES+=usr/share/man/man3/gpio_pin_high.3.gz 2313OLD_FILES+=usr/share/man/man3/gpio_pin_input.3.gz 2314OLD_FILES+=usr/share/man/man3/gpio_pin_invin.3.gz 2315OLD_FILES+=usr/share/man/man3/gpio_pin_invout.3.gz 2316OLD_FILES+=usr/share/man/man3/gpio_pin_list.3.gz 2317OLD_FILES+=usr/share/man/man3/gpio_pin_low.3.gz 2318OLD_FILES+=usr/share/man/man3/gpio_pin_opendrain.3.gz 2319OLD_FILES+=usr/share/man/man3/gpio_pin_output.3.gz 2320OLD_FILES+=usr/share/man/man3/gpio_pin_pulldown.3.gz 2321OLD_FILES+=usr/share/man/man3/gpio_pin_pullup.3.gz 2322OLD_FILES+=usr/share/man/man3/gpio_pin_pulsate.3.gz 2323OLD_FILES+=usr/share/man/man3/gpio_pin_pushpull.3.gz 2324OLD_FILES+=usr/share/man/man3/gpio_pin_set.3.gz 2325OLD_FILES+=usr/share/man/man3/gpio_pin_set_flags.3.gz 2326OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz 2327OLD_FILES+=usr/share/man/man8/gpioctl.8.gz 2328.endif 2329 2330.if ${MK_HAST} == no 2331OLD_FILES+=etc/rc.d/hastd 2332OLD_FILES+=sbin/hastctl 2333OLD_FILES+=sbin/hastd 2334OLD_FILES+=usr/share/examples/hast/ucarp.sh 2335OLD_FILES+=usr/share/examples/hast/ucarp_down.sh 2336OLD_FILES+=usr/share/examples/hast/ucarp_up.sh 2337OLD_FILES+=usr/share/examples/hast/vip-down.sh 2338OLD_FILES+=usr/share/examples/hast/vip-up.sh 2339OLD_FILES+=usr/share/man/man5/hast.conf.5.gz 2340OLD_FILES+=usr/share/man/man8/hastctl.8.gz 2341OLD_FILES+=usr/share/man/man8/hastd.8.gz 2342OLD_DIRS+=usr/share/examples/hast 2343# bsnmp 2344OLD_FILES+=usr/lib/snmp_hast.so 2345OLD_LIBS+=usr/lib/snmp_hast.so.6 2346OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz 2347OLD_FILES+=usr/share/snmp/defs/hast_tree.def 2348OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt 2349.endif 2350 2351.if ${MK_HESIOD} == no 2352OLD_FILES+=usr/bin/hesinfo 2353OLD_FILES+=usr/include/hesiod.h 2354OLD_FILES+=usr/share/man/man1/hesinfo.1.gz 2355OLD_FILES+=usr/share/man/man3/hesiod.3.gz 2356OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz 2357.endif 2358 2359.if ${MK_HTML} == no 2360OLD_FILES+=usr/share/doc/ntp/accopt.html 2361OLD_FILES+=usr/share/doc/ntp/assoc.html 2362OLD_FILES+=usr/share/doc/ntp/audio.html 2363OLD_FILES+=usr/share/doc/ntp/authopt.html 2364OLD_FILES+=usr/share/doc/ntp/build.html 2365OLD_FILES+=usr/share/doc/ntp/clockopt.html 2366OLD_FILES+=usr/share/doc/ntp/config.html 2367OLD_FILES+=usr/share/doc/ntp/confopt.html 2368OLD_FILES+=usr/share/doc/ntp/copyright.html 2369OLD_FILES+=usr/share/doc/ntp/debug.html 2370OLD_FILES+=usr/share/doc/ntp/driver1.html 2371OLD_FILES+=usr/share/doc/ntp/driver10.html 2372OLD_FILES+=usr/share/doc/ntp/driver11.html 2373OLD_FILES+=usr/share/doc/ntp/driver12.html 2374OLD_FILES+=usr/share/doc/ntp/driver16.html 2375OLD_FILES+=usr/share/doc/ntp/driver18.html 2376OLD_FILES+=usr/share/doc/ntp/driver19.html 2377OLD_FILES+=usr/share/doc/ntp/driver2.html 2378OLD_FILES+=usr/share/doc/ntp/driver20.html 2379OLD_FILES+=usr/share/doc/ntp/driver22.html 2380OLD_FILES+=usr/share/doc/ntp/driver26.html 2381OLD_FILES+=usr/share/doc/ntp/driver27.html 2382OLD_FILES+=usr/share/doc/ntp/driver28.html 2383OLD_FILES+=usr/share/doc/ntp/driver29.html 2384OLD_FILES+=usr/share/doc/ntp/driver3.html 2385OLD_FILES+=usr/share/doc/ntp/driver30.html 2386OLD_FILES+=usr/share/doc/ntp/driver32.html 2387OLD_FILES+=usr/share/doc/ntp/driver33.html 2388OLD_FILES+=usr/share/doc/ntp/driver34.html 2389OLD_FILES+=usr/share/doc/ntp/driver35.html 2390OLD_FILES+=usr/share/doc/ntp/driver36.html 2391OLD_FILES+=usr/share/doc/ntp/driver37.html 2392OLD_FILES+=usr/share/doc/ntp/driver4.html 2393OLD_FILES+=usr/share/doc/ntp/driver5.html 2394OLD_FILES+=usr/share/doc/ntp/driver6.html 2395OLD_FILES+=usr/share/doc/ntp/driver7.html 2396OLD_FILES+=usr/share/doc/ntp/driver8.html 2397OLD_FILES+=usr/share/doc/ntp/driver9.html 2398OLD_FILES+=usr/share/doc/ntp/extern.html 2399OLD_FILES+=usr/share/doc/ntp/hints.html 2400OLD_FILES+=usr/share/doc/ntp/howto.html 2401OLD_FILES+=usr/share/doc/ntp/index.html 2402OLD_FILES+=usr/share/doc/ntp/kern.html 2403OLD_FILES+=usr/share/doc/ntp/ldisc.html 2404OLD_FILES+=usr/share/doc/ntp/measure.html 2405OLD_FILES+=usr/share/doc/ntp/miscopt.html 2406OLD_FILES+=usr/share/doc/ntp/monopt.html 2407OLD_FILES+=usr/share/doc/ntp/mx4200data.html 2408OLD_FILES+=usr/share/doc/ntp/notes.html 2409OLD_FILES+=usr/share/doc/ntp/ntpd.html 2410OLD_FILES+=usr/share/doc/ntp/ntpdate.html 2411OLD_FILES+=usr/share/doc/ntp/ntpdc.html 2412OLD_FILES+=usr/share/doc/ntp/ntpq.html 2413OLD_FILES+=usr/share/doc/ntp/ntptime.html 2414OLD_FILES+=usr/share/doc/ntp/ntptrace.html 2415OLD_FILES+=usr/share/doc/ntp/parsedata.html 2416OLD_FILES+=usr/share/doc/ntp/parsenew.html 2417OLD_FILES+=usr/share/doc/ntp/patches.html 2418OLD_FILES+=usr/share/doc/ntp/porting.html 2419OLD_FILES+=usr/share/doc/ntp/pps.html 2420OLD_FILES+=usr/share/doc/ntp/prefer.html 2421OLD_FILES+=usr/share/doc/ntp/quick.html 2422OLD_FILES+=usr/share/doc/ntp/rdebug.html 2423OLD_FILES+=usr/share/doc/ntp/refclock.html 2424OLD_FILES+=usr/share/doc/ntp/release.html 2425OLD_FILES+=usr/share/doc/ntp/tickadj.html 2426.endif 2427 2428.if ${MK_HYPERV} == no 2429OLD_FILES+=etc/devd/hyperv.conf 2430OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig 2431OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info 2432OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info 2433OLD_FILES+=usr/sbin/hv_kvp_daemon 2434OLD_FILES+=usr/sbin/hv_vss_daemon 2435OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz 2436.endif 2437 2438.if ${MK_ICONV} == no 2439OLD_FILES+=usr/bin/iconv 2440OLD_FILES+=usr/bin/mkcsmapper 2441OLD_FILES+=usr/bin/mkesdb 2442OLD_FILES+=usr/include/_libiconv_compat.h 2443OLD_FILES+=usr/include/iconv.h 2444OLD_LIBS+=usr/lib/i18n/libBIG5.so.5 2445OLD_FILES+=usr/lib/i18n/libBIG5.so 2446OLD_LIBS+=usr/lib/i18n/libDECHanyu.so.5 2447OLD_FILES+=usr/lib/i18n/libDECHanyu.so 2448OLD_LIBS+=usr/lib/i18n/libEUC.so.5 2449OLD_FILES+=usr/lib/i18n/libEUC.so 2450OLD_LIBS+=usr/lib/i18n/libEUCTW.so.5 2451OLD_FILES+=usr/lib/i18n/libEUCTW.so 2452OLD_LIBS+=usr/lib/i18n/libGBK2K.so.5 2453OLD_FILES+=usr/lib/i18n/libGBK2K.so 2454OLD_LIBS+=usr/lib/i18n/libHZ.so.5 2455OLD_FILES+=usr/lib/i18n/libHZ.so 2456OLD_LIBS+=usr/lib/i18n/libISO2022.so.5 2457OLD_FILES+=usr/lib/i18n/libISO2022.so 2458OLD_LIBS+=usr/lib/i18n/libJOHAB.so.5 2459OLD_FILES+=usr/lib/i18n/libJOHAB.so 2460OLD_LIBS+=usr/lib/i18n/libMSKanji.so.5 2461OLD_FILES+=usr/lib/i18n/libMSKanji.so 2462OLD_LIBS+=usr/lib/i18n/libUES.so.5 2463OLD_FILES+=usr/lib/i18n/libUES.so 2464OLD_LIBS+=usr/lib/i18n/libUTF1632.so.5 2465OLD_FILES+=usr/lib/i18n/libUTF1632.so 2466OLD_LIBS+=usr/lib/i18n/libUTF7.so.5 2467OLD_FILES+=usr/lib/i18n/libUTF7.so 2468OLD_LIBS+=usr/lib/i18n/libUTF8.so.5 2469OLD_FILES+=usr/lib/i18n/libUTF8.so 2470OLD_LIBS+=usr/lib/i18n/libVIQR.so.5 2471OLD_FILES+=usr/lib/i18n/libVIQR.so 2472OLD_LIBS+=usr/lib/i18n/libZW.so.5 2473OLD_FILES+=usr/lib/i18n/libZW.so 2474OLD_LIBS+=usr/lib/i18n/libiconv_none.so.5 2475OLD_FILES+=usr/lib/i18n/libiconv_none.so 2476OLD_LIBS+=usr/lib/i18n/libiconv_std.so.5 2477OLD_FILES+=usr/lib/i18n/libiconv_std.so 2478OLD_LIBS+=usr/lib/i18n/libmapper_646.so.5 2479OLD_FILES+=usr/lib/i18n/libmapper_646.so 2480OLD_LIBS+=usr/lib/i18n/libmapper_none.so.5 2481OLD_FILES+=usr/lib/i18n/libmapper_none.so 2482OLD_LIBS+=usr/lib/i18n/libmapper_parallel.so.5 2483OLD_FILES+=usr/lib/i18n/libmapper_parallel.so 2484OLD_LIBS+=usr/lib/i18n/libmapper_serial.so.5 2485OLD_FILES+=usr/lib/i18n/libmapper_serial.so 2486OLD_LIBS+=usr/lib/i18n/libmapper_std.so.5 2487OLD_FILES+=usr/lib/i18n/libmapper_std.so 2488OLD_LIBS+=usr/lib/i18n/libmapper_zone.so.5 2489OLD_FILES+=usr/lib/i18n/libmapper_zone.so 2490OLD_FILES+=usr/share/man/man1/iconv.1.gz 2491OLD_FILES+=usr/share/man/man1/mkcsmapper.1.gz 2492OLD_FILES+=usr/share/man/man1/mkesdb.1.gz 2493OLD_FILES+=usr/share/man/man3/__iconv.3.gz 2494OLD_FILES+=usr/share/man/man3/__iconv_free_list.3.gz 2495OLD_FILES+=usr/share/man/man3/__iconv_get_list.3.gz 2496OLD_FILES+=usr/share/man/man3/iconv.3.gz 2497OLD_FILES+=usr/share/man/man3/iconv_canonicalize.3.gz 2498OLD_FILES+=usr/share/man/man3/iconv_close.3.gz 2499OLD_FILES+=usr/share/man/man3/iconv_open.3.gz 2500OLD_FILES+=usr/share/man/man3/iconv_open_into.3.gz 2501OLD_FILES+=usr/share/man/man3/iconvctl.3.gz 2502OLD_FILES+=usr/share/man/man3/iconvlist.3.gz 2503OLD_DIRS+=usr/lib/i18n 2504OLD_DIRS+=usr/share/i18n 2505OLD_DIRS+=usr/share/i18n/esdb 2506OLD_DIRS+=usr/share/i18n/esdb/ISO-2022 2507OLD_DIRS+=usr/share/i18n/esdb/BIG5 2508OLD_DIRS+=usr/share/i18n/esdb/MISC 2509OLD_DIRS+=usr/share/i18n/esdb/TCVN 2510OLD_DIRS+=usr/share/i18n/esdb/EBCDIC 2511OLD_DIRS+=usr/share/i18n/esdb/ISO-8859 2512OLD_DIRS+=usr/share/i18n/esdb/GEORGIAN 2513OLD_DIRS+=usr/share/i18n/esdb/AST 2514OLD_DIRS+=usr/share/i18n/esdb/KAZAKH 2515OLD_DIRS+=usr/share/i18n/esdb/APPLE 2516OLD_DIRS+=usr/share/i18n/esdb/EUC 2517OLD_DIRS+=usr/share/i18n/esdb/CP 2518OLD_DIRS+=usr/share/i18n/esdb/DEC 2519OLD_DIRS+=usr/share/i18n/esdb/UTF 2520OLD_DIRS+=usr/share/i18n/esdb/GB 2521OLD_DIRS+=usr/share/i18n/esdb/ISO646 2522OLD_DIRS+=usr/share/i18n/esdb/KOI 2523OLD_DIRS+=usr/share/i18n/csmapper 2524OLD_DIRS+=usr/share/i18n/csmapper/KAZAKH 2525OLD_DIRS+=usr/share/i18n/csmapper/CNS 2526OLD_DIRS+=usr/share/i18n/csmapper/BIG5 2527OLD_DIRS+=usr/share/i18n/csmapper/JIS 2528OLD_DIRS+=usr/share/i18n/csmapper/KOI 2529OLD_DIRS+=usr/share/i18n/csmapper/TCVN 2530OLD_DIRS+=usr/share/i18n/csmapper/MISC 2531OLD_DIRS+=usr/share/i18n/csmapper/EBCDIC 2532OLD_DIRS+=usr/share/i18n/csmapper/ISO646 2533OLD_DIRS+=usr/share/i18n/csmapper/CP 2534OLD_DIRS+=usr/share/i18n/csmapper/GEORGIAN 2535OLD_DIRS+=usr/share/i18n/csmapper/ISO-8859 2536OLD_DIRS+=usr/share/i18n/csmapper/AST 2537OLD_DIRS+=usr/share/i18n/csmapper/APPLE 2538OLD_DIRS+=usr/share/i18n/csmapper/KS 2539OLD_DIRS+=usr/share/i18n/csmapper/GB 2540.endif 2541 2542.if ${MK_INET} == no && ${MK_INET6} == no 2543OLD_FILES+=sbin/ping 2544OLD_FILES+=usr/share/man/man8/ping.8.gz 2545.endif 2546 2547.if ${MK_INET6} == no 2548OLD_FILES+=sbin/ping6 2549OLD_FILES+=sbin/rtsol 2550OLD_FILES+=usr/sbin/ip6addrctl 2551OLD_FILES+=usr/sbin/mld6query 2552OLD_FILES+=usr/sbin/ndp 2553OLD_FILES+=usr/sbin/rip6query 2554OLD_FILES+=usr/sbin/route6d 2555OLD_FILES+=usr/sbin/rrenumd 2556OLD_FILES+=usr/sbin/rtadvctl 2557OLD_FILES+=usr/sbin/rtadvd 2558OLD_FILES+=usr/sbin/rtsold 2559OLD_FILES+=usr/sbin/traceroute6 2560OLD_FILES+=usr/share/doc/IPv6/IMPLEMENTATION 2561OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz 2562OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz 2563OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz 2564OLD_FILES+=usr/share/man/man8/mld6query.8.gz 2565OLD_FILES+=usr/share/man/man8/ndp.8.gz 2566OLD_FILES+=usr/share/man/man8/rip6query.8.gz 2567OLD_FILES+=usr/share/man/man8/route6d.8.gz 2568OLD_FILES+=usr/share/man/man8/rrenumd.8.gz 2569OLD_FILES+=usr/share/man/man8/rtadvctl.8.gz 2570OLD_FILES+=usr/share/man/man8/rtadvd.8.gz 2571OLD_FILES+=usr/share/man/man8/rtsol.8.gz 2572OLD_FILES+=usr/share/man/man8/rtsold.8.gz 2573OLD_FILES+=usr/share/man/man8/traceroute6.8.gz 2574.endif 2575 2576.if ${MK_INET6_SUPPORT} == no 2577OLD_FILES+=rescue/ping6 2578OLD_FILES+=rescue/rtsol 2579.endif 2580 2581.if ${MK_INETD} == no 2582OLD_FILES+=etc/inetd.conf 2583OLD_FILES+=etc/rc.d/inetd 2584OLD_FILES+=usr/sbin/inetd 2585OLD_FILES+=usr/share/man/man5/inetd.conf.5.gz 2586OLD_FILES+=usr/share/man/man8/inetd.8.gz 2587.endif 2588 2589.if ${MK_IPFILTER} == no 2590OLD_FILES+=etc/periodic/security/510.ipfdenied 2591OLD_FILES+=etc/periodic/security/610.ipf6denied 2592OLD_FILES+=etc/rc.d/ipfilter 2593OLD_FILES+=etc/rc.d/ipfs 2594OLD_FILES+=etc/rc.d/ipmon 2595OLD_FILES+=etc/rc.d/ipnat 2596OLD_FILES+=etc/rc.d/ippool 2597OLD_FILES+=rescue/ipf 2598OLD_FILES+=sbin/ipf 2599OLD_FILES+=sbin/ipfs 2600OLD_FILES+=sbin/ipfstat 2601OLD_FILES+=sbin/ipftest 2602OLD_FILES+=sbin/ipmon 2603OLD_FILES+=sbin/ipnat 2604OLD_FILES+=sbin/ippool 2605OLD_FILES+=sbin/ipresend 2606OLD_FILES+=usr/include/netinet/ip_auth.h 2607OLD_FILES+=usr/include/netinet/ip_compat.h 2608OLD_FILES+=usr/include/netinet/ip_fil.h 2609OLD_FILES+=usr/include/netinet/ip_frag.h 2610OLD_FILES+=usr/include/netinet/ip_htable.h 2611OLD_FILES+=usr/include/netinet/ip_lookup.h 2612OLD_FILES+=usr/include/netinet/ip_nat.h 2613OLD_FILES+=usr/include/netinet/ip_pool.h 2614OLD_FILES+=usr/include/netinet/ip_proxy.h 2615OLD_FILES+=usr/include/netinet/ip_rules.h 2616OLD_FILES+=usr/include/netinet/ip_scan.h 2617OLD_FILES+=usr/include/netinet/ip_state.h 2618OLD_FILES+=usr/include/netinet/ip_sync.h 2619OLD_FILES+=usr/include/netinet/ipl.h 2620OLD_FILES+=usr/share/examples/ipfilter/README 2621OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT 2622OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW 2623OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW 2624OLD_FILES+=usr/share/examples/ipfilter/example.1 2625OLD_FILES+=usr/share/examples/ipfilter/example.2 2626OLD_FILES+=usr/share/examples/ipfilter/example.3 2627OLD_FILES+=usr/share/examples/ipfilter/example.4 2628OLD_FILES+=usr/share/examples/ipfilter/example.5 2629OLD_FILES+=usr/share/examples/ipfilter/example.6 2630OLD_FILES+=usr/share/examples/ipfilter/example.7 2631OLD_FILES+=usr/share/examples/ipfilter/example.8 2632OLD_FILES+=usr/share/examples/ipfilter/example.9 2633OLD_FILES+=usr/share/examples/ipfilter/example.10 2634OLD_FILES+=usr/share/examples/ipfilter/example.11 2635OLD_FILES+=usr/share/examples/ipfilter/example.12 2636OLD_FILES+=usr/share/examples/ipfilter/example.13 2637OLD_FILES+=usr/share/examples/ipfilter/example.sr 2638OLD_FILES+=usr/share/examples/ipfilter/firewall 2639OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy 2640OLD_FILES+=usr/share/examples/ipfilter/ftppxy 2641OLD_FILES+=usr/share/examples/ipfilter/nat-setup 2642OLD_FILES+=usr/share/examples/ipfilter/nat.eg 2643OLD_FILES+=usr/share/examples/ipfilter/server 2644OLD_FILES+=usr/share/examples/ipfilter/tcpstate 2645OLD_FILES+=usr/share/examples/ipfilter/example.14 2646OLD_FILES+=usr/share/examples/ipfilter/firewall.1 2647OLD_FILES+=usr/share/examples/ipfilter/firewall.2 2648OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive 2649OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive 2650OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample 2651OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample 2652OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt 2653OLD_FILES+=usr/share/examples/ipfilter/examples.txt 2654OLD_FILES+=usr/share/examples/ipfilter/rules.txt 2655OLD_FILES+=usr/share/examples/ipfilter/mkfilters 2656OLD_DIRS+=usr/share/examples/ipfilter 2657OLD_FILES+=usr/share/man/man1/ipftest.1.gz 2658OLD_FILES+=usr/share/man/man1/ipresend.1.gz 2659OLD_FILES+=usr/share/man/man4/ipf.4.gz 2660OLD_FILES+=usr/share/man/man4/ipl.4.gz 2661OLD_FILES+=usr/share/man/man4/ipfilter.4.gz 2662OLD_FILES+=usr/share/man/man4/ipnat.4.gz 2663OLD_FILES+=usr/share/man/man5/ipf.5.gz 2664OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz 2665OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz 2666OLD_FILES+=usr/share/man/man5/ipfilter.5.gz 2667OLD_FILES+=usr/share/man/man8/ipmon.5.gz 2668OLD_FILES+=usr/share/man/man5/ipmon.conf.5.gz 2669OLD_FILES+=usr/share/man/man5/ipnat.5.gz 2670OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz 2671OLD_FILES+=usr/share/man/man5/ippool.5.gz 2672OLD_FILES+=usr/share/man/man8/ipf.8.gz 2673OLD_FILES+=usr/share/man/man8/ipfs.8.gz 2674OLD_FILES+=usr/share/man/man8/ipfstat.8.gz 2675OLD_FILES+=usr/share/man/man8/ipmon.8.gz 2676OLD_FILES+=usr/share/man/man8/ipnat.8.gz 2677OLD_FILES+=usr/share/man/man8/ippool.8.gz 2678.endif 2679 2680.if ${MK_IPFILTER_IPFS} == no 2681OLD_FILES+=sbin/ipfs 2682.endif 2683 2684.if ${MK_IPFW} == no 2685OLD_FILES+=etc/rc.d/ipfw 2686OLD_FILES+=etc/rc.d/natd 2687OLD_FILES+=etc/periodic/security/500.ipfwdenied 2688OLD_FILES+=etc/periodic/security/550.ipfwlimit 2689OLD_FILES+=sbin/ipfw 2690OLD_FILES+=sbin/natd 2691OLD_FILES+=usr/sbin/ipfwpcap 2692OLD_FILES+=usr/share/man/man8/ipfw.8.gz 2693OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz 2694OLD_FILES+=usr/share/man/man8/natd.8.gz 2695.endif 2696 2697.if ${MK_ISCSI} == no 2698OLD_FILES+=etc/rc.d/iscsictl 2699OLD_FILES+=etc/rc.d/iscsid 2700OLD_FILES+=rescue/iscsictl 2701OLD_FILES+=rescue/iscsid 2702OLD_FILES+=usr/bin/iscsictl 2703OLD_FILES+=usr/sbin/iscsid 2704OLD_FILES+=usr/share/man/man4/iscsi.4.gz 2705OLD_FILES+=usr/share/man/man5/iscsi.conf.5.gz 2706OLD_FILES+=usr/share/man/man8/iscsictl.8.gz 2707OLD_FILES+=usr/share/man/man8/iscsid.8.gz 2708.endif 2709 2710.if ${MK_JAIL} == no 2711OLD_FILES+=etc/rc.d/jail 2712OLD_FILES+=usr/sbin/jail 2713OLD_FILES+=usr/sbin/jexec 2714OLD_FILES+=usr/sbin/jls 2715OLD_FILES+=usr/share/man/man5/jail.conf.5.gz 2716OLD_FILES+=usr/share/man/man8/jail.8.gz 2717OLD_FILES+=usr/share/man/man8/jexec.8.gz 2718OLD_FILES+=usr/share/man/man8/jls.8.gz 2719.endif 2720 2721.if ${MK_KDUMP} == no 2722OLD_FILES+=usr/bin/kdump 2723OLD_FILES+=usr/bin/truss 2724OLD_FILES+=usr/share/man/man1/kdump.1.gz 2725OLD_FILES+=usr/share/man/man1/truss.1.gz 2726.endif 2727 2728.if ${MK_KERBEROS_SUPPORT} == "no" 2729OLD_FILES+=etc/rc.d/gssd 2730OLD_FILES+=usr/sbin/gssd 2731OLD_FILES+=usr/share/man/man8/gssd.8.gz 2732.endif 2733 2734# Kerberos files which are installed by both Heimdal and MIT. These should 2735# only be removed if Kerberos is disabled entirely. 2736.if ${MK_KERBEROS} == "no" 2737 2738OLD_FILES+=usr/bin/compile_et 2739OLD_FILES+=usr/share/man/man1/compile_et.1.gz 2740# This is kadmin(1) in MIT but kadmin(8) in Heimdal, therefore the manpage 2741# is not listed here. 2742OLD_FILES+=usr/bin/kadmin 2743OLD_FILES+=usr/bin/kdestroy 2744OLD_FILES+=usr/share/man/man1/kdestroy.1.gz 2745OLD_FILES+=usr/bin/kinit 2746OLD_FILES+=usr/share/man/man1/kinit.1.gz 2747OLD_FILES+=usr/bin/klist 2748OLD_FILES+=usr/share/man/man1/klist.1.gz 2749OLD_FILES+=usr/bin/kpasswd 2750OLD_FILES+=usr/share/man/man1/kpasswd.1.gz 2751OLD_FILES+=usr/bin/krb5-config 2752OLD_FILES+=usr/share/man/man1/krb5-config.1.gz 2753OLD_FILES+=usr/bin/kswitch 2754OLD_FILES+=usr/share/man/man1/kswitch.1.gz 2755# MIT has a manpage for this, Heimdal does not. 2756OLD_FILES+=usr/bin/ksu 2757 2758OLD_FILES+=usr/include/com_err.h 2759OLD_FILES+=usr/include/gssapi.h 2760OLD_FILES+=usr/include/gssapi/gssapi.h 2761OLD_FILES+=usr/include/gssapi/gssapi_krb5.h 2762OLD_FILES+=usr/include/kadm5/admin.h 2763OLD_FILES+=usr/include/krb5.h 2764OLD_FILES+=usr/include/krb5/locate_plugin.h 2765 2766OLD_FILES+=usr/lib/libcom_err.a 2767OLD_FILES+=usr/lib/libcom_err.so 2768OLD_FILES+=usr/lib/libgssapi_krb5.a 2769OLD_FILES+=usr/lib/libgssapi_krb5.so 2770OLD_FILES+=usr/lib/libkadm5clnt.so 2771OLD_FILES+=usr/lib/libkrb5.a 2772OLD_FILES+=usr/lib/libkrb5.so 2773OLD_FILES+=usr/lib/librpcsec_gss.a 2774OLD_FILES+=usr/lib/librpcsec_gss.so 2775OLD_LIBS+=usr/lib/librpcsec_gss.so.1 2776OLD_FILES+=usr/lib/pam_krb5.so 2777OLD_LIBS+=usr/lib/pam_krb5.so.6 2778OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz 2779OLD_FILES+=usr/lib/pam_ksu.so 2780OLD_LIBS+=usr/lib/pam_ksu.so.6 2781OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz 2782 2783OLD_FILES+=usr/libexec/kadmind 2784OLD_FILES+=usr/share/man/man8/kadmind.8.gz 2785 2786OLD_FILES+=usr/share/man/man3/com_err.3.gz 2787OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz 2788OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz 2789OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz 2790OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz 2791OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz 2792OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz 2793OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz 2794OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz 2795OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz 2796OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz 2797OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz 2798OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz 2799OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz 2800OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz 2801OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz 2802OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz 2803OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz 2804OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz 2805.endif # ${MK_KERBEROS} == "no" 2806 2807# Heimdal-specific files that don't exist in MIT Kerberos. These should be 2808# removed if Kerberos is disabled, or if MIT Kerberos is selected. 2809.if ${MK_KERBEROS} == "no" || ${MK_MITKRB5} != "no" 2810 2811# compile_et is a binary in Heimdal, but a shell script in MIT Kerberos. 2812# When switching from Heimdal to MIT, we need to remove the debug symbols 2813# explicitly. 2814OLD_FILES+=usr/lib/debug/usr/bin/compile_et.debug 2815 2816OLD_FILES+=usr/bin/asn1_compile 2817OLD_FILES+=usr/bin/hxtool 2818OLD_FILES+=usr/bin/kcc 2819OLD_FILES+=usr/bin/kf 2820OLD_FILES+=usr/bin/kgetcred 2821OLD_FILES+=usr/bin/make-roken 2822OLD_FILES+=usr/bin/slc 2823OLD_FILES+=usr/bin/string2key 2824OLD_FILES+=usr/bin/verify_krb5_conf 2825OLD_FILES+=usr/include/asn1-common.h 2826OLD_FILES+=usr/include/asn1_err.h 2827OLD_FILES+=usr/include/base64.h 2828OLD_FILES+=usr/include/cms_asn1.h 2829OLD_FILES+=usr/include/com_right.h 2830OLD_FILES+=usr/include/crmf_asn1.h 2831OLD_FILES+=usr/include/der-private.h 2832OLD_FILES+=usr/include/der-protos.h 2833OLD_FILES+=usr/include/der.h 2834OLD_FILES+=usr/include/digest_asn1.h 2835OLD_FILES+=usr/include/getarg.h 2836OLD_FILES+=usr/include/hdb-protos.h 2837OLD_FILES+=usr/include/hdb.h 2838OLD_FILES+=usr/include/hdb_asn1.h 2839OLD_FILES+=usr/include/hdb_err.h 2840OLD_FILES+=usr/include/heim_asn1.h 2841OLD_FILES+=usr/include/heim_err.h 2842OLD_FILES+=usr/include/heim_threads.h 2843OLD_FILES+=usr/include/heimbase.h 2844OLD_FILES+=usr/include/heimntlm-protos.h 2845OLD_FILES+=usr/include/heimntlm.h 2846OLD_FILES+=usr/include/hex.h 2847OLD_FILES+=usr/include/hx509-private.h 2848OLD_FILES+=usr/include/hx509-protos.h 2849OLD_FILES+=usr/include/hx509.h 2850OLD_FILES+=usr/include/hx509_err.h 2851OLD_FILES+=usr/include/k524_err.h 2852OLD_FILES+=usr/include/kadm5/kadm5-private.h 2853OLD_FILES+=usr/include/kadm5/kadm5-protos.h 2854OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h 2855OLD_FILES+=usr/include/kadm5/kadm5_err.h 2856OLD_FILES+=usr/include/kadm5/private.h 2857OLD_FILES+=usr/include/kafs.h 2858OLD_FILES+=usr/include/kdc-protos.h 2859OLD_FILES+=usr/include/kdc.h 2860OLD_FILES+=usr/include/krb5-private.h 2861OLD_FILES+=usr/include/krb5-protos.h 2862OLD_FILES+=usr/include/krb5-types.h 2863OLD_FILES+=usr/include/krb5/ccache_plugin.h 2864OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h 2865OLD_FILES+=usr/include/krb5/windc_plugin.h 2866OLD_FILES+=usr/include/krb5_asn1.h 2867OLD_FILES+=usr/include/krb5_ccapi.h 2868OLD_FILES+=usr/include/krb5_err.h 2869OLD_FILES+=usr/include/kx509_asn1.h 2870OLD_FILES+=usr/include/ntlm_err.h 2871OLD_FILES+=usr/include/ocsp_asn1.h 2872OLD_FILES+=usr/include/parse_bytes.h 2873OLD_FILES+=usr/include/parse_time.h 2874OLD_FILES+=usr/include/parse_units.h 2875OLD_FILES+=usr/include/pkcs10_asn1.h 2876OLD_FILES+=usr/include/pkcs12_asn1.h 2877OLD_FILES+=usr/include/pkcs8_asn1.h 2878OLD_FILES+=usr/include/pkcs9_asn1.h 2879OLD_FILES+=usr/include/pkinit_asn1.h 2880OLD_FILES+=usr/include/resolve.h 2881OLD_FILES+=usr/include/rfc2459_asn1.h 2882OLD_FILES+=usr/include/roken-common.h 2883OLD_FILES+=usr/include/roken.h 2884OLD_FILES+=usr/include/rtbl.h 2885OLD_FILES+=usr/include/wind.h 2886OLD_FILES+=usr/include/wind_err.h 2887OLD_FILES+=usr/include/xdbm.h 2888OLD_FILES+=usr/lib/libasn1.a 2889OLD_FILES+=usr/lib/libasn1.so 2890OLD_FILES+=usr/lib/libgssapi.a 2891OLD_FILES+=usr/lib/libgssapi.so 2892OLD_FILES+=usr/lib/libgssapi_ntlm.a 2893OLD_FILES+=usr/lib/libgssapi_ntlm.so 2894OLD_FILES+=usr/lib/libgssapi_spnego.a 2895OLD_FILES+=usr/lib/libgssapi_spnego.so 2896OLD_FILES+=usr/lib/libhdb.a 2897OLD_FILES+=usr/lib/libhdb.so 2898OLD_FILES+=usr/lib/libheimbase.a 2899OLD_FILES+=usr/lib/libheimbase.so 2900OLD_FILES+=usr/lib/libheimntlm.a 2901OLD_FILES+=usr/lib/libheimntlm.so 2902OLD_FILES+=usr/lib/libhx509.a 2903OLD_FILES+=usr/lib/libhx509.so 2904OLD_FILES+=usr/lib/libkadm5clnt.a 2905OLD_FILES+=usr/lib/libkadm5srv.a 2906OLD_FILES+=usr/lib/libkadm5srv.so 2907OLD_FILES+=usr/lib/libkafs5.a 2908OLD_FILES+=usr/lib/libkafs5.so 2909OLD_FILES+=usr/lib/libkdc.a 2910OLD_FILES+=usr/lib/libkdc.so 2911OLD_FILES+=usr/lib/libprivateheimipcc.a 2912OLD_FILES+=usr/lib/libprivateheimipcc.so 2913OLD_FILES+=usr/lib/libprivateheimipcs.a 2914OLD_FILES+=usr/lib/libprivateheimipcs.so 2915OLD_FILES+=usr/lib/libroken.a 2916OLD_FILES+=usr/lib/libroken.so 2917OLD_FILES+=usr/lib/libwind.a 2918OLD_FILES+=usr/lib/libwind.so 2919OLD_FILES+=usr/libexec/digest-service 2920OLD_FILES+=usr/libexec/hprop 2921OLD_FILES+=usr/libexec/hpropd 2922OLD_FILES+=usr/libexec/ipropd-master 2923OLD_FILES+=usr/libexec/ipropd-slave 2924OLD_FILES+=usr/libexec/kcm 2925OLD_FILES+=usr/libexec/kdc 2926OLD_FILES+=usr/libexec/kdigest 2927OLD_FILES+=usr/libexec/kfd 2928OLD_FILES+=usr/libexec/kimpersonate 2929OLD_FILES+=usr/libexec/kpasswdd 2930OLD_FILES+=usr/sbin/iprop-log 2931OLD_FILES+=usr/sbin/kstash 2932OLD_FILES+=usr/sbin/ktutil 2933OLD_FILES+=usr/share/man/man1/kf.1.gz 2934OLD_FILES+=usr/share/man/man1/kgetcred.1.gz 2935OLD_FILES+=usr/share/man/man3/HDB.3.gz 2936OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz 2937OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz 2938OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz 2939OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz 2940OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz 2941OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz 2942OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz 2943OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz 2944OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz 2945OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz 2946OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz 2947OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz 2948OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz 2949OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz 2950OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz 2951OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz 2952OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz 2953OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz 2954OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz 2955OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz 2956OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz 2957OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz 2958OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz 2959OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz 2960OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz 2961OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz 2962OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz 2963OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz 2964OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz 2965OLD_FILES+=usr/share/man/man3/gss_seal.3.gz 2966OLD_FILES+=usr/share/man/man3/gss_sign.3.gz 2967OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz 2968OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz 2969OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz 2970OLD_FILES+=usr/share/man/man3/gss_verify.3.gz 2971OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz 2972OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz 2973OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz 2974OLD_FILES+=usr/share/man/man3/gssapi.3.gz 2975OLD_FILES+=usr/share/man/man3/hdb__del.3.gz 2976OLD_FILES+=usr/share/man/man3/hdb__get.3.gz 2977OLD_FILES+=usr/share/man/man3/hdb__put.3.gz 2978OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz 2979OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz 2980OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz 2981OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz 2982OLD_FILES+=usr/share/man/man3/hdb_close.3.gz 2983OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz 2984OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz 2985OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz 2986OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz 2987OLD_FILES+=usr/share/man/man3/hdb_free.3.gz 2988OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz 2989OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz 2990OLD_FILES+=usr/share/man/man3/hdb_name.3.gz 2991OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz 2992OLD_FILES+=usr/share/man/man3/hdb_open.3.gz 2993OLD_FILES+=usr/share/man/man3/hdb_password.3.gz 2994OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz 2995OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz 2996OLD_FILES+=usr/share/man/man3/hdb_store.3.gz 2997OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz 2998OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz 2999OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz 3000OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz 3001OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz 3002OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz 3003OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz 3004OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz 3005OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz 3006OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz 3007OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz 3008OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz 3009OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz 3010OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz 3011OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz 3012OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz 3013OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz 3014OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz 3015OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz 3016OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz 3017OLD_FILES+=usr/share/man/man3/hx509.3.gz 3018OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz 3019OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz 3020OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz 3021OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz 3022OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz 3023OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz 3024OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz 3025OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz 3026OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz 3027OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz 3028OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz 3029OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz 3030OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz 3031OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz 3032OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz 3033OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz 3034OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz 3035OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz 3036OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz 3037OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz 3038OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz 3039OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz 3040OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz 3041OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz 3042OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz 3043OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz 3044OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz 3045OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz 3046OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz 3047OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz 3048OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz 3049OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz 3050OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz 3051OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz 3052OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz 3053OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz 3054OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz 3055OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz 3056OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz 3057OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz 3058OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz 3059OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz 3060OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz 3061OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz 3062OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz 3063OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz 3064OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz 3065OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz 3066OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz 3067OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz 3068OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz 3069OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz 3070OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz 3071OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz 3072OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz 3073OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz 3074OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz 3075OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz 3076OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz 3077OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz 3078OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz 3079OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz 3080OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz 3081OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz 3082OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz 3083OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz 3084OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz 3085OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz 3086OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz 3087OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz 3088OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz 3089OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz 3090OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz 3091OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz 3092OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz 3093OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz 3094OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz 3095OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz 3096OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz 3097OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz 3098OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz 3099OLD_FILES+=usr/share/man/man3/hx509_env.3.gz 3100OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz 3101OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz 3102OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz 3103OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz 3104OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz 3105OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz 3106OLD_FILES+=usr/share/man/man3/hx509_err.3.gz 3107OLD_FILES+=usr/share/man/man3/hx509_error.3.gz 3108OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz 3109OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz 3110OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz 3111OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz 3112OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz 3113OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz 3114OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz 3115OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz 3116OLD_FILES+=usr/share/man/man3/hx509_name.3.gz 3117OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz 3118OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz 3119OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz 3120OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz 3121OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz 3122OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz 3123OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz 3124OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz 3125OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz 3126OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz 3127OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz 3128OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz 3129OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz 3130OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz 3131OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz 3132OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz 3133OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz 3134OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz 3135OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz 3136OLD_FILES+=usr/share/man/man3/hx509_print.3.gz 3137OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz 3138OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz 3139OLD_FILES+=usr/share/man/man3/hx509_query.3.gz 3140OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz 3141OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz 3142OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz 3143OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz 3144OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz 3145OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz 3146OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz 3147OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz 3148OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz 3149OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz 3150OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz 3151OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz 3152OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz 3153OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz 3154OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz 3155OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz 3156OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz 3157OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz 3158OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz 3159OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz 3160OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz 3161OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz 3162OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz 3163OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz 3164OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz 3165OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz 3166OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz 3167OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz 3168OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz 3169OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz 3170OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz 3171OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz 3172OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz 3173OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz 3174OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz 3175OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz 3176OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz 3177OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz 3178OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz 3179OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz 3180OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz 3181OLD_FILES+=usr/share/man/man3/k_setpag.3.gz 3182OLD_FILES+=usr/share/man/man3/k_unlog.3.gz 3183OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz 3184OLD_FILES+=usr/share/man/man3/kafs.3.gz 3185OLD_FILES+=usr/share/man/man3/kafs5.3.gz 3186OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz 3187OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz 3188OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz 3189OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz 3190OLD_FILES+=usr/share/man/man3/krb5.3.gz 3191OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz 3192OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz 3193OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz 3194OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz 3195OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz 3196OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz 3197OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz 3198OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz 3199OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz 3200OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz 3201OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz 3202OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz 3203OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz 3204OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz 3205OLD_FILES+=usr/share/man/man3/krb5_address.3.gz 3206OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz 3207OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz 3208OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz 3209OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz 3210OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz 3211OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz 3212OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz 3213OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz 3214OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz 3215OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz 3216OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz 3217OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz 3218OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz 3219OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz 3220OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz 3221OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz 3222OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz 3223OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz 3224OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz 3225OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz 3226OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz 3227OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz 3228OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz 3229OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz 3230OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz 3231OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz 3232OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz 3233OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz 3234OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz 3235OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz 3236OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz 3237OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz 3238OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz 3239OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz 3240OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz 3241OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz 3242OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz 3243OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz 3244OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz 3245OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz 3246OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz 3247OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz 3248OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz 3249OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz 3250OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz 3251OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz 3252OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz 3253OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz 3254OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz 3255OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz 3256OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz 3257OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz 3258OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz 3259OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz 3260OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz 3261OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz 3262OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz 3263OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz 3264OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz 3265OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz 3266OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz 3267OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz 3268OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz 3269OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz 3270OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz 3271OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz 3272OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz 3273OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz 3274OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz 3275OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz 3276OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz 3277OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz 3278OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz 3279OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz 3280OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz 3281OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz 3282OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz 3283OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz 3284OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz 3285OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz 3286OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz 3287OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz 3288OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz 3289OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz 3290OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz 3291OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz 3292OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz 3293OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz 3294OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz 3295OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz 3296OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz 3297OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz 3298OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz 3299OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz 3300OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz 3301OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz 3302OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz 3303OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz 3304OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz 3305OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz 3306OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz 3307OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz 3308OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz 3309OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz 3310OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz 3311OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz 3312OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz 3313OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz 3314OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz 3315OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz 3316OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz 3317OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz 3318OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz 3319OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz 3320OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz 3321OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz 3322OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz 3323OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz 3324OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz 3325OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz 3326OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz 3327OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz 3328OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz 3329OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz 3330OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz 3331OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz 3332OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz 3333OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz 3334OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz 3335OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz 3336OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz 3337OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz 3338OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz 3339OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz 3340OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz 3341OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz 3342OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz 3343OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz 3344OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz 3345OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz 3346OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz 3347OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz 3348OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz 3349OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz 3350OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz 3351OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz 3352OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz 3353OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz 3354OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz 3355OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz 3356OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz 3357OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz 3358OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz 3359OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz 3360OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz 3361OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz 3362OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz 3363OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz 3364OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz 3365OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz 3366OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz 3367OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz 3368OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz 3369OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz 3370OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz 3371OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz 3372OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz 3373OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz 3374OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz 3375OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz 3376OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz 3377OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz 3378OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz 3379OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz 3380OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz 3381OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz 3382OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz 3383OLD_FILES+=usr/share/man/man3/krb5_error.3.gz 3384OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz 3385OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz 3386OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz 3387OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz 3388OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz 3389OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz 3390OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz 3391OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz 3392OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz 3393OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz 3394OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz 3395OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz 3396OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz 3397OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz 3398OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz 3399OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz 3400OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz 3401OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz 3402OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz 3403OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz 3404OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz 3405OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz 3406OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz 3407OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz 3408OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz 3409OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz 3410OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz 3411OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz 3412OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz 3413OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz 3414OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz 3415OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz 3416OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz 3417OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz 3418OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz 3419OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz 3420OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz 3421OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz 3422OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz 3423OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz 3424OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz 3425OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz 3426OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz 3427OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz 3428OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz 3429OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz 3430OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz 3431OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz 3432OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz 3433OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz 3434OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz 3435OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz 3436OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz 3437OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz 3438OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz 3439OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz 3440OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz 3441OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz 3442OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz 3443OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz 3444OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz 3445OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz 3446OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz 3447OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz 3448OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz 3449OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz 3450OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz 3451OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz 3452OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz 3453OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz 3454OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz 3455OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz 3456OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz 3457OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz 3458OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz 3459OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz 3460OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz 3461OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz 3462OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz 3463OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz 3464OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz 3465OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz 3466OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz 3467OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz 3468OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz 3469OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz 3470OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz 3471OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz 3472OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz 3473OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz 3474OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz 3475OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz 3476OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz 3477OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz 3478OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz 3479OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz 3480OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz 3481OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz 3482OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz 3483OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz 3484OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz 3485OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz 3486OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz 3487OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz 3488OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz 3489OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz 3490OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz 3491OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz 3492OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz 3493OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz 3494OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz 3495OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz 3496OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz 3497OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz 3498OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz 3499OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz 3500OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz 3501OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz 3502OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz 3503OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz 3504OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz 3505OLD_FILES+=usr/share/man/man3/krb5_log.3.gz 3506OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz 3507OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz 3508OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz 3509OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz 3510OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz 3511OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz 3512OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz 3513OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz 3514OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz 3515OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz 3516OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz 3517OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz 3518OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz 3519OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz 3520OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz 3521OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz 3522OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz 3523OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz 3524OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz 3525OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz 3526OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz 3527OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz 3528OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz 3529OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz 3530OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz 3531OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz 3532OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz 3533OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz 3534OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz 3535OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz 3536OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz 3537OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz 3538OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz 3539OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz 3540OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz 3541OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz 3542OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz 3543OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz 3544OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz 3545OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz 3546OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz 3547OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz 3548OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz 3549OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz 3550OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz 3551OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz 3552OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz 3553OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz 3554OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz 3555OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz 3556OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz 3557OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz 3558OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz 3559OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz 3560OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz 3561OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz 3562OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz 3563OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz 3564OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz 3565OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz 3566OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz 3567OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz 3568OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz 3569OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz 3570OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz 3571OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz 3572OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz 3573OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz 3574OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz 3575OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz 3576OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz 3577OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz 3578OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz 3579OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz 3580OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz 3581OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz 3582OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz 3583OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz 3584OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz 3585OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz 3586OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz 3587OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz 3588OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz 3589OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz 3590OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz 3591OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz 3592OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz 3593OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz 3594OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz 3595OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz 3596OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz 3597OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz 3598OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz 3599OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz 3600OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz 3601OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz 3602OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz 3603OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz 3604OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz 3605OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz 3606OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz 3607OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz 3608OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz 3609OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz 3610OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz 3611OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz 3612OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz 3613OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz 3614OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz 3615OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz 3616OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz 3617OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz 3618OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz 3619OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz 3620OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz 3621OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz 3622OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz 3623OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz 3624OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz 3625OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz 3626OLD_FILES+=usr/share/man/man3/krb5_support.3.gz 3627OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz 3628OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz 3629OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz 3630OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz 3631OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz 3632OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz 3633OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz 3634OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz 3635OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz 3636OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz 3637OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz 3638OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz 3639OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz 3640OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz 3641OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz 3642OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz 3643OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz 3644OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz 3645OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz 3646OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz 3647OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz 3648OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz 3649OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz 3650OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz 3651OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz 3652OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz 3653OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz 3654OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz 3655OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz 3656OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz 3657OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz 3658OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz 3659OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz 3660OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz 3661OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz 3662OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz 3663OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz 3664OLD_FILES+=usr/share/man/man5/mech.5.gz 3665OLD_FILES+=usr/share/man/man5/qop.5.gz 3666OLD_FILES+=usr/share/man/man8/hprop.8.gz 3667OLD_FILES+=usr/share/man/man8/hpropd.8.gz 3668OLD_FILES+=usr/share/man/man8/iprop-log.8.gz 3669OLD_FILES+=usr/share/man/man8/iprop.8.gz 3670OLD_FILES+=usr/share/man/man8/kadmin.8.gz 3671OLD_FILES+=usr/share/man/man8/kcm.8.gz 3672OLD_FILES+=usr/share/man/man8/kdc.8.gz 3673OLD_FILES+=usr/share/man/man8/kdigest.8.gz 3674OLD_FILES+=usr/share/man/man8/kerberos.8.gz 3675OLD_FILES+=usr/share/man/man8/kfd.8.gz 3676OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz 3677OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz 3678OLD_FILES+=usr/share/man/man8/kstash.8.gz 3679OLD_FILES+=usr/share/man/man8/ktutil.8.gz 3680OLD_FILES+=usr/share/man/man8/string2key.8.gz 3681OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz 3682 3683OLD_LIBS+=usr/lib/libasn1.so.11 3684OLD_LIBS+=usr/lib/libcom_err.so.5 3685OLD_LIBS+=usr/lib/libgssapi.so.10 3686OLD_LIBS+=usr/lib/libgssapi_krb5.so.10 3687OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10 3688OLD_LIBS+=usr/lib/libgssapi_spnego.so.10 3689OLD_LIBS+=usr/lib/libheimbase.so.11 3690OLD_LIBS+=usr/lib/libheimntlm.so.11 3691OLD_LIBS+=usr/lib/libhx509.so.11 3692OLD_LIBS+=usr/lib/libhdb.so.11 3693OLD_LIBS+=usr/lib/libkadm5clnt.so.11 3694OLD_LIBS+=usr/lib/libkadm5srv.so.11 3695OLD_LIBS+=usr/lib/libkafs5.so.11 3696OLD_LIBS+=usr/lib/libkdc.so.11 3697OLD_LIBS+=usr/lib/libkrb5.so.11 3698OLD_LIBS+=usr/lib/libprivateheimipcc.so.11 3699OLD_LIBS+=usr/lib/libprivateheimipcs.so.11 3700OLD_LIBS+=usr/lib/libroken.so.11 3701OLD_LIBS+=usr/lib/libwind.so.11 3702.endif # ${MK_KERBEROS} == "no" || ${MK_MITKRB5} != "no" 3703 3704# MIT-specific files that don't exist in Heimdal. These should be removed if 3705# Kerberos is disabled, or if Heimdal is selected. 3706.if ${MK_KERBEROS} == "no" || ${MK_MITKRB5} == "no" 3707OLD_DIRS+=usr/lib/debug/usr/lib/krb5/plugins/kdb 3708OLD_DIRS+=usr/lib/debug/usr/lib/krb5/plugins/preauth 3709OLD_DIRS+=usr/lib/debug/usr/lib/krb5/plugins/tls 3710OLD_DIRS+=usr/lib/debug/usr/lib/krb5/plugins 3711OLD_DIRS+=usr/lib/debug/usr/lib/krb5 3712 3713# Heimdal doesn't install debug symbols for these. 3714OLD_FILES+=usr/lib/debug/usr/bin/klist.debug 3715OLD_FILES+=usr/lib/debug/usr/bin/kswitch.debug 3716 3717OLD_FILES+=usr/bin/gss-client 3718OLD_FILES+=usr/bin/k5srvutil 3719OLD_FILES+=usr/bin/ktutil 3720OLD_FILES+=usr/bin/kvno 3721OLD_FILES+=usr/bin/sclient 3722OLD_FILES+=usr/include/gssapi/gssapi_alloc.h 3723OLD_FILES+=usr/include/gssapi/gssapi_ext.h 3724OLD_FILES+=usr/include/gssapi/gssapi_generic.h 3725OLD_FILES+=usr/include/gssapi/mechglue.h 3726OLD_FILES+=usr/include/gssrpc/auth.h 3727OLD_FILES+=usr/include/gssrpc/auth_gss.h 3728OLD_FILES+=usr/include/gssrpc/auth_gssapi.h 3729OLD_FILES+=usr/include/gssrpc/auth_unix.h 3730OLD_FILES+=usr/include/gssrpc/clnt.h 3731OLD_FILES+=usr/include/gssrpc/netdb.h 3732OLD_FILES+=usr/include/gssrpc/pmap_clnt.h 3733OLD_FILES+=usr/include/gssrpc/pmap_prot.h 3734OLD_FILES+=usr/include/gssrpc/pmap_rmt.h 3735OLD_FILES+=usr/include/gssrpc/rename.h 3736OLD_FILES+=usr/include/gssrpc/rpc.h 3737OLD_FILES+=usr/include/gssrpc/rpc_msg.h 3738OLD_FILES+=usr/include/gssrpc/svc.h 3739OLD_FILES+=usr/include/gssrpc/svc_auth.h 3740OLD_FILES+=usr/include/gssrpc/types.h 3741OLD_FILES+=usr/include/gssrpc/xdr.h 3742OLD_FILES+=usr/include/kadm5/chpass_util_strings.h 3743OLD_FILES+=usr/include/kadm5/kadm_err.h 3744OLD_FILES+=usr/include/kdb.h 3745OLD_FILES+=usr/include/krad.h 3746OLD_FILES+=usr/include/krb5/ccselect_plugin.h 3747OLD_FILES+=usr/include/krb5/certauth_plugin.h 3748OLD_FILES+=usr/include/krb5/clpreauth_plugin.h 3749OLD_FILES+=usr/include/krb5/gssapi_err_generic.h 3750OLD_FILES+=usr/include/krb5/gssapi_err_krb5.h 3751OLD_FILES+=usr/include/krb5/hostrealm_plugin.h 3752OLD_FILES+=usr/include/krb5/kadm5_auth_plugin.h 3753OLD_FILES+=usr/include/krb5/kadm5_hook_plugin.h 3754OLD_FILES+=usr/include/krb5/kdcpolicy_plugin.h 3755OLD_FILES+=usr/include/krb5/kdcpreauth_plugin.h 3756OLD_FILES+=usr/include/krb5/krb5.h 3757OLD_FILES+=usr/include/krb5/localauth_plugin.h 3758OLD_FILES+=usr/include/krb5/plugin.h 3759OLD_FILES+=usr/include/krb5/preauth_plugin.h 3760OLD_FILES+=usr/include/krb5/pwqual_plugin.h 3761OLD_FILES+=usr/include/profile.h 3762OLD_FILES+=usr/include/verto-module.h 3763OLD_FILES+=usr/include/verto.h 3764OLD_FILES+=usr/lib/krb5/plugins/kdb/db2.so 3765OLD_FILES+=usr/lib/krb5/plugins/kdb/db2.so.122 3766OLD_FILES+=usr/lib/krb5/plugins/preauth/otp.so 3767OLD_FILES+=usr/lib/krb5/plugins/preauth/otp.so.122 3768OLD_FILES+=usr/lib/krb5/plugins/preauth/pkinit.so 3769OLD_FILES+=usr/lib/krb5/plugins/preauth/pkinit.so.122 3770OLD_FILES+=usr/lib/krb5/plugins/preauth/spake.so 3771OLD_FILES+=usr/lib/krb5/plugins/preauth/spake.so.122 3772OLD_FILES+=usr/lib/krb5/plugins/preauth/test.so 3773OLD_FILES+=usr/lib/krb5/plugins/preauth/test.so.122 3774OLD_FILES+=usr/lib/krb5/plugins/tls/k5tls.so 3775OLD_FILES+=usr/lib/krb5/plugins/tls/k5tls.so.122 3776OLD_FILES+=usr/lib/libgssrpc.a 3777OLD_FILES+=usr/lib/libgssrpc.so 3778OLD_FILES+=usr/lib/libk5crypto.a 3779OLD_FILES+=usr/lib/libk5crypto.so 3780OLD_FILES+=usr/lib/libkadm5clnt_mit.a 3781OLD_FILES+=usr/lib/libkadm5clnt_mit.so 3782OLD_FILES+=usr/lib/libkadm5srv_mit.a 3783OLD_FILES+=usr/lib/libkadm5srv_mit.so 3784OLD_FILES+=usr/lib/libkdb5.a 3785OLD_FILES+=usr/lib/libkdb5.so 3786OLD_FILES+=usr/lib/libkrad.a 3787OLD_FILES+=usr/lib/libkrad.so 3788OLD_FILES+=usr/lib/libkrb5profile.a 3789OLD_FILES+=usr/lib/libkrb5support.a 3790OLD_FILES+=usr/lib/libkrb5support.so 3791OLD_FILES+=usr/lib/libverto.a 3792OLD_FILES+=usr/lib/libverto.so 3793OLD_FILES+=usr/libdata/pkgconfig/gssrpc.pc 3794OLD_FILES+=usr/libdata/pkgconfig/kadm-server.pc 3795OLD_FILES+=usr/libdata/pkgconfig/kadm-client.pc 3796OLD_FILES+=usr/libdata/pkgconfig/kdb.pc 3797OLD_FILES+=usr/libdata/pkgconfig/krb5-gssapi.pc 3798OLD_FILES+=usr/libdata/pkgconfig/krb5.pc 3799OLD_FILES+=usr/libdata/pkgconfig/mit-krb5.pc 3800OLD_FILES+=usr/libdata/pkgconfig/mit-krb5-gssapi.pc 3801OLD_FILES+=usr/libexec/kprop 3802OLD_FILES+=usr/libexec/kpropd 3803OLD_FILES+=usr/libexec/kproplog 3804OLD_FILES+=usr/libexec/krb5kdc 3805OLD_FILES+=usr/sbin/gss-server 3806OLD_FILES+=usr/sbin/kadmin.local 3807OLD_FILES+=usr/sbin/kdb5_util 3808OLD_FILES+=usr/sbin/sim_server 3809OLD_FILES+=usr/share/et/et_h.awk 3810OLD_FILES+=usr/share/et/et_c.awk 3811OLD_FILES+=usr/share/man/man1/k5srvutil.1.gz 3812OLD_FILES+=usr/share/man/man1/kadmin.1.gz 3813OLD_FILES+=usr/share/man/man1/ksu.1.gz 3814OLD_FILES+=usr/share/man/man1/ktutil.1.gz 3815OLD_FILES+=usr/share/man/man1/kvno.1.gz 3816OLD_FILES+=usr/share/man/man1/sclient.1.gz 3817OLD_FILES+=usr/share/man/man5/.k5identity.5.gz 3818OLD_FILES+=usr/share/man/man5/.k5login.5.gz 3819OLD_FILES+=usr/share/man/man5/k5identity.5.gz 3820OLD_FILES+=usr/share/man/man5/k5login.5.gz 3821OLD_FILES+=usr/share/man/man5/kadm5.acl.5.gz 3822OLD_FILES+=usr/share/man/man5/kdc.conf.5.gz 3823OLD_FILES+=usr/share/man/man7/kerberos.7.gz 3824OLD_FILES+=usr/share/man/man8/kadmin.local.8.gz 3825OLD_FILES+=usr/share/man/man8/kdb5_util.8.gz 3826OLD_FILES+=usr/share/man/man8/kprop.8.gz 3827OLD_FILES+=usr/share/man/man8/kpropd.8.gz 3828OLD_FILES+=usr/share/man/man8/kproplog.8.gz 3829OLD_FILES+=usr/share/man/man8/krb5kdc.8.gz 3830OLD_FILES+=usr/share/man/man8/pam-krb5.8.gz 3831 3832OLD_LIBS+=usr/lib/libcom_err.so.122 3833OLD_LIBS+=usr/lib/libgssapi_krb5.so.122 3834OLD_LIBS+=usr/lib/libgssrpc.so.122 3835OLD_LIBS+=usr/lib/libk5crypto.so.122 3836OLD_LIBS+=usr/lib/libkadm5clnt_mit.so.122 3837OLD_LIBS+=usr/lib/libkadm5srv_mit.so.122 3838OLD_LIBS+=usr/lib/libkdb5.so.122 3839OLD_LIBS+=usr/lib/libkrad.so.122 3840OLD_LIBS+=usr/lib/libkrb5.so.122 3841OLD_LIBS+=usr/lib/libkrb5support.so.122 3842OLD_LIBS+=usr/lib/libverto.so.122 3843.endif # ${MK_KERBEROS} == "no" || ${MK_MITKRB5} == "no" 3844 3845.if ${MK_LDNS} == no 3846OLD_FILES+=usr/lib/libprivateldns.a 3847OLD_FILES+=usr/lib/libprivateldns.so 3848OLD_LIBS+=usr/lib/libprivateldns.so.5 3849.endif 3850 3851.if ${MK_LDNS_UTILS} == no 3852OLD_FILES+=usr/bin/drill 3853OLD_FILES+=usr/share/man/man1/drill.1.gz 3854OLD_FILES+=usr/bin/host 3855OLD_FILES+=usr/share/man/man1/host.1.gz 3856.endif 3857 3858.if ${MK_LEGACY_CONSOLE} == no 3859OLD_FILES+=etc/moused.conf 3860OLD_FILES+=etc/rc.d/moused 3861OLD_FILES+=etc/rc.d/msconvd 3862OLD_FILES+=etc/rc.d/syscons 3863OLD_FILES+=usr/sbin/kbdcontrol 3864OLD_FILES+=usr/sbin/kbdmap 3865OLD_FILES+=usr/sbin/moused 3866OLD_FILES+=usr/sbin/msconvd 3867OLD_FILES+=usr/sbin/vidcontrol 3868OLD_FILES+=usr/sbin/vidfont 3869OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz 3870OLD_FILES+=usr/share/man/man1/kbdmap.1.gz 3871OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz 3872OLD_FILES+=usr/share/man/man1/vidfont.1.gz 3873OLD_FILES+=usr/share/man/man5/kbdmap.5.gz 3874OLD_FILES+=usr/share/man/man5/keymap.5.gz 3875OLD_FILES+=usr/share/man/man5/moused.conf.5.gz 3876OLD_FILES+=usr/share/man/man8/moused.8.gz 3877OLD_FILES+=usr/share/man/man8/msconvd.8.gz 3878OLD_FILES+=usr/share/moused/5-generic-touchpad.quirks 3879OLD_DIRS+=usr/share/moused 3880.endif 3881 3882.for LIBCOMPAT libcompat in ${_ALL_LIBCOMPATS_libcompats} 3883. if ${MK_LIB${LIBCOMPAT}} == no 3884OLD_FILES+=etc/mtree/BSD.lib${libcompat}.dist 3885OLD_LIBS+=libexec/ld-elf${libcompat}.so.1 3886. if exists(${DESTDIR}/usr/lib${libcompat}) 3887LIB${LIBCOMPAT}_DIRS!=find ${DESTDIR}/usr/lib${libcompat} -type d \ 3888 | sed -e 's,^${DESTDIR}/,,'; echo 3889LIB${LIBCOMPAT}_FILES!=find ${DESTDIR}/usr/lib${libcompat} \! -type d \ 3890 \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo 3891LIB${LIBCOMPAT}_LIBS!=find ${DESTDIR}/usr/lib${libcompat} \! -type d \ 3892 -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo 3893OLD_DIRS+=${LIB${LIBCOMPAT}_DIRS} 3894OLD_FILES+=${LIB${LIBCOMPAT}_FILES} 3895OLD_LIBS+=${LIB${LIBCOMPAT}_LIBS} 3896. endif 3897. if ${MK_DEBUG_FILES} == no 3898. if exists(${DESTDIR}/usr/lib/debug/usr/lib${libcompat}) 3899DEBUG_LIB${LIBCOMPAT}_DIRS!=find ${DESTDIR}/usr/lib/debug/usr/lib${libcompat} -type d \ 3900 | sed -e 's,^${DESTDIR}/,,'; echo 3901DEBUG_LIB${LIBCOMPAT}_FILES!=find ${DESTDIR}/usr/lib/debug/usr/lib${libcompat} \! -type d \ 3902 \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo 3903DEBUG_LIB${LIBCOMPAT}_LIBS!=find ${DESTDIR}/usr/lib/debug/usr/lib${libcompat} \! -type d \ 3904 -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo 3905OLD_DIRS+=${DEBUG_LIB${LIBCOMPAT}_DIRS} 3906OLD_FILES+=${DEBUG_LIB${LIBCOMPAT}_FILES} 3907OLD_LIBS+=${DEBUG_LIB${LIBCOMPAT}_LIBS} 3908. endif 3909. endif 3910.endif 3911.endfor # LIBCOMPAT libcompat 3912 3913.if ${MK_LLD} == no 3914OLD_FILES+=usr/bin/ld.lld 3915.endif 3916 3917.if ${MK_LLDB} == no || ${MK_LLVM_LINK_STATIC_LIBRARIES} != no 3918OLD_LIBS+=usr/lib/libprivatelldb.so.21 3919.endif 3920 3921.if ${MK_LLDB} == no 3922OLD_FILES+=usr/bin/lldb 3923OLD_FILES+=usr/bin/lldb-server 3924OLD_FILES+=usr/share/man/man1/lldb-server.1.gz 3925OLD_FILES+=usr/share/man/man1/lldb.1.gz 3926.endif 3927 3928.if ${MK_CLANG} == no 3929OLD_FILES+=usr/bin/gcov 3930OLD_FILES+=usr/bin/llvm-cov 3931OLD_FILES+=usr/bin/llvm-profdata 3932OLD_FILES+=usr/share/man/man1/gcov.1.gz 3933OLD_FILES+=usr/share/man/man1/llvm-cov.1.gz 3934OLD_FILES+=usr/share/man/man1/llvm-profdata.1.gz 3935.endif 3936 3937.if ${MK_LOCALES} == no 3938OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-15 3939OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE 3940OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE 3941OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MESSAGES 3942OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MONETARY 3943OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_NUMERIC 3944OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_TIME 3945OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-1 3946OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE 3947OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE 3948OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MESSAGES 3949OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MONETARY 3950OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_NUMERIC 3951OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_TIME 3952OLD_DIRS+=usr/share/locale/af_ZA.UTF-8 3953OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_COLLATE 3954OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_CTYPE 3955OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MESSAGES 3956OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MONETARY 3957OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_NUMERIC 3958OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_TIME 3959OLD_DIRS+=usr/share/locale/am_ET.UTF-8 3960OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_COLLATE 3961OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_CTYPE 3962OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MESSAGES 3963OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MONETARY 3964OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_NUMERIC 3965OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_TIME 3966OLD_DIRS+=usr/share/locale/ar_AE.UTF-8 3967OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_COLLATE 3968OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_CTYPE 3969OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MESSAGES 3970OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MONETARY 3971OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_NUMERIC 3972OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_TIME 3973OLD_DIRS+=usr/share/locale/ar_EG.UTF-8 3974OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_COLLATE 3975OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_CTYPE 3976OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MESSAGES 3977OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MONETARY 3978OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_NUMERIC 3979OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_TIME 3980OLD_DIRS+=usr/share/locale/ar_JO.UTF-8 3981OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_COLLATE 3982OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_CTYPE 3983OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MESSAGES 3984OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MONETARY 3985OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_NUMERIC 3986OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_TIME 3987OLD_DIRS+=usr/share/locale/ar_MA.UTF-8 3988OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_COLLATE 3989OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_CTYPE 3990OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MESSAGES 3991OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MONETARY 3992OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_NUMERIC 3993OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_TIME 3994OLD_DIRS+=usr/share/locale/ar_QA.UTF-8 3995OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_COLLATE 3996OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_CTYPE 3997OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MESSAGES 3998OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MONETARY 3999OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_NUMERIC 4000OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_TIME 4001OLD_DIRS+=usr/share/locale/ar_SA.UTF-8 4002OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_COLLATE 4003OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_CTYPE 4004OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MESSAGES 4005OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MONETARY 4006OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_NUMERIC 4007OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_TIME 4008OLD_DIRS+=usr/share/locale/be_BY.CP1131 4009OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_COLLATE 4010OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_CTYPE 4011OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MESSAGES 4012OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MONETARY 4013OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_NUMERIC 4014OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_TIME 4015OLD_DIRS+=usr/share/locale/be_BY.CP1251 4016OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_COLLATE 4017OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_CTYPE 4018OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MESSAGES 4019OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MONETARY 4020OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_NUMERIC 4021OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_TIME 4022OLD_DIRS+=usr/share/locale/be_BY.ISO8859-5 4023OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_COLLATE 4024OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_CTYPE 4025OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MESSAGES 4026OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MONETARY 4027OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_NUMERIC 4028OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_TIME 4029OLD_DIRS+=usr/share/locale/be_BY.UTF-8 4030OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_COLLATE 4031OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_CTYPE 4032OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MESSAGES 4033OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MONETARY 4034OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_NUMERIC 4035OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_TIME 4036OLD_DIRS+=usr/share/locale/bg_BG.CP1251 4037OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_COLLATE 4038OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_CTYPE 4039OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MESSAGES 4040OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MONETARY 4041OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_NUMERIC 4042OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_TIME 4043OLD_DIRS+=usr/share/locale/bg_BG.UTF-8 4044OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_COLLATE 4045OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_CTYPE 4046OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MESSAGES 4047OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MONETARY 4048OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_NUMERIC 4049OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_TIME 4050OLD_DIRS+=usr/share/locale/ca_AD.ISO8859-1 4051OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_COLLATE 4052OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_CTYPE 4053OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MESSAGES 4054OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MONETARY 4055OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_NUMERIC 4056OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_TIME 4057OLD_DIRS+=usr/share/locale/ca_AD.ISO8859-15 4058OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_COLLATE 4059OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_CTYPE 4060OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MESSAGES 4061OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MONETARY 4062OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_NUMERIC 4063OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_TIME 4064OLD_DIRS+=usr/share/locale/ca_AD.UTF-8 4065OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_COLLATE 4066OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_CTYPE 4067OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MESSAGES 4068OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MONETARY 4069OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_NUMERIC 4070OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_TIME 4071OLD_DIRS+=usr/share/locale/ca_ES.ISO8859-1 4072OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_COLLATE 4073OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_CTYPE 4074OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MESSAGES 4075OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MONETARY 4076OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_NUMERIC 4077OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_TIME 4078OLD_DIRS+=usr/share/locale/ca_ES.ISO8859-15 4079OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_COLLATE 4080OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_CTYPE 4081OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MESSAGES 4082OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MONETARY 4083OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_NUMERIC 4084OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_TIME 4085OLD_DIRS+=usr/share/locale/ca_ES.UTF-8 4086OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_COLLATE 4087OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_CTYPE 4088OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MESSAGES 4089OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MONETARY 4090OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_NUMERIC 4091OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_TIME 4092OLD_DIRS+=usr/share/locale/ca_FR.ISO8859-1 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_DIRS+=usr/share/locale/ca_FR.ISO8859-15 4100OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_COLLATE 4101OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_CTYPE 4102OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MESSAGES 4103OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MONETARY 4104OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_NUMERIC 4105OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_TIME 4106OLD_DIRS+=usr/share/locale/ca_FR.UTF-8 4107OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_COLLATE 4108OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_CTYPE 4109OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MESSAGES 4110OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MONETARY 4111OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_NUMERIC 4112OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_TIME 4113OLD_DIRS+=usr/share/locale/ca_IT.ISO8859-1 4114OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_COLLATE 4115OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE 4116OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MESSAGES 4117OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MONETARY 4118OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_NUMERIC 4119OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_TIME 4120OLD_DIRS+=usr/share/locale/ca_IT.ISO8859-15 4121OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_COLLATE 4122OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_CTYPE 4123OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MESSAGES 4124OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MONETARY 4125OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_NUMERIC 4126OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_TIME 4127OLD_DIRS+=usr/share/locale/ca_IT.UTF-8 4128OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_COLLATE 4129OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_CTYPE 4130OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MESSAGES 4131OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MONETARY 4132OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_NUMERIC 4133OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_TIME 4134OLD_DIRS+=usr/share/locale/cs_CZ.ISO8859-2 4135OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE 4136OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_CTYPE 4137OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MESSAGES 4138OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MONETARY 4139OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_NUMERIC 4140OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_TIME 4141OLD_DIRS+=usr/share/locale/cs_CZ.UTF-8 4142OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_COLLATE 4143OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_CTYPE 4144OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MESSAGES 4145OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MONETARY 4146OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_NUMERIC 4147OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_TIME 4148OLD_DIRS+=usr/share/locale/da_DK.ISO8859-1 4149OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_COLLATE 4150OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_CTYPE 4151OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MESSAGES 4152OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MONETARY 4153OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_NUMERIC 4154OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_TIME 4155OLD_DIRS+=usr/share/locale/da_DK.ISO8859-15 4156OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_COLLATE 4157OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_CTYPE 4158OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MESSAGES 4159OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MONETARY 4160OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_NUMERIC 4161OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_TIME 4162OLD_DIRS+=usr/share/locale/da_DK.UTF-8 4163OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_COLLATE 4164OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_CTYPE 4165OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MESSAGES 4166OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MONETARY 4167OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_NUMERIC 4168OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_TIME 4169OLD_DIRS+=usr/share/locale/de_AT.ISO8859-1 4170OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_COLLATE 4171OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_CTYPE 4172OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MESSAGES 4173OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MONETARY 4174OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_NUMERIC 4175OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_TIME 4176OLD_DIRS+=usr/share/locale/de_AT.ISO8859-15 4177OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_COLLATE 4178OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_CTYPE 4179OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MESSAGES 4180OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MONETARY 4181OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_NUMERIC 4182OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_TIME 4183OLD_DIRS+=usr/share/locale/de_AT.UTF-8 4184OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_COLLATE 4185OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_CTYPE 4186OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MESSAGES 4187OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MONETARY 4188OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_NUMERIC 4189OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_TIME 4190OLD_DIRS+=usr/share/locale/de_CH.ISO8859-1 4191OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_COLLATE 4192OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_CTYPE 4193OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MESSAGES 4194OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MONETARY 4195OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_NUMERIC 4196OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_TIME 4197OLD_DIRS+=usr/share/locale/de_CH.ISO8859-15 4198OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_COLLATE 4199OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_CTYPE 4200OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MESSAGES 4201OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MONETARY 4202OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_NUMERIC 4203OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_TIME 4204OLD_DIRS+=usr/share/locale/de_CH.UTF-8 4205OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_COLLATE 4206OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_CTYPE 4207OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MESSAGES 4208OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MONETARY 4209OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_NUMERIC 4210OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_TIME 4211OLD_DIRS+=usr/share/locale/de_DE.ISO8859-1 4212OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_COLLATE 4213OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_CTYPE 4214OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MESSAGES 4215OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MONETARY 4216OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_NUMERIC 4217OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_TIME 4218OLD_DIRS+=usr/share/locale/de_DE.ISO8859-15 4219OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_COLLATE 4220OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_CTYPE 4221OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MESSAGES 4222OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MONETARY 4223OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_NUMERIC 4224OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_TIME 4225OLD_DIRS+=usr/share/locale/de_DE.UTF-8 4226OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_COLLATE 4227OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_CTYPE 4228OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MESSAGES 4229OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MONETARY 4230OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_NUMERIC 4231OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_TIME 4232OLD_DIRS+=usr/share/locale/el_GR.ISO8859-7 4233OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_COLLATE 4234OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_CTYPE 4235OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MESSAGES 4236OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MONETARY 4237OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_NUMERIC 4238OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_TIME 4239OLD_DIRS+=usr/share/locale/el_GR.UTF-8 4240OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_COLLATE 4241OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_CTYPE 4242OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MESSAGES 4243OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MONETARY 4244OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_NUMERIC 4245OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_TIME 4246OLD_DIRS+=usr/share/locale/en_AU.ISO8859-1 4247OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_COLLATE 4248OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_CTYPE 4249OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MESSAGES 4250OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MONETARY 4251OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_NUMERIC 4252OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_TIME 4253OLD_DIRS+=usr/share/locale/en_AU.ISO8859-15 4254OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_COLLATE 4255OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_CTYPE 4256OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MESSAGES 4257OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MONETARY 4258OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_NUMERIC 4259OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_TIME 4260OLD_DIRS+=usr/share/locale/en_AU.US-ASCII 4261OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_COLLATE 4262OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_CTYPE 4263OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MESSAGES 4264OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MONETARY 4265OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_NUMERIC 4266OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_TIME 4267OLD_DIRS+=usr/share/locale/en_AU.UTF-8 4268OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_COLLATE 4269OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_CTYPE 4270OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MESSAGES 4271OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MONETARY 4272OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_NUMERIC 4273OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_TIME 4274OLD_DIRS+=usr/share/locale/en_CA.ISO8859-1 4275OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_COLLATE 4276OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_CTYPE 4277OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES 4278OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MONETARY 4279OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_NUMERIC 4280OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_TIME 4281OLD_DIRS+=usr/share/locale/en_CA.ISO8859-15 4282OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_COLLATE 4283OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_CTYPE 4284OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MESSAGES 4285OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MONETARY 4286OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_NUMERIC 4287OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_TIME 4288OLD_DIRS+=usr/share/locale/en_CA.US-ASCII 4289OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_COLLATE 4290OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_CTYPE 4291OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MESSAGES 4292OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MONETARY 4293OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_NUMERIC 4294OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_TIME 4295OLD_DIRS+=usr/share/locale/en_CA.UTF-8 4296OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_COLLATE 4297OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_CTYPE 4298OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MESSAGES 4299OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MONETARY 4300OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_NUMERIC 4301OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_TIME 4302OLD_DIRS+=usr/share/locale/en_GB.ISO8859-1 4303OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_COLLATE 4304OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_CTYPE 4305OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MESSAGES 4306OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MONETARY 4307OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_NUMERIC 4308OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_TIME 4309OLD_DIRS+=usr/share/locale/en_GB.ISO8859-15 4310OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_COLLATE 4311OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_CTYPE 4312OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MESSAGES 4313OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MONETARY 4314OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_NUMERIC 4315OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_TIME 4316OLD_DIRS+=usr/share/locale/en_GB.US-ASCII 4317OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_COLLATE 4318OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_CTYPE 4319OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MESSAGES 4320OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MONETARY 4321OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_NUMERIC 4322OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_TIME 4323OLD_DIRS+=usr/share/locale/en_GB.UTF-8 4324OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_COLLATE 4325OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_CTYPE 4326OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MESSAGES 4327OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MONETARY 4328OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_NUMERIC 4329OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_TIME 4330OLD_DIRS+=usr/share/locale/en_HK.ISO8859-1 4331OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_COLLATE 4332OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_CTYPE 4333OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MESSAGES 4334OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MONETARY 4335OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_NUMERIC 4336OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_TIME 4337OLD_DIRS+=usr/share/locale/en_HK.UTF-8 4338OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_COLLATE 4339OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_CTYPE 4340OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MESSAGES 4341OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MONETARY 4342OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_NUMERIC 4343OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_TIME 4344OLD_DIRS+=usr/share/locale/en_IE.ISO8859-1 4345OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_COLLATE 4346OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_CTYPE 4347OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MESSAGES 4348OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MONETARY 4349OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_NUMERIC 4350OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_TIME 4351OLD_DIRS+=usr/share/locale/en_IE.ISO8859-15 4352OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_COLLATE 4353OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_CTYPE 4354OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MESSAGES 4355OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MONETARY 4356OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_NUMERIC 4357OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_TIME 4358OLD_DIRS+=usr/share/locale/en_IE.UTF-8 4359OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_COLLATE 4360OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_CTYPE 4361OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MESSAGES 4362OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MONETARY 4363OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_NUMERIC 4364OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_TIME 4365OLD_DIRS+=usr/share/locale/en_NZ.ISO8859-1 4366OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_COLLATE 4367OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_CTYPE 4368OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MESSAGES 4369OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MONETARY 4370OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_NUMERIC 4371OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_TIME 4372OLD_DIRS+=usr/share/locale/en_NZ.ISO8859-15 4373OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_COLLATE 4374OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_CTYPE 4375OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MESSAGES 4376OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MONETARY 4377OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_NUMERIC 4378OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_TIME 4379OLD_DIRS+=usr/share/locale/en_NZ.US-ASCII 4380OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_COLLATE 4381OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_CTYPE 4382OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MESSAGES 4383OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MONETARY 4384OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_NUMERIC 4385OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_TIME 4386OLD_DIRS+=usr/share/locale/en_NZ.UTF-8 4387OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_COLLATE 4388OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_CTYPE 4389OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MESSAGES 4390OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MONETARY 4391OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_NUMERIC 4392OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_TIME 4393OLD_DIRS+=usr/share/locale/en_PH.UTF-8 4394OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_COLLATE 4395OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_CTYPE 4396OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MESSAGES 4397OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MONETARY 4398OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_NUMERIC 4399OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_TIME 4400OLD_DIRS+=usr/share/locale/en_SG.ISO8859-1 4401OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_COLLATE 4402OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_CTYPE 4403OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MESSAGES 4404OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MONETARY 4405OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_NUMERIC 4406OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_TIME 4407OLD_DIRS+=usr/share/locale/en_SG.UTF-8 4408OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_COLLATE 4409OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_CTYPE 4410OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MESSAGES 4411OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MONETARY 4412OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_NUMERIC 4413OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_TIME 4414OLD_DIRS+=usr/share/locale/en_US.ISO8859-1 4415OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_COLLATE 4416OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_CTYPE 4417OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MESSAGES 4418OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MONETARY 4419OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_NUMERIC 4420OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_TIME 4421OLD_DIRS+=usr/share/locale/en_US.ISO8859-15 4422OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_COLLATE 4423OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_CTYPE 4424OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MESSAGES 4425OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MONETARY 4426OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_NUMERIC 4427OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_TIME 4428OLD_DIRS+=usr/share/locale/en_US.US-ASCII 4429OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_COLLATE 4430OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_CTYPE 4431OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MESSAGES 4432OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MONETARY 4433OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_NUMERIC 4434OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_TIME 4435OLD_DIRS+=usr/share/locale/en_US.UTF-8 4436OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_COLLATE 4437OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_CTYPE 4438OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MESSAGES 4439OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MONETARY 4440OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_NUMERIC 4441OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_TIME 4442OLD_DIRS+=usr/share/locale/en_ZA.ISO8859-1 4443OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_COLLATE 4444OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_CTYPE 4445OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MESSAGES 4446OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MONETARY 4447OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_NUMERIC 4448OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_TIME 4449OLD_DIRS+=usr/share/locale/en_ZA.ISO8859-15 4450OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_COLLATE 4451OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_CTYPE 4452OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_MESSAGES 4453OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_MONETARY 4454OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_NUMERIC 4455OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_TIME 4456OLD_DIRS+=usr/share/locale/en_ZA.US-ASCII 4457OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_COLLATE 4458OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_CTYPE 4459OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MESSAGES 4460OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MONETARY 4461OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_NUMERIC 4462OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_TIME 4463OLD_DIRS+=usr/share/locale/en_ZA.UTF-8 4464OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_COLLATE 4465OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_CTYPE 4466OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MESSAGES 4467OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MONETARY 4468OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_NUMERIC 4469OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_TIME 4470OLD_DIRS+=usr/share/locale/es_AR.ISO8859-1 4471OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_COLLATE 4472OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_CTYPE 4473OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MESSAGES 4474OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MONETARY 4475OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_NUMERIC 4476OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_TIME 4477OLD_DIRS+=usr/share/locale/es_AR.UTF-8 4478OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_COLLATE 4479OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_CTYPE 4480OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MESSAGES 4481OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MONETARY 4482OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_NUMERIC 4483OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_TIME 4484OLD_DIRS+=usr/share/locale/es_CR.UTF-8 4485OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_COLLATE 4486OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_CTYPE 4487OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MESSAGES 4488OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MONETARY 4489OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_NUMERIC 4490OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_TIME 4491OLD_DIRS+=usr/share/locale/es_ES.ISO8859-1 4492OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_COLLATE 4493OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_CTYPE 4494OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MESSAGES 4495OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MONETARY 4496OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_NUMERIC 4497OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_TIME 4498OLD_DIRS+=usr/share/locale/es_ES.ISO8859-15 4499OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_COLLATE 4500OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_CTYPE 4501OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MESSAGES 4502OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MONETARY 4503OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_NUMERIC 4504OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_TIME 4505OLD_DIRS+=usr/share/locale/es_ES.UTF-8 4506OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_COLLATE 4507OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_CTYPE 4508OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MESSAGES 4509OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MONETARY 4510OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_NUMERIC 4511OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_TIME 4512OLD_DIRS+=usr/share/locale/es_MX.ISO8859-1 4513OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_COLLATE 4514OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_CTYPE 4515OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MESSAGES 4516OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MONETARY 4517OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_NUMERIC 4518OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_TIME 4519OLD_DIRS+=usr/share/locale/es_MX.UTF-8 4520OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_COLLATE 4521OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_CTYPE 4522OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MESSAGES 4523OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MONETARY 4524OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_NUMERIC 4525OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_TIME 4526OLD_DIRS+=usr/share/locale/et_EE.ISO8859-1 4527OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_COLLATE 4528OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_CTYPE 4529OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MESSAGES 4530OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MONETARY 4531OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_NUMERIC 4532OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_TIME 4533OLD_DIRS+=usr/share/locale/et_EE.ISO8859-15 4534OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_COLLATE 4535OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_CTYPE 4536OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MESSAGES 4537OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MONETARY 4538OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_NUMERIC 4539OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_TIME 4540OLD_DIRS+=usr/share/locale/et_EE.UTF-8 4541OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_COLLATE 4542OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_CTYPE 4543OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MESSAGES 4544OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MONETARY 4545OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_NUMERIC 4546OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_TIME 4547OLD_DIRS+=usr/share/locale/eu_ES.ISO8859-1 4548OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_COLLATE 4549OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_CTYPE 4550OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MESSAGES 4551OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MONETARY 4552OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_NUMERIC 4553OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_TIME 4554OLD_DIRS+=usr/share/locale/eu_ES.ISO8859-15 4555OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_COLLATE 4556OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_CTYPE 4557OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MESSAGES 4558OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MONETARY 4559OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_NUMERIC 4560OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_TIME 4561OLD_DIRS+=usr/share/locale/eu_ES.UTF-8 4562OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_COLLATE 4563OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_CTYPE 4564OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MESSAGES 4565OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MONETARY 4566OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_NUMERIC 4567OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_TIME 4568OLD_DIRS+=usr/share/locale/fi_FI.ISO8859-1 4569OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_COLLATE 4570OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_CTYPE 4571OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MESSAGES 4572OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MONETARY 4573OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_NUMERIC 4574OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_TIME 4575OLD_DIRS+=usr/share/locale/fi_FI.ISO8859-15 4576OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_COLLATE 4577OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_CTYPE 4578OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MESSAGES 4579OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MONETARY 4580OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_NUMERIC 4581OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_TIME 4582OLD_DIRS+=usr/share/locale/fi_FI.UTF-8 4583OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_COLLATE 4584OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_CTYPE 4585OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MESSAGES 4586OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MONETARY 4587OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_NUMERIC 4588OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_TIME 4589OLD_DIRS+=usr/share/locale/fr_BE.ISO8859-1 4590OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_COLLATE 4591OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_CTYPE 4592OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MESSAGES 4593OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MONETARY 4594OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_NUMERIC 4595OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_TIME 4596OLD_DIRS+=usr/share/locale/fr_BE.ISO8859-15 4597OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_COLLATE 4598OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_CTYPE 4599OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MESSAGES 4600OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MONETARY 4601OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_NUMERIC 4602OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_TIME 4603OLD_DIRS+=usr/share/locale/fr_BE.UTF-8 4604OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_COLLATE 4605OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_CTYPE 4606OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MESSAGES 4607OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MONETARY 4608OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_NUMERIC 4609OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_TIME 4610OLD_DIRS+=usr/share/locale/fr_CA.ISO8859-1 4611OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_COLLATE 4612OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_CTYPE 4613OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MESSAGES 4614OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MONETARY 4615OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_NUMERIC 4616OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_TIME 4617OLD_DIRS+=usr/share/locale/fr_CA.ISO8859-15 4618OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_COLLATE 4619OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_CTYPE 4620OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MESSAGES 4621OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MONETARY 4622OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_NUMERIC 4623OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_TIME 4624OLD_DIRS+=usr/share/locale/fr_CA.UTF-8 4625OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_COLLATE 4626OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_CTYPE 4627OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MESSAGES 4628OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MONETARY 4629OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_NUMERIC 4630OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_TIME 4631OLD_DIRS+=usr/share/locale/fr_CH.ISO8859-1 4632OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_COLLATE 4633OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_CTYPE 4634OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MESSAGES 4635OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MONETARY 4636OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_NUMERIC 4637OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_TIME 4638OLD_DIRS+=usr/share/locale/fr_CH.ISO8859-15 4639OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_COLLATE 4640OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_CTYPE 4641OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MESSAGES 4642OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MONETARY 4643OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_NUMERIC 4644OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_TIME 4645OLD_DIRS+=usr/share/locale/fr_CH.UTF-8 4646OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_COLLATE 4647OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_CTYPE 4648OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MESSAGES 4649OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MONETARY 4650OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_NUMERIC 4651OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_TIME 4652OLD_DIRS+=usr/share/locale/fr_FR.ISO8859-1 4653OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_COLLATE 4654OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_CTYPE 4655OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MESSAGES 4656OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MONETARY 4657OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_NUMERIC 4658OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_TIME 4659OLD_DIRS+=usr/share/locale/fr_FR.ISO8859-15 4660OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_COLLATE 4661OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_CTYPE 4662OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MESSAGES 4663OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MONETARY 4664OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_NUMERIC 4665OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_TIME 4666OLD_DIRS+=usr/share/locale/fr_FR.UTF-8 4667OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_COLLATE 4668OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_CTYPE 4669OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MESSAGES 4670OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MONETARY 4671OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_NUMERIC 4672OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_TIME 4673OLD_DIRS+=usr/share/locale/he_IL.UTF-8 4674OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_COLLATE 4675OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_CTYPE 4676OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MESSAGES 4677OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MONETARY 4678OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_NUMERIC 4679OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_TIME 4680OLD_DIRS+=usr/share/locale/hi_IN.ISCII-DEV 4681OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE 4682OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_CTYPE 4683OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MESSAGES 4684OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MONETARY 4685OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_NUMERIC 4686OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_TIME 4687OLD_DIRS+=usr/share/locale/hi_IN.UTF-8 4688OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_COLLATE 4689OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_CTYPE 4690OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MESSAGES 4691OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MONETARY 4692OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_NUMERIC 4693OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_TIME 4694OLD_DIRS+=usr/share/locale/hr_HR.ISO8859-2 4695OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE 4696OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_CTYPE 4697OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES 4698OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MONETARY 4699OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_NUMERIC 4700OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_TIME 4701OLD_DIRS+=usr/share/locale/hr_HR.UTF-8 4702OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_COLLATE 4703OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_CTYPE 4704OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MESSAGES 4705OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MONETARY 4706OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_NUMERIC 4707OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_TIME 4708OLD_DIRS+=usr/share/locale/hu_HU.ISO8859-2 4709OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_COLLATE 4710OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_CTYPE 4711OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MESSAGES 4712OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MONETARY 4713OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_NUMERIC 4714OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_TIME 4715OLD_DIRS+=usr/share/locale/hu_HU.UTF-8 4716OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_COLLATE 4717OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_CTYPE 4718OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MESSAGES 4719OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MONETARY 4720OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_NUMERIC 4721OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_TIME 4722OLD_DIRS+=usr/share/locale/hy_AM.ARMSCII-8 4723OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_COLLATE 4724OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_CTYPE 4725OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MESSAGES 4726OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MONETARY 4727OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_NUMERIC 4728OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_TIME 4729OLD_DIRS+=usr/share/locale/hy_AM.UTF-8 4730OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_COLLATE 4731OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_CTYPE 4732OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MESSAGES 4733OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MONETARY 4734OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_NUMERIC 4735OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_TIME 4736OLD_DIRS+=usr/share/locale/is_IS.ISO8859-1 4737OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_COLLATE 4738OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_CTYPE 4739OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MESSAGES 4740OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MONETARY 4741OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_NUMERIC 4742OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_TIME 4743OLD_DIRS+=usr/share/locale/is_IS.ISO8859-15 4744OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_COLLATE 4745OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_CTYPE 4746OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MESSAGES 4747OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MONETARY 4748OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_NUMERIC 4749OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_TIME 4750OLD_DIRS+=usr/share/locale/is_IS.UTF-8 4751OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_COLLATE 4752OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_CTYPE 4753OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MESSAGES 4754OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MONETARY 4755OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_NUMERIC 4756OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_TIME 4757OLD_DIRS+=usr/share/locale/it_CH.ISO8859-1 4758OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_COLLATE 4759OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_CTYPE 4760OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MESSAGES 4761OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MONETARY 4762OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_NUMERIC 4763OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_TIME 4764OLD_DIRS+=usr/share/locale/it_CH.ISO8859-15 4765OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_COLLATE 4766OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_CTYPE 4767OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MESSAGES 4768OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MONETARY 4769OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_NUMERIC 4770OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_TIME 4771OLD_DIRS+=usr/share/locale/it_CH.UTF-8 4772OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_COLLATE 4773OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_CTYPE 4774OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MESSAGES 4775OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MONETARY 4776OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_NUMERIC 4777OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_TIME 4778OLD_DIRS+=usr/share/locale/it_IT.ISO8859-1 4779OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_COLLATE 4780OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_CTYPE 4781OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MESSAGES 4782OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MONETARY 4783OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_NUMERIC 4784OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_TIME 4785OLD_DIRS+=usr/share/locale/it_IT.ISO8859-15 4786OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_COLLATE 4787OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_CTYPE 4788OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MESSAGES 4789OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MONETARY 4790OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_NUMERIC 4791OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_TIME 4792OLD_DIRS+=usr/share/locale/it_IT.UTF-8 4793OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_COLLATE 4794OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_CTYPE 4795OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MESSAGES 4796OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MONETARY 4797OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_NUMERIC 4798OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_TIME 4799OLD_DIRS+=usr/share/locale/ja_JP.eucJP 4800OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_COLLATE 4801OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_CTYPE 4802OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MESSAGES 4803OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MONETARY 4804OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_NUMERIC 4805OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_TIME 4806OLD_DIRS+=usr/share/locale/ja_JP.SJIS 4807OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_COLLATE 4808OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_CTYPE 4809OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MESSAGES 4810OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MONETARY 4811OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_NUMERIC 4812OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_TIME 4813OLD_DIRS+=usr/share/locale/ja_JP.UTF-8 4814OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_COLLATE 4815OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_CTYPE 4816OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MESSAGES 4817OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MONETARY 4818OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_NUMERIC 4819OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_TIME 4820OLD_DIRS+=usr/share/locale/kk_KZ.UTF-8 4821OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_COLLATE 4822OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_CTYPE 4823OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MESSAGES 4824OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MONETARY 4825OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_NUMERIC 4826OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_TIME 4827OLD_DIRS+=usr/share/locale/ko_KR.CP949 4828OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_COLLATE 4829OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_CTYPE 4830OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MESSAGES 4831OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MONETARY 4832OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_NUMERIC 4833OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_TIME 4834OLD_DIRS+=usr/share/locale/ko_KR.eucKR 4835OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_COLLATE 4836OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_CTYPE 4837OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MESSAGES 4838OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MONETARY 4839OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_NUMERIC 4840OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_TIME 4841OLD_DIRS+=usr/share/locale/ko_KR.UTF-8 4842OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_COLLATE 4843OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_CTYPE 4844OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MESSAGES 4845OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MONETARY 4846OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_NUMERIC 4847OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_TIME 4848OLD_DIRS+=usr/share/locale/lt_LT.ISO8859-13 4849OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_COLLATE 4850OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_CTYPE 4851OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MESSAGES 4852OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MONETARY 4853OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_NUMERIC 4854OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_TIME 4855OLD_DIRS+=usr/share/locale/lt_LT.UTF-8 4856OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_COLLATE 4857OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_CTYPE 4858OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MESSAGES 4859OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MONETARY 4860OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_NUMERIC 4861OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_TIME 4862OLD_DIRS+=usr/share/locale/lv_LV.ISO8859-13 4863OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_COLLATE 4864OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_CTYPE 4865OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MESSAGES 4866OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MONETARY 4867OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_NUMERIC 4868OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_TIME 4869OLD_DIRS+=usr/share/locale/lv_LV.UTF-8 4870OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_COLLATE 4871OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_CTYPE 4872OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MESSAGES 4873OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MONETARY 4874OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_NUMERIC 4875OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_TIME 4876OLD_DIRS+=usr/share/locale/mn_MN.UTF-8 4877OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_COLLATE 4878OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_CTYPE 4879OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MESSAGES 4880OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MONETARY 4881OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_NUMERIC 4882OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_TIME 4883OLD_DIRS+=usr/share/locale/nb_NO.ISO8859-1 4884OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_COLLATE 4885OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_CTYPE 4886OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MESSAGES 4887OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MONETARY 4888OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_NUMERIC 4889OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_TIME 4890OLD_DIRS+=usr/share/locale/nb_NO.ISO8859-15 4891OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_COLLATE 4892OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_CTYPE 4893OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MESSAGES 4894OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MONETARY 4895OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_NUMERIC 4896OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_TIME 4897OLD_DIRS+=usr/share/locale/nb_NO.UTF-8 4898OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_COLLATE 4899OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_CTYPE 4900OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MESSAGES 4901OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MONETARY 4902OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_NUMERIC 4903OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_TIME 4904OLD_DIRS+=usr/share/locale/nl_BE.ISO8859-1 4905OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_COLLATE 4906OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_CTYPE 4907OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES 4908OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MONETARY 4909OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_NUMERIC 4910OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_TIME 4911OLD_DIRS+=usr/share/locale/nl_BE.ISO8859-15 4912OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_COLLATE 4913OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_CTYPE 4914OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MESSAGES 4915OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MONETARY 4916OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_NUMERIC 4917OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_TIME 4918OLD_DIRS+=usr/share/locale/nl_BE.UTF-8 4919OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_COLLATE 4920OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_CTYPE 4921OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MESSAGES 4922OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MONETARY 4923OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_NUMERIC 4924OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_TIME 4925OLD_DIRS+=usr/share/locale/nl_NL.ISO8859-1 4926OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_COLLATE 4927OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_CTYPE 4928OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MESSAGES 4929OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MONETARY 4930OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_NUMERIC 4931OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_TIME 4932OLD_DIRS+=usr/share/locale/nl_NL.ISO8859-15 4933OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_COLLATE 4934OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_CTYPE 4935OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MESSAGES 4936OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MONETARY 4937OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_NUMERIC 4938OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_TIME 4939OLD_DIRS+=usr/share/locale/nl_NL.UTF-8 4940OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_COLLATE 4941OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_CTYPE 4942OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MESSAGES 4943OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MONETARY 4944OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_NUMERIC 4945OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_TIME 4946OLD_DIRS+=usr/share/locale/nn_NO.ISO8859-1 4947OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_COLLATE 4948OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_CTYPE 4949OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES 4950OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MONETARY 4951OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_NUMERIC 4952OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_TIME 4953OLD_DIRS+=usr/share/locale/nn_NO.ISO8859-15 4954OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_COLLATE 4955OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_CTYPE 4956OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MESSAGES 4957OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MONETARY 4958OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_NUMERIC 4959OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_TIME 4960OLD_DIRS+=usr/share/locale/nn_NO.UTF-8 4961OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_COLLATE 4962OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_CTYPE 4963OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MESSAGES 4964OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MONETARY 4965OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_NUMERIC 4966OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_TIME 4967OLD_DIRS+=usr/share/locale/pl_PL.ISO8859-2 4968OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE 4969OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_CTYPE 4970OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MESSAGES 4971OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MONETARY 4972OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_NUMERIC 4973OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_TIME 4974OLD_DIRS+=usr/share/locale/pl_PL.UTF-8 4975OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_COLLATE 4976OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_CTYPE 4977OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MESSAGES 4978OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MONETARY 4979OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_NUMERIC 4980OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_TIME 4981OLD_DIRS+=usr/share/locale/pt_BR.ISO8859-1 4982OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_COLLATE 4983OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_CTYPE 4984OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES 4985OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MONETARY 4986OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_NUMERIC 4987OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_TIME 4988OLD_DIRS+=usr/share/locale/pt_BR.UTF-8 4989OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_COLLATE 4990OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_CTYPE 4991OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MESSAGES 4992OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MONETARY 4993OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_NUMERIC 4994OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_TIME 4995OLD_DIRS+=usr/share/locale/pt_PT.ISO8859-1 4996OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_COLLATE 4997OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_CTYPE 4998OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MESSAGES 4999OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MONETARY 5000OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_NUMERIC 5001OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_TIME 5002OLD_DIRS+=usr/share/locale/pt_PT.ISO8859-15 5003OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_COLLATE 5004OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_CTYPE 5005OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MESSAGES 5006OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MONETARY 5007OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_NUMERIC 5008OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_TIME 5009OLD_DIRS+=usr/share/locale/pt_PT.UTF-8 5010OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_COLLATE 5011OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_CTYPE 5012OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MESSAGES 5013OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MONETARY 5014OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_NUMERIC 5015OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_TIME 5016OLD_DIRS+=usr/share/locale/ro_RO.ISO8859-2 5017OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_COLLATE 5018OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_CTYPE 5019OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MESSAGES 5020OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MONETARY 5021OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_NUMERIC 5022OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_TIME 5023OLD_DIRS+=usr/share/locale/ro_RO.UTF-8 5024OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_COLLATE 5025OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_CTYPE 5026OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MESSAGES 5027OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MONETARY 5028OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_NUMERIC 5029OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_TIME 5030OLD_DIRS+=usr/share/locale/ru_RU.CP1251 5031OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_COLLATE 5032OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_CTYPE 5033OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MESSAGES 5034OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MONETARY 5035OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_NUMERIC 5036OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_TIME 5037OLD_DIRS+=usr/share/locale/ru_RU.CP866 5038OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_COLLATE 5039OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_CTYPE 5040OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MESSAGES 5041OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MONETARY 5042OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_NUMERIC 5043OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_TIME 5044OLD_DIRS+=usr/share/locale/ru_RU.ISO8859-5 5045OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE 5046OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_CTYPE 5047OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MESSAGES 5048OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MONETARY 5049OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_NUMERIC 5050OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_TIME 5051OLD_DIRS+=usr/share/locale/ru_RU.KOI8-R 5052OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_COLLATE 5053OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_CTYPE 5054OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES 5055OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MONETARY 5056OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_NUMERIC 5057OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_TIME 5058OLD_DIRS+=usr/share/locale/ru_RU.UTF-8 5059OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_COLLATE 5060OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_CTYPE 5061OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MESSAGES 5062OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MONETARY 5063OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_NUMERIC 5064OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_TIME 5065OLD_DIRS+=usr/share/locale/se_FI.UTF-8 5066OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_COLLATE 5067OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_CTYPE 5068OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MESSAGES 5069OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MONETARY 5070OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_NUMERIC 5071OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_TIME 5072OLD_DIRS+=usr/share/locale/se_NO.UTF-8 5073OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_COLLATE 5074OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_CTYPE 5075OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MESSAGES 5076OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MONETARY 5077OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_NUMERIC 5078OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_TIME 5079OLD_DIRS+=usr/share/locale/sk_SK.ISO8859-2 5080OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_COLLATE 5081OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_CTYPE 5082OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES 5083OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MONETARY 5084OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_NUMERIC 5085OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_TIME 5086OLD_DIRS+=usr/share/locale/sk_SK.UTF-8 5087OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_COLLATE 5088OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_CTYPE 5089OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MESSAGES 5090OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MONETARY 5091OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_NUMERIC 5092OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_TIME 5093OLD_DIRS+=usr/share/locale/sl_SI.ISO8859-2 5094OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_COLLATE 5095OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_CTYPE 5096OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MESSAGES 5097OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MONETARY 5098OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_NUMERIC 5099OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_TIME 5100OLD_DIRS+=usr/share/locale/sl_SI.UTF-8 5101OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_COLLATE 5102OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_CTYPE 5103OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MESSAGES 5104OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MONETARY 5105OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_NUMERIC 5106OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_TIME 5107OLD_DIRS+=usr/share/locale/sr_RS.ISO8859-5 5108OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_COLLATE 5109OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_CTYPE 5110OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_MESSAGES 5111OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_MONETARY 5112OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_NUMERIC 5113OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_TIME 5114OLD_DIRS+=usr/share/locale/sr_RS.UTF-8 5115OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_COLLATE 5116OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_CTYPE 5117OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_MESSAGES 5118OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_MONETARY 5119OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_NUMERIC 5120OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_TIME 5121OLD_DIRS+=usr/share/locale/sr_RS.ISO8859-2 5122OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_COLLATE 5123OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_CTYPE 5124OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_MESSAGES 5125OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_MONETARY 5126OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_NUMERIC 5127OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_TIME 5128OLD_DIRS+=usr/share/locale/sr_RS.UTF-8@latin 5129OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_COLLATE 5130OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_CTYPE 5131OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_MESSAGES 5132OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_MONETARY 5133OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_NUMERIC 5134OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_TIME 5135OLD_DIRS+=usr/share/locale/sv_FI.ISO8859-1 5136OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_COLLATE 5137OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_CTYPE 5138OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MESSAGES 5139OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MONETARY 5140OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_NUMERIC 5141OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_TIME 5142OLD_DIRS+=usr/share/locale/sv_FI.ISO8859-15 5143OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_COLLATE 5144OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_CTYPE 5145OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MESSAGES 5146OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MONETARY 5147OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_NUMERIC 5148OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_TIME 5149OLD_DIRS+=usr/share/locale/sv_FI.UTF-8 5150OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_COLLATE 5151OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_CTYPE 5152OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MESSAGES 5153OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MONETARY 5154OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_NUMERIC 5155OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_TIME 5156OLD_DIRS+=usr/share/locale/sv_SE.ISO8859-1 5157OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE 5158OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_CTYPE 5159OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MESSAGES 5160OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MONETARY 5161OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_NUMERIC 5162OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_TIME 5163OLD_DIRS+=usr/share/locale/sv_SE.ISO8859-15 5164OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE 5165OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_CTYPE 5166OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MESSAGES 5167OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MONETARY 5168OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_NUMERIC 5169OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_TIME 5170OLD_DIRS+=usr/share/locale/sv_SE.UTF-8 5171OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_COLLATE 5172OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_CTYPE 5173OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MESSAGES 5174OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MONETARY 5175OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_NUMERIC 5176OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_TIME 5177OLD_DIRS+=usr/share/locale/tr_TR.ISO8859-9 5178OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_COLLATE 5179OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_CTYPE 5180OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MESSAGES 5181OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MONETARY 5182OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_NUMERIC 5183OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_TIME 5184OLD_DIRS+=usr/share/locale/tr_TR.UTF-8 5185OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_COLLATE 5186OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_CTYPE 5187OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MESSAGES 5188OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MONETARY 5189OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_NUMERIC 5190OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_TIME 5191OLD_DIRS+=usr/share/locale/uk_UA.CP1251 5192OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_COLLATE 5193OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_CTYPE 5194OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MESSAGES 5195OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MONETARY 5196OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_NUMERIC 5197OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_TIME 5198OLD_DIRS+=usr/share/locale/uk_UA.ISO8859-5 5199OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE 5200OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_CTYPE 5201OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MESSAGES 5202OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MONETARY 5203OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_NUMERIC 5204OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_TIME 5205OLD_DIRS+=usr/share/locale/uk_UA.KOI8-U 5206OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_COLLATE 5207OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_CTYPE 5208OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MESSAGES 5209OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MONETARY 5210OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_NUMERIC 5211OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_TIME 5212OLD_DIRS+=usr/share/locale/uk_UA.UTF-8 5213OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_COLLATE 5214OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_CTYPE 5215OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MESSAGES 5216OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MONETARY 5217OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_NUMERIC 5218OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_TIME 5219OLD_DIRS+=usr/share/locale/zh_CN.eucCN 5220OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_COLLATE 5221OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_CTYPE 5222OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MESSAGES 5223OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MONETARY 5224OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_NUMERIC 5225OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_TIME 5226OLD_DIRS+=usr/share/locale/zh_CN.GB18030 5227OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_COLLATE 5228OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_CTYPE 5229OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MESSAGES 5230OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MONETARY 5231OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_NUMERIC 5232OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_TIME 5233OLD_DIRS+=usr/share/locale/zh_CN.GB2312 5234OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_COLLATE 5235OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_CTYPE 5236OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MESSAGES 5237OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MONETARY 5238OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_NUMERIC 5239OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_TIME 5240OLD_DIRS+=usr/share/locale/zh_CN.GBK 5241OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_COLLATE 5242OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_CTYPE 5243OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MESSAGES 5244OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MONETARY 5245OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_NUMERIC 5246OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_TIME 5247OLD_DIRS+=usr/share/locale/zh_CN.UTF-8 5248OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_COLLATE 5249OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_CTYPE 5250OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MESSAGES 5251OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MONETARY 5252OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_NUMERIC 5253OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_TIME 5254OLD_DIRS+=usr/share/locale/zh_HK.UTF-8 5255OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_COLLATE 5256OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_CTYPE 5257OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MESSAGES 5258OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MONETARY 5259OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_NUMERIC 5260OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_TIME 5261OLD_DIRS+=usr/share/locale/zh_TW.Big5 5262OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE 5263OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE 5264OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES 5265OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY 5266OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC 5267OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME 5268OLD_DIRS+=usr/share/locale/zh_TW.UTF-8 5269OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_COLLATE 5270OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_CTYPE 5271OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MESSAGES 5272OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MONETARY 5273OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_NUMERIC 5274OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_TIME 5275.endif 5276 5277.if ${MK_LOCATE} == no 5278OLD_FILES+=etc/locate.rc 5279OLD_FILES+=etc/periodic/weekly/310.locate 5280OLD_FILES+=usr/bin/locate 5281OLD_FILES+=usr/libexec/locate.bigram 5282OLD_FILES+=usr/libexec/locate.code 5283OLD_FILES+=usr/libexec/locate.concatdb 5284OLD_FILES+=usr/libexec/locate.mklocatedb 5285OLD_FILES+=usr/libexec/locate.updatedb 5286OLD_FILES+=usr/share/man/man1/locate.1.gz 5287OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz 5288OLD_FILES+=usr/share/man/man8/updatedb.8.gz 5289.endif 5290 5291.if ${MK_LPR} == no 5292OLD_FILES+=etc/hosts.lpd 5293OLD_FILES+=etc/printcap 5294OLD_FILES+=etc/newsyslog.conf.d/lpr.conf 5295OLD_FILES+=etc/rc.d/lpd 5296OLD_FILES+=etc/syslog.d/lpr.conf 5297OLD_FILES+=usr/bin/lp 5298OLD_FILES+=usr/bin/lpq 5299OLD_FILES+=usr/bin/lpr 5300OLD_FILES+=usr/bin/lprm 5301OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample 5302OLD_FILES+=usr/libexec/lpr/ru/koi2alt 5303OLD_FILES+=usr/libexec/lpr/ru/koi2855 5304OLD_DIRS+=usr/libexec/lpr/ru 5305OLD_FILES+=usr/libexec/lpr/lpf 5306OLD_DIRS+=usr/libexec/lpr 5307OLD_FILES+=usr/sbin/chkprintcap 5308OLD_FILES+=usr/sbin/lpc 5309OLD_FILES+=usr/sbin/lpd 5310OLD_FILES+=usr/sbin/lptest 5311OLD_FILES+=usr/sbin/pac 5312OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz 5313OLD_DIRS+=usr/share/doc/smm/07.lpd 5314OLD_FILES+=usr/share/examples/etc/hosts.lpd 5315OLD_FILES+=usr/share/examples/etc/printcap 5316OLD_FILES+=usr/share/examples/printing/diablo-if-net 5317OLD_FILES+=usr/share/examples/printing/hpdf 5318OLD_FILES+=usr/share/examples/printing/hpif 5319OLD_FILES+=usr/share/examples/printing/hpof 5320OLD_FILES+=usr/share/examples/printing/hprf 5321OLD_FILES+=usr/share/examples/printing/hpvf 5322OLD_FILES+=usr/share/examples/printing/if-simple 5323OLD_FILES+=usr/share/examples/printing/if-simpleX 5324OLD_FILES+=usr/share/examples/printing/ifhp 5325OLD_FILES+=usr/share/examples/printing/make-ps-header 5326OLD_FILES+=usr/share/examples/printing/netprint 5327OLD_FILES+=usr/share/examples/printing/psdf 5328OLD_FILES+=usr/share/examples/printing/psdfX 5329OLD_FILES+=usr/share/examples/printing/psif 5330OLD_FILES+=usr/share/examples/printing/pstf 5331OLD_FILES+=usr/share/examples/printing/pstfX 5332OLD_DIRS+=usr/share/examples/printing 5333OLD_FILES+=usr/share/man/man1/lp.1.gz 5334OLD_FILES+=usr/share/man/man1/lpq.1.gz 5335OLD_FILES+=usr/share/man/man1/lpr.1.gz 5336OLD_FILES+=usr/share/man/man1/lprm.1.gz 5337OLD_FILES+=usr/share/man/man1/lptest.1.gz 5338OLD_FILES+=usr/share/man/man5/hosts.lpd.5.gz 5339OLD_FILES+=usr/share/man/man5/printcap.5.gz 5340OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz 5341OLD_FILES+=usr/share/man/man8/lpc.8.gz 5342OLD_FILES+=usr/share/man/man8/lpd.8.gz 5343OLD_FILES+=usr/share/man/man8/pac.8.gz 5344.endif 5345 5346.if ${MK_MAIL} == no 5347OLD_FILES+=etc/aliases 5348OLD_FILES+=etc/mail.rc 5349OLD_FILES+=etc/mail/aliases 5350OLD_FILES+=etc/mail/mailer.conf 5351OLD_FILES+=etc/periodic/daily/130.clean-msgs 5352OLD_FILES+=usr/bin/Mail 5353OLD_FILES+=usr/bin/biff 5354OLD_FILES+=usr/bin/from 5355OLD_FILES+=usr/bin/mail 5356OLD_FILES+=usr/bin/mailx 5357OLD_FILES+=usr/bin/msgs 5358OLD_FILES+=usr/libexec/comsat 5359OLD_FILES+=usr/share/examples/etc/mail.rc 5360OLD_FILES+=usr/share/man/man1/Mail.1.gz 5361OLD_FILES+=usr/share/man/man1/biff.1.gz 5362OLD_FILES+=usr/share/man/man1/from.1.gz 5363OLD_FILES+=usr/share/man/man1/mail.1.gz 5364OLD_FILES+=usr/share/man/man1/mailx.1.gz 5365OLD_FILES+=usr/share/man/man1/msgs.1.gz 5366OLD_FILES+=usr/share/man/man8/comsat.8.gz 5367OLD_FILES+=usr/share/misc/mail.help 5368OLD_FILES+=usr/share/misc/mail.tildehelp 5369.endif 5370 5371.if ${MK_MAILWRAPPER} == no 5372OLD_FILES+=etc/mail/mailer.conf 5373# Don't remove, for no mailwrapper case: 5374# /usr/sbin/sendmail -> /usr/sbin/mailwrapper 5375# /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail 5376#OLD_FILES+=usr/sbin/mailwrapper 5377OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz 5378.endif 5379 5380.if ${MK_MAKE} == no 5381OLD_FILES+=usr/bin/make 5382OLD_FILES+=usr/share/man/man1/make.1.gz 5383OLD_FILES+=usr/share/mk/atf.test.mk 5384OLD_FILES+=usr/share/mk/bsd.README 5385OLD_FILES+=usr/share/mk/bsd.arch.inc.mk 5386OLD_FILES+=usr/share/mk/bsd.compiler.mk 5387OLD_FILES+=usr/share/mk/bsd.cpu.mk 5388OLD_FILES+=usr/share/mk/bsd.crunchgen.mk 5389OLD_FILES+=usr/share/mk/bsd.dep.mk 5390OLD_FILES+=usr/share/mk/bsd.doc.mk 5391OLD_FILES+=usr/share/mk/bsd.dtb.mk 5392OLD_FILES+=usr/share/mk/bsd.endian.mk 5393OLD_FILES+=usr/share/mk/bsd.files.mk 5394OLD_FILES+=usr/share/mk/bsd.incs.mk 5395OLD_FILES+=usr/share/mk/bsd.info.mk 5396OLD_FILES+=usr/share/mk/bsd.init.mk 5397OLD_FILES+=usr/share/mk/bsd.kmod.mk 5398OLD_FILES+=usr/share/mk/bsd.lib.mk 5399OLD_FILES+=usr/share/mk/bsd.libnames.mk 5400OLD_FILES+=usr/share/mk/bsd.links.mk 5401OLD_FILES+=usr/share/mk/bsd.man.mk 5402OLD_FILES+=usr/share/mk/bsd.mkopt.mk 5403OLD_FILES+=usr/share/mk/bsd.nls.mk 5404OLD_FILES+=usr/share/mk/bsd.obj.mk 5405OLD_FILES+=usr/share/mk/bsd.opts.mk 5406OLD_FILES+=usr/share/mk/bsd.own.mk 5407OLD_FILES+=usr/share/mk/bsd.port.mk 5408OLD_FILES+=usr/share/mk/bsd.port.options.mk 5409OLD_FILES+=usr/share/mk/bsd.port.post.mk 5410OLD_FILES+=usr/share/mk/bsd.port.pre.mk 5411OLD_FILES+=usr/share/mk/bsd.port.subdir.mk 5412OLD_FILES+=usr/share/mk/bsd.prog.mk 5413OLD_FILES+=usr/share/mk/bsd.progs.mk 5414OLD_FILES+=usr/share/mk/bsd.snmpmod.mk 5415OLD_FILES+=usr/share/mk/bsd.subdir.mk 5416OLD_FILES+=usr/share/mk/bsd.symver.mk 5417OLD_FILES+=usr/share/mk/bsd.sys.mk 5418OLD_FILES+=usr/share/mk/bsd.test.mk 5419OLD_FILES+=usr/share/mk/plain.test.mk 5420OLD_FILES+=usr/share/mk/suite.test.mk 5421OLD_FILES+=usr/share/mk/sys.mk 5422OLD_FILES+=usr/share/mk/tap.test.mk 5423OLD_FILES+=usr/share/mk/version_gen.awk 5424OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile 5425OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile 5426OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile 5427OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test 5428OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1 5429OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2 5430OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3 5431OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4 5432OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5 5433OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6 5434OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.7 5435OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.1 5436OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.2 5437OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.3 5438OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.4 5439OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.5 5440OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.6 5441OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.7 5442OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.1 5443OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.2 5444OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.3 5445OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.4 5446OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.5 5447OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.6 5448OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.7 5449OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/legacy_test 5450OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/libtest.a 5451OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Kyuafile 5452OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Makefile.test 5453OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.1 5454OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.2 5455OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.3 5456OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.4 5457OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.5 5458OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.6 5459OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.7 5460OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.1 5461OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.2 5462OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.3 5463OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.4 5464OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.5 5465OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.6 5466OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.7 5467OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.1 5468OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.2 5469OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.3 5470OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.4 5471OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.5 5472OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.6 5473OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.7 5474OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/legacy_test 5475OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/libtest.a 5476OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Kyuafile 5477OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Makefile.test 5478OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.1 5479OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.2 5480OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.3 5481OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.4 5482OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.5 5483OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.6 5484OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.7 5485OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.1 5486OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.2 5487OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.3 5488OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.4 5489OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.5 5490OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.6 5491OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.7 5492OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.1 5493OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.2 5494OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.3 5495OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.4 5496OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.5 5497OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.6 5498OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.7 5499OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/legacy_test 5500OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/libtest.a 5501OLD_FILES+=usr/tests/usr.bin/bmake/basic/Kyuafile 5502OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/Kyuafile 5503OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.status.1 5504OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stderr.1 5505OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stdout.1 5506OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/legacy_test 5507OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Kyuafile 5508OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Makefile.test 5509OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.status.1 5510OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stderr.1 5511OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stdout.1 5512OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/legacy_test 5513OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Kyuafile 5514OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Makefile.test 5515OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.status.1 5516OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stderr.1 5517OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stdout.1 5518OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/legacy_test 5519OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/Kyuafile 5520OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.status.1 5521OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stderr.1 5522OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stdout.1 5523OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/legacy_test 5524OLD_FILES+=usr/tests/usr.bin/bmake/common.sh 5525OLD_FILES+=usr/tests/usr.bin/bmake/execution/Kyuafile 5526OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Kyuafile 5527OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Makefile.test 5528OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.status.1 5529OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stderr.1 5530OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stdout.1 5531OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/legacy_test 5532OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Kyuafile 5533OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Makefile.test 5534OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.status.1 5535OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stderr.1 5536OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stdout.1 5537OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/legacy_test 5538OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Kyuafile 5539OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Makefile.test 5540OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.status.1 5541OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stderr.1 5542OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stdout.1 5543OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/legacy_test 5544OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Kyuafile 5545OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Makefile.test 5546OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.status.1 5547OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stderr.1 5548OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stdout.1 5549OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/legacy_test 5550OLD_FILES+=usr/tests/usr.bin/bmake/shell/Kyuafile 5551OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Kyuafile 5552OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Makefile.test 5553OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.1 5554OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.2 5555OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.1 5556OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.2 5557OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.1 5558OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.2 5559OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/legacy_test 5560OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/sh 5561OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Kyuafile 5562OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Makefile.test 5563OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.1 5564OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.2 5565OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.1 5566OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.2 5567OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.1 5568OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.2 5569OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/legacy_test 5570OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/sh 5571OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Kyuafile 5572OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Makefile.test 5573OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.1 5574OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.2 5575OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.1 5576OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.2 5577OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.1 5578OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.2 5579OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/legacy_test 5580OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/sh 5581OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Kyuafile 5582OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Makefile.test 5583OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.1 5584OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.2 5585OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.1 5586OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.2 5587OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.1 5588OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.2 5589OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/legacy_test 5590OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/shell 5591OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Kyuafile 5592OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Makefile.test 5593OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.1 5594OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.2 5595OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.1 5596OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.2 5597OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.1 5598OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.2 5599OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/legacy_test 5600OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/shell 5601OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Kyuafile 5602OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Makefile.test 5603OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.1 5604OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.2 5605OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.1 5606OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.2 5607OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.1 5608OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.2 5609OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/legacy_test 5610OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/Kyuafile 5611OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Kyuafile 5612OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Makefile.test 5613OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/TEST1.a 5614OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.status.1 5615OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stderr.1 5616OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stdout.1 5617OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/legacy_test 5618OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Kyuafile 5619OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Makefile.test 5620OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST1.a 5621OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST2.a 5622OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.status.1 5623OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stderr.1 5624OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stdout.1 5625OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/legacy_test 5626OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Kyuafile 5627OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Makefile.test 5628OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST1.a 5629OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST2.a 5630OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.status.1 5631OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stderr.1 5632OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stdout.1 5633OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/legacy_test 5634OLD_FILES+=usr/tests/usr.bin/bmake/syntax/Kyuafile 5635OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Kyuafile 5636OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Makefile.test 5637OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.status.1 5638OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stderr.1 5639OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stdout.1 5640OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/legacy_test 5641OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Kyuafile 5642OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Makefile.test 5643OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.1 5644OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.2 5645OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.3 5646OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.4 5647OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.5 5648OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.1 5649OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.2 5650OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.3 5651OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.4 5652OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.5 5653OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.1 5654OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.2 5655OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.3 5656OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.4 5657OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.5 5658OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/legacy_test 5659OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Kyuafile 5660OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Makefile.test 5661OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.1 5662OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.2 5663OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.1 5664OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.2 5665OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.1 5666OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.2 5667OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/legacy_test 5668OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Kyuafile 5669OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Makefile.test 5670OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.1 5671OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.2 5672OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.1 5673OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.2 5674OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.1 5675OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.2 5676OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/legacy_test 5677OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/Kyuafile 5678OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Kyuafile 5679OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Makefile.test 5680OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.status.1 5681OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stderr.1 5682OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stdout.1 5683OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/legacy_test 5684OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/Kyuafile 5685OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/Kyuafile 5686OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/Kyuafile 5687OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/sys.mk 5688OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/Kyuafile 5689OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/cleanup 5690OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.status.1 5691OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stderr.1 5692OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stdout.1 5693OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/legacy_test 5694OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/Kyuafile 5695OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/Kyuafile 5696OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/Kyuafile 5697OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/sys.mk 5698OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/Kyuafile 5699OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/cleanup 5700OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.status.1 5701OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stderr.1 5702OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stdout.1 5703OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/legacy_test 5704OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/Kyuafile 5705OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/Kyuafile 5706OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/Kyuafile 5707OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/sys.mk 5708OLD_FILES+=usr/tests/usr.bin/bmake/test-new.mk 5709OLD_FILES+=usr/tests/usr.bin/bmake/variables/Kyuafile 5710OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Kyuafile 5711OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Makefile.test 5712OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.status.1 5713OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stderr.1 5714OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stdout.1 5715OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/legacy_test 5716OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Kyuafile 5717OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Makefile.test 5718OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.1 5719OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.2 5720OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.3 5721OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.1 5722OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.2 5723OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.3 5724OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.1 5725OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.2 5726OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.3 5727OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/legacy_test 5728OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Kyuafile 5729OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Makefile.test 5730OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.1 5731OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.2 5732OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.1 5733OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.2 5734OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.1 5735OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.2 5736OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/legacy_test 5737OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Kyuafile 5738OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Makefile.test 5739OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.status.1 5740OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stderr.1 5741OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stdout.1 5742OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test 5743.endif 5744 5745.if ${MK_MAN} == no 5746MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type f | sed -e 's,^${DESTDIR}/,,'; echo 5747OLD_FILES+=${MAN_FILES} 5748MAN_DIRS!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type d | sed -e 's,^${DESTDIR}/,,'; echo 5749OLD_DIRS+=${MAN_DIRS} 5750.endif 5751 5752.if ${MK_MAN_UTILS} == no 5753OLD_FILES+=etc/periodic/weekly/320.whatis 5754OLD_FILES+=usr/bin/apropos 5755OLD_FILES+=usr/bin/makewhatis 5756OLD_FILES+=usr/bin/man 5757OLD_FILES+=usr/bin/manpath 5758OLD_FILES+=usr/bin/whatis 5759OLD_FILES+=usr/libexec/makewhatis.local 5760OLD_FILES+=usr/sbin/manctl 5761OLD_FILES+=usr/share/man/man1/apropos.1.gz 5762OLD_FILES+=usr/share/man/man1/makewhatis.1.gz 5763OLD_FILES+=usr/share/man/man1/man.1.gz 5764OLD_FILES+=usr/share/man/man1/manpath.1.gz 5765OLD_FILES+=usr/share/man/man1/whatis.1.gz 5766OLD_FILES+=usr/share/man/man5/man.conf.5.gz 5767OLD_FILES+=usr/share/man/man8/makewhatis.local.8.gz 5768OLD_FILES+=usr/share/man/man8/manctl.8.gz 5769OLD_FILES+=usr/share/man/whatis 5770OLD_FILES+=usr/share/openssl/man/whatis 5771.endif 5772 5773.if ${MK_NETCAT} == no 5774OLD_FILES+=rescue/nc 5775OLD_FILES+=usr/bin/nc 5776OLD_FILES+=usr/share/man/man1/nc.1.gz 5777.endif 5778 5779.if ${MK_NETGRAPH} == no 5780OLD_FILES+=usr/include/netgraph.h 5781OLD_FILES+=usr/lib/libnetgraph.a 5782OLD_FILES+=usr/lib/libnetgraph.so 5783OLD_LIBS+=usr/lib/libnetgraph.so.4 5784OLD_FILES+=usr/libexec/pppoed 5785OLD_FILES+=usr/sbin/flowctl 5786OLD_FILES+=usr/sbin/lmcconfig 5787OLD_FILES+=usr/sbin/ngctl 5788OLD_FILES+=usr/sbin/nghook 5789OLD_FILES+=usr/share/man/man3/NgAllocRecvAsciiMsg.3.gz 5790OLD_FILES+=usr/share/man/man3/NgAllocRecvData.3.gz 5791OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz 5792OLD_FILES+=usr/share/man/man3/NgMkSockNode.3.gz 5793OLD_FILES+=usr/share/man/man3/NgNameNode.3.gz 5794OLD_FILES+=usr/share/man/man3/NgRecvAsciiMsg.3.gz 5795OLD_FILES+=usr/share/man/man3/NgRecvData.3.gz 5796OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz 5797OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz 5798OLD_FILES+=usr/share/man/man3/NgSendData.3.gz 5799OLD_FILES+=usr/share/man/man3/NgSendMsg.3.gz 5800OLD_FILES+=usr/share/man/man3/NgSendReplyMsg.3.gz 5801OLD_FILES+=usr/share/man/man3/NgSetDebug.3.gz 5802OLD_FILES+=usr/share/man/man3/NgSetErrLog.3.gz 5803OLD_FILES+=usr/share/man/man3/netgraph.3.gz 5804OLD_FILES+=usr/share/man/man8/flowctl.8.gz 5805OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz 5806OLD_FILES+=usr/share/man/man8/ngctl.8.gz 5807OLD_FILES+=usr/share/man/man8/nghook.8.gz 5808OLD_FILES+=usr/share/man/man8/pppoed.8.gz 5809.endif 5810 5811.if ${MK_IPFW} == no || ${MK_NETGRAPH} == no 5812OLD_FILES+=etc/rc.d/ipfw_netflow 5813.endif 5814 5815.if ${MK_NETGRAPH_SUPPORT} == no 5816OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h 5817OLD_FILES+=usr/lib/snmp_netgraph.so 5818OLD_LIBS+=usr/lib/snmp_netgraph.so.6 5819OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz 5820OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def 5821OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt 5822.endif 5823 5824.if ${MK_NETLINK} == no 5825OLD_FILES+=usr.bin/genl 5826OLD_FILES+=usr/share/man/man1/genl.1.gz 5827.endif 5828 5829.if ${MK_NIS} == no 5830OLD_FILES+=etc/rc.d/nisdomain 5831OLD_FILES+=etc/rc.d/ypbind 5832OLD_FILES+=etc/rc.d/ypldap 5833OLD_FILES+=etc/rc.d/yppasswdd 5834OLD_FILES+=etc/rc.d/ypserv 5835OLD_FILES+=etc/rc.d/ypset 5836OLD_FILES+=etc/rc.d/ypupdated 5837OLD_FILES+=etc/rc.d/ypxfrd 5838OLD_FILES+=usr/bin/ypcat 5839OLD_FILES+=usr/bin/ypchfn 5840OLD_FILES+=usr/bin/ypchpass 5841OLD_FILES+=usr/bin/ypchsh 5842OLD_FILES+=usr/bin/ypmatch 5843OLD_FILES+=usr/bin/yppasswd 5844OLD_FILES+=usr/bin/ypwhich 5845OLD_FILES+=usr/include/ypclnt.h 5846OLD_FILES+=usr/lib/libypclnt.a 5847OLD_FILES+=usr/lib/libypclnt.so 5848OLD_LIBS+=usr/lib/libypclnt.so.4 5849OLD_FILES+=usr/libexec/mknetid 5850OLD_FILES+=usr/libexec/yppwupdate 5851OLD_FILES+=usr/libexec/ypxfr 5852OLD_FILES+=usr/sbin/rpc.yppasswdd 5853OLD_FILES+=usr/sbin/rpc.ypupdated 5854OLD_FILES+=usr/sbin/rpc.ypxfrd 5855OLD_FILES+=usr/sbin/yp_mkdb 5856OLD_FILES+=usr/sbin/ypbind 5857OLD_FILES+=usr/sbin/ypinit 5858OLD_FILES+=usr/sbin/ypldap 5859OLD_FILES+=usr/sbin/yppoll 5860OLD_FILES+=usr/sbin/yppush 5861OLD_FILES+=usr/sbin/ypserv 5862OLD_FILES+=usr/sbin/ypset 5863OLD_FILES+=usr/share/man/man1/ypcat.1.gz 5864OLD_FILES+=usr/share/man/man1/ypchfn.1.gz 5865OLD_FILES+=usr/share/man/man1/ypchpass.1.gz 5866OLD_FILES+=usr/share/man/man1/ypchsh.1.gz 5867OLD_FILES+=usr/share/man/man1/ypmatch.1.gz 5868OLD_FILES+=usr/share/man/man1/yppasswd.1.gz 5869OLD_FILES+=usr/share/man/man1/ypwhich.1.gz 5870OLD_FILES+=usr/share/man/man5/netid.5.gz 5871OLD_FILES+=usr/share/man/man5/ypldap.conf.5.gz 5872OLD_FILES+=usr/share/man/man8/mknetid.8.gz 5873OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz 5874OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz 5875OLD_FILES+=usr/share/man/man8/NIS.8.gz 5876OLD_FILES+=usr/share/man/man8/YP.8.gz 5877OLD_FILES+=usr/share/man/man8/yp.8.gz 5878OLD_FILES+=usr/share/man/man8/nis.8.gz 5879OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz 5880OLD_FILES+=usr/share/man/man8/ypbind.8.gz 5881OLD_FILES+=usr/share/man/man8/ypinit.8.gz 5882OLD_FILES+=usr/share/man/man8/ypldap.8.gz 5883OLD_FILES+=usr/share/man/man8/yppoll.8.gz 5884OLD_FILES+=usr/share/man/man8/yppush.8.gz 5885OLD_FILES+=usr/share/man/man8/ypserv.8.gz 5886OLD_FILES+=usr/share/man/man8/ypset.8.gz 5887OLD_FILES+=usr/share/man/man8/ypxfr.8.gz 5888OLD_FILES+=var/yp/Makefile 5889OLD_FILES+=var/yp/Makefile.dist 5890OLD_DIRS+=var/yp 5891.endif 5892 5893.if ${MK_NLS} == no 5894OLD_DIRS+=usr/share/nls/ 5895OLD_DIRS+=usr/share/nls/C 5896OLD_FILES+=usr/share/nls/C/ee.cat 5897OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-1 5898OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-15 5899OLD_DIRS+=usr/share/nls/af_ZA.UTF-8 5900OLD_DIRS+=usr/share/nls/am_ET.UTF-8 5901OLD_DIRS+=usr/share/nls/be_BY.CP1131 5902OLD_DIRS+=usr/share/nls/be_BY.CP1251 5903OLD_DIRS+=usr/share/nls/be_BY.ISO8859-5 5904OLD_DIRS+=usr/share/nls/be_BY.UTF-8 5905OLD_FILES+=usr/share/nls/be_BY.UTF-8/libc.cat 5906OLD_DIRS+=usr/share/nls/bg_BG.CP1251 5907OLD_DIRS+=usr/share/nls/bg_BG.UTF-8 5908OLD_DIRS+=usr/share/nls/ca_ES.ISO8859-1 5909OLD_FILES+=usr/share/nls/ca_ES.ISO8859-1/libc.cat 5910OLD_DIRS+=usr/share/nls/ca_ES.ISO8859-15 5911OLD_DIRS+=usr/share/nls/ca_ES.UTF-8 5912OLD_DIRS+=usr/share/nls/cs_CZ.ISO8859-2 5913OLD_DIRS+=usr/share/nls/cs_CZ.UTF-8 5914OLD_DIRS+=usr/share/nls/da_DK.ISO8859-1 5915OLD_DIRS+=usr/share/nls/da_DK.ISO8859-15 5916OLD_DIRS+=usr/share/nls/da_DK.UTF-8 5917OLD_DIRS+=usr/share/nls/de_AT.ISO8859-1 5918OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/ee.cat 5919OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat 5920OLD_DIRS+=usr/share/nls/de_AT.ISO8859-15 5921OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/ee.cat 5922OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat 5923OLD_DIRS+=usr/share/nls/de_AT.UTF-8 5924OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat 5925OLD_DIRS+=usr/share/nls/de_CH.ISO8859-1 5926OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/ee.cat 5927OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat 5928OLD_DIRS+=usr/share/nls/de_CH.ISO8859-15 5929OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/ee.cat 5930OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat 5931OLD_DIRS+=usr/share/nls/de_CH.UTF-8 5932OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat 5933OLD_DIRS+=usr/share/nls/de_DE.ISO8859-1 5934OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat 5935OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/libc.cat 5936OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat 5937OLD_DIRS+=usr/share/nls/de_DE.ISO8859-15 5938OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/ee.cat 5939OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat 5940OLD_DIRS+=usr/share/nls/de_DE.UTF-8 5941OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat 5942OLD_DIRS+=usr/share/nls/el_GR.ISO8859-7 5943OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/libc.cat 5944OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat 5945OLD_DIRS+=usr/share/nls/el_GR.UTF-8 5946OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat 5947OLD_DIRS+=usr/share/nls/en_AU.ISO8859-1 5948OLD_DIRS+=usr/share/nls/en_AU.ISO8859-15 5949OLD_DIRS+=usr/share/nls/en_AU.US-ASCII 5950OLD_DIRS+=usr/share/nls/en_AU.UTF-8 5951OLD_DIRS+=usr/share/nls/en_CA.ISO8859-1 5952OLD_FILES+=usr/share/nls/en_US.ISO8859-1/ee.cat 5953OLD_DIRS+=usr/share/nls/en_CA.ISO8859-15 5954OLD_DIRS+=usr/share/nls/en_CA.US-ASCII 5955OLD_DIRS+=usr/share/nls/en_CA.UTF-8 5956OLD_DIRS+=usr/share/nls/en_GB.ISO8859-1 5957OLD_DIRS+=usr/share/nls/en_GB.ISO8859-15 5958OLD_DIRS+=usr/share/nls/en_GB.US-ASCII 5959OLD_DIRS+=usr/share/nls/en_GB.UTF-8 5960OLD_DIRS+=usr/share/nls/en_IE.UTF-8 5961OLD_DIRS+=usr/share/nls/en_NZ.ISO8859-1 5962OLD_DIRS+=usr/share/nls/en_NZ.ISO8859-15 5963OLD_DIRS+=usr/share/nls/en_NZ.US-ASCII 5964OLD_DIRS+=usr/share/nls/en_NZ.UTF-8 5965OLD_DIRS+=usr/share/nls/en_US.ISO8859-1 5966OLD_DIRS+=usr/share/nls/en_US.ISO8859-15 5967OLD_FILES+=usr/share/nls/en_US.ISO8859-15/ee.cat 5968OLD_DIRS+=usr/share/nls/en_US.UTF-8 5969OLD_DIRS+=usr/share/nls/es_ES.UTF-8 5970OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/libc.cat 5971OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat 5972OLD_DIRS+=usr/share/nls/es_ES.ISO8859-1 5973OLD_DIRS+=usr/share/nls/es_ES.ISO8859-15 5974OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat 5975OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat 5976OLD_DIRS+=usr/share/nls/et_EE.ISO8859-15 5977OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat 5978OLD_DIRS+=usr/share/nls/et_EE.UTF-8 5979OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat 5980OLD_DIRS+=usr/share/nls/fi_FI.ISO8859-1 5981OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/libc.cat 5982OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat 5983OLD_DIRS+=usr/share/nls/fi_FI.ISO8859-15 5984OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat 5985OLD_DIRS+=usr/share/nls/fi_FI.UTF-8 5986OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat 5987OLD_DIRS+=usr/share/nls/fr_BE.ISO8859-1 5988OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/ee.cat 5989OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat 5990OLD_DIRS+=usr/share/nls/fr_BE.ISO8859-15 5991OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/ee.cat 5992OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat 5993OLD_DIRS+=usr/share/nls/fr_BE.UTF-8 5994OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat 5995OLD_DIRS+=usr/share/nls/fr_CA.ISO8859-1 5996OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/ee.cat 5997OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat 5998OLD_DIRS+=usr/share/nls/fr_CA.ISO8859-15 5999OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/ee.cat 6000OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat 6001OLD_DIRS+=usr/share/nls/fr_CA.UTF-8 6002OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat 6003OLD_DIRS+=usr/share/nls/fr_CH.ISO8859-1 6004OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/ee.cat 6005OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat 6006OLD_DIRS+=usr/share/nls/fr_CH.ISO8859-15 6007OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/ee.cat 6008OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat 6009OLD_DIRS+=usr/share/nls/fr_CH.UTF-8 6010OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat 6011OLD_DIRS+=usr/share/nls/fr_FR.ISO8859-1 6012OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat 6013OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/libc.cat 6014OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat 6015OLD_DIRS+=usr/share/nls/fr_FR.ISO8859-15 6016OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/ee.cat 6017OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat 6018OLD_DIRS+=usr/share/nls/fr_FR.UTF-8 6019OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat 6020OLD_DIRS+=usr/share/nls/gl_ES.ISO8859-1 6021OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/libc.cat 6022OLD_DIRS+=usr/share/nls/he_IL.UTF-8 6023OLD_DIRS+=usr/share/nls/hi_IN.ISCII-DEV 6024OLD_DIRS+=usr/share/nls/hr_HR.ISO8859-2 6025OLD_DIRS+=usr/share/nls/hu_HU.ISO8859-2 6026OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat 6027OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/libc.cat 6028OLD_DIRS+=usr/share/nls/hr_HR.UTF-8 6029OLD_DIRS+=usr/share/nls/hu_HU.UTF-8 6030OLD_DIRS+=usr/share/nls/hy_AM.ARMSCII-8 6031OLD_DIRS+=usr/share/nls/hy_AM.UTF-8 6032OLD_DIRS+=usr/share/nls/is_IS.ISO8859-1 6033OLD_DIRS+=usr/share/nls/is_IS.ISO8859-15 6034OLD_DIRS+=usr/share/nls/is_IS.UTF-8 6035OLD_DIRS+=usr/share/nls/it_CH.ISO8859-1 6036OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat 6037OLD_DIRS+=usr/share/nls/it_CH.ISO8859-15 6038OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat 6039OLD_DIRS+=usr/share/nls/it_CH.UTF-8 6040OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat 6041OLD_DIRS+=usr/share/nls/it_IT.ISO8859-1 6042OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat 6043OLD_DIRS+=usr/share/nls/it_IT.ISO8859-15 6044OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/libc.cat 6045OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat 6046OLD_DIRS+=usr/share/nls/it_IT.UTF-8 6047OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat 6048OLD_DIRS+=usr/share/nls/ja_JP.SJIS 6049OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat 6050OLD_DIRS+=usr/share/nls/ja_JP.UTF-8 6051OLD_FILES+=usr/share/nls/ja_JP.UTF-8/libc.cat 6052OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat 6053OLD_DIRS+=usr/share/nls/ja_JP.eucJP 6054OLD_FILES+=usr/share/nls/ja_JP.eucJP/libc.cat 6055OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat 6056OLD_DIRS+=usr/share/nls/kk_KZ.PT154 6057OLD_DIRS+=usr/share/nls/kk_KZ.UTF-8 6058OLD_DIRS+=usr/share/nls/ko_KR.CP949 6059OLD_DIRS+=usr/share/nls/ko_KR.UTF-8 6060OLD_FILES+=usr/share/nls/ko_KR.UTF-8/libc.cat 6061OLD_DIRS+=usr/share/nls/ko_KR.eucKR 6062OLD_FILES+=usr/share/nls/ko_KR.eucKR/libc.cat 6063OLD_DIRS+=usr/share/nls/lv_LV.UTF-8 6064OLD_DIRS+=usr/share/nls/lt_LT.ISO8859-13 6065OLD_DIRS+=usr/share/nls/lt_LT.UTF-8 6066OLD_DIRS+=usr/share/nls/lv_LV.ISO8859-13 6067OLD_DIRS+=usr/share/nls/mn_MN.UTF-8 6068OLD_FILES+=usr/share/nls/mn_MN.UTF-8/libc.cat 6069OLD_DIRS+=usr/share/nls/nl_BE.ISO8859-1 6070OLD_DIRS+=usr/share/nls/nl_BE.ISO8859-15 6071OLD_DIRS+=usr/share/nls/nl_BE.UTF-8 6072OLD_DIRS+=usr/share/nls/no_NO.ISO8859-1 6073OLD_FILES+=usr/share/nls/nl_NL.ISO8859-1/libc.cat 6074OLD_DIRS+=usr/share/nls/nl_NL.ISO8859-15 6075OLD_DIRS+=usr/share/nls/nl_NL.ISO8859-1 6076OLD_FILES+=usr/share/nls/no_NO.ISO8859-1/libc.cat 6077OLD_DIRS+=usr/share/nls/no_NO.ISO8859-15 6078OLD_DIRS+=usr/share/nls/nl_NL.UTF-8 6079OLD_DIRS+=usr/share/nls/no_NO.UTF-8 6080OLD_DIRS+=usr/share/nls/pl_PL.ISO8859-2 6081OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat 6082OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/libc.cat 6083OLD_DIRS+=usr/share/nls/pl_PL.UTF-8 6084OLD_DIRS+=usr/share/nls/pt_BR.ISO8859-1 6085OLD_DIRS+=usr/share/nls/pt_BR.UTF-8 6086OLD_DIRS+=usr/share/nls/pt_PT.ISO8859-1 6087OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat 6088OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/libc.cat 6089OLD_FILES+=usr/share/nls/pt_PT.ISO8859-1/ee.cat 6090OLD_DIRS+=usr/share/nls/pt_PT.ISO8859-15 6091OLD_DIRS+=usr/share/nls/pt_PT.UTF-8 6092OLD_DIRS+=usr/share/nls/ro_RO.ISO8859-2 6093OLD_DIRS+=usr/share/nls/ro_RO.UTF-8 6094OLD_DIRS+=usr/share/nls/ru_RU.CP1251 6095OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat 6096OLD_DIRS+=usr/share/nls/ru_RU.CP866 6097OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat 6098OLD_DIRS+=usr/share/nls/ru_RU.ISO8859-5 6099OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat 6100OLD_DIRS+=usr/share/nls/ru_RU.KOI8-R 6101OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat 6102OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/libc.cat 6103OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat 6104OLD_DIRS+=usr/share/nls/ru_RU.UTF-8 6105OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat 6106OLD_DIRS+=usr/share/nls/sk_SK.ISO8859-2 6107OLD_FILES+=usr/share/nls/sk_SK.ISO8859-2/libc.cat 6108OLD_DIRS+=usr/share/nls/sk_SK.UTF-8 6109OLD_DIRS+=usr/share/nls/sl_SI.ISO8859-2 6110OLD_DIRS+=usr/share/nls/sl_SI.UTF-8 6111OLD_DIRS+=usr/share/nls/sr_YU.ISO8859-2 6112OLD_DIRS+=usr/share/nls/sr_YU.ISO8859-5 6113OLD_DIRS+=usr/share/nls/sr_YU.UTF-8 6114OLD_DIRS+=usr/share/nls/sv_SE.ISO8859-1 6115OLD_FILES+=usr/share/nls/sv_SE.ISO8859-1/libc.cat 6116OLD_DIRS+=usr/share/nls/sv_SE.ISO8859-15 6117OLD_DIRS+=usr/share/nls/sv_SE.UTF-8 6118OLD_DIRS+=usr/share/nls/tr_TR.ISO8859-9 6119OLD_DIRS+=usr/share/nls/tr_TR.UTF-8 6120OLD_DIRS+=usr/share/nls/uk_UA.ISO8859-5 6121OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat 6122OLD_DIRS+=usr/share/nls/uk_UA.KOI8-U 6123OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat 6124OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat 6125OLD_DIRS+=usr/share/nls/uk_UA.UTF-8 6126OLD_FILES+=usr/share/nls/uk_UA.UTF-8/libc.cat 6127OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat 6128OLD_DIRS+=usr/share/nls/zh_CN.GB18030 6129OLD_FILES+=usr/share/nls/zh_CN.GB18030/libc.cat 6130OLD_DIRS+=usr/share/nls/zh_CN.GBK 6131OLD_DIRS+=usr/share/nls/zh_CN.GB2312 6132OLD_FILES+=usr/share/nls/zh_CN.GB2312/libc.cat 6133OLD_DIRS+=usr/share/nls/zh_CN.UTF-8 6134OLD_FILES+=usr/share/nls/zh_CN.UTF-8/libc.cat 6135OLD_DIRS+=usr/share/nls/zh_CN.eucCN 6136OLD_DIRS+=usr/share/nls/zh_HK.UTF-8 6137OLD_DIRS+=usr/share/nls/zh_TW.UTF-8 6138OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0 6139.endif 6140 6141.if ${MK_NLS_CATALOGS} == no 6142OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat 6143OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat 6144OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat 6145OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat 6146OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat 6147OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat 6148OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat 6149OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat 6150OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat 6151OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat 6152OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat 6153OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat 6154OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat 6155OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat 6156OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat 6157OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat 6158OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat 6159OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat 6160OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat 6161OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat 6162OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat 6163.endif 6164 6165.if ${MK_NS_CACHING} == no 6166OLD_FILES+=etc/nscd.conf 6167OLD_FILES+=etc/rc.d/nscd 6168OLD_FILES+=usr/sbin/nscd 6169OLD_FILES+=usr/share/examples/etc/nscd.conf 6170OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz 6171OLD_FILES+=usr/share/man/man8/nscd.8.gz 6172.endif 6173 6174.if ${MK_NTP} == no 6175OLD_FILES+=etc/ntp/leap-seconds 6176OLD_DIRS+=etc/ntp 6177OLD_FILES+=etc/ntp.conf 6178OLD_FILES+=etc/periodic/daily/480.status-ntpd 6179OLD_FILES+=etc/periodic/daily/480.leapfile-ntpd 6180OLD_FILES+=etc/rc.d/ntpd 6181OLD_FILES+=usr/bin/ntpq 6182OLD_FILES+=usr/sbin/ntp-keygen 6183OLD_FILES+=usr/sbin/ntpd 6184OLD_FILES+=usr/sbin/ntpdate 6185OLD_FILES+=usr/sbin/ntpdc 6186OLD_FILES+=usr/sbin/ntptime 6187OLD_FILES+=usr/sbin/sntp 6188OLD_FILES+=usr/share/doc/ntp/access.html 6189OLD_FILES+=usr/share/doc/ntp/accopt.html 6190OLD_FILES+=usr/share/doc/ntp/assoc.html 6191OLD_FILES+=usr/share/doc/ntp/audio.html 6192OLD_FILES+=usr/share/doc/ntp/authentic.html 6193OLD_FILES+=usr/share/doc/ntp/authopt.html 6194OLD_FILES+=usr/share/doc/ntp/autokey.html 6195OLD_FILES+=usr/share/doc/ntp/bugs.html 6196OLD_FILES+=usr/share/doc/ntp/build.html 6197OLD_FILES+=usr/share/doc/ntp/clock.html 6198OLD_FILES+=usr/share/doc/ntp/clockopt.html 6199OLD_FILES+=usr/share/doc/ntp/cluster.html 6200OLD_FILES+=usr/share/doc/ntp/comdex.html 6201OLD_FILES+=usr/share/doc/ntp/config.html 6202OLD_FILES+=usr/share/doc/ntp/confopt.html 6203OLD_FILES+=usr/share/doc/ntp/copyright.html 6204OLD_FILES+=usr/share/doc/ntp/debug.html 6205OLD_FILES+=usr/share/doc/ntp/decode.html 6206OLD_FILES+=usr/share/doc/ntp/discipline.html 6207OLD_FILES+=usr/share/doc/ntp/discover.html 6208OLD_FILES+=usr/share/doc/ntp/driver1.html 6209OLD_FILES+=usr/share/doc/ntp/driver10.html 6210OLD_FILES+=usr/share/doc/ntp/driver11.html 6211OLD_FILES+=usr/share/doc/ntp/driver12.html 6212OLD_FILES+=usr/share/doc/ntp/driver16.html 6213OLD_FILES+=usr/share/doc/ntp/driver18.html 6214OLD_FILES+=usr/share/doc/ntp/driver19.html 6215OLD_FILES+=usr/share/doc/ntp/driver2.html 6216OLD_FILES+=usr/share/doc/ntp/driver20.html 6217OLD_FILES+=usr/share/doc/ntp/driver22.html 6218OLD_FILES+=usr/share/doc/ntp/driver26.html 6219OLD_FILES+=usr/share/doc/ntp/driver27.html 6220OLD_FILES+=usr/share/doc/ntp/driver28.html 6221OLD_FILES+=usr/share/doc/ntp/driver29.html 6222OLD_FILES+=usr/share/doc/ntp/driver3.html 6223OLD_FILES+=usr/share/doc/ntp/driver30.html 6224OLD_FILES+=usr/share/doc/ntp/driver32.html 6225OLD_FILES+=usr/share/doc/ntp/driver33.html 6226OLD_FILES+=usr/share/doc/ntp/driver34.html 6227OLD_FILES+=usr/share/doc/ntp/driver35.html 6228OLD_FILES+=usr/share/doc/ntp/driver36.html 6229OLD_FILES+=usr/share/doc/ntp/driver37.html 6230OLD_FILES+=usr/share/doc/ntp/driver4.html 6231OLD_FILES+=usr/share/doc/ntp/driver5.html 6232OLD_FILES+=usr/share/doc/ntp/driver6.html 6233OLD_FILES+=usr/share/doc/ntp/driver7.html 6234OLD_FILES+=usr/share/doc/ntp/driver8.html 6235OLD_FILES+=usr/share/doc/ntp/driver9.html 6236OLD_FILES+=usr/share/doc/ntp/drivers/driver1.html 6237OLD_FILES+=usr/share/doc/ntp/drivers/driver10.html 6238OLD_FILES+=usr/share/doc/ntp/drivers/driver11.html 6239OLD_FILES+=usr/share/doc/ntp/drivers/driver12.html 6240OLD_FILES+=usr/share/doc/ntp/drivers/driver16.html 6241OLD_FILES+=usr/share/doc/ntp/drivers/driver18.html 6242OLD_FILES+=usr/share/doc/ntp/drivers/driver19.html 6243OLD_FILES+=usr/share/doc/ntp/drivers/driver20.html 6244OLD_FILES+=usr/share/doc/ntp/drivers/driver22.html 6245OLD_FILES+=usr/share/doc/ntp/drivers/driver26.html 6246OLD_FILES+=usr/share/doc/ntp/drivers/driver27.html 6247OLD_FILES+=usr/share/doc/ntp/drivers/driver28.html 6248OLD_FILES+=usr/share/doc/ntp/drivers/driver29.html 6249OLD_FILES+=usr/share/doc/ntp/drivers/driver3.html 6250OLD_FILES+=usr/share/doc/ntp/drivers/driver30.html 6251OLD_FILES+=usr/share/doc/ntp/drivers/driver31.html 6252OLD_FILES+=usr/share/doc/ntp/drivers/driver32.html 6253OLD_FILES+=usr/share/doc/ntp/drivers/driver33.html 6254OLD_FILES+=usr/share/doc/ntp/drivers/driver34.html 6255OLD_FILES+=usr/share/doc/ntp/drivers/driver35.html 6256OLD_FILES+=usr/share/doc/ntp/drivers/driver36.html 6257OLD_FILES+=usr/share/doc/ntp/drivers/driver37.html 6258OLD_FILES+=usr/share/doc/ntp/drivers/driver38.html 6259OLD_FILES+=usr/share/doc/ntp/drivers/driver39.html 6260OLD_FILES+=usr/share/doc/ntp/drivers/driver4.html 6261OLD_FILES+=usr/share/doc/ntp/drivers/driver40.html 6262OLD_FILES+=usr/share/doc/ntp/drivers/driver42.html 6263OLD_FILES+=usr/share/doc/ntp/drivers/driver43.html 6264OLD_FILES+=usr/share/doc/ntp/drivers/driver44.html 6265OLD_FILES+=usr/share/doc/ntp/drivers/driver45.html 6266OLD_FILES+=usr/share/doc/ntp/drivers/driver46.html 6267OLD_FILES+=usr/share/doc/ntp/drivers/driver5.html 6268OLD_FILES+=usr/share/doc/ntp/drivers/driver6.html 6269OLD_FILES+=usr/share/doc/ntp/drivers/driver7.html 6270OLD_FILES+=usr/share/doc/ntp/drivers/driver8.html 6271OLD_FILES+=usr/share/doc/ntp/drivers/driver9.html 6272OLD_FILES+=usr/share/doc/ntp/drivers/icons/home.gif 6273OLD_FILES+=usr/share/doc/ntp/drivers/icons/mail2.gif 6274OLD_FILES+=usr/share/doc/ntp/drivers/mx4200data.html 6275OLD_FILES+=usr/share/doc/ntp/drivers/oncore-shmem.html 6276OLD_FILES+=usr/share/doc/ntp/drivers/scripts/footer.txt 6277OLD_FILES+=usr/share/doc/ntp/drivers/scripts/style.css 6278OLD_FILES+=usr/share/doc/ntp/drivers/tf582_4.html 6279OLD_FILES+=usr/share/doc/ntp/extern.html 6280OLD_FILES+=usr/share/doc/ntp/filter.html 6281OLD_FILES+=usr/share/doc/ntp/hints.html 6282OLD_FILES+=usr/share/doc/ntp/hints/a-ux 6283OLD_FILES+=usr/share/doc/ntp/hints/aix 6284OLD_FILES+=usr/share/doc/ntp/hints/bsdi 6285OLD_FILES+=usr/share/doc/ntp/hints/changes 6286OLD_FILES+=usr/share/doc/ntp/hints/decosf1 6287OLD_FILES+=usr/share/doc/ntp/hints/decosf2 6288OLD_FILES+=usr/share/doc/ntp/hints/freebsd 6289OLD_FILES+=usr/share/doc/ntp/hints/hpux 6290OLD_FILES+=usr/share/doc/ntp/hints/linux 6291OLD_FILES+=usr/share/doc/ntp/hints/mpeix 6292OLD_FILES+=usr/share/doc/ntp/hints/notes-xntp-v3 6293OLD_FILES+=usr/share/doc/ntp/hints/parse 6294OLD_FILES+=usr/share/doc/ntp/hints/refclocks 6295OLD_FILES+=usr/share/doc/ntp/hints/rs6000 6296OLD_FILES+=usr/share/doc/ntp/hints/sco.html 6297OLD_FILES+=usr/share/doc/ntp/hints/sgi 6298OLD_FILES+=usr/share/doc/ntp/hints/solaris-dosynctodr.html 6299OLD_FILES+=usr/share/doc/ntp/hints/solaris.html 6300OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.4023118 6301OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.4095849 6302OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.S99ntpd 6303OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.patchfreq 6304OLD_FILES+=usr/share/doc/ntp/hints/sun4 6305OLD_FILES+=usr/share/doc/ntp/hints/svr4-dell 6306OLD_FILES+=usr/share/doc/ntp/hints/svr4_package 6307OLD_FILES+=usr/share/doc/ntp/hints/todo 6308OLD_FILES+=usr/share/doc/ntp/hints/vxworks.html 6309OLD_FILES+=usr/share/doc/ntp/hints/winnt.html 6310OLD_FILES+=usr/share/doc/ntp/history.html 6311OLD_FILES+=usr/share/doc/ntp/howto.html 6312OLD_FILES+=usr/share/doc/ntp/huffpuff.html 6313OLD_FILES+=usr/share/doc/ntp/icons/home.gif 6314OLD_FILES+=usr/share/doc/ntp/icons/mail2.gif 6315OLD_FILES+=usr/share/doc/ntp/icons/sitemap.png 6316OLD_FILES+=usr/share/doc/ntp/index.html 6317OLD_FILES+=usr/share/doc/ntp/kern.html 6318OLD_FILES+=usr/share/doc/ntp/kernpps.html 6319OLD_FILES+=usr/share/doc/ntp/keygen.html 6320OLD_FILES+=usr/share/doc/ntp/ldisc.html 6321OLD_FILES+=usr/share/doc/ntp/leap.html 6322OLD_FILES+=usr/share/doc/ntp/measure.html 6323OLD_FILES+=usr/share/doc/ntp/miscopt.html 6324OLD_FILES+=usr/share/doc/ntp/monopt.html 6325OLD_FILES+=usr/share/doc/ntp/msyslog.html 6326OLD_FILES+=usr/share/doc/ntp/mx4200data.html 6327OLD_FILES+=usr/share/doc/ntp/notes.html 6328OLD_FILES+=usr/share/doc/ntp/ntp-keygen.html 6329OLD_FILES+=usr/share/doc/ntp/ntp-wait.html 6330OLD_FILES+=usr/share/doc/ntp/ntp.conf.html 6331OLD_FILES+=usr/share/doc/ntp/ntp.keys.html 6332OLD_FILES+=usr/share/doc/ntp/ntp_conf.html 6333OLD_FILES+=usr/share/doc/ntp/ntpd.html 6334OLD_FILES+=usr/share/doc/ntp/ntpdate.html 6335OLD_FILES+=usr/share/doc/ntp/ntpdc.html 6336OLD_FILES+=usr/share/doc/ntp/ntpdsim.html 6337OLD_FILES+=usr/share/doc/ntp/ntpdsim_new.html 6338OLD_FILES+=usr/share/doc/ntp/ntpq.html 6339OLD_FILES+=usr/share/doc/ntp/ntpsnmpd.html 6340OLD_FILES+=usr/share/doc/ntp/ntptime.html 6341OLD_FILES+=usr/share/doc/ntp/ntptrace.html 6342OLD_FILES+=usr/share/doc/ntp/orphan.html 6343OLD_FILES+=usr/share/doc/ntp/parsedata.html 6344OLD_FILES+=usr/share/doc/ntp/parsenew.html 6345OLD_FILES+=usr/share/doc/ntp/patches.html 6346OLD_FILES+=usr/share/doc/ntp/pic/9400n.jpg 6347OLD_FILES+=usr/share/doc/ntp/pic/alice11.gif 6348OLD_FILES+=usr/share/doc/ntp/pic/alice13.gif 6349OLD_FILES+=usr/share/doc/ntp/pic/alice15.gif 6350OLD_FILES+=usr/share/doc/ntp/pic/alice23.gif 6351OLD_FILES+=usr/share/doc/ntp/pic/alice31.gif 6352OLD_FILES+=usr/share/doc/ntp/pic/alice32.gif 6353OLD_FILES+=usr/share/doc/ntp/pic/alice35.gif 6354OLD_FILES+=usr/share/doc/ntp/pic/alice38.gif 6355OLD_FILES+=usr/share/doc/ntp/pic/alice44.gif 6356OLD_FILES+=usr/share/doc/ntp/pic/alice47.gif 6357OLD_FILES+=usr/share/doc/ntp/pic/alice51.gif 6358OLD_FILES+=usr/share/doc/ntp/pic/alice61.gif 6359OLD_FILES+=usr/share/doc/ntp/pic/barnstable.gif 6360OLD_FILES+=usr/share/doc/ntp/pic/beaver.gif 6361OLD_FILES+=usr/share/doc/ntp/pic/boom3.gif 6362OLD_FILES+=usr/share/doc/ntp/pic/boom3a.gif 6363OLD_FILES+=usr/share/doc/ntp/pic/boom4.gif 6364OLD_FILES+=usr/share/doc/ntp/pic/broad.gif 6365OLD_FILES+=usr/share/doc/ntp/pic/bustardfly.gif 6366OLD_FILES+=usr/share/doc/ntp/pic/c51.jpg 6367OLD_FILES+=usr/share/doc/ntp/pic/description.jpg 6368OLD_FILES+=usr/share/doc/ntp/pic/discipline.gif 6369OLD_FILES+=usr/share/doc/ntp/pic/dogsnake.gif 6370OLD_FILES+=usr/share/doc/ntp/pic/driver29.gif 6371OLD_FILES+=usr/share/doc/ntp/pic/driver43_1.gif 6372OLD_FILES+=usr/share/doc/ntp/pic/driver43_2.jpg 6373OLD_FILES+=usr/share/doc/ntp/pic/fg6021.gif 6374OLD_FILES+=usr/share/doc/ntp/pic/fg6039.jpg 6375OLD_FILES+=usr/share/doc/ntp/pic/fig_3_1.gif 6376OLD_FILES+=usr/share/doc/ntp/pic/flatheads.gif 6377OLD_FILES+=usr/share/doc/ntp/pic/flt1.gif 6378OLD_FILES+=usr/share/doc/ntp/pic/flt2.gif 6379OLD_FILES+=usr/share/doc/ntp/pic/flt3.gif 6380OLD_FILES+=usr/share/doc/ntp/pic/flt4.gif 6381OLD_FILES+=usr/share/doc/ntp/pic/flt5.gif 6382OLD_FILES+=usr/share/doc/ntp/pic/flt6.gif 6383OLD_FILES+=usr/share/doc/ntp/pic/flt7.gif 6384OLD_FILES+=usr/share/doc/ntp/pic/flt8.gif 6385OLD_FILES+=usr/share/doc/ntp/pic/flt9.gif 6386OLD_FILES+=usr/share/doc/ntp/pic/freq1211.gif 6387OLD_FILES+=usr/share/doc/ntp/pic/gadget.jpg 6388OLD_FILES+=usr/share/doc/ntp/pic/gps167.jpg 6389OLD_FILES+=usr/share/doc/ntp/pic/group.gif 6390OLD_FILES+=usr/share/doc/ntp/pic/hornraba.gif 6391OLD_FILES+=usr/share/doc/ntp/pic/igclock.gif 6392OLD_FILES+=usr/share/doc/ntp/pic/neoclock4x.gif 6393OLD_FILES+=usr/share/doc/ntp/pic/offset1211.gif 6394OLD_FILES+=usr/share/doc/ntp/pic/oncore_evalbig.gif 6395OLD_FILES+=usr/share/doc/ntp/pic/oncore_remoteant.jpg 6396OLD_FILES+=usr/share/doc/ntp/pic/oncore_utplusbig.gif 6397OLD_FILES+=usr/share/doc/ntp/pic/oz2.gif 6398OLD_FILES+=usr/share/doc/ntp/pic/panda.gif 6399OLD_FILES+=usr/share/doc/ntp/pic/pd_om006.gif 6400OLD_FILES+=usr/share/doc/ntp/pic/pd_om011.gif 6401OLD_FILES+=usr/share/doc/ntp/pic/peer.gif 6402OLD_FILES+=usr/share/doc/ntp/pic/pogo.gif 6403OLD_FILES+=usr/share/doc/ntp/pic/pogo1a.gif 6404OLD_FILES+=usr/share/doc/ntp/pic/pogo3a.gif 6405OLD_FILES+=usr/share/doc/ntp/pic/pogo4.gif 6406OLD_FILES+=usr/share/doc/ntp/pic/pogo5.gif 6407OLD_FILES+=usr/share/doc/ntp/pic/pogo6.gif 6408OLD_FILES+=usr/share/doc/ntp/pic/pogo7.gif 6409OLD_FILES+=usr/share/doc/ntp/pic/pogo8.gif 6410OLD_FILES+=usr/share/doc/ntp/pic/pzf509.jpg 6411OLD_FILES+=usr/share/doc/ntp/pic/pzf511.jpg 6412OLD_FILES+=usr/share/doc/ntp/pic/rabbit.gif 6413OLD_FILES+=usr/share/doc/ntp/pic/radio2.jpg 6414OLD_FILES+=usr/share/doc/ntp/pic/sheepb.jpg 6415OLD_FILES+=usr/share/doc/ntp/pic/stack1a.jpg 6416OLD_FILES+=usr/share/doc/ntp/pic/stats.gif 6417OLD_FILES+=usr/share/doc/ntp/pic/sx5.gif 6418OLD_FILES+=usr/share/doc/ntp/pic/thunderbolt.jpg 6419OLD_FILES+=usr/share/doc/ntp/pic/time1.gif 6420OLD_FILES+=usr/share/doc/ntp/pic/tonea.gif 6421OLD_FILES+=usr/share/doc/ntp/pic/tribeb.gif 6422OLD_FILES+=usr/share/doc/ntp/pic/wingdorothy.gif 6423OLD_FILES+=usr/share/doc/ntp/poll.html 6424OLD_FILES+=usr/share/doc/ntp/porting.html 6425OLD_FILES+=usr/share/doc/ntp/pps.html 6426OLD_FILES+=usr/share/doc/ntp/prefer.html 6427OLD_FILES+=usr/share/doc/ntp/quick.html 6428OLD_FILES+=usr/share/doc/ntp/rate.html 6429OLD_FILES+=usr/share/doc/ntp/rdebug.html 6430OLD_FILES+=usr/share/doc/ntp/refclock.html 6431OLD_FILES+=usr/share/doc/ntp/release.html 6432OLD_FILES+=usr/share/doc/ntp/scripts/accopt.txt 6433OLD_FILES+=usr/share/doc/ntp/scripts/audio.txt 6434OLD_FILES+=usr/share/doc/ntp/scripts/authopt.txt 6435OLD_FILES+=usr/share/doc/ntp/scripts/clockopt.txt 6436OLD_FILES+=usr/share/doc/ntp/scripts/command.txt 6437OLD_FILES+=usr/share/doc/ntp/scripts/config.txt 6438OLD_FILES+=usr/share/doc/ntp/scripts/confopt.txt 6439OLD_FILES+=usr/share/doc/ntp/scripts/external.txt 6440OLD_FILES+=usr/share/doc/ntp/scripts/footer.txt 6441OLD_FILES+=usr/share/doc/ntp/scripts/hand.txt 6442OLD_FILES+=usr/share/doc/ntp/scripts/install.txt 6443OLD_FILES+=usr/share/doc/ntp/scripts/manual.txt 6444OLD_FILES+=usr/share/doc/ntp/scripts/misc.txt 6445OLD_FILES+=usr/share/doc/ntp/scripts/miscopt.txt 6446OLD_FILES+=usr/share/doc/ntp/scripts/monopt.txt 6447OLD_FILES+=usr/share/doc/ntp/scripts/refclock.txt 6448OLD_FILES+=usr/share/doc/ntp/scripts/special.txt 6449OLD_FILES+=usr/share/doc/ntp/scripts/style.css 6450OLD_FILES+=usr/share/doc/ntp/select.html 6451OLD_FILES+=usr/share/doc/ntp/sitemap.html 6452OLD_FILES+=usr/share/doc/ntp/sntp.html 6453OLD_FILES+=usr/share/doc/ntp/stats.html 6454OLD_FILES+=usr/share/doc/ntp/tickadj.html 6455OLD_FILES+=usr/share/doc/ntp/warp.html 6456OLD_FILES+=usr/share/doc/ntp/xleave.html 6457OLD_DIRS+=usr/share/doc/ntp/drivers 6458OLD_DIRS+=usr/share/doc/ntp/drivers/scripts 6459OLD_DIRS+=usr/share/doc/ntp/drivers/icons 6460OLD_DIRS+=usr/share/doc/ntp/hints 6461OLD_DIRS+=usr/share/doc/ntp/icons 6462OLD_DIRS+=usr/share/doc/ntp/pic 6463OLD_DIRS+=usr/share/doc/ntp/scripts 6464OLD_DIRS+=usr/share/doc/ntp 6465OLD_FILES+=usr/share/examples/etc/ntp.conf 6466OLD_FILES+=usr/share/man/man1/sntp.1.gz 6467OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz 6468OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz 6469OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz 6470OLD_FILES+=usr/share/man/man8/ntpd.8.gz 6471OLD_FILES+=usr/share/man/man8/ntpdate.8.gz 6472OLD_FILES+=usr/share/man/man8/ntpdc.8.gz 6473OLD_FILES+=usr/share/man/man8/ntpq.8.gz 6474OLD_FILES+=usr/share/man/man8/ntptime.8.gz 6475.endif 6476 6477.if ${MK_OFED} == no 6478OLD_FILES+=etc/newsyslog.conf.d/opensm.conf 6479OLD_FILES+=etc/rc.d/opensm 6480OLD_FILES+=usr/bin/ibstat 6481OLD_FILES+=usr/bin/ibv_asyncwatch 6482OLD_FILES+=usr/bin/ibv_devices 6483OLD_FILES+=usr/bin/ibv_devinfo 6484OLD_FILES+=usr/bin/ibv_rc_pingpong 6485OLD_FILES+=usr/bin/ibv_srq_pingpong 6486OLD_FILES+=usr/bin/ibv_uc_pingpong 6487OLD_FILES+=usr/bin/ibv_ud_pingpong 6488OLD_FILES+=usr/bin/mckey 6489OLD_FILES+=usr/bin/rping 6490OLD_FILES+=usr/bin/ucmatose 6491OLD_FILES+=usr/bin/udaddy 6492OLD_FILES+=usr/include/infiniband/marshall.h 6493OLD_FILES+=usr/include/infiniband/kern-abi.h 6494OLD_FILES+=usr/include/infiniband/umad_sm.h 6495OLD_FILES+=usr/include/infiniband/umad.h 6496OLD_FILES+=usr/include/infiniband/arch.h 6497OLD_FILES+=usr/include/infiniband/verbs.h 6498OLD_FILES+=usr/include/infiniband/ib.h 6499OLD_FILES+=usr/include/infiniband/cm.h 6500OLD_FILES+=usr/include/infiniband/opcode.h 6501OLD_FILES+=usr/include/infiniband/ibnetdisc.h 6502OLD_FILES+=usr/include/infiniband/driver.h 6503OLD_FILES+=usr/include/infiniband/mad_osd.h 6504OLD_FILES+=usr/include/infiniband/umad_types.h 6505OLD_FILES+=usr/include/infiniband/umad_cm.h 6506OLD_FILES+=usr/include/infiniband/cm_abi.h 6507OLD_FILES+=usr/include/infiniband/sa-kern-abi.h 6508OLD_FILES+=usr/include/infiniband/ibnetdisc_osd.h 6509OLD_FILES+=usr/include/infiniband/opensm/osm_event_plugin.h 6510OLD_FILES+=usr/include/infiniband/opensm/osm_console_io.h 6511OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_cache.h 6512OLD_FILES+=usr/include/infiniband/opensm/osm_port.h 6513OLD_FILES+=usr/include/infiniband/opensm/osm_path.h 6514OLD_FILES+=usr/include/infiniband/opensm/osm_mtree.h 6515OLD_FILES+=usr/include/infiniband/opensm/osm_log.h 6516OLD_FILES+=usr/include/infiniband/opensm/osm_mcm_port.h 6517OLD_FILES+=usr/include/infiniband/opensm/osm_subnet.h 6518OLD_FILES+=usr/include/infiniband/opensm/osm_pkey.h 6519OLD_FILES+=usr/include/infiniband/opensm/osm_remote_sm.h 6520OLD_FILES+=usr/include/infiniband/opensm/osm_qos_policy.h 6521OLD_FILES+=usr/include/infiniband/opensm/osm_sm.h 6522OLD_FILES+=usr/include/infiniband/opensm/osm_node.h 6523OLD_FILES+=usr/include/infiniband/opensm/osm_mcast_mgr.h 6524OLD_FILES+=usr/include/infiniband/opensm/osm_madw.h 6525OLD_FILES+=usr/include/infiniband/opensm/osm_lid_mgr.h 6526OLD_FILES+=usr/include/infiniband/opensm/osm_congestion_control.h 6527OLD_FILES+=usr/include/infiniband/opensm/osm_port_profile.h 6528OLD_FILES+=usr/include/infiniband/opensm/osm_perfmgr.h 6529OLD_FILES+=usr/include/infiniband/opensm/osm_service.h 6530OLD_FILES+=usr/include/infiniband/opensm/osm_base.h 6531OLD_FILES+=usr/include/infiniband/opensm/osm_vl15intf.h 6532OLD_FILES+=usr/include/infiniband/opensm/st.h 6533OLD_FILES+=usr/include/infiniband/opensm/osm_attrib_req.h 6534OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_mgr.h 6535OLD_FILES+=usr/include/infiniband/opensm/osm_db.h 6536OLD_FILES+=usr/include/infiniband/opensm/osm_sa_mad_ctrl.h 6537OLD_FILES+=usr/include/infiniband/opensm/osm_db_pack.h 6538OLD_FILES+=usr/include/infiniband/opensm/osm_opensm.h 6539OLD_FILES+=usr/include/infiniband/opensm/osm_mesh.h 6540OLD_FILES+=usr/include/infiniband/opensm/osm_mcast_tbl.h 6541OLD_FILES+=usr/include/infiniband/opensm/osm_sm_mad_ctrl.h 6542OLD_FILES+=usr/include/infiniband/opensm/osm_stats.h 6543OLD_FILES+=usr/include/infiniband/opensm/osm_mad_pool.h 6544OLD_FILES+=usr/include/infiniband/opensm/osm_switch.h 6545OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_lash.h 6546OLD_FILES+=usr/include/infiniband/opensm/osm_errors.h 6547OLD_FILES+=usr/include/infiniband/opensm/osm_partition.h 6548OLD_FILES+=usr/include/infiniband/opensm/osm_prefix_route.h 6549OLD_FILES+=usr/include/infiniband/opensm/osm_helper.h 6550OLD_FILES+=usr/include/infiniband/opensm/osm_version.h 6551OLD_FILES+=usr/include/infiniband/opensm/osm_sa.h 6552OLD_FILES+=usr/include/infiniband/opensm/osm_config.h 6553OLD_FILES+=usr/include/infiniband/opensm/osm_multicast.h 6554OLD_FILES+=usr/include/infiniband/opensm/osm_file_ids.h 6555OLD_FILES+=usr/include/infiniband/opensm/osm_perfmgr_db.h 6556OLD_FILES+=usr/include/infiniband/opensm/osm_console.h 6557OLD_FILES+=usr/include/infiniband/opensm/osm_msgdef.h 6558OLD_FILES+=usr/include/infiniband/opensm/osm_router.h 6559OLD_FILES+=usr/include/infiniband/opensm/osm_guid.h 6560OLD_FILES+=usr/include/infiniband/opensm/osm_inform.h 6561OLD_DIRS+=usr/include/infiniband/opensm 6562OLD_FILES+=usr/include/infiniband/iba/ib_types.h 6563OLD_FILES+=usr/include/infiniband/iba/ib_cm_types.h 6564OLD_DIRS+=usr/include/infiniband/iba 6565OLD_FILES+=usr/include/infiniband/umad_str.h 6566OLD_FILES+=usr/include/infiniband/udma_barrier.h 6567OLD_FILES+=usr/include/infiniband/umad_sa.h 6568OLD_FILES+=usr/include/infiniband/mad.h 6569OLD_FILES+=usr/include/infiniband/sa.h 6570OLD_FILES+=usr/include/infiniband/byteorder.h 6571OLD_FILES+=usr/include/infiniband/types.h 6572OLD_FILES+=usr/include/infiniband/byteswap.h 6573OLD_FILES+=usr/include/infiniband/vendor/osm_pkt_randomizer.h 6574OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_rmpp_ctx.h 6575OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl_hca_guid.h 6576OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_txn.h 6577OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx.h 6578OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_svc.h 6579OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_test.h 6580OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_inout.h 6581OLD_FILES+=usr/include/infiniband/vendor/osm_mtl_bind.h 6582OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_hca.h 6583OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_sa_api.h 6584OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_sender.h 6585OLD_FILES+=usr/include/infiniband/vendor/osm_vendor.h 6586OLD_FILES+=usr/include/infiniband/vendor/osm_umadt.h 6587OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl_transaction_mgr.h 6588OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_defs.h 6589OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_dispatcher.h 6590OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_api.h 6591OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl.h 6592OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_transport.h 6593OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_al.h 6594OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_sar.h 6595OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_umadt.h 6596OLD_FILES+=usr/include/infiniband/vendor/osm_ts_useraccess.h 6597OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_ts.h 6598OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_transport_anafa.h 6599OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_ibumad.h 6600OLD_DIRS+=usr/include/infiniband/vendor 6601OLD_FILES+=usr/include/infiniband/endian.h 6602OLD_FILES+=usr/include/infiniband/complib/cl_byteswap.h 6603OLD_FILES+=usr/include/infiniband/complib/cl_types.h 6604OLD_FILES+=usr/include/infiniband/complib/cl_map.h 6605OLD_FILES+=usr/include/infiniband/complib/cl_packon.h 6606OLD_FILES+=usr/include/infiniband/complib/cl_timer.h 6607OLD_FILES+=usr/include/infiniband/complib/cl_thread_osd.h 6608OLD_FILES+=usr/include/infiniband/complib/cl_thread.h 6609OLD_FILES+=usr/include/infiniband/complib/cl_event.h 6610OLD_FILES+=usr/include/infiniband/complib/cl_byteswap_osd.h 6611OLD_FILES+=usr/include/infiniband/complib/cl_passivelock.h 6612OLD_FILES+=usr/include/infiniband/complib/cl_vector.h 6613OLD_FILES+=usr/include/infiniband/complib/cl_nodenamemap.h 6614OLD_FILES+=usr/include/infiniband/complib/cl_event_wheel.h 6615OLD_FILES+=usr/include/infiniband/complib/cl_log.h 6616OLD_FILES+=usr/include/infiniband/complib/cl_fleximap.h 6617OLD_FILES+=usr/include/infiniband/complib/cl_qlist.h 6618OLD_FILES+=usr/include/infiniband/complib/cl_timer_osd.h 6619OLD_FILES+=usr/include/infiniband/complib/cl_pool.h 6620OLD_FILES+=usr/include/infiniband/complib/cl_debug.h 6621OLD_FILES+=usr/include/infiniband/complib/cl_types_osd.h 6622OLD_FILES+=usr/include/infiniband/complib/cl_dispatcher.h 6623OLD_FILES+=usr/include/infiniband/complib/cl_ptr_vector.h 6624OLD_FILES+=usr/include/infiniband/complib/cl_atomic_osd.h 6625OLD_FILES+=usr/include/infiniband/complib/cl_qmap.h 6626OLD_FILES+=usr/include/infiniband/complib/cl_spinlock_osd.h 6627OLD_FILES+=usr/include/infiniband/complib/cl_qcomppool.h 6628OLD_FILES+=usr/include/infiniband/complib/cl_threadpool.h 6629OLD_FILES+=usr/include/infiniband/complib/cl_list.h 6630OLD_FILES+=usr/include/infiniband/complib/cl_debug_osd.h 6631OLD_FILES+=usr/include/infiniband/complib/cl_packoff.h 6632OLD_FILES+=usr/include/infiniband/complib/cl_qpool.h 6633OLD_FILES+=usr/include/infiniband/complib/cl_spinlock.h 6634OLD_FILES+=usr/include/infiniband/complib/cl_event_osd.h 6635OLD_FILES+=usr/include/infiniband/complib/cl_atomic.h 6636OLD_FILES+=usr/include/infiniband/complib/cl_math.h 6637OLD_FILES+=usr/include/infiniband/complib/cl_comppool.h 6638OLD_DIRS+=usr/include/infiniband/complib 6639OLD_DIRS+=usr/include/infiniband 6640OLD_FILES+=usr/lib/libcxgb4.a 6641OLD_FILES+=usr/lib/libcxgb4.so 6642OLD_LIBS+=usr/lib/libcxgb4.so.1 6643OLD_FILES+=usr/lib/libibcm.a 6644OLD_FILES+=usr/lib/libibcm.so 6645OLD_LIBS+=usr/lib/libibcm.so.1 6646OLD_FILES+=usr/lib/libibmad.a 6647OLD_FILES+=usr/lib/libibmad.so 6648OLD_LIBS+=usr/lib/libibmad.so.5 6649OLD_FILES+=usr/lib/libibnetdisc.a 6650OLD_FILES+=usr/lib/libibnetdisc.so 6651OLD_LIBS+=usr/lib/libibnetdisc.so.5 6652OLD_FILES+=usr/lib/libibumad.a 6653OLD_FILES+=usr/lib/libibumad.so 6654OLD_LIBS+=usr/lib/libibumad.so.1 6655OLD_FILES+=usr/lib/libibverbs.a 6656OLD_FILES+=usr/lib/libibverbs.so 6657OLD_LIBS+=lib/libibverbs.so.1 6658OLD_FILES+=usr/lib/libmlx4.a 6659OLD_FILES+=usr/lib/libmlx4.so 6660OLD_LIBS+=usr/lib/libmlx4.so.1 6661OLD_FILES+=usr/lib/libmlx5.a 6662OLD_FILES+=usr/lib/libmlx5.so 6663OLD_LIBS+=lib/libmlx5.so.1 6664OLD_FILES+=usr/lib/libopensm.a 6665OLD_FILES+=usr/lib/libopensm.so 6666OLD_LIBS+=usr/lib/libopensm.so.5 6667OLD_FILES+=usr/lib/libosmcomp.a 6668OLD_FILES+=usr/lib/libosmcomp.so 6669OLD_LIBS+=usr/lib/libosmcomp.so.3 6670OLD_FILES+=usr/lib/libosmvendor.a 6671OLD_FILES+=usr/lib/libosmvendor.so 6672OLD_LIBS+=usr/lib/libosmvendor.so.4 6673OLD_FILES+=usr/lib/librdmacm.a 6674OLD_FILES+=usr/lib/librdmacm.so 6675OLD_LIBS+=usr/lib/librdmacm.so.1 6676OLD_FILES+=usr/share/man/man1/ibv_asyncwatch.1.gz 6677OLD_FILES+=usr/share/man/man1/ibv_devices.1.gz 6678OLD_FILES+=usr/share/man/man1/ibv_devinfo.1.gz 6679OLD_FILES+=usr/share/man/man1/ibv_rc_pingpong.1.gz 6680OLD_FILES+=usr/share/man/man1/ibv_srq_pingpong.1.gz 6681OLD_FILES+=usr/share/man/man1/ibv_uc_pingpong.1.gz 6682OLD_FILES+=usr/share/man/man1/ibv_ud_pingpong.1.gz 6683OLD_FILES+=usr/share/man/man1/mckey.1.gz 6684OLD_FILES+=usr/share/man/man1/rping.1.gz 6685OLD_FILES+=usr/share/man/man1/ucmatose.1.gz 6686OLD_FILES+=usr/share/man/man1/udaddy.1.gz 6687OLD_FILES+=usr/share/man/man3/ibnd_debug.3.gz 6688OLD_FILES+=usr/share/man/man3/ibnd_destroy_fabric.3.gz 6689OLD_FILES+=usr/share/man/man3/ibnd_discover_fabric.3.gz 6690OLD_FILES+=usr/share/man/man3/ibnd_find_node_dr.3.gz 6691OLD_FILES+=usr/share/man/man3/ibnd_find_node_guid.3.gz 6692OLD_FILES+=usr/share/man/man3/ibnd_iter_nodes.3.gz 6693OLD_FILES+=usr/share/man/man3/ibnd_iter_nodes_type.3.gz 6694OLD_FILES+=usr/share/man/man3/ibnd_show_progress.3.gz 6695OLD_FILES+=usr/share/man/man3/ibv_alloc_mw.3.gz 6696OLD_FILES+=usr/share/man/man3/ibv_alloc_pd.3.gz 6697OLD_FILES+=usr/share/man/man3/ibv_attach_mcast.3.gz 6698OLD_FILES+=usr/share/man/man3/ibv_bind_mw.3.gz 6699OLD_FILES+=usr/share/man/man3/ibv_create_ah.3.gz 6700OLD_FILES+=usr/share/man/man3/ibv_create_ah_from_wc.3.gz 6701OLD_FILES+=usr/share/man/man3/ibv_create_comp_channel.3.gz 6702OLD_FILES+=usr/share/man/man3/ibv_create_cq.3.gz 6703OLD_FILES+=usr/share/man/man3/ibv_create_cq_ex.3.gz 6704OLD_FILES+=usr/share/man/man3/ibv_create_flow.3.gz 6705OLD_FILES+=usr/share/man/man3/ibv_create_qp.3.gz 6706OLD_FILES+=usr/share/man/man3/ibv_create_qp_ex.3.gz 6707OLD_FILES+=usr/share/man/man3/ibv_create_rwq_ind_table.3.gz 6708OLD_FILES+=usr/share/man/man3/ibv_create_srq.3.gz 6709OLD_FILES+=usr/share/man/man3/ibv_create_srq_ex.3.gz 6710OLD_FILES+=usr/share/man/man3/ibv_create_wq.3.gz 6711OLD_FILES+=usr/share/man/man3/ibv_event_type_str.3.gz 6712OLD_FILES+=usr/share/man/man3/ibv_fork_init.3.gz 6713OLD_FILES+=usr/share/man/man3/ibv_get_async_event.3.gz 6714OLD_FILES+=usr/share/man/man3/ibv_get_cq_event.3.gz 6715OLD_FILES+=usr/share/man/man3/ibv_get_device_guid.3.gz 6716OLD_FILES+=usr/share/man/man3/ibv_get_device_list.3.gz 6717OLD_FILES+=usr/share/man/man3/ibv_get_device_name.3.gz 6718OLD_FILES+=usr/share/man/man3/ibv_get_srq_num.3.gz 6719OLD_FILES+=usr/share/man/man3/ibv_inc_rkey.3.gz 6720OLD_FILES+=usr/share/man/man3/ibv_modify_qp.3.gz 6721OLD_FILES+=usr/share/man/man3/ibv_modify_srq.3.gz 6722OLD_FILES+=usr/share/man/man3/ibv_modify_wq.3.gz 6723OLD_FILES+=usr/share/man/man3/ibv_open_device.3.gz 6724OLD_FILES+=usr/share/man/man3/ibv_open_qp.3.gz 6725OLD_FILES+=usr/share/man/man3/ibv_open_xrcd.3.gz 6726OLD_FILES+=usr/share/man/man3/ibv_poll_cq.3.gz 6727OLD_FILES+=usr/share/man/man3/ibv_post_recv.3.gz 6728OLD_FILES+=usr/share/man/man3/ibv_post_send.3.gz 6729OLD_FILES+=usr/share/man/man3/ibv_post_srq_recv.3.gz 6730OLD_FILES+=usr/share/man/man3/ibv_query_device.3.gz 6731OLD_FILES+=usr/share/man/man3/ibv_query_device_ex.3.gz 6732OLD_FILES+=usr/share/man/man3/ibv_query_gid.3.gz 6733OLD_FILES+=usr/share/man/man3/ibv_query_pkey.3.gz 6734OLD_FILES+=usr/share/man/man3/ibv_query_port.3.gz 6735OLD_FILES+=usr/share/man/man3/ibv_query_qp.3.gz 6736OLD_FILES+=usr/share/man/man3/ibv_query_rt_values_ex.3.gz 6737OLD_FILES+=usr/share/man/man3/ibv_query_srq.3.gz 6738OLD_FILES+=usr/share/man/man3/ibv_rate_to_mbps.3.gz 6739OLD_FILES+=usr/share/man/man3/ibv_rate_to_mult.3.gz 6740OLD_FILES+=usr/share/man/man3/ibv_reg_mr.3.gz 6741OLD_FILES+=usr/share/man/man3/ibv_req_notify_cq.3.gz 6742OLD_FILES+=usr/share/man/man3/ibv_rereg_mr.3.gz 6743OLD_FILES+=usr/share/man/man3/ibv_resize_cq.3.gz 6744OLD_FILES+=usr/share/man/man3/rdma_accept.3.gz 6745OLD_FILES+=usr/share/man/man3/rdma_ack_cm_event.3.gz 6746OLD_FILES+=usr/share/man/man3/rdma_bind_addr.3.gz 6747OLD_FILES+=usr/share/man/man3/rdma_connect.3.gz 6748OLD_FILES+=usr/share/man/man3/rdma_create_ep.3.gz 6749OLD_FILES+=usr/share/man/man3/rdma_create_event_channel.3.gz 6750OLD_FILES+=usr/share/man/man3/rdma_create_id.3.gz 6751OLD_FILES+=usr/share/man/man3/rdma_create_qp.3.gz 6752OLD_FILES+=usr/share/man/man3/rdma_create_srq.3.gz 6753OLD_FILES+=usr/share/man/man3/rdma_dereg_mr.3.gz 6754OLD_FILES+=usr/share/man/man3/rdma_destroy_ep.3.gz 6755OLD_FILES+=usr/share/man/man3/rdma_destroy_event_channel.3.gz 6756OLD_FILES+=usr/share/man/man3/rdma_destroy_id.3.gz 6757OLD_FILES+=usr/share/man/man3/rdma_destroy_qp.3.gz 6758OLD_FILES+=usr/share/man/man3/rdma_destroy_srq.3.gz 6759OLD_FILES+=usr/share/man/man3/rdma_disconnect.3.gz 6760OLD_FILES+=usr/share/man/man3/rdma_event_str.3.gz 6761OLD_FILES+=usr/share/man/man3/rdma_free_devices.3.gz 6762OLD_FILES+=usr/share/man/man3/rdma_get_cm_event.3.gz 6763OLD_FILES+=usr/share/man/man3/rdma_get_devices.3.gz 6764OLD_FILES+=usr/share/man/man3/rdma_get_dst_port.3.gz 6765OLD_FILES+=usr/share/man/man3/rdma_get_local_addr.3.gz 6766OLD_FILES+=usr/share/man/man3/rdma_get_peer_addr.3.gz 6767OLD_FILES+=usr/share/man/man3/rdma_get_recv_comp.3.gz 6768OLD_FILES+=usr/share/man/man3/rdma_get_request.3.gz 6769OLD_FILES+=usr/share/man/man3/rdma_get_send_comp.3.gz 6770OLD_FILES+=usr/share/man/man3/rdma_get_src_port.3.gz 6771OLD_FILES+=usr/share/man/man3/rdma_getaddrinfo.3.gz 6772OLD_FILES+=usr/share/man/man3/rdma_join_multicast.3.gz 6773OLD_FILES+=usr/share/man/man3/rdma_leave_multicast.3.gz 6774OLD_FILES+=usr/share/man/man3/rdma_listen.3.gz 6775OLD_FILES+=usr/share/man/man3/rdma_migrate_id.3.gz 6776OLD_FILES+=usr/share/man/man3/rdma_notify.3.gz 6777OLD_FILES+=usr/share/man/man3/rdma_post_read.3.gz 6778OLD_FILES+=usr/share/man/man3/rdma_post_readv.3.gz 6779OLD_FILES+=usr/share/man/man3/rdma_post_recv.3.gz 6780OLD_FILES+=usr/share/man/man3/rdma_post_recvv.3.gz 6781OLD_FILES+=usr/share/man/man3/rdma_post_send.3.gz 6782OLD_FILES+=usr/share/man/man3/rdma_post_sendv.3.gz 6783OLD_FILES+=usr/share/man/man3/rdma_post_ud_send.3.gz 6784OLD_FILES+=usr/share/man/man3/rdma_post_write.3.gz 6785OLD_FILES+=usr/share/man/man3/rdma_post_writev.3.gz 6786OLD_FILES+=usr/share/man/man3/rdma_reg_msgs.3.gz 6787OLD_FILES+=usr/share/man/man3/rdma_reg_read.3.gz 6788OLD_FILES+=usr/share/man/man3/rdma_reg_write.3.gz 6789OLD_FILES+=usr/share/man/man3/rdma_reject.3.gz 6790OLD_FILES+=usr/share/man/man3/rdma_resolve_addr.3.gz 6791OLD_FILES+=usr/share/man/man3/rdma_resolve_route.3.gz 6792OLD_FILES+=usr/share/man/man3/rdma_set_option.3.gz 6793OLD_FILES+=usr/share/man/man4/mlx4ib.4.gz 6794OLD_FILES+=usr/share/man/man4/mlx5ib.4.gz 6795OLD_FILES+=usr/share/man/man8/ibstat.8.gz 6796.endif 6797 6798.if ${MK_OFED_EXTRA} == no 6799OLD_FILES+=etc/rc.d/opensm 6800OLD_FILES+=usr/bin/dump_fts 6801OLD_FILES+=usr/bin/ibaddr 6802OLD_FILES+=usr/bin/ibcacheedit 6803OLD_FILES+=usr/bin/ibccconfig 6804OLD_FILES+=usr/bin/ibccquery 6805OLD_FILES+=usr/bin/iblinkinfo 6806OLD_FILES+=usr/bin/ibmirror 6807OLD_FILES+=usr/bin/ibnetdiscover 6808OLD_FILES+=usr/bin/ibping 6809OLD_FILES+=usr/bin/ibportstate 6810OLD_FILES+=usr/bin/ibqueryerrors 6811OLD_FILES+=usr/bin/ibroute 6812OLD_FILES+=usr/bin/ibsysstat 6813OLD_FILES+=usr/bin/ibtracert 6814OLD_FILES+=usr/bin/opensm 6815OLD_FILES+=usr/bin/perfquery 6816OLD_FILES+=usr/bin/saquery 6817OLD_FILES+=usr/bin/sminfo 6818OLD_FILES+=usr/bin/smpdump 6819OLD_FILES+=usr/bin/smpquery 6820OLD_FILES+=usr/bin/vendstat 6821OLD_FILES+=usr/share/man/man8/dump_fts.8.gz 6822OLD_FILES+=usr/share/man/man8/ibaddr.8.gz 6823OLD_FILES+=usr/share/man/man8/ibcacheedit.8.gz 6824OLD_FILES+=usr/share/man/man8/ibccconfig.8.gz 6825OLD_FILES+=usr/share/man/man8/ibccquery.8.gz 6826OLD_FILES+=usr/share/man/man8/iblinkinfo.8.gz 6827OLD_FILES+=usr/share/man/man8/ibnetdiscover.8.gz 6828OLD_FILES+=usr/share/man/man8/ibping.8.gz 6829OLD_FILES+=usr/share/man/man8/ibportstate.8.gz 6830OLD_FILES+=usr/share/man/man8/ibqueryerrors.8.gz 6831OLD_FILES+=usr/share/man/man8/ibroute.8.gz 6832OLD_FILES+=usr/share/man/man8/ibsysstat.8.gz 6833OLD_FILES+=usr/share/man/man8/ibtracert.8.gz 6834OLD_FILES+=usr/share/man/man8/opensm.8.gz 6835OLD_FILES+=usr/share/man/man8/perfquery.8.gz 6836OLD_FILES+=usr/share/man/man8/saquery.8.gz 6837OLD_FILES+=usr/share/man/man8/sminfo.8.gz 6838OLD_FILES+=usr/share/man/man8/smpdump.8.gz 6839OLD_FILES+=usr/share/man/man8/smpquery.8.gz 6840OLD_FILES+=usr/share/man/man8/vendstat.8.gz 6841.endif 6842 6843.if ${MK_OPENMP} == no 6844OLD_FILES+=usr/include/omp.h 6845OLD_FILES+=usr/lib/libgomp.so 6846OLD_LIBS+=usr/lib/libomp.so 6847.endif 6848 6849.if ${MK_OPENSSH} == no 6850OLD_FILES+=etc/rc.d/sshd 6851OLD_FILES+=etc/ssh/moduli 6852OLD_FILES+=etc/ssh/ssh_config 6853OLD_FILES+=etc/ssh/sshd_config 6854OLD_DIRS+=etc/ssh 6855OLD_FILES+=usr/bin/scp 6856OLD_FILES+=usr/bin/sftp 6857OLD_FILES+=usr/bin/slogin 6858OLD_FILES+=usr/bin/ssh 6859OLD_FILES+=usr/bin/ssh-add 6860OLD_FILES+=usr/bin/ssh-agent 6861OLD_FILES+=usr/bin/ssh-copy-id 6862OLD_FILES+=usr/bin/ssh-keygen 6863OLD_FILES+=usr/bin/ssh-keyscan 6864OLD_FILES+=usr/lib/libprivatecbor.a 6865OLD_FILES+=usr/lib/libprivatecbor.so 6866OLD_LIBS+=usr/lib/libprivatecbor.so.5 6867OLD_FILES+=/usr/lib/libprivatefido2.a 6868OLD_FILES+=/usr/lib/libprivatefido2.so 6869OLD_LIBS+=/usr/lib/libprivatefido2.so.5 6870OLD_FILES+=usr/lib/pam_ssh.so 6871OLD_LIBS+=usr/lib/pam_ssh.so.6 6872OLD_FILES+=usr/lib/libprivatessh.a 6873OLD_FILES+=usr/lib/libprivatessh.so 6874OLD_LIBS+=usr/lib/libprivatessh.so.5 6875OLD_FILES+=usr/libexec/sftp-server 6876OLD_FILES+=usr/libexec/ssh-keysign 6877OLD_FILES+=usr/libexec/ssh-pkcs11-helper 6878OLD_FILES+=usr/libexec/ssh-sk-helper 6879OLD_FILES+=usr/sbin/sshd 6880OLD_FILES+=usr/share/man/man1/scp.1.gz 6881OLD_FILES+=usr/share/man/man1/sftp.1.gz 6882OLD_FILES+=usr/share/man/man1/slogin.1.gz 6883OLD_FILES+=usr/share/man/man1/ssh-add.1.gz 6884OLD_FILES+=usr/share/man/man1/ssh-agent.1.gz 6885OLD_FILES+=usr/share/man/man1/ssh-copy-id.1.gz 6886OLD_FILES+=usr/share/man/man1/ssh-keygen.1.gz 6887OLD_FILES+=usr/share/man/man1/ssh-keyscan.1.gz 6888OLD_FILES+=usr/share/man/man1/ssh.1.gz 6889OLD_FILES+=usr/share/man/man5/ssh_config.5.gz 6890OLD_FILES+=usr/share/man/man5/sshd_config.5.gz 6891OLD_FILES+=usr/share/man/man8/pam_ssh.8.gz 6892OLD_FILES+=usr/share/man/man8/sftp-server.8.gz 6893OLD_FILES+=usr/share/man/man8/ssh-keysign.8.gz 6894OLD_FILES+=usr/share/man/man8/ssh-pkcs11-helper.8.gz 6895OLD_FILES+=usr/share/man/man8/ssh-sk-helper.8.gz 6896OLD_FILES+=usr/share/man/man8/sshd.8.gz 6897.endif 6898 6899.if ${MK_OPENSSL} == no 6900OLD_FILES+=etc/rc.d/keyserv 6901.endif 6902 6903.if ${MK_PF} == no 6904OLD_FILES+=etc/newsyslog.conf.d/pf.conf 6905OLD_FILES+=etc/periodic/security/520.pfdenied 6906OLD_FILES+=etc/pf.os 6907OLD_FILES+=etc/rc.d/ftp-proxy 6908OLD_FILES+=etc/rc.d/pf 6909OLD_FILES+=etc/rc.d/pflog 6910OLD_FILES+=etc/rc.d/pfsync 6911OLD_FILES+=sbin/pfctl 6912OLD_FILES+=sbin/pflogd 6913OLD_FILES+=usr/include/netpfil/pf/pf.h 6914OLD_FILES+=usr/include/netpfil/pf/pf_altq.h 6915OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h 6916OLD_FILES+=usr/lib/snmp_pf.so 6917OLD_LIBS+=usr/lib/snmp_pf.so.6 6918OLD_FILES+=usr/libexec/tftp-proxy 6919OLD_FILES+=usr/sbin/ftp-proxy 6920OLD_FILES+=usr/share/examples/etc/pf.os 6921OLD_FILES+=usr/share/examples/pf/ackpri 6922OLD_FILES+=usr/share/examples/pf/faq-example1 6923OLD_FILES+=usr/share/examples/pf/faq-example2 6924OLD_FILES+=usr/share/examples/pf/faq-example3 6925OLD_FILES+=usr/share/examples/pf/pf.conf 6926OLD_FILES+=usr/share/examples/pf/queue1 6927OLD_FILES+=usr/share/examples/pf/queue2 6928OLD_FILES+=usr/share/examples/pf/queue3 6929OLD_FILES+=usr/share/examples/pf/queue4 6930OLD_FILES+=usr/share/examples/pf/spamd 6931OLD_DIRS+=usr/share/examples/pf 6932OLD_FILES+=usr/share/man/man4/pf.4.gz 6933OLD_FILES+=usr/share/man/man4/pflog.4.gz 6934OLD_FILES+=usr/share/man/man4/pfsync.4.gz 6935OLD_FILES+=usr/share/man/man5/pf.conf.5.gz 6936OLD_FILES+=usr/share/man/man5/pf.os.5.gz 6937OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz 6938OLD_FILES+=usr/share/man/man8/pfctl.8.gz 6939OLD_FILES+=usr/share/man/man8/pflogd.8.gz 6940OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz 6941OLD_FILES+=usr/share/snmp/defs/pf_tree.def 6942OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt 6943.endif 6944 6945.if ${MK_PKGCONF} == no 6946OLD_FILES+=usr/bin/bomtool 6947OLD_FILES+=usr/bin/pkgconf 6948OLD_FILES+=usr/include/pkgconf/bsdstubs.h 6949OLD_FILES+=usr/include/pkgconf/iter.h 6950OLD_FILES+=usr/include/pkgconf/libpkgconf-api.h 6951OLD_FILES+=usr/include/pkgconf/libpkgconf.h 6952OLD_FILES+=usr/include/pkgconf/stdinc.h 6953OLD_DIRS+=usr/include/pkgconf 6954OLD_LIBS+=usr/lib/libprivatepkgconf.so 6955OLD_LIBS+=usr/lib/libprivatepkgconf.so.5 6956OLD_FILES+=usr/share/man/man1/bomtool.1.gz 6957OLD_FILES+=usr/share/man/man1/pkgconf.1.gz 6958OLD_FILES+=usr/share/man/man5/pc.5.gz 6959OLD_FILES+=usr/share/man/man5/pkgconf-personality.5.gz 6960OLD_FILES+=usr/share/man/man7/pkg.m4.7.gz 6961.endif 6962 6963.if ${MK_PKGSERVE} == no 6964OLD_FILES+=usr/libexec/pkg-serve 6965OLD_FILES+=usr/share/man/man8/pkg-serve.8.gz 6966.endif 6967 6968.if ${MK_PKGBOOTSTRAP} == no 6969OLD_FILES+=usr/sbin/pkg 6970OLD_FILES+=usr/share/man/man7/pkg.7.gz 6971.endif 6972 6973.if ${MK_PMC} == no 6974OLD_FILES+=usr/bin/pmcstudy 6975.if ${TARGET_ARCH} == "amd64" 6976OLD_FILES+=usr/include/libipt/pt_last_ip.h 6977OLD_FILES+=usr/include/libipt/intel-pt.h 6978OLD_FILES+=usr/include/libipt/pt_time.h 6979OLD_FILES+=usr/include/libipt/pt_cpu.h 6980OLD_FILES+=usr/include/libipt/pt_compiler.h 6981OLD_DIRS+=usr/include/libipt 6982.endif 6983.if ${TARGET_ARCH} == "aarch64" 6984OLD_FILES+=usr/include/opencsd/c_api/opencsd_c_api.h 6985OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_cust_impl.h 6986OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_types.h 6987OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_cust_fact.h 6988OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_custom.h 6989OLD_DIRS+=usr/include/opencsd/c_api 6990OLD_FILES+=usr/include/opencsd/ocsd_if_types.h 6991OLD_FILES+=usr/include/opencsd/ptm/trc_dcd_mngr_ptm.h 6992OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_proc_ptm.h 6993OLD_FILES+=usr/include/opencsd/ptm/trc_cmp_cfg_ptm.h 6994OLD_FILES+=usr/include/opencsd/ptm/ptm_decoder.h 6995OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_elem_ptm.h 6996OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_decode_ptm.h 6997OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_types_ptm.h 6998OLD_DIRS+=usr/include/opencsd/ptm 6999OLD_FILES+=usr/include/opencsd/trc_gen_elem_types.h 7000OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_proc_etmv4.h 7001OLD_FILES+=usr/include/opencsd/etmv4/trc_etmv4_stack_elem.h 7002OLD_FILES+=usr/include/opencsd/etmv4/etmv4_decoder.h 7003OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4i.h 7004OLD_FILES+=usr/include/opencsd/etmv4/trc_dcd_mngr_etmv4i.h 7005OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_types_etmv4.h 7006OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4d.h 7007OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_decode_etmv4i.h 7008OLD_FILES+=usr/include/opencsd/etmv4/trc_cmp_cfg_etmv4.h 7009OLD_DIRS+=usr/include/opencsd/etmv4 7010OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_decode_etmv3.h 7011OLD_FILES+=usr/include/opencsd/etmv3/trc_cmp_cfg_etmv3.h 7012OLD_FILES+=usr/include/opencsd/etmv3/etmv3_decoder.h 7013OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_proc_etmv3.h 7014OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_elem_etmv3.h 7015OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_types_etmv3.h 7016OLD_FILES+=usr/include/opencsd/etmv3/trc_dcd_mngr_etmv3.h 7017OLD_DIRS+=usr/include/opencsd/etmv3 7018OLD_FILES+=usr/include/opencsd/trc_pkt_types.h 7019OLD_FILES+=usr/include/opencsd/stm/trc_pkt_proc_stm.h 7020OLD_FILES+=usr/include/opencsd/stm/trc_pkt_types_stm.h 7021OLD_FILES+=usr/include/opencsd/stm/stm_decoder.h 7022OLD_FILES+=usr/include/opencsd/stm/trc_dcd_mngr_stm.h 7023OLD_FILES+=usr/include/opencsd/stm/trc_cmp_cfg_stm.h 7024OLD_FILES+=usr/include/opencsd/stm/trc_pkt_elem_stm.h 7025OLD_FILES+=usr/include/opencsd/stm/trc_pkt_decode_stm.h 7026OLD_DIRS+=usr/include/opencsd/stm 7027OLD_DIRS+=usr/include/opencsd 7028.endif 7029OLD_FILES+=usr/include/pmc.h 7030OLD_FILES+=usr/include/pmclog.h 7031OLD_FILES+=usr/include/pmcformat.h 7032OLD_FILES+=usr/include/libpmcstat.h 7033.if ${TARGET_ARCH} == "amd64" 7034OLD_FILES+=usr/lib/libipt.a 7035OLD_FILES+=usr/lib/libipt.so 7036OLD_LIBS+=lib/libipt.so.0 7037.endif 7038.if ${TARGET_ARCH} == "aarch64" 7039OLD_FILES+=usr/lib/libopencsd.a 7040OLD_FILES+=usr/lib/libopencsd.so 7041OLD_LIBS+=lib/libopencsd.so.0 7042.endif 7043OLD_FILES+=usr/lib/libpmc.a 7044OLD_FILES+=usr/lib/libpmc.so 7045OLD_LIBS+=usr/lib/libpmc.so.5 7046OLD_FILES+=usr/sbin/pmc 7047OLD_FILES+=usr/sbin/pmcannotate 7048OLD_FILES+=usr/sbin/pmccontrol 7049OLD_FILES+=usr/sbin/pmcstat 7050OLD_FILES+=usr/share/man/man3/pmc.3.gz 7051OLD_FILES+=usr/share/man/man3/pmc.amd.3.gz 7052OLD_FILES+=usr/share/man/man3/pmc.atom.3.gz 7053OLD_FILES+=usr/share/man/man3/pmc.atomsilvermont.3.gz 7054OLD_FILES+=usr/share/man/man3/pmc.core.3.gz 7055OLD_FILES+=usr/share/man/man3/pmc.core2.3.gz 7056OLD_FILES+=usr/share/man/man3/pmc.corei7.3.gz 7057OLD_FILES+=usr/share/man/man3/pmc.corei7uc.3.gz 7058OLD_FILES+=usr/share/man/man3/pmc.haswell.3.gz 7059OLD_FILES+=usr/share/man/man3/pmc.haswelluc.3.gz 7060OLD_FILES+=usr/share/man/man3/pmc.haswellxeon.3.gz 7061OLD_FILES+=usr/share/man/man3/pmc.iaf.3.gz 7062OLD_FILES+=usr/share/man/man3/pmc.ivybridge.3.gz 7063OLD_FILES+=usr/share/man/man3/pmc.ivybridgexeon.3.gz 7064OLD_FILES+=usr/share/man/man3/pmc.k8.3.gz 7065OLD_FILES+=usr/share/man/man3/pmc.sandybridge.3.gz 7066OLD_FILES+=usr/share/man/man3/pmc.sandybridgeuc.3.gz 7067OLD_FILES+=usr/share/man/man3/pmc.sandybridgexeon.3.gz 7068OLD_FILES+=usr/share/man/man3/pmc.soft.3.gz 7069OLD_FILES+=usr/share/man/man3/pmc.tsc.3.gz 7070OLD_FILES+=usr/share/man/man3/pmc.ucf.3.gz 7071OLD_FILES+=usr/share/man/man3/pmc.westmere.3.gz 7072OLD_FILES+=usr/share/man/man3/pmc.westmereuc.3.gz 7073OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz 7074OLD_FILES+=usr/share/man/man3/pmc_allocate.3.gz 7075OLD_FILES+=usr/share/man/man3/pmc_attach.3.gz 7076OLD_FILES+=usr/share/man/man3/pmc_capabilities.3.gz 7077OLD_FILES+=usr/share/man/man3/pmc_configure_logfile.3.gz 7078OLD_FILES+=usr/share/man/man3/pmc_cpuinfo.3.gz 7079OLD_FILES+=usr/share/man/man3/pmc_detach.3.gz 7080OLD_FILES+=usr/share/man/man3/pmc_disable.3.gz 7081OLD_FILES+=usr/share/man/man3/pmc_enable.3.gz 7082OLD_FILES+=usr/share/man/man3/pmc_event_names_of_class.3.gz 7083OLD_FILES+=usr/share/man/man3/pmc_flush_logfile.3.gz 7084OLD_FILES+=usr/share/man/man3/pmc_get_driver_stats.3.gz 7085OLD_FILES+=usr/share/man/man3/pmc_get_msr.3.gz 7086OLD_FILES+=usr/share/man/man3/pmc_init.3.gz 7087OLD_FILES+=usr/share/man/man3/pmc_name_of_capability.3.gz 7088OLD_FILES+=usr/share/man/man3/pmc_name_of_class.3.gz 7089OLD_FILES+=usr/share/man/man3/pmc_name_of_cputype.3.gz 7090OLD_FILES+=usr/share/man/man3/pmc_name_of_disposition.3.gz 7091OLD_FILES+=usr/share/man/man3/pmc_name_of_event.3.gz 7092OLD_FILES+=usr/share/man/man3/pmc_name_of_mode.3.gz 7093OLD_FILES+=usr/share/man/man3/pmc_name_of_state.3.gz 7094OLD_FILES+=usr/share/man/man3/pmc_ncpu.3.gz 7095OLD_FILES+=usr/share/man/man3/pmc_npmc.3.gz 7096OLD_FILES+=usr/share/man/man3/pmc_pmcinfo.3.gz 7097OLD_FILES+=usr/share/man/man3/pmc_read.3.gz 7098OLD_FILES+=usr/share/man/man3/pmc_release.3.gz 7099OLD_FILES+=usr/share/man/man3/pmc_rw.3.gz 7100OLD_FILES+=usr/share/man/man3/pmc_set.3.gz 7101OLD_FILES+=usr/share/man/man3/pmc_start.3.gz 7102OLD_FILES+=usr/share/man/man3/pmc_stop.3.gz 7103OLD_FILES+=usr/share/man/man3/pmc_width.3.gz 7104OLD_FILES+=usr/share/man/man3/pmc_write.3.gz 7105OLD_FILES+=usr/share/man/man3/pmc_writelog.3.gz 7106OLD_FILES+=usr/share/man/man3/pmclog.3.gz 7107OLD_FILES+=usr/share/man/man3/pmclog_close.3.gz 7108OLD_FILES+=usr/share/man/man3/pmclog_feed.3.gz 7109OLD_FILES+=usr/share/man/man3/pmclog_open.3.gz 7110OLD_FILES+=usr/share/man/man3/pmclog_read.3.gz 7111OLD_FILES+=usr/share/man/man8/pmcannotate.8.gz 7112OLD_FILES+=usr/share/man/man8/pmccontrol.8.gz 7113OLD_FILES+=usr/share/man/man8/pmcstat.8.gz 7114OLD_FILES+=usr/share/man/man8/pmcstudy.8.gz 7115.endif 7116 7117.if ${MK_PPP} == no 7118OLD_FILES+=etc/newsyslog.conf.d/ppp.conf 7119OLD_FILES+=etc/ppp/ppp.conf 7120OLD_FILES+=etc/rc.d/ppp 7121OLD_FILES+=etc/syslog.d/ppp.conf 7122OLD_DIRS+=etc/ppp 7123OLD_FILES+=usr/sbin/ppp 7124OLD_FILES+=usr/sbin/pppctl 7125OLD_FILES+=usr/share/man/man8/ppp.8.gz 7126OLD_FILES+=usr/share/man/man8/pppctl.8.gz 7127.endif 7128 7129.if ${MK_QUOTAS} == no 7130OLD_FILES+=sbin/quotacheck 7131OLD_FILES+=usr/bin/quota 7132OLD_FILES+=usr/sbin/edquota 7133OLD_FILES+=usr/sbin/quotaoff 7134OLD_FILES+=usr/sbin/quotaon 7135OLD_FILES+=usr/sbin/repquota 7136OLD_FILES+=usr/share/man/man1/quota.1.gz 7137OLD_FILES+=usr/share/man/man8/edquota.8.gz 7138OLD_FILES+=usr/share/man/man8/quotacheck.8.gz 7139OLD_FILES+=usr/share/man/man8/quotaoff.8.gz 7140OLD_FILES+=usr/share/man/man8/quotaon.8.gz 7141OLD_FILES+=usr/share/man/man8/repquota.8.gz 7142.endif 7143 7144.if ${MK_RADIUS_SUPPORT} == no 7145OLD_FILES+=usr/lib/libradius.a 7146OLD_FILES+=usr/lib/libradius.so 7147OLD_LIBS+=usr/lib/libradius.so.4 7148OLD_FILES+=usr/lib/pam_radius.so 7149OLD_LIBS+=usr/lib/pam_radius.so.6 7150OLD_FILES+=usr/include/radlib.h 7151OLD_FILES+=usr/include/radlib_vs.h 7152OLD_FILES+=usr/share/man/man3/libradius.3.gz 7153OLD_FILES+=usr/share/man/man3/rad_acct_open.3.gz 7154OLD_FILES+=usr/share/man/man3/rad_add_server.3.gz 7155OLD_FILES+=usr/share/man/man3/rad_add_server_ex.3.gz 7156OLD_FILES+=usr/share/man/man3/rad_auth_open.3.gz 7157OLD_FILES+=usr/share/man/man3/rad_bind_to.3.gz 7158OLD_FILES+=usr/share/man/man3/rad_close.3.gz 7159OLD_FILES+=usr/share/man/man3/rad_config.3.gz 7160OLD_FILES+=usr/share/man/man3/rad_continue_send_request.3.gz 7161OLD_FILES+=usr/share/man/man3/rad_create_request.3.gz 7162OLD_FILES+=usr/share/man/man3/rad_create_response.3.gz 7163OLD_FILES+=usr/share/man/man3/rad_cvt_addr.3.gz 7164OLD_FILES+=usr/share/man/man3/rad_cvt_int.3.gz 7165OLD_FILES+=usr/share/man/man3/rad_cvt_string.3.gz 7166OLD_FILES+=usr/share/man/man3/rad_demangle.3.gz 7167OLD_FILES+=usr/share/man/man3/rad_demangle_mppe_key.3.gz 7168OLD_FILES+=usr/share/man/man3/rad_get_attr.3.gz 7169OLD_FILES+=usr/share/man/man3/rad_get_vendor_attr.3.gz 7170OLD_FILES+=usr/share/man/man3/rad_init_send_request.3.gz 7171OLD_FILES+=usr/share/man/man3/rad_put_addr.3.gz 7172OLD_FILES+=usr/share/man/man3/rad_put_attr.3.gz 7173OLD_FILES+=usr/share/man/man3/rad_put_int.3.gz 7174OLD_FILES+=usr/share/man/man3/rad_put_message_authentic.3.gz 7175OLD_FILES+=usr/share/man/man3/rad_put_string.3.gz 7176OLD_FILES+=usr/share/man/man3/rad_put_vendor_addr.3.gz 7177OLD_FILES+=usr/share/man/man3/rad_put_vendor_attr.3.gz 7178OLD_FILES+=usr/share/man/man3/rad_put_vendor_int.3.gz 7179OLD_FILES+=usr/share/man/man3/rad_put_vendor_string.3.gz 7180OLD_FILES+=usr/share/man/man3/rad_receive_request.3.gz 7181OLD_FILES+=usr/share/man/man3/rad_request_authenticator.3.gz 7182OLD_FILES+=usr/share/man/man3/rad_send_request.3.gz 7183OLD_FILES+=usr/share/man/man3/rad_send_response.3.gz 7184OLD_FILES+=usr/share/man/man3/rad_server_open.3.gz 7185OLD_FILES+=usr/share/man/man3/rad_server_secret.3.gz 7186OLD_FILES+=usr/share/man/man3/rad_strerror.3.gz 7187OLD_FILES+=usr/share/man/man5/radius.conf.5.gz 7188OLD_FILES+=usr/share/man/man8/pam_radius.8.gz 7189.endif 7190 7191.if ${MK_RBOOTD} == no 7192OLD_FILES+=usr/libexec/rbootd 7193OLD_FILES+=usr/share/man/man8/rbootd.8.gz 7194.endif 7195 7196.if ${MK_RESCUE} == no 7197. if exists(${DESTDIR}${TESTSBASE}) 7198RESCUE_DIRS!=find ${DESTDIR}/rescue -type d 2>/dev/null | sed -e 's,^${DESTDIR}/,,'; echo 7199OLD_DIRS+=${RESCUE_DIRS} 7200RESCUE_FILES!=find ${DESTDIR}/rescue \! -type d 2>/dev/null | sed -e 's,^${DESTDIR}/,,'; echo 7201OLD_FILES+=${RESCUE_FILES} 7202. endif 7203.endif 7204 7205.if ${MK_ROUTED} == no 7206OLD_FILES+=etc/rc.d/routed 7207OLD_FILES+=rescue/routed 7208OLD_FILES+=rescue/rtquery 7209OLD_FILES+=sbin/routed 7210OLD_FILES+=sbin/rtquery 7211OLD_FILES+=usr/share/man/man8/routed.8.gz 7212OLD_FILES+=usr/share/man/man8/rtquery.8.gz 7213.endif 7214 7215.if ${MK_SENDMAIL} == no 7216OLD_FILES+=etc/mtree/BSD.sendmail.dist 7217OLD_FILES+=etc/newsyslog.conf.d/sendmail.conf 7218OLD_FILES+=etc/periodic/daily/150.clean-hoststat 7219OLD_FILES+=etc/periodic/daily/440.status-mailq 7220OLD_FILES+=etc/periodic/daily/460.status-mail-rejects 7221OLD_FILES+=etc/periodic/daily/500.queuerun 7222OLD_FILES+=etc/rc.d/sendmail 7223.if ${MK_MAILWRAPPER} == no 7224OLD_FILES+=bin/rmail 7225.endif 7226OLD_FILES+=usr/bin/vacation 7227OLD_FILES+=usr/include/libmilter/mfapi.h 7228OLD_FILES+=usr/include/libmilter/mfdef.h 7229OLD_DIRS+=usr/include/libmilter 7230OLD_FILES+=usr/lib/libmilter.a 7231OLD_FILES+=usr/lib/libmilter.so 7232OLD_LIBS+=usr/lib/libmilter.so.5 7233OLD_FILES+=usr/libexec/mail.local 7234OLD_FILES+=usr/libexec/sendmail/sendmail 7235OLD_FILES+=usr/libexec/smrsh 7236OLD_FILES+=usr/sbin/editmap 7237OLD_FILES+=usr/sbin/mailstats 7238OLD_FILES+=usr/sbin/makemap 7239OLD_FILES+=usr/sbin/praliases 7240OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz 7241OLD_DIRS+=usr/share/doc/smm/08.sendmailop 7242OLD_FILES+=usr/share/examples/sendmail/mailer.conf 7243OLD_DIRS+=usr/share/examples/sendmail 7244OLD_FILES+=usr/share/man/man1/mailq.1.gz 7245OLD_FILES+=usr/share/man/man1/newaliases.1.gz 7246OLD_FILES+=usr/share/man/man1/vacation.1.gz 7247OLD_FILES+=usr/share/man/man5/aliases.5.gz 7248OLD_FILES+=usr/share/man/man8/editmap.8.gz 7249OLD_FILES+=usr/share/man/man8/hoststat.8.gz 7250OLD_FILES+=usr/share/man/man8/mail.local.8.gz 7251OLD_FILES+=usr/share/man/man8/mailstats.8.gz 7252OLD_FILES+=usr/share/man/man8/makemap.8.gz 7253OLD_FILES+=usr/share/man/man8/praliases.8.gz 7254OLD_FILES+=usr/share/man/man8/purgestat.8.gz 7255OLD_FILES+=usr/share/man/man8/rmail.8.gz 7256OLD_FILES+=usr/share/man/man8/sendmail.8.gz 7257OLD_FILES+=usr/share/man/man8/smrsh.8.gz 7258OLD_FILES+=usr/share/sendmail/cf/README 7259OLD_FILES+=usr/share/sendmail/cf/cf/Makefile 7260OLD_FILES+=usr/share/sendmail/cf/cf/README 7261OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc 7262OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc 7263OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc 7264OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc 7265OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc 7266OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc 7267OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc 7268OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc 7269OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc 7270OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc 7271OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc 7272OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc 7273OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc 7274OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc 7275OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc 7276OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc 7277OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc 7278OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc 7279OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc 7280OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc 7281OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc 7282OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc 7283OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc 7284OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc 7285OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc 7286OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc 7287OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc 7288OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf 7289OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc 7290OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc 7291OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc 7292OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc 7293OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc 7294OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc 7295OLD_DIRS+=usr/share/sendmail/cf/cf 7296OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4 7297OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4 7298OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4 7299OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4 7300OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4 7301OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4 7302OLD_DIRS+=usr/share/sendmail/cf/domain 7303OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4 7304OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4 7305OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4 7306OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4 7307OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4 7308OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4 7309OLD_FILES+=usr/share/sendmail/cf/feature/blocklist_recipients.m4 7310OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4 7311OLD_FILES+=usr/share/sendmail/cf/feature/bcc.m4 7312OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4 7313OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4 7314OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4 7315OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4 7316OLD_FILES+=usr/share/sendmail/cf/feature/check_other.m4 7317OLD_FILES+=usr/share/sendmail/cf/feature/check_cert_altnames.m4 7318OLD_FILES+=usr/share/sendmail/cf/feature/check_other.m4 7319OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4 7320OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4 7321OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4 7322OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4 7323OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4 7324OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4 7325OLD_FILES+=usr/share/sendmail/cf/feature/fips3.m4 7326OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4 7327OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4 7328OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4 7329OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4 7330OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4 7331OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4 7332OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4 7333OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4 7334OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4 7335OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4 7336OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4 7337OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4 7338OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4 7339OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4 7340OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4 7341OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4 7342OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4 7343OLD_FILES+=usr/share/sendmail/cf/feature/nopercenthack.m4 7344OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4 7345OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4 7346OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4 7347OLD_FILES+=usr/share/sendmail/cf/feature/prefixmod.m4 7348OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4 7349OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4 7350OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4 7351OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4 7352OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4 7353OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4 7354OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4 7355OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4 7356OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4 7357OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4 7358OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4 7359OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4 7360OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4 7361OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4 7362OLD_FILES+=usr/share/sendmail/cf/feature/sts.m4 7363OLD_FILES+=usr/share/sendmail/cf/feature/tls_failures.m4 7364OLD_FILES+=usr/share/sendmail/cf/feature/tls_session_features.m4 7365OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4 7366OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4 7367OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4 7368OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4 7369OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4 7370OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4 7371OLD_DIRS+=usr/share/sendmail/cf/feature 7372OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4 7373OLD_FILES+=usr/share/sendmail/cf/hack/xconnect.m4 7374OLD_DIRS+=usr/share/sendmail/cf/hack 7375OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4 7376OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4 7377OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4 7378OLD_FILES+=usr/share/sendmail/cf/m4/version.m4 7379OLD_DIRS+=usr/share/sendmail/cf/m4 7380OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4 7381OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4 7382OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4 7383OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4 7384OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4 7385OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4 7386OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4 7387OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4 7388OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4 7389OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4 7390OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4 7391OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4 7392OLD_DIRS+=usr/share/sendmail/cf/mailer 7393OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4 7394OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4 7395OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4 7396OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4 7397OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4 7398OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4 7399OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4 7400OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4 7401OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4 7402OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4 7403OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4 7404OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4 7405OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4 7406OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4 7407OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4 7408OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4 7409OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4 7410OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4 7411OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4 7412OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4 7413OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4 7414OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4 7415OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4 7416OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4 7417OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4 7418OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4 7419OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4 7420OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4 7421OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4 7422OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4 7423OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4 7424OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4 7425OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4 7426OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4 7427OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4 7428OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4 7429OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4 7430OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4 7431OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4 7432OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4 7433OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4 7434OLD_FILES+=usr/share/sendmail/cf/ostype/solaris11.m4 7435OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4 7436OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4 7437OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4 7438OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4 7439OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4 7440OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4 7441OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4 7442OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4 7443OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4 7444OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4 7445OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4 7446OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4 7447OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4 7448OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4 7449OLD_DIRS+=usr/share/sendmail/cf/ostype 7450OLD_FILES+=usr/share/sendmail/cf/sendmail.schema 7451OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh 7452OLD_DIRS+=usr/share/sendmail/cf/sh 7453OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4 7454OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4 7455OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4 7456OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4 7457OLD_DIRS+=usr/share/sendmail/cf/siteconfig 7458OLD_DIRS+=usr/share/sendmail/cf 7459OLD_DIRS+=usr/share/sendmail 7460OLD_DIRS+=var/spool/clientmqueue 7461.endif 7462 7463.if ${MK_SERVICESDB} == no 7464OLD_FILES+=var/db/services.db 7465.endif 7466 7467.if ${MK_SOUND} == no 7468OLD_DIRS+=lib/mixer 7469OLD_DIRS+=lib/virtual_oss 7470OLD_DIRS+=usr.bin/beep 7471OLD_DIRS+=usr.bin/mididump 7472OLD_DIRS+=usr.sbin/mixer 7473OLD_DIRS+=usr.sbin/sndctl 7474OLD_DIRS+=usr.sbin/virtual_oss 7475OLD_FILES+=libexec/rc/rc.d/mixer 7476OLD_FILES+=libexec/rc/rc.d/virtual_oss 7477OLD_FILES+=sbin/devd/snd.conf 7478.endif 7479 7480.if ${MK_NUAGEINIT} == no 7481OLD_FILES+=etc/rc.d/nuageinit 7482OLD_FILES+=usr/libexec/nuageinit 7483OLD_FILES+=usr/share/flua/nuage.lua 7484OLD_FILES+=usr/share/flua/yaml.lua 7485OLD_FILES+=usr/tests 7486OLD_FILES+=usr/tests/libexec/nuageinit/utils 7487OLD_FILES+=usr/tests/libexec/nuageinit/nuage 7488OLD_FILES+=usr/tests/libexec/nuageinit/warn.lua 7489OLD_FILES+=usr/tests/libexec/nuageinit/dirname.lua 7490OLD_FILES+=usr/tests/libexec/nuageinit/err.lua 7491OLD_FILES+=usr/tests/libexec/nuageinit/adduser.lua 7492OLD_FILES+=usr/tests/libexec/nuageinit/addsshkeys.lua 7493OLD_FILES+=usr/tests/libexec/nuageinit/Kyuafile 7494OLD_FILES+=usr/tests/libexec/nuageinit/ktrace.out 7495OLD_FILES+=usr/tests/libexec/nuageinit/addgroup.lua 7496OLD_FILES+=usr/tests/libexec/nuageinit/sethostname.lua 7497OLD_FILES+=usr/tests/libexec/nuageinit/nuageinit 7498OLD_FILES+=usr/tests/libexec/nuageinit/addsshkey.lua 7499.endif 7500 7501.if ${MK_SHAREDOCS} == no 7502OLD_FILES+=usr/share/doc/pjdfstest/README 7503OLD_DIRS+=usr/share/doc/pjdfstest 7504.endif 7505 7506.if ${MK_SYSCONS} == no 7507OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts 7508OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt 7509OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt 7510OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt 7511OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt 7512OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt 7513OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt 7514OLD_FILES+=usr/share/syscons/fonts/cp437-8x14.fnt 7515OLD_FILES+=usr/share/syscons/fonts/cp437-8x16.fnt 7516OLD_FILES+=usr/share/syscons/fonts/cp437-8x8.fnt 7517OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x16.fnt 7518OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x8.fnt 7519OLD_FILES+=usr/share/syscons/fonts/cp850-8x14.fnt 7520OLD_FILES+=usr/share/syscons/fonts/cp850-8x16.fnt 7521OLD_FILES+=usr/share/syscons/fonts/cp850-8x8.fnt 7522OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x16.fnt 7523OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x8.fnt 7524OLD_FILES+=usr/share/syscons/fonts/cp865-8x14.fnt 7525OLD_FILES+=usr/share/syscons/fonts/cp865-8x16.fnt 7526OLD_FILES+=usr/share/syscons/fonts/cp865-8x8.fnt 7527OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x16.fnt 7528OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x8.fnt 7529OLD_FILES+=usr/share/syscons/fonts/cp866-8x14.fnt 7530OLD_FILES+=usr/share/syscons/fonts/cp866-8x16.fnt 7531OLD_FILES+=usr/share/syscons/fonts/cp866-8x8.fnt 7532OLD_FILES+=usr/share/syscons/fonts/cp866b-8x16.fnt 7533OLD_FILES+=usr/share/syscons/fonts/cp866c-8x16.fnt 7534OLD_FILES+=usr/share/syscons/fonts/cp866u-8x14.fnt 7535OLD_FILES+=usr/share/syscons/fonts/cp866u-8x16.fnt 7536OLD_FILES+=usr/share/syscons/fonts/cp866u-8x8.fnt 7537OLD_FILES+=usr/share/syscons/fonts/haik8-8x14.fnt 7538OLD_FILES+=usr/share/syscons/fonts/haik8-8x16.fnt 7539OLD_FILES+=usr/share/syscons/fonts/haik8-8x8.fnt 7540OLD_FILES+=usr/share/syscons/fonts/iso-8x14.fnt 7541OLD_FILES+=usr/share/syscons/fonts/iso-8x16.fnt 7542OLD_FILES+=usr/share/syscons/fonts/iso-8x8.fnt 7543OLD_FILES+=usr/share/syscons/fonts/iso-thin-8x16.fnt 7544OLD_FILES+=usr/share/syscons/fonts/iso02-8x14.fnt 7545OLD_FILES+=usr/share/syscons/fonts/iso02-8x16.fnt 7546OLD_FILES+=usr/share/syscons/fonts/iso02-8x8.fnt 7547OLD_FILES+=usr/share/syscons/fonts/iso04-8x14.fnt 7548OLD_FILES+=usr/share/syscons/fonts/iso04-8x16.fnt 7549OLD_FILES+=usr/share/syscons/fonts/iso04-8x8.fnt 7550OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x14.fnt 7551OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x16.fnt 7552OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x8.fnt 7553OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-wide-8x16.fnt 7554OLD_FILES+=usr/share/syscons/fonts/iso04-wide-8x16.fnt 7555OLD_FILES+=usr/share/syscons/fonts/iso05-8x14.fnt 7556OLD_FILES+=usr/share/syscons/fonts/iso05-8x16.fnt 7557OLD_FILES+=usr/share/syscons/fonts/iso05-8x8.fnt 7558OLD_FILES+=usr/share/syscons/fonts/iso07-8x14.fnt 7559OLD_FILES+=usr/share/syscons/fonts/iso07-8x16.fnt 7560OLD_FILES+=usr/share/syscons/fonts/iso07-8x8.fnt 7561OLD_FILES+=usr/share/syscons/fonts/iso08-8x14.fnt 7562OLD_FILES+=usr/share/syscons/fonts/iso08-8x16.fnt 7563OLD_FILES+=usr/share/syscons/fonts/iso08-8x8.fnt 7564OLD_FILES+=usr/share/syscons/fonts/iso09-8x16.fnt 7565OLD_FILES+=usr/share/syscons/fonts/iso15-8x14.fnt 7566OLD_FILES+=usr/share/syscons/fonts/iso15-8x16.fnt 7567OLD_FILES+=usr/share/syscons/fonts/iso15-8x8.fnt 7568OLD_FILES+=usr/share/syscons/fonts/iso15-thin-8x16.fnt 7569OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x14.fnt 7570OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x16.fnt 7571OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x8.fnt 7572OLD_FILES+=usr/share/syscons/fonts/koi8-rb-8x16.fnt 7573OLD_FILES+=usr/share/syscons/fonts/koi8-rc-8x16.fnt 7574OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x14.fnt 7575OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x16.fnt 7576OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x8.fnt 7577OLD_FILES+=usr/share/syscons/fonts/swiss-1131-8x16.fnt 7578OLD_FILES+=usr/share/syscons/fonts/swiss-1251-8x16.fnt 7579OLD_FILES+=usr/share/syscons/fonts/swiss-8x14.fnt 7580OLD_FILES+=usr/share/syscons/fonts/swiss-8x16.fnt 7581OLD_FILES+=usr/share/syscons/fonts/swiss-8x8.fnt 7582OLD_FILES+=usr/share/syscons/keymaps/INDEX.keymaps 7583OLD_FILES+=usr/share/syscons/keymaps/be.iso.acc.kbd 7584OLD_FILES+=usr/share/syscons/keymaps/be.iso.kbd 7585OLD_FILES+=usr/share/syscons/keymaps/bg.bds.ctrlcaps.kbd 7586OLD_FILES+=usr/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd 7587OLD_FILES+=usr/share/syscons/keymaps/br275.cp850.kbd 7588OLD_FILES+=usr/share/syscons/keymaps/br275.iso.acc.kbd 7589OLD_FILES+=usr/share/syscons/keymaps/br275.iso.kbd 7590OLD_FILES+=usr/share/syscons/keymaps/by.cp1131.kbd 7591OLD_FILES+=usr/share/syscons/keymaps/by.cp1251.kbd 7592OLD_FILES+=usr/share/syscons/keymaps/by.iso5.kbd 7593OLD_FILES+=usr/share/syscons/keymaps/ce.iso2.kbd 7594OLD_FILES+=usr/share/syscons/keymaps/colemak-dh.iso15.acc.kbd 7595OLD_FILES+=usr/share/syscons/keymaps/colemak.iso15.acc.kbd 7596OLD_FILES+=usr/share/syscons/keymaps/cs.latin2.qwertz.kbd 7597OLD_FILES+=usr/share/syscons/keymaps/cz.iso2.kbd 7598OLD_FILES+=usr/share/syscons/keymaps/danish.cp865.kbd 7599OLD_FILES+=usr/share/syscons/keymaps/danish.iso.acc.kbd 7600OLD_FILES+=usr/share/syscons/keymaps/danish.iso.kbd 7601OLD_FILES+=usr/share/syscons/keymaps/danish.iso.macbook.kbd 7602OLD_FILES+=usr/share/syscons/keymaps/dutch.iso.acc.kbd 7603OLD_FILES+=usr/share/syscons/keymaps/eee_nordic.kbd 7604OLD_FILES+=usr/share/syscons/keymaps/el.iso07.kbd 7605OLD_FILES+=usr/share/syscons/keymaps/estonian.cp850.kbd 7606OLD_FILES+=usr/share/syscons/keymaps/estonian.iso.kbd 7607OLD_FILES+=usr/share/syscons/keymaps/estonian.iso15.kbd 7608OLD_FILES+=usr/share/syscons/keymaps/finnish.cp850.kbd 7609OLD_FILES+=usr/share/syscons/keymaps/finnish.iso.kbd 7610OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.acc.kbd 7611OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.kbd 7612OLD_FILES+=usr/share/syscons/keymaps/fr.iso.acc.kbd 7613OLD_FILES+=usr/share/syscons/keymaps/fr.iso.kbd 7614OLD_FILES+=usr/share/syscons/keymaps/fr.macbook.acc.kbd 7615OLD_FILES+=usr/share/syscons/keymaps/fr_CA.iso.acc.kbd 7616OLD_FILES+=usr/share/syscons/keymaps/german.cp850.kbd 7617OLD_FILES+=usr/share/syscons/keymaps/german.iso.acc.kbd 7618OLD_FILES+=usr/share/syscons/keymaps/german.iso.kbd 7619OLD_FILES+=usr/share/syscons/keymaps/gr.elot.acc.kbd 7620OLD_FILES+=usr/share/syscons/keymaps/gr.us101.acc.kbd 7621OLD_FILES+=usr/share/syscons/keymaps/hr.iso.kbd 7622OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.101keys.kbd 7623OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.102keys.kbd 7624OLD_FILES+=usr/share/syscons/keymaps/hy.armscii-8.kbd 7625OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.acc.kbd 7626OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.kbd 7627OLD_FILES+=usr/share/syscons/keymaps/it.iso.kbd 7628OLD_FILES+=usr/share/syscons/keymaps/iw.iso8.kbd 7629OLD_FILES+=usr/share/syscons/keymaps/jp.106.kbd 7630OLD_FILES+=usr/share/syscons/keymaps/jp.106x.kbd 7631OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.io.kbd 7632OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.kst.kbd 7633OLD_FILES+=usr/share/syscons/keymaps/latinamerican.iso.acc.kbd 7634OLD_FILES+=usr/share/syscons/keymaps/latinamerican.kbd 7635OLD_FILES+=usr/share/syscons/keymaps/lt.iso4.kbd 7636OLD_FILES+=usr/share/syscons/keymaps/norwegian.dvorak.kbd 7637OLD_FILES+=usr/share/syscons/keymaps/norwegian.iso.kbd 7638OLD_FILES+=usr/share/syscons/keymaps/pl_PL.ISO8859-2.kbd 7639OLD_FILES+=usr/share/syscons/keymaps/pl_PL.dvorak.kbd 7640OLD_FILES+=usr/share/syscons/keymaps/pt.iso.acc.kbd 7641OLD_FILES+=usr/share/syscons/keymaps/pt.iso.kbd 7642OLD_FILES+=usr/share/syscons/keymaps/ru.cp866.kbd 7643OLD_FILES+=usr/share/syscons/keymaps/ru.iso5.kbd 7644OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.kbd 7645OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.shift.kbd 7646OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.win.kbd 7647OLD_FILES+=usr/share/syscons/keymaps/si.iso.kbd 7648OLD_FILES+=usr/share/syscons/keymaps/sk.iso2.kbd 7649OLD_FILES+=usr/share/syscons/keymaps/spanish.dvorak.kbd 7650OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.acc.kbd 7651OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.kbd 7652OLD_FILES+=usr/share/syscons/keymaps/spanish.iso15.acc.kbd 7653OLD_FILES+=usr/share/syscons/keymaps/swedish.cp850.kbd 7654OLD_FILES+=usr/share/syscons/keymaps/swedish.iso.kbd 7655OLD_FILES+=usr/share/syscons/keymaps/swissfrench.cp850.kbd 7656OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.acc.kbd 7657OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.kbd 7658OLD_FILES+=usr/share/syscons/keymaps/swissgerman.cp850.kbd 7659OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.acc.kbd 7660OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.kbd 7661OLD_FILES+=usr/share/syscons/keymaps/swissgerman.macbook.acc.kbd 7662OLD_FILES+=usr/share/syscons/keymaps/tr.iso9.q.kbd 7663OLD_FILES+=usr/share/syscons/keymaps/ua.iso5.kbd 7664OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.kbd 7665OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd 7666OLD_FILES+=usr/share/syscons/keymaps/uk.cp850-ctrl.kbd 7667OLD_FILES+=usr/share/syscons/keymaps/uk.cp850.kbd 7668OLD_FILES+=usr/share/syscons/keymaps/uk.dvorak.kbd 7669OLD_FILES+=usr/share/syscons/keymaps/uk.iso-ctrl.kbd 7670OLD_FILES+=usr/share/syscons/keymaps/uk.iso.kbd 7671OLD_FILES+=usr/share/syscons/keymaps/us.dvorak.kbd 7672OLD_FILES+=usr/share/syscons/keymaps/us.dvorakl.kbd 7673OLD_FILES+=usr/share/syscons/keymaps/us.dvorakp.kbd 7674OLD_FILES+=usr/share/syscons/keymaps/us.dvorakr.kbd 7675OLD_FILES+=usr/share/syscons/keymaps/us.dvorakx.kbd 7676OLD_FILES+=usr/share/syscons/keymaps/us.emacs.kbd 7677OLD_FILES+=usr/share/syscons/keymaps/us.iso.acc.kbd 7678OLD_FILES+=usr/share/syscons/keymaps/us.iso.kbd 7679OLD_FILES+=usr/share/syscons/keymaps/us.iso.macbook.kbd 7680OLD_FILES+=usr/share/syscons/keymaps/us.pc-ctrl.kbd 7681OLD_FILES+=usr/share/syscons/keymaps/us.unix.kbd 7682OLD_FILES+=usr/share/syscons/scrnmaps/armscii8-2haik8.scm 7683OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm 7684OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-4_for_vga9.scm 7685OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-7_to_cp437.scm 7686OLD_FILES+=usr/share/syscons/scrnmaps/koi8-r2cp866.scm 7687OLD_FILES+=usr/share/syscons/scrnmaps/koi8-u2cp866u.scm 7688OLD_FILES+=usr/share/syscons/scrnmaps/us-ascii_to_cp437.scm 7689OLD_DIRS+=usr/share/syscons/fonts 7690OLD_DIRS+=usr/share/syscons/scrnmaps 7691OLD_DIRS+=usr/share/syscons/keymaps 7692OLD_DIRS+=usr/share/syscons 7693.endif 7694 7695.if ${MK_TALK} == no 7696OLD_FILES+=usr/bin/talk 7697OLD_FILES+=usr/libexec/ntalkd 7698OLD_FILES+=usr/share/man/man1/talk.1.gz 7699OLD_FILES+=usr/share/man/man8/talkd.8.gz 7700.endif 7701 7702.if ${MK_TCSH} == no 7703OLD_FILES+=.cshrc 7704OLD_FILES+=etc/csh.cshrc 7705OLD_FILES+=etc/csh.login 7706OLD_FILES+=etc/csh.logout 7707OLD_FILES+=bin/csh 7708OLD_FILES+=bin/tcsh 7709OLD_FILES+=rescue/csh 7710OLD_FILES+=rescue/tcsh 7711OLD_FILES+=root/.cshrc 7712OLD_FILES+=root/.login 7713OLD_FILES+=usr/share/examples/etc/csh.cshrc 7714OLD_FILES+=usr/share/examples/etc/csh.login 7715OLD_FILES+=usr/share/examples/etc/csh.logout 7716OLD_FILES+=usr/share/examples/tcsh/complete.tcsh 7717OLD_FILES+=usr/share/examples/tcsh/csh-mode.el 7718OLD_DIRS+=usr/share/examples/tcsh 7719OLD_FILES+=usr/share/man/man1/csh.1.gz 7720OLD_FILES+=usr/share/man/man1/tcsh.1.gz 7721OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat 7722OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat 7723OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat 7724OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat 7725OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat 7726OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat 7727OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat 7728OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat 7729OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat 7730OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat 7731OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat 7732OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat 7733OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat 7734OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat 7735OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat 7736OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat 7737OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat 7738OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat 7739OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat 7740OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat 7741OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat 7742OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat 7743OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat 7744OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat 7745OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat 7746OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat 7747OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat 7748OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat 7749OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat 7750OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat 7751OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat 7752OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat 7753OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat 7754OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat 7755OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat 7756OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat 7757OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat 7758OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat 7759OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat 7760OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat 7761OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat 7762OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat 7763OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat 7764OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat 7765OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat 7766OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat 7767OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat 7768OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat 7769.endif 7770 7771.if ${MK_TELNET} == no 7772OLD_FILES+=usr/bin/telnet 7773OLD_FILES+=usr/share/man/man1/telnet.1.gz 7774.endif 7775 7776.if ${MK_TESTS} == yes 7777OLD_FILES+=usr/bin/atf-sh 7778OLD_FILES+=usr/include/atf-c++/config.hpp 7779OLD_FILES+=usr/include/atf-c/config.h 7780OLD_FILES+=usr/lib/libatf-c++.a 7781OLD_FILES+=usr/lib/libatf-c++.so 7782OLD_LIBS+=usr/lib/libatf-c++.so.1 7783OLD_LIBS+=usr/lib/libatf-c++.so.2 7784OLD_FILES+=usr/lib/libatf-c.a 7785OLD_FILES+=usr/lib/libatf-c.so 7786OLD_LIBS+=usr/lib/libatf-c.so.1 7787OLD_LIBS+=usr/lib/libprivateatf-c.so.0 7788OLD_LIBS+=usr/lib/libprivateatf-c++.so.1 7789OLD_FILES+=usr/libdata/pkgconfig/atf-c++.pc 7790OLD_FILES+=usr/libdata/pkgconfig/atf-c.pc 7791OLD_FILES+=usr/libdata/pkgconfig/atf-sh.pc 7792OLD_FILES+=usr/share/aclocal/atf-c++.m4 7793OLD_FILES+=usr/share/aclocal/atf-c.m4 7794OLD_FILES+=usr/share/aclocal/atf-common.m4 7795OLD_FILES+=usr/share/aclocal/atf-sh.m4 7796OLD_DIRS+=usr/share/aclocal 7797OLD_DIRS+=usr/tests/bin/chown 7798OLD_FILES+=usr/tests/bin/chown/Kyuafile 7799OLD_FILES+=usr/tests/bin/chown/chown-f_test 7800OLD_FILES+=usr/tests/bin/chown/units_basics 7801OLD_FILES+=usr/tests/bin/date/legacy_test 7802OLD_FILES+=usr/tests/bin/sh/legacy_test 7803OLD_FILES+=usr/tests/usr.bin/atf/Kyuafile 7804OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/Kyuafile 7805OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/atf_check_test 7806OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/config_test 7807OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/integration_test 7808OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/misc_helpers 7809OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/normalize_test 7810OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tc_test 7811OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tp_test 7812OLD_DIRS+=usr/tests/usr.bin/atf/atf-sh 7813OLD_DIRS+=usr/tests/usr.bin/atf 7814OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test 7815OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test 7816OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test 7817OLD_FILES+=usr/tests/lib/atf/libatf-c++/config_test 7818OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/expand_test 7819OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/parser_test 7820OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/sanity_test 7821OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/ui_test 7822OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test 7823OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test 7824OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test 7825OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test 7826OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test 7827OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test 7828OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test 7829OLD_FILES+=usr/tests/lib/atf/libatf-c++/pkg_config_test 7830OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test 7831OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test 7832OLD_FILES+=usr/tests/lib/atf/libatf-c/config_test 7833OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test 7834OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test 7835OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test 7836OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test 7837OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test 7838OLD_FILES+=usr/tests/lib/atf/libatf-c/pkg_config_test 7839OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers 7840OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test 7841OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test 7842OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test 7843OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test 7844.if ${MK_MAKE} == yes 7845OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/legacy_test 7846OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Kyuafile 7847OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Makefile.test 7848OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.1 7849OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.2 7850OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.3 7851OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.4 7852OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.5 7853OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.6 7854OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.7 7855OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.1 7856OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.2 7857OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.3 7858OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.4 7859OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.5 7860OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.6 7861OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.7 7862OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.1 7863OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.2 7864OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.3 7865OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.4 7866OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.5 7867OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.6 7868OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.7 7869OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/libtest.a 7870OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/legacy_test 7871OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Kyuafile 7872OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Makefile.test 7873OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.1 7874OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.2 7875OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.3 7876OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.4 7877OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.5 7878OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.6 7879OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.7 7880OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.1 7881OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.2 7882OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.3 7883OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.4 7884OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.5 7885OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.6 7886OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.7 7887OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.1 7888OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.2 7889OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.3 7890OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.4 7891OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.5 7892OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.6 7893OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.7 7894OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/libtest.a 7895OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/legacy_test 7896OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Kyuafile 7897OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Makefile.test 7898OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.1 7899OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.2 7900OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.3 7901OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.4 7902OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.5 7903OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.6 7904OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.7 7905OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.1 7906OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.2 7907OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.3 7908OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.4 7909OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.5 7910OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.6 7911OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.7 7912OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.1 7913OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.2 7914OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.3 7915OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.4 7916OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.5 7917OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.6 7918OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.7 7919OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/libtest.a 7920OLD_FILES+=usr/tests/usr.bin/make/archives/Kyuafile 7921OLD_FILES+=usr/tests/usr.bin/make/basic/t0/legacy_test 7922OLD_FILES+=usr/tests/usr.bin/make/basic/t0/Kyuafile 7923OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.status.1 7924OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stderr.1 7925OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stdout.1 7926OLD_FILES+=usr/tests/usr.bin/make/basic/t1/legacy_test 7927OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Kyuafile 7928OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Makefile.test 7929OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.status.1 7930OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stderr.1 7931OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stdout.1 7932OLD_FILES+=usr/tests/usr.bin/make/basic/t2/legacy_test 7933OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Kyuafile 7934OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Makefile.test 7935OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.status.1 7936OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stderr.1 7937OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stdout.1 7938OLD_FILES+=usr/tests/usr.bin/make/basic/t3/legacy_test 7939OLD_FILES+=usr/tests/usr.bin/make/basic/t3/Kyuafile 7940OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.status.1 7941OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stderr.1 7942OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stdout.1 7943OLD_FILES+=usr/tests/usr.bin/make/basic/Kyuafile 7944OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/legacy_test 7945OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Kyuafile 7946OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Makefile.test 7947OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.status.1 7948OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stderr.1 7949OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stdout.1 7950OLD_FILES+=usr/tests/usr.bin/make/execution/empty/legacy_test 7951OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Kyuafile 7952OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Makefile.test 7953OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.status.1 7954OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stderr.1 7955OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stdout.1 7956OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/legacy_test 7957OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Kyuafile 7958OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Makefile.test 7959OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.status.1 7960OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stderr.1 7961OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stdout.1 7962OLD_FILES+=usr/tests/usr.bin/make/execution/plus/legacy_test 7963OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Kyuafile 7964OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Makefile.test 7965OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.status.1 7966OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stderr.1 7967OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stdout.1 7968OLD_FILES+=usr/tests/usr.bin/make/execution/Kyuafile 7969OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/legacy_test 7970OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Kyuafile 7971OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Makefile.test 7972OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.1 7973OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.2 7974OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.1 7975OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.2 7976OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.1 7977OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.2 7978OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/sh 7979OLD_FILES+=usr/tests/usr.bin/make/shell/meta/legacy_test 7980OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Kyuafile 7981OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Makefile.test 7982OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.1 7983OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.2 7984OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.1 7985OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.2 7986OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.1 7987OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.2 7988OLD_FILES+=usr/tests/usr.bin/make/shell/meta/sh 7989OLD_FILES+=usr/tests/usr.bin/make/shell/path/legacy_test 7990OLD_FILES+=usr/tests/usr.bin/make/shell/path/Kyuafile 7991OLD_FILES+=usr/tests/usr.bin/make/shell/path/Makefile.test 7992OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.1 7993OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.2 7994OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.1 7995OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.2 7996OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.1 7997OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.2 7998OLD_FILES+=usr/tests/usr.bin/make/shell/path/sh 7999OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/legacy_test 8000OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Kyuafile 8001OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Makefile.test 8002OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.1 8003OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.2 8004OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.1 8005OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.2 8006OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.1 8007OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.2 8008OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/shell 8009OLD_FILES+=usr/tests/usr.bin/make/shell/replace/legacy_test 8010OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Kyuafile 8011OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Makefile.test 8012OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.1 8013OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.2 8014OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.1 8015OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.2 8016OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.1 8017OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.2 8018OLD_FILES+=usr/tests/usr.bin/make/shell/replace/shell 8019OLD_FILES+=usr/tests/usr.bin/make/shell/select/legacy_test 8020OLD_FILES+=usr/tests/usr.bin/make/shell/select/Kyuafile 8021OLD_FILES+=usr/tests/usr.bin/make/shell/select/Makefile.test 8022OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.1 8023OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.2 8024OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.1 8025OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.2 8026OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.1 8027OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.2 8028OLD_FILES+=usr/tests/usr.bin/make/shell/Kyuafile 8029OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/legacy_test 8030OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Kyuafile 8031OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Makefile.test 8032OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/TEST1.a 8033OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.status.1 8034OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stderr.1 8035OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stdout.1 8036OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/legacy_test 8037OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Kyuafile 8038OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Makefile.test 8039OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST1.a 8040OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST2.a 8041OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.status.1 8042OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stderr.1 8043OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stdout.1 8044OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/legacy_test 8045OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Kyuafile 8046OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Makefile.test 8047OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST1.a 8048OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST2.a 8049OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.status.1 8050OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stderr.1 8051OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stdout.1 8052OLD_FILES+=usr/tests/usr.bin/make/suffixes/Kyuafile 8053OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/legacy_test 8054OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Kyuafile 8055OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Makefile.test 8056OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.status.1 8057OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stderr.1 8058OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stdout.1 8059OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/legacy_test 8060OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Kyuafile 8061OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Makefile.test 8062OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.1 8063OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.2 8064OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.3 8065OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.4 8066OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.5 8067OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.1 8068OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.2 8069OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.3 8070OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.4 8071OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.5 8072OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.1 8073OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.2 8074OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.3 8075OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.4 8076OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.5 8077OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/legacy_test 8078OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Kyuafile 8079OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Makefile.test 8080OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.1 8081OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.2 8082OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.1 8083OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.2 8084OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.1 8085OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.2 8086OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/legacy_test 8087OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Kyuafile 8088OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Makefile.test 8089OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.1 8090OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.2 8091OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.1 8092OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.2 8093OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.1 8094OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.2 8095OLD_FILES+=usr/tests/usr.bin/make/syntax/Kyuafile 8096OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/legacy_test 8097OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Kyuafile 8098OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Makefile.test 8099OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.status.1 8100OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stderr.1 8101OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stdout.1 8102OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/Kyuafile 8103OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/sys.mk 8104OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/Kyuafile 8105OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/Kyuafile 8106OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/legacy_test 8107OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/Kyuafile 8108OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/cleanup 8109OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.status.1 8110OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stderr.1 8111OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stdout.1 8112OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/Kyuafile 8113OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/sys.mk 8114OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/Kyuafile 8115OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/Kyuafile 8116OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/legacy_test 8117OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/Kyuafile 8118OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/cleanup 8119OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.status.1 8120OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stderr.1 8121OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stdout.1 8122OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/Kyuafile 8123OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/sys.mk 8124OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/Kyuafile 8125OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/Kyuafile 8126OLD_FILES+=usr/tests/usr.bin/make/sysmk/Kyuafile 8127OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/legacy_test 8128OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Kyuafile 8129OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Makefile.test 8130OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.status.1 8131OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stderr.1 8132OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stdout.1 8133OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/legacy_test 8134OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Kyuafile 8135OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Makefile.test 8136OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.1 8137OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.2 8138OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.3 8139OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.1 8140OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.2 8141OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.3 8142OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.1 8143OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.2 8144OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.3 8145OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/legacy_test 8146OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Kyuafile 8147OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Makefile.test 8148OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.1 8149OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.2 8150OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.1 8151OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.2 8152OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.1 8153OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.2 8154OLD_FILES+=usr/tests/usr.bin/make/variables/t0/legacy_test 8155OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Kyuafile 8156OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Makefile.test 8157OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.status.1 8158OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stderr.1 8159OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stdout.1 8160OLD_FILES+=usr/tests/usr.bin/make/variables/Kyuafile 8161OLD_FILES+=usr/tests/usr.bin/make/Kyuafile 8162OLD_FILES+=usr/tests/usr.bin/make/common.sh 8163OLD_FILES+=usr/tests/usr.bin/make/test-new.mk 8164OLD_DIRS+=usr/tests/usr.bin/make/variables/t0 8165OLD_DIRS+=usr/tests/usr.bin/make/variables/opt_V 8166OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_t 8167OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_M 8168OLD_DIRS+=usr/tests/usr.bin/make/variables 8169OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/mk 8170OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2/1 8171OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2 8172OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2 8173OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/mk 8174OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2/1 8175OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2 8176OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1 8177OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/mk 8178OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2/1 8179OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2 8180OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0 8181OLD_DIRS+=usr/tests/usr.bin/make/sysmk 8182OLD_DIRS+=usr/tests/usr.bin/make/syntax/semi 8183OLD_DIRS+=usr/tests/usr.bin/make/syntax/funny-targets 8184OLD_DIRS+=usr/tests/usr.bin/make/syntax/enl 8185OLD_DIRS+=usr/tests/usr.bin/make/syntax/directive-t0 8186OLD_DIRS+=usr/tests/usr.bin/make/syntax 8187OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild2 8188OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild1 8189OLD_DIRS+=usr/tests/usr.bin/make/suffixes/basic 8190OLD_DIRS+=usr/tests/usr.bin/make/suffixes 8191OLD_DIRS+=usr/tests/usr.bin/make/shell/select 8192OLD_DIRS+=usr/tests/usr.bin/make/shell/replace 8193OLD_DIRS+=usr/tests/usr.bin/make/shell/path_select 8194OLD_DIRS+=usr/tests/usr.bin/make/shell/path 8195OLD_DIRS+=usr/tests/usr.bin/make/shell/meta 8196OLD_DIRS+=usr/tests/usr.bin/make/shell/builtin 8197OLD_DIRS+=usr/tests/usr.bin/make/shell 8198OLD_DIRS+=usr/tests/usr.bin/make/execution/plus 8199OLD_DIRS+=usr/tests/usr.bin/make/execution/joberr 8200OLD_DIRS+=usr/tests/usr.bin/make/execution/empty 8201OLD_DIRS+=usr/tests/usr.bin/make/execution/ellipsis 8202OLD_DIRS+=usr/tests/usr.bin/make/execution 8203OLD_DIRS+=usr/tests/usr.bin/make/basic/t3 8204OLD_DIRS+=usr/tests/usr.bin/make/basic/t2 8205OLD_DIRS+=usr/tests/usr.bin/make/basic/t1 8206OLD_DIRS+=usr/tests/usr.bin/make/basic/t0 8207OLD_DIRS+=usr/tests/usr.bin/make/basic 8208OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_oldbsd 8209OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod 8210OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd 8211OLD_DIRS+=usr/tests/usr.bin/make/archives 8212OLD_DIRS+=usr/tests/usr.bin/make 8213OLD_FILES+=usr/tests/usr.bin/yacc/legacy_test 8214OLD_FILES+=usr/tests/usr.bin/yacc/regress.00.out 8215OLD_FILES+=usr/tests/usr.bin/yacc/regress.01.out 8216OLD_FILES+=usr/tests/usr.bin/yacc/regress.02.out 8217OLD_FILES+=usr/tests/usr.bin/yacc/regress.03.out 8218OLD_FILES+=usr/tests/usr.bin/yacc/regress.04.out 8219OLD_FILES+=usr/tests/usr.bin/yacc/regress.05.out 8220OLD_FILES+=usr/tests/usr.bin/yacc/regress.06.out 8221OLD_FILES+=usr/tests/usr.bin/yacc/regress.07.out 8222OLD_FILES+=usr/tests/usr.bin/yacc/regress.08.out 8223OLD_FILES+=usr/tests/usr.bin/yacc/regress.09.out 8224OLD_FILES+=usr/tests/usr.bin/yacc/regress.10.out 8225OLD_FILES+=usr/tests/usr.bin/yacc/regress.11.out 8226OLD_FILES+=usr/tests/usr.bin/yacc/regress.12.out 8227OLD_FILES+=usr/tests/usr.bin/yacc/regress.13.out 8228OLD_FILES+=usr/tests/usr.bin/yacc/regress.14.out 8229OLD_FILES+=usr/tests/usr.bin/yacc/regress.sh 8230OLD_FILES+=usr/tests/usr.bin/yacc/undefined.y 8231.endif 8232.else 8233# ATF libraries. 8234OLD_FILES+=etc/mtree/BSD.tests.dist 8235OLD_FILES+=usr/bin/atf-sh 8236OLD_DIRS+=usr/include/atf-c 8237OLD_FILES+=usr/include/atf-c/build.h 8238OLD_FILES+=usr/include/atf-c/check.h 8239OLD_FILES+=usr/include/atf-c/config.h 8240OLD_FILES+=usr/include/atf-c/defs.h 8241OLD_FILES+=usr/include/atf-c/error.h 8242OLD_FILES+=usr/include/atf-c/error_fwd.h 8243OLD_FILES+=usr/include/atf-c/macros.h 8244OLD_FILES+=usr/include/atf-c/tc.h 8245OLD_FILES+=usr/include/atf-c/tp.h 8246OLD_FILES+=usr/include/atf-c/utils.h 8247OLD_FILES+=usr/include/atf-c.h 8248OLD_DIRS+=usr/include/atf-c++ 8249OLD_FILES+=usr/include/atf-c++/build.hpp 8250OLD_FILES+=usr/include/atf-c++/check.hpp 8251OLD_FILES+=usr/include/atf-c++/config.hpp 8252OLD_FILES+=usr/include/atf-c++/macros.hpp 8253OLD_FILES+=usr/include/atf-c++/tests.hpp 8254OLD_FILES+=usr/include/atf-c++/utils.hpp 8255OLD_FILES+=usr/include/atf-c++.hpp 8256OLD_FILES+=usr/lib/libatf-c.so.1 8257OLD_FILES+=usr/lib/libatf-c.so 8258OLD_FILES+=usr/lib/libatf-c++.a 8259OLD_FILES+=usr/lib/libatf-c++.so.1 8260OLD_FILES+=usr/lib/libatf-c++.so 8261OLD_FILES+=usr/lib/libatf-c.a 8262OLD_FILES+=usr/libexec/atf-check 8263OLD_FILES+=usr/libexec/atf-sh 8264OLD_DIRS+=usr/share/atf 8265OLD_FILES+=usr/share/atf/libatf-sh.subr 8266OLD_DIRS+=usr/share/doc/atf 8267OLD_FILES+=usr/share/doc/atf/AUTHORS 8268OLD_FILES+=usr/share/doc/atf/COPYING 8269OLD_FILES+=usr/share/doc/atf/NEWS 8270OLD_FILES+=usr/share/doc/atf/README 8271OLD_FILES+=usr/share/doc/pjdfstest/README 8272OLD_FILES+=usr/share/man/man1/atf-check.1.gz 8273OLD_FILES+=usr/share/man/man1/atf-sh.1.gz 8274OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz 8275OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz 8276OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz 8277OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz 8278OLD_FILES+=usr/share/man/man3/atf-sh.3.gz 8279OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz 8280OLD_FILES+=usr/share/man/man7/atf.7.gz 8281OLD_FILES+=usr/share/mk/atf.test.mk 8282OLD_FILES+=usr/share/mk/plain.test.mk 8283OLD_FILES+=usr/share/mk/suite.test.mk 8284OLD_FILES+=usr/share/mk/tap.test.mk 8285 8286# Test suite. 8287. if exists(${DESTDIR}${TESTSBASE}) 8288TESTS_DIRS!=find ${DESTDIR}${TESTSBASE} -type d | sed -e 's,^${DESTDIR}/,,'; echo 8289OLD_DIRS+=${TESTS_DIRS} 8290TESTS_FILES!=find ${DESTDIR}${TESTSBASE} \! -type d | sed -e 's,^${DESTDIR}/,,'; echo 8291OLD_FILES+=${TESTS_FILES} 8292. endif 8293.endif # Test suite. 8294 8295.if ${MK_TESTS_SUPPORT} == no 8296OLD_FILES+=usr/bin/kyua 8297OLD_FILES+=usr/include/atf-c++.hpp 8298OLD_FILES+=usr/include/atf-c++/build.hpp 8299OLD_FILES+=usr/include/atf-c++/check.hpp 8300OLD_FILES+=usr/include/atf-c++/macros.hpp 8301OLD_FILES+=usr/include/atf-c++/tests.hpp 8302OLD_FILES+=usr/include/atf-c++/utils.hpp 8303OLD_FILES+=usr/include/atf-c.h 8304OLD_FILES+=usr/include/atf-c/build.h 8305OLD_FILES+=usr/include/atf-c/check.h 8306OLD_FILES+=usr/include/atf-c/defs.h 8307OLD_FILES+=usr/include/atf-c/error.h 8308OLD_FILES+=usr/include/atf-c/error_fwd.h 8309OLD_FILES+=usr/include/atf-c/macros.h 8310OLD_FILES+=usr/include/atf-c/tc.h 8311OLD_FILES+=usr/include/atf-c/tp.h 8312OLD_FILES+=usr/include/atf-c/utils.h 8313OLD_LIBS+=usr/lib/libprivateatf-c++.so.2 8314OLD_FILES+=usr/lib/libprivateatf-c++.so 8315OLD_FILES+=usr/lib/libprivateatf-c++.a 8316OLD_LIBS+=usr/lib/libprivateatf-c.so.1 8317OLD_FILES+=usr/lib/libprivateatf-c.so 8318OLD_FILES+=usr/lib/libprivateatf-c.a 8319OLD_FILES+=usr/share/examples/kyua/kyua.conf 8320OLD_FILES+=usr/share/examples/kyua/Kyuafile.top 8321OLD_FILES+=usr/share/kyua/misc/context.html 8322OLD_FILES+=usr/share/kyua/misc/index.html 8323OLD_FILES+=usr/share/kyua/misc/report.css 8324OLD_FILES+=usr/share/kyua/misc/test_result.html 8325OLD_FILES+=usr/share/kyua/store/migrate_v1_v2.sql 8326OLD_FILES+=usr/share/kyua/store/migrate_v2_v3.sql 8327OLD_FILES+=usr/share/kyua/store/schema_v3.sql 8328OLD_FILES+=usr/share/man/man1/kyua-about.1.gz 8329OLD_FILES+=usr/share/man/man1/kyua-config.1.gz 8330OLD_FILES+=usr/share/man/man1/kyua-db-exec.1.gz 8331OLD_FILES+=usr/share/man/man1/kyua-db-migrate.1.gz 8332OLD_FILES+=usr/share/man/man1/kyua-debug.1.gz 8333OLD_FILES+=usr/share/man/man1/kyua-help.1.gz 8334OLD_FILES+=usr/share/man/man1/kyua-list.1.gz 8335OLD_FILES+=usr/share/man/man1/kyua-report-html.1.gz 8336OLD_FILES+=usr/share/man/man1/kyua-report-junit.1.gz 8337OLD_FILES+=usr/share/man/man1/kyua-report.1.gz 8338OLD_FILES+=usr/share/man/man1/kyua-test.1.gz 8339OLD_FILES+=usr/share/man/man1/kyua.1.gz 8340OLD_FILES+=usr/share/man/man3/atf-c++.3.gz 8341OLD_FILES+=usr/share/man/man3/atf-c-api++.3.gz 8342OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz 8343OLD_FILES+=usr/share/man/man3/atf-c.3.gz 8344OLD_FILES+=usr/share/man/man5/kyua.conf.5.gz 8345OLD_FILES+=usr/share/man/man5/kyuafile.5.gz 8346OLD_FILES+=usr/tests/lib/atf/Kyuafile 8347OLD_FILES+=usr/tests/lib/atf/libatf-c++/Kyuafile 8348OLD_FILES+=usr/tests/lib/atf/libatf-c++/atf_c++_test 8349OLD_FILES+=usr/tests/lib/atf/libatf-c++/build_test 8350OLD_FILES+=usr/tests/lib/atf/libatf-c++/check_test 8351OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/Kyuafile 8352OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/application_test 8353OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/env_test 8354OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/exceptions_test 8355OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/fs_test 8356OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/process_test 8357OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/text_test 8358OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/version_helper 8359OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_hpp_test.cpp 8360OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_test 8361OLD_FILES+=usr/tests/lib/atf/libatf-c++/tests_test 8362OLD_FILES+=usr/tests/lib/atf/libatf-c++/unused_test.cpp 8363OLD_FILES+=usr/tests/lib/atf/libatf-c++/utils_test 8364OLD_FILES+=usr/tests/lib/atf/libatf-c/Kyuafile 8365OLD_FILES+=usr/tests/lib/atf/libatf-c/atf_c_test 8366OLD_FILES+=usr/tests/lib/atf/libatf-c/build_test 8367OLD_FILES+=usr/tests/lib/atf/libatf-c/check_test 8368OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/Kyuafile 8369OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/dynstr_test 8370OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/env_test 8371OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/fs_test 8372OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/list_test 8373OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/map_test 8374OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_helpers 8375OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_test 8376OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/sanity_test 8377OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/text_test 8378OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/user_test 8379OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/version_helper 8380OLD_FILES+=usr/tests/lib/atf/libatf-c/error_test 8381OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_h_test.c 8382OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_test 8383OLD_FILES+=usr/tests/lib/atf/libatf-c/tc_test 8384OLD_FILES+=usr/tests/lib/atf/libatf-c/tp_test 8385OLD_FILES+=usr/tests/lib/atf/libatf-c/unused_test.c 8386OLD_FILES+=usr/tests/lib/atf/libatf-c/utils_test 8387OLD_FILES+=usr/tests/lib/atf/test-programs/Kyuafile 8388OLD_FILES+=usr/tests/lib/atf/test-programs/c_helpers 8389OLD_FILES+=usr/tests/lib/atf/test-programs/config_test 8390OLD_FILES+=usr/tests/lib/atf/test-programs/cpp_helpers 8391OLD_FILES+=usr/tests/lib/atf/test-programs/expect_test 8392OLD_FILES+=usr/tests/lib/atf/test-programs/meta_data_test 8393OLD_FILES+=usr/tests/lib/atf/test-programs/result_test 8394OLD_FILES+=usr/tests/lib/atf/test-programs/sh_helpers 8395OLD_FILES+=usr/tests/lib/atf/test-programs/srcdir_test 8396.endif 8397 8398.if ${MK_TEXTPROC} == no 8399OLD_FILES+=usr/bin/checknr 8400OLD_FILES+=usr/bin/colcrt 8401OLD_FILES+=usr/bin/ul 8402OLD_FILES+=usr/share/man/man1/checknr.1.gz 8403OLD_FILES+=usr/share/man/man1/colcrt.1.gz 8404OLD_FILES+=usr/share/man/man1/ul.1.gz 8405.endif 8406 8407.if ${MK_TFTP} == no 8408OLD_FILES+=usr/bin/tftp 8409OLD_FILES+=usr/libexec/tftpd 8410OLD_FILES+=usr/share/man/man1/tftp.1.gz 8411OLD_FILES+=usr/share/man/man8/tftpd.8.gz 8412OLD_FILES+=usr/tests/libexec/tftpd/functional 8413OLD_FILES+=usr/tests/libexec/tftpd/Kyuafile 8414OLD_FILES+=usr/tests/usr.bin/tftp/tftp_test 8415OLD_FILES+=usr/tests/usr.bin/tftp/Kyuafile 8416OLD_DIRS+=usr/tests/libexec/tftpd 8417OLD_DIRS+=usr/tests/usr.bin/tftp 8418.endif 8419 8420.if ${MK_TOOLCHAIN} == no 8421OLD_FILES+=usr/bin/CC 8422OLD_FILES+=usr/bin/addr2line 8423OLD_FILES+=usr/bin/as 8424OLD_FILES+=usr/bin/byacc 8425OLD_FILES+=usr/bin/cc 8426OLD_FILES+=usr/bin/c88 8427OLD_FILES+=usr/bin/c++ 8428OLD_FILES+=usr/bin/c++filt 8429OLD_FILES+=usr/bin/elfcopy 8430OLD_FILES+=usr/bin/ld 8431OLD_FILES+=usr/bin/ld.bfd 8432OLD_FILES+=usr/bin/nm 8433OLD_FILES+=usr/bin/objcopy 8434OLD_FILES+=usr/bin/readelf 8435OLD_FILES+=usr/bin/size 8436OLD_FILES+=usr/bin/strip 8437OLD_FILES+=usr/bin/yacc 8438OLD_FILES+=usr/share/man/man1/addr2line.1.gz 8439OLD_FILES+=usr/share/man/man1/c++filt.1.gz 8440OLD_FILES+=usr/share/man/man1/elfcopy.1.gz 8441OLD_FILES+=usr/share/man/man1/nm.1.gz 8442OLD_FILES+=usr/share/man/man1/readelf.1.gz 8443OLD_FILES+=usr/share/man/man1/size.1.gz 8444OLD_FILES+=usr/share/man/man1/strip.1.gz 8445OLD_FILES+=usr/share/man/man1/objcopy.1.gz 8446# lib/libelf 8447OLD_FILES+=usr/share/man/man3/elf.3.gz 8448OLD_FILES+=usr/share/man/man3/elf_begin.3.gz 8449OLD_FILES+=usr/share/man/man3/elf_cntl.3.gz 8450OLD_FILES+=usr/share/man/man3/elf_end.3.gz 8451OLD_FILES+=usr/share/man/man3/elf_errmsg.3.gz 8452OLD_FILES+=usr/share/man/man3/elf_fill.3.gz 8453OLD_FILES+=usr/share/man/man3/elf_flagdata.3.gz 8454OLD_FILES+=usr/share/man/man3/elf_getarhdr.3.gz 8455OLD_FILES+=usr/share/man/man3/elf_getarsym.3.gz 8456OLD_FILES+=usr/share/man/man3/elf_getbase.3.gz 8457OLD_FILES+=usr/share/man/man3/elf_getdata.3.gz 8458OLD_FILES+=usr/share/man/man3/elf_getident.3.gz 8459OLD_FILES+=usr/share/man/man3/elf_getscn.3.gz 8460OLD_FILES+=usr/share/man/man3/elf_getphdrnum.3.gz 8461OLD_FILES+=usr/share/man/man3/elf_getphnum.3.gz 8462OLD_FILES+=usr/share/man/man3/elf_getshdrnum.3.gz 8463OLD_FILES+=usr/share/man/man3/elf_getshnum.3.gz 8464OLD_FILES+=usr/share/man/man3/elf_getshdrstrndx.3.gz 8465OLD_FILES+=usr/share/man/man3/elf_getshstrndx.3.gz 8466OLD_FILES+=usr/share/man/man3/elf_hash.3.gz 8467OLD_FILES+=usr/share/man/man3/elf_kind.3.gz 8468OLD_FILES+=usr/share/man/man3/elf_memory.3.gz 8469OLD_FILES+=usr/share/man/man3/elf_next.3.gz 8470OLD_FILES+=usr/share/man/man3/elf_open.3.gz 8471OLD_FILES+=usr/share/man/man3/elf_rawfile.3.gz 8472OLD_FILES+=usr/share/man/man3/elf_rand.3.gz 8473OLD_FILES+=usr/share/man/man3/elf_strptr.3.gz 8474OLD_FILES+=usr/share/man/man3/elf_update.3.gz 8475OLD_FILES+=usr/share/man/man3/elf_version.3.gz 8476OLD_FILES+=usr/share/man/man3/gelf.3.gz 8477OLD_FILES+=usr/share/man/man3/gelf_checksum.3.gz 8478OLD_FILES+=usr/share/man/man3/gelf_fsize.3.gz 8479OLD_FILES+=usr/share/man/man3/gelf_getcap.3.gz 8480OLD_FILES+=usr/share/man/man3/gelf_getclass.3.gz 8481OLD_FILES+=usr/share/man/man3/gelf_getdyn.3.gz 8482OLD_FILES+=usr/share/man/man3/gelf_getehdr.3.gz 8483OLD_FILES+=usr/share/man/man3/gelf_getmove.3.gz 8484OLD_FILES+=usr/share/man/man3/gelf_getphdr.3.gz 8485OLD_FILES+=usr/share/man/man3/gelf_getrel.3.gz 8486OLD_FILES+=usr/share/man/man3/gelf_getrela.3.gz 8487OLD_FILES+=usr/share/man/man3/gelf_getshdr.3.gz 8488OLD_FILES+=usr/share/man/man3/gelf_getsym.3.gz 8489OLD_FILES+=usr/share/man/man3/gelf_getsyminfo.3.gz 8490OLD_FILES+=usr/share/man/man3/gelf_getsymshndx.3.gz 8491OLD_FILES+=usr/share/man/man3/gelf_newehdr.3.gz 8492OLD_FILES+=usr/share/man/man3/gelf_newphdr.3.gz 8493OLD_FILES+=usr/share/man/man3/gelf_update_ehdr.3.gz 8494OLD_FILES+=usr/share/man/man3/gelf_xlatetof.3.gz 8495# lib/libelftc 8496OLD_FILES+=usr/share/man/man3/elftc.3.gz 8497OLD_FILES+=usr/share/man/man3/elftc_bfd_find_target.3.gz 8498OLD_FILES+=usr/share/man/man3/elftc_copyfile.3.gz 8499OLD_FILES+=usr/share/man/man3/elftc_demangle.3.gz 8500OLD_FILES+=usr/share/man/man3/elftc_reloc_type_str.3.gz 8501OLD_FILES+=usr/share/man/man3/elftc_set_timestamps.3.gz 8502OLD_FILES+=usr/share/man/man3/elftc_timestamp.3.gz 8503OLD_FILES+=usr/share/man/man3/elftc_string_table_create.3.gz 8504OLD_FILES+=usr/share/man/man3/elftc_version.3.gz 8505# usr.bin/lorder 8506OLD_FILES+=usr/bin/lorder 8507OLD_FILES+=usr/tests/usr.bin/lorder/Kyuafile 8508OLD_FILES+=usr/tests/usr.bin/lorder/lorder_test 8509OLD_DIRS+=usr/tests/usr.bin/lorder 8510# usr.bin/yacc 8511OLD_FILES+=usr/tests/usr.bin/yacc/Kyuafile 8512OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_calc1.y 8513OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_demo.y 8514OLD_FILES+=usr/tests/usr.bin/yacc/calc.y 8515OLD_FILES+=usr/tests/usr.bin/yacc/calc1.y 8516OLD_FILES+=usr/tests/usr.bin/yacc/calc2.y 8517OLD_FILES+=usr/tests/usr.bin/yacc/calc3.y 8518OLD_FILES+=usr/tests/usr.bin/yacc/code_calc.y 8519OLD_FILES+=usr/tests/usr.bin/yacc/code_debug.y 8520OLD_FILES+=usr/tests/usr.bin/yacc/code_error.y 8521OLD_FILES+=usr/tests/usr.bin/yacc/empty.y 8522OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit1.y 8523OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit2.y 8524OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit3.y 8525OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit4.y 8526OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit5.y 8527OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax1.y 8528OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax10.y 8529OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax11.y 8530OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax12.y 8531OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax13.y 8532OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax14.y 8533OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax15.y 8534OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax16.y 8535OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax17.y 8536OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax18.y 8537OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax19.y 8538OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax2.y 8539OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax20.y 8540OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax21.y 8541OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax22.y 8542OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax23.y 8543OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax24.y 8544OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax25.y 8545OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax26.y 8546OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax27.y 8547OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax3.y 8548OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax4.y 8549OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax5.y 8550OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax6.y 8551OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7.y 8552OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7a.y 8553OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7b.y 8554OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax8.y 8555OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax8a.y 8556OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax9.y 8557OLD_FILES+=usr/tests/usr.bin/yacc/error.y 8558OLD_FILES+=usr/tests/usr.bin/yacc/grammar.y 8559OLD_FILES+=usr/tests/usr.bin/yacc/inherit0.y 8560OLD_FILES+=usr/tests/usr.bin/yacc/inherit1.y 8561OLD_FILES+=usr/tests/usr.bin/yacc/inherit2.y 8562OLD_FILES+=usr/tests/usr.bin/yacc/ok_syntax1.y 8563OLD_FILES+=usr/tests/usr.bin/yacc/pure_calc.y 8564OLD_FILES+=usr/tests/usr.bin/yacc/pure_error.y 8565OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc.y 8566OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc2.y 8567OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc3.y 8568OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc4.y 8569OLD_FILES+=usr/tests/usr.bin/yacc/run_test 8570OLD_FILES+=usr/tests/usr.bin/yacc/varsyntax_calc1.y 8571OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_b.error 8572OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_b.output 8573OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_l.error 8574OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_l.output 8575OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.error 8576OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.output 8577OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.c 8578OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.h 8579OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.error 8580OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.output 8581OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.c 8582OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.h 8583OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.error 8584OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.output 8585OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.c 8586OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.h 8587OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.error 8588OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.output 8589OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.c 8590OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.h 8591OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.code.c 8592OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.error 8593OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.output 8594OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.tab.c 8595OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.tab.h 8596OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.code.c 8597OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.error 8598OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.output 8599OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.tab.c 8600OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.tab.h 8601OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.error 8602OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.output 8603OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.c 8604OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.h 8605OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.error 8606OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.output 8607OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.tab.c 8608OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.tab.h 8609OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.error 8610OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.output 8611OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.tab.c 8612OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.tab.h 8613OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.error 8614OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.output 8615OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.tab.c 8616OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.tab.h 8617OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.error 8618OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.output 8619OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.tab.c 8620OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.tab.h 8621OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.error 8622OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.output 8623OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.tab.c 8624OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.tab.h 8625OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.error 8626OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.output 8627OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.tab.c 8628OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.tab.h 8629OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.error 8630OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.output 8631OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.tab.c 8632OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.tab.h 8633OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.error 8634OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.output 8635OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.tab.c 8636OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.tab.h 8637OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.error 8638OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.output 8639OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.tab.c 8640OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.tab.h 8641OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.error 8642OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.output 8643OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.tab.c 8644OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.tab.h 8645OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.error 8646OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.output 8647OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.tab.c 8648OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.tab.h 8649OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.error 8650OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.output 8651OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.tab.c 8652OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.tab.h 8653OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.error 8654OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.output 8655OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.tab.c 8656OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.tab.h 8657OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.error 8658OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.output 8659OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.tab.c 8660OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.tab.h 8661OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.error 8662OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.output 8663OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.tab.c 8664OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.tab.h 8665OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.error 8666OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.output 8667OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.tab.c 8668OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.tab.h 8669OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.error 8670OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.output 8671OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.tab.c 8672OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.tab.h 8673OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.error 8674OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.output 8675OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.tab.c 8676OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.tab.h 8677OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.error 8678OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.output 8679OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.tab.c 8680OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.tab.h 8681OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.error 8682OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.output 8683OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.tab.c 8684OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.tab.h 8685OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.error 8686OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.output 8687OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.tab.c 8688OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.tab.h 8689OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.error 8690OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.output 8691OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.tab.c 8692OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.tab.h 8693OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.error 8694OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.output 8695OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.tab.c 8696OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.tab.h 8697OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.error 8698OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.output 8699OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.tab.c 8700OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.tab.h 8701OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.error 8702OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.output 8703OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.tab.c 8704OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.tab.h 8705OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.error 8706OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.output 8707OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.tab.c 8708OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.tab.h 8709OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.error 8710OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.output 8711OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.tab.c 8712OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.tab.h 8713OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.error 8714OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.output 8715OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.tab.c 8716OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.tab.h 8717OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.error 8718OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.output 8719OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.tab.c 8720OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.tab.h 8721OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.error 8722OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.output 8723OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.tab.c 8724OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.tab.h 8725OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.error 8726OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.output 8727OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.tab.c 8728OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.tab.h 8729OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.dot 8730OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.error 8731OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.output 8732OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.tab.c 8733OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.tab.h 8734OLD_FILES+=usr/tests/usr.bin/yacc/yacc/help.error 8735OLD_FILES+=usr/tests/usr.bin/yacc/yacc/help.output 8736OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt.error 8737OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt.output 8738OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt1.error 8739OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt1.output 8740OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_code_c.error 8741OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_code_c.output 8742OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_defines.error 8743OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_defines.output 8744OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_graph.error 8745OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_graph.output 8746OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_include.error 8747OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_include.output 8748OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_opts.error 8749OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_opts.output 8750OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.error 8751OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.output 8752OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output1.error 8753OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output1.output 8754OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output2.error 8755OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output2.output 8756OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt.error 8757OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt.output 8758OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt1.error 8759OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt1.output 8760OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_verbose.error 8761OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_verbose.output 8762OLD_FILES+=usr/tests/usr.bin/yacc/yacc/nostdin.error 8763OLD_FILES+=usr/tests/usr.bin/yacc/yacc/nostdin.output 8764OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.error 8765OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.output 8766OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.tab.c 8767OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.tab.h 8768OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.error 8769OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.output 8770OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.tab.c 8771OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.tab.h 8772OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.error 8773OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.output 8774OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.tab.c 8775OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.tab.h 8776OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.error 8777OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.output 8778OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.tab.c 8779OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.tab.h 8780OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.error 8781OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.output 8782OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.tab.c 8783OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.tab.h 8784OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.error 8785OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.output 8786OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.tab.c 8787OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.tab.h 8788OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.error 8789OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.output 8790OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.tab.c 8791OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.tab.h 8792OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.error 8793OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.output 8794OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.tab.c 8795OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.tab.h 8796OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.error 8797OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.output 8798OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.tab.c 8799OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.tab.h 8800OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.error 8801OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.output 8802OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.tab.c 8803OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.tab.h 8804OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.error 8805OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.output 8806OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.tab.c 8807OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.tab.h 8808OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.c 8809OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.error 8810OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.h 8811OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.i 8812OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.output 8813OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.error 8814OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.output 8815OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.c 8816OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.h 8817OLD_FILES+=usr/tests/usr.bin/yacc/yacc_tests 8818OLD_DIRS+=usr/tests/usr.bin/yacc/yacc 8819OLD_DIRS+=usr/tests/usr.bin/yacc 8820.endif 8821 8822.if ${MK_UNBOUND} == no 8823OLD_FILES+=etc/rc.d/local_unbound 8824OLD_FILES+=etc/unbound 8825OLD_FILES+=usr/lib/libprivateunbound.a 8826OLD_FILES+=usr/lib/libprivateunbound.so 8827OLD_LIBS+=usr/lib/libprivateunbound.so.5 8828OLD_FILES+=usr/share/man/man5/local-unbound.conf.5.gz 8829OLD_FILES+=usr/share/man/man8/local-unbound-anchor.8.gz 8830OLD_FILES+=usr/share/man/man8/local-unbound-checkconf.8.gz 8831OLD_FILES+=usr/share/man/man8/local-unbound-control.8.gz 8832OLD_FILES+=usr/share/man/man8/local-unbound.8.gz 8833OLD_FILES+=usr/sbin/local-unbound-setup 8834OLD_FILES+=usr/sbin/local-unbound 8835OLD_FILES+=usr/sbin/local-unbound-anchor 8836OLD_FILES+=usr/sbin/local-unbound-checkconf 8837OLD_FILES+=usr/sbin/local-unbound-control 8838.endif 8839 8840.if ${MK_USB} == no 8841OLD_FILES+=etc/devd/uath.conf 8842OLD_FILES+=etc/devd/uauth.conf 8843OLD_FILES+=etc/devd/ulpt.conf 8844OLD_FILES+=etc/devd/usb.conf 8845OLD_FILES+=usr/bin/usbhidaction 8846OLD_FILES+=usr/bin/usbhidctl 8847OLD_FILES+=usr/include/libusb.h 8848OLD_FILES+=usr/include/libusb20.h 8849OLD_FILES+=usr/include/libusb20_desc.h 8850OLD_FILES+=usr/include/usb.h 8851OLD_FILES+=usr/include/usbhid.h 8852OLD_FILES+=usr/lib/libusb.a 8853OLD_FILES+=usr/lib/libusb.so 8854OLD_LIBS+=usr/lib/libusb.so.4 8855OLD_FILES+=usr/lib/libusbhid.a 8856OLD_FILES+=usr/lib/libusbhid.so 8857OLD_LIBS+=usr/lib/libusbhid.so.4 8858OLD_FILES+=usr/libdata/pkgconfig/libusb-0.1.pc 8859OLD_FILES+=usr/libdata/pkgconfig/libusb-1.0.pc 8860OLD_FILES+=usr/libdata/pkgconfig/libusb-2.0.pc 8861OLD_FILES+=usr/libexec/ssh-sk-helper 8862OLD_FILES+=usr/sbin/uathload 8863OLD_FILES+=usr/sbin/uhsoctl 8864OLD_FILES+=usr/sbin/usbconfig 8865OLD_FILES+=usr/sbin/usbdump 8866OLD_FILES+=usr/share/examples/libusb20/Makefile 8867OLD_FILES+=usr/share/examples/libusb20/README 8868OLD_FILES+=usr/share/examples/libusb20/bulk.c 8869OLD_FILES+=usr/share/examples/libusb20/control.c 8870OLD_FILES+=usr/share/examples/libusb20/util.c 8871OLD_FILES+=usr/share/examples/libusb20/util.h 8872OLD_DIRS+=usr/share/examples/libusb20 8873OLD_FILES+=usr/share/firmware/ar5523.bin 8874OLD_FILES+=usr/share/man/man1/uhsoctl.1.gz 8875OLD_FILES+=usr/share/man/man1/usbhidaction.1.gz 8876OLD_FILES+=usr/share/man/man1/usbhidctl.1.gz 8877OLD_FILES+=usr/share/man/man3/hid_dispose_report_desc.3.gz 8878OLD_FILES+=usr/share/man/man3/hid_end_parse.3.gz 8879OLD_FILES+=usr/share/man/man3/hid_get_data.3.gz 8880OLD_FILES+=usr/share/man/man3/hid_get_item.3.gz 8881OLD_FILES+=usr/share/man/man3/hid_get_report_desc.3.gz 8882OLD_FILES+=usr/share/man/man3/hid_init.3.gz 8883OLD_FILES+=usr/share/man/man3/hid_locate.3.gz 8884OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz 8885OLD_FILES+=usr/share/man/man3/hid_set_data.3.gz 8886OLD_FILES+=usr/share/man/man3/hid_start_parse.3.gz 8887OLD_FILES+=usr/share/man/man3/hid_usage_in_page.3.gz 8888OLD_FILES+=usr/share/man/man3/hid_usage_page.3.gz 8889OLD_FILES+=usr/share/man/man3/libusb.3.gz 8890OLD_FILES+=usr/share/man/man3/libusb20.3.gz 8891OLD_FILES+=usr/share/man/man3/libusb20_be_add_dev_quirk.3.gz 8892OLD_FILES+=usr/share/man/man3/libusb20_be_alloc_default.3.gz 8893OLD_FILES+=usr/share/man/man3/libusb20_be_dequeue_device.3.gz 8894OLD_FILES+=usr/share/man/man3/libusb20_be_device_foreach.3.gz 8895OLD_FILES+=usr/share/man/man3/libusb20_be_enqueue_device.3.gz 8896OLD_FILES+=usr/share/man/man3/libusb20_be_free.3.gz 8897OLD_FILES+=usr/share/man/man3/libusb20_be_get_dev_quirk.3.gz 8898OLD_FILES+=usr/share/man/man3/libusb20_be_get_quirk_name.3.gz 8899OLD_FILES+=usr/share/man/man3/libusb20_be_get_template.3.gz 8900OLD_FILES+=usr/share/man/man3/libusb20_be_remove_dev_quirk.3.gz 8901OLD_FILES+=usr/share/man/man3/libusb20_be_set_template.3.gz 8902OLD_FILES+=usr/share/man/man3/libusb20_desc_foreach.3.gz 8903OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc.3.gz 8904OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc_config.3.gz 8905OLD_FILES+=usr/share/man/man3/libusb20_dev_check_connected.3.gz 8906OLD_FILES+=usr/share/man/man3/libusb20_dev_close.3.gz 8907OLD_FILES+=usr/share/man/man3/libusb20_dev_detach_kernel_driver.3.gz 8908OLD_FILES+=usr/share/man/man3/libusb20_dev_free.3.gz 8909OLD_FILES+=usr/share/man/man3/libusb20_dev_get_address.3.gz 8910OLD_FILES+=usr/share/man/man3/libusb20_dev_get_backend_name.3.gz 8911OLD_FILES+=usr/share/man/man3/libusb20_dev_get_bus_number.3.gz 8912OLD_FILES+=usr/share/man/man3/libusb20_dev_get_config_index.3.gz 8913OLD_FILES+=usr/share/man/man3/libusb20_dev_get_debug.3.gz 8914OLD_FILES+=usr/share/man/man3/libusb20_dev_get_desc.3.gz 8915OLD_FILES+=usr/share/man/man3/libusb20_dev_get_device_desc.3.gz 8916OLD_FILES+=usr/share/man/man3/libusb20_dev_get_fd.3.gz 8917OLD_FILES+=usr/share/man/man3/libusb20_dev_get_iface_desc.3.gz 8918OLD_FILES+=usr/share/man/man3/libusb20_dev_get_info.3.gz 8919OLD_FILES+=usr/share/man/man3/libusb20_dev_get_mode.3.gz 8920OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_address.3.gz 8921OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_port.3.gz 8922OLD_FILES+=usr/share/man/man3/libusb20_dev_get_port_path.3.gz 8923OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_mode.3.gz 8924OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_usage.3.gz 8925OLD_FILES+=usr/share/man/man3/libusb20_dev_get_speed.3.gz 8926OLD_FILES+=usr/share/man/man3/libusb20_dev_kernel_driver_active.3.gz 8927OLD_FILES+=usr/share/man/man3/libusb20_dev_open.3.gz 8928OLD_FILES+=usr/share/man/man3/libusb20_dev_process.3.gz 8929OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_simple_sync.3.gz 8930OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_sync.3.gz 8931OLD_FILES+=usr/share/man/man3/libusb20_dev_request_sync.3.gz 8932OLD_FILES+=usr/share/man/man3/libusb20_dev_reset.3.gz 8933OLD_FILES+=usr/share/man/man3/libusb20_dev_set_alt_index.3.gz 8934OLD_FILES+=usr/share/man/man3/libusb20_dev_set_config_index.3.gz 8935OLD_FILES+=usr/share/man/man3/libusb20_dev_set_debug.3.gz 8936OLD_FILES+=usr/share/man/man3/libusb20_dev_set_power_mode.3.gz 8937OLD_FILES+=usr/share/man/man3/libusb20_dev_wait_process.3.gz 8938OLD_FILES+=usr/share/man/man3/libusb20_error_name.3.gz 8939OLD_FILES+=usr/share/man/man3/libusb20_me_decode.3.gz 8940OLD_FILES+=usr/share/man/man3/libusb20_me_encode.3.gz 8941OLD_FILES+=usr/share/man/man3/libusb20_me_get_1.3.gz 8942OLD_FILES+=usr/share/man/man3/libusb20_me_get_2.3.gz 8943OLD_FILES+=usr/share/man/man3/libusb20_strerror.3.gz 8944OLD_FILES+=usr/share/man/man3/libusb20_tr_bulk_intr_sync.3.gz 8945OLD_FILES+=usr/share/man/man3/libusb20_tr_callback_wrapper.3.gz 8946OLD_FILES+=usr/share/man/man3/libusb20_tr_clear_stall_sync.3.gz 8947OLD_FILES+=usr/share/man/man3/libusb20_tr_close.3.gz 8948OLD_FILES+=usr/share/man/man3/libusb20_tr_drain.3.gz 8949OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_frames.3.gz 8950OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_length.3.gz 8951OLD_FILES+=usr/share/man/man3/libusb20_tr_get_length.3.gz 8952OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_frames.3.gz 8953OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_packet_length.3.gz 8954OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_total_length.3.gz 8955OLD_FILES+=usr/share/man/man3/libusb20_tr_get_pointer.3.gz 8956OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc0.3.gz 8957OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc1.3.gz 8958OLD_FILES+=usr/share/man/man3/libusb20_tr_get_status.3.gz 8959OLD_FILES+=usr/share/man/man3/libusb20_tr_get_time_complete.3.gz 8960OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz 8961OLD_FILES+=usr/share/man/man3/libusb20_tr_pending.3.gz 8962OLD_FILES+=usr/share/man/man3/libusb20_tr_set_buffer.3.gz 8963OLD_FILES+=usr/share/man/man3/libusb20_tr_set_callback.3.gz 8964OLD_FILES+=usr/share/man/man3/libusb20_tr_set_flags.3.gz 8965OLD_FILES+=usr/share/man/man3/libusb20_tr_set_length.3.gz 8966OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc0.3.gz 8967OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc1.3.gz 8968OLD_FILES+=usr/share/man/man3/libusb20_tr_set_timeout.3.gz 8969OLD_FILES+=usr/share/man/man3/libusb20_tr_set_total_frames.3.gz 8970OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_bulk.3.gz 8971OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_control.3.gz 8972OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_intr.3.gz 8973OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_isoc.3.gz 8974OLD_FILES+=usr/share/man/man3/libusb20_tr_start.3.gz 8975OLD_FILES+=usr/share/man/man3/libusb20_tr_stop.3.gz 8976OLD_FILES+=usr/share/man/man3/libusb20_tr_submit.3.gz 8977OLD_FILES+=usr/share/man/man3/libusb_alloc_transfer.3.gz 8978OLD_FILES+=usr/share/man/man3/libusb_attach_kernel_driver.3.gz 8979OLD_FILES+=usr/share/man/man3/libusb_bulk_transfer.3.gz 8980OLD_FILES+=usr/share/man/man3/libusb_cancel_transfer.3.gz 8981OLD_FILES+=usr/share/man/man3/libusb_check_connected.3.gz 8982OLD_FILES+=usr/share/man/man3/libusb_claim_interface.3.gz 8983OLD_FILES+=usr/share/man/man3/libusb_clear_halt.3.gz 8984OLD_FILES+=usr/share/man/man3/libusb_close.3.gz 8985OLD_FILES+=usr/share/man/man3/libusb_control_transfer.3.gz 8986OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver.3.gz 8987OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver_np.3.gz 8988OLD_FILES+=usr/share/man/man3/libusb_error_name.3.gz 8989OLD_FILES+=usr/share/man/man3/libusb_event_handler_active.3.gz 8990OLD_FILES+=usr/share/man/man3/libusb_event_handling_ok.3.gz 8991OLD_FILES+=usr/share/man/man3/libusb_exit.3.gz 8992OLD_FILES+=usr/share/man/man3/libusb_free_bos_descriptor.3.gz 8993OLD_FILES+=usr/share/man/man3/libusb_free_config_descriptor.3.gz 8994OLD_FILES+=usr/share/man/man3/libusb_free_device_list.3.gz 8995OLD_FILES+=usr/share/man/man3/libusb_free_ss_endpoint_comp.3.gz 8996OLD_FILES+=usr/share/man/man3/libusb_free_transfer.3.gz 8997OLD_FILES+=usr/share/man/man3/libusb_get_active_config_descriptor.3.gz 8998OLD_FILES+=usr/share/man/man3/libusb_get_bus_number.3.gz 8999OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor.3.gz 9000OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor_by_value.3.gz 9001OLD_FILES+=usr/share/man/man3/libusb_get_configuration.3.gz 9002OLD_FILES+=usr/share/man/man3/libusb_get_device.3.gz 9003OLD_FILES+=usr/share/man/man3/libusb_get_device_address.3.gz 9004OLD_FILES+=usr/share/man/man3/libusb_get_device_descriptor.3.gz 9005OLD_FILES+=usr/share/man/man3/libusb_get_device_list.3.gz 9006OLD_FILES+=usr/share/man/man3/libusb_get_device_speed.3.gz 9007OLD_FILES+=usr/share/man/man3/libusb_get_driver.3.gz 9008OLD_FILES+=usr/share/man/man3/libusb_get_driver_np.3.gz 9009OLD_FILES+=usr/share/man/man3/libusb_get_max_iso_packet_size.3.gz 9010OLD_FILES+=usr/share/man/man3/libusb_get_max_packet_size.3.gz 9011OLD_FILES+=usr/share/man/man3/libusb_get_next_timeout.3.gz 9012OLD_FILES+=usr/share/man/man3/libusb_get_pollfds.3.gz 9013OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor.3.gz 9014OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor_ascii.3.gz 9015OLD_FILES+=usr/share/man/man3/libusb_handle_events.3.gz 9016OLD_FILES+=usr/share/man/man3/libusb_handle_events_completed.3.gz 9017OLD_FILES+=usr/share/man/man3/libusb_handle_events_locked.3.gz 9018OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout.3.gz 9019OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout_completed.3.gz 9020OLD_FILES+=usr/share/man/man3/libusb_init.3.gz 9021OLD_FILES+=usr/share/man/man3/libusb_interrupt_transfer.3.gz 9022OLD_FILES+=usr/share/man/man3/libusb_kernel_driver_active.3.gz 9023OLD_FILES+=usr/share/man/man3/libusb_lock_event_waiters.3.gz 9024OLD_FILES+=usr/share/man/man3/libusb_lock_events.3.gz 9025OLD_FILES+=usr/share/man/man3/libusb_open.3.gz 9026OLD_FILES+=usr/share/man/man3/libusb_open_device_with_vid_pid.3.gz 9027OLD_FILES+=usr/share/man/man3/libusb_parse_bos_descriptor.3.gz 9028OLD_FILES+=usr/share/man/man3/libusb_parse_ss_endpoint_comp.3.gz 9029OLD_FILES+=usr/share/man/man3/libusb_ref_device.3.gz 9030OLD_FILES+=usr/share/man/man3/libusb_release_interface.3.gz 9031OLD_FILES+=usr/share/man/man3/libusb_reset_device.3.gz 9032OLD_FILES+=usr/share/man/man3/libusb_set_configuration.3.gz 9033OLD_FILES+=usr/share/man/man3/libusb_set_debug.3.gz 9034OLD_FILES+=usr/share/man/man3/libusb_set_interface_alt_setting.3.gz 9035OLD_FILES+=usr/share/man/man3/libusb_set_pollfd_notifiers.3.gz 9036OLD_FILES+=usr/share/man/man3/libusb_strerror.3.gz 9037OLD_FILES+=usr/share/man/man3/libusb_submit_transfer.3.gz 9038OLD_FILES+=usr/share/man/man3/libusb_try_lock_events.3.gz 9039OLD_FILES+=usr/share/man/man3/libusb_unlock_event_waiters.3.gz 9040OLD_FILES+=usr/share/man/man3/libusb_unlock_events.3.gz 9041OLD_FILES+=usr/share/man/man3/libusb_unref_device.3.gz 9042OLD_FILES+=usr/share/man/man3/libusb_wait_for_event.3.gz 9043OLD_FILES+=usr/share/man/man3/libusbhid.3.gz 9044OLD_FILES+=usr/share/man/man3/usb.3.gz 9045OLD_FILES+=usr/share/man/man3/usb_bulk_read.3.gz 9046OLD_FILES+=usr/share/man/man3/usb_bulk_write.3.gz 9047OLD_FILES+=usr/share/man/man3/usb_check_connected.3.gz 9048OLD_FILES+=usr/share/man/man3/usb_claim_interface.3.gz 9049OLD_FILES+=usr/share/man/man3/usb_clear_halt.3.gz 9050OLD_FILES+=usr/share/man/man3/usb_close.3.gz 9051OLD_FILES+=usr/share/man/man3/usb_control_msg.3.gz 9052OLD_FILES+=usr/share/man/man3/usb_destroy_configuration.3.gz 9053OLD_FILES+=usr/share/man/man3/usb_device.3.gz 9054OLD_FILES+=usr/share/man/man3/usb_fetch_and_parse_descriptors.3.gz 9055OLD_FILES+=usr/share/man/man3/usb_find_busses.3.gz 9056OLD_FILES+=usr/share/man/man3/usb_find_devices.3.gz 9057OLD_FILES+=usr/share/man/man3/usb_get_busses.3.gz 9058OLD_FILES+=usr/share/man/man3/usb_get_descriptor.3.gz 9059OLD_FILES+=usr/share/man/man3/usb_get_descriptor_by_endpoint.3.gz 9060OLD_FILES+=usr/share/man/man3/usb_get_string.3.gz 9061OLD_FILES+=usr/share/man/man3/usb_get_string_simple.3.gz 9062OLD_FILES+=usr/share/man/man3/usb_init.3.gz 9063OLD_FILES+=usr/share/man/man3/usb_interrupt_read.3.gz 9064OLD_FILES+=usr/share/man/man3/usb_interrupt_write.3.gz 9065OLD_FILES+=usr/share/man/man3/usb_open.3.gz 9066OLD_FILES+=usr/share/man/man3/usb_parse_configuration.3.gz 9067OLD_FILES+=usr/share/man/man3/usb_parse_descriptor.3.gz 9068OLD_FILES+=usr/share/man/man3/usb_release_interface.3.gz 9069OLD_FILES+=usr/share/man/man3/usb_reset.3.gz 9070OLD_FILES+=usr/share/man/man3/usb_resetep.3.gz 9071OLD_FILES+=usr/share/man/man3/usb_set_altinterface.3.gz 9072OLD_FILES+=usr/share/man/man3/usb_set_configuration.3.gz 9073OLD_FILES+=usr/share/man/man3/usb_set_debug.3.gz 9074OLD_FILES+=usr/share/man/man3/usb_strerror.3.gz 9075OLD_FILES+=usr/share/man/man3/usbhid.3.gz 9076OLD_FILES+=usr/share/man/man4/if_otus.4.gz 9077OLD_FILES+=usr/share/man/man4/if_rsu.4.gz 9078OLD_FILES+=usr/share/man/man4/if_rtwn_usb.4.gz 9079OLD_FILES+=usr/share/man/man4/if_rum.4.gz 9080OLD_FILES+=usr/share/man/man4/if_run.4.gz 9081OLD_FILES+=usr/share/man/man4/if_zyd.4.gz 9082OLD_FILES+=usr/share/man/man4/otus.4.gz 9083OLD_FILES+=usr/share/man/man4/otusfw.4.gz 9084OLD_FILES+=usr/share/man/man4/rsu.4.gz 9085OLD_FILES+=usr/share/man/man4/rsufw.4.gz 9086OLD_FILES+=usr/share/man/man4/rtwn_usb.4.gz 9087OLD_FILES+=usr/share/man/man4/rum.4.gz 9088OLD_FILES+=usr/share/man/man4/run.4.gz 9089OLD_FILES+=usr/share/man/man4/runfw.4.gz 9090OLD_FILES+=usr/share/man/man4/u3g.4.gz 9091OLD_FILES+=usr/share/man/man4/u3gstub.4.gz 9092OLD_FILES+=usr/share/man/man4/uark.4.gz 9093OLD_FILES+=usr/share/man/man4/uart.4.gz 9094OLD_FILES+=usr/share/man/man4/uath.4.gz 9095OLD_FILES+=usr/share/man/man4/ubsa.4.gz 9096OLD_FILES+=usr/share/man/man4/ubser.4.gz 9097OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz 9098OLD_FILES+=usr/share/man/man4/uchcom.4.gz 9099OLD_FILES+=usr/share/man/man4/ucom.4.gz 9100OLD_FILES+=usr/share/man/man4/ucycom.4.gz 9101OLD_FILES+=usr/share/man/man4/udav.4.gz 9102OLD_FILES+=usr/share/man/man4/udbp.4.gz 9103OLD_FILES+=usr/share/man/man4/uep.4.gz 9104OLD_FILES+=usr/share/man/man4/ufm.4.gz 9105OLD_FILES+=usr/share/man/man4/ufoma.4.gz 9106OLD_FILES+=usr/share/man/man4/uftdi.4.gz 9107OLD_FILES+=usr/share/man/man4/ugen.4.gz 9108OLD_FILES+=usr/share/man/man4/uhci.4.gz 9109OLD_FILES+=usr/share/man/man4/uhid.4.gz 9110OLD_FILES+=usr/share/man/man4/uhso.4.gz 9111OLD_FILES+=usr/share/man/man4/uipaq.4.gz 9112OLD_FILES+=usr/share/man/man4/ukbd.4.gz 9113OLD_FILES+=usr/share/man/man4/uled.4.gz 9114OLD_FILES+=usr/share/man/man4/ulpt.4.gz 9115OLD_FILES+=usr/share/man/man4/umass.4.gz 9116OLD_FILES+=usr/share/man/man4/umcs.4.gz 9117OLD_FILES+=usr/share/man/man4/umct.4.gz 9118OLD_FILES+=usr/share/man/man4/umodem.4.gz 9119OLD_FILES+=usr/share/man/man4/umoscom.4.gz 9120OLD_FILES+=usr/share/man/man4/ums.4.gz 9121OLD_FILES+=usr/share/man/man4/unix.4.gz 9122OLD_FILES+=usr/share/man/man4/upgt.4.gz 9123OLD_FILES+=usr/share/man/man4/uplcom.4.gz 9124OLD_FILES+=usr/share/man/man4/ural.4.gz 9125OLD_FILES+=usr/share/man/man4/urio.4.gz 9126OLD_FILES+=usr/share/man/man4/urndis.4.gz 9127OLD_FILES+=usr/share/man/man4/urtw.4.gz 9128OLD_FILES+=usr/share/man/man4/usb.4.gz 9129OLD_FILES+=usr/share/man/man4/usb_quirk.4.gz 9130OLD_FILES+=usr/share/man/man4/usb_template.4.gz 9131OLD_FILES+=usr/share/man/man4/usfs.4.gz 9132OLD_FILES+=usr/share/man/man4/uslcom.4.gz 9133OLD_FILES+=usr/share/man/man4/uvisor.4.gz 9134OLD_FILES+=usr/share/man/man4/uvscom.4.gz 9135OLD_FILES+=usr/share/man/man4/zyd.4.gz 9136OLD_FILES+=usr/share/man/man8/ssh-sk-helper.8.gz 9137OLD_FILES+=usr/share/man/man8/uathload.8.gz 9138OLD_FILES+=usr/share/man/man8/usbconfig.8.gz 9139OLD_FILES+=usr/share/man/man8/usbdump.8.gz 9140OLD_FILES+=usr/share/man/man9/usb_fifo_alloc_buffer.9.gz 9141OLD_FILES+=usr/share/man/man9/usb_fifo_attach.9.gz 9142OLD_FILES+=usr/share/man/man9/usb_fifo_detach.9.gz 9143OLD_FILES+=usr/share/man/man9/usb_fifo_free_buffer.9.gz 9144OLD_FILES+=usr/share/man/man9/usb_fifo_get_data.9.gz 9145OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_buffer.9.gz 9146OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_error.9.gz 9147OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_linear.9.gz 9148OLD_FILES+=usr/share/man/man9/usb_fifo_put_bytes_max.9.gz 9149OLD_FILES+=usr/share/man/man9/usb_fifo_put_data.9.gz 9150OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_buffer.9.gz 9151OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_error.9.gz 9152OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_linear.9.gz 9153OLD_FILES+=usr/share/man/man9/usb_fifo_reset.9.gz 9154OLD_FILES+=usr/share/man/man9/usb_fifo_softc.9.gz 9155OLD_FILES+=usr/share/man/man9/usb_fifo_wakeup.9.gz 9156OLD_FILES+=usr/share/man/man9/usbd_do_request.9.gz 9157OLD_FILES+=usr/share/man/man9/usbd_do_request_flags.9.gz 9158OLD_FILES+=usr/share/man/man9/usbd_errstr.9.gz 9159OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_info.9.gz 9160OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_uaa.9.gz 9161OLD_FILES+=usr/share/man/man9/usbd_transfer_clear_stall.9.gz 9162OLD_FILES+=usr/share/man/man9/usbd_transfer_drain.9.gz 9163OLD_FILES+=usr/share/man/man9/usbd_transfer_pending.9.gz 9164OLD_FILES+=usr/share/man/man9/usbd_transfer_poll.9.gz 9165OLD_FILES+=usr/share/man/man9/usbd_transfer_setup.9.gz 9166OLD_FILES+=usr/share/man/man9/usbd_transfer_start.9.gz 9167OLD_FILES+=usr/share/man/man9/usbd_transfer_stop.9.gz 9168OLD_FILES+=usr/share/man/man9/usbd_transfer_submit.9.gz 9169OLD_FILES+=usr/share/man/man9/usbd_transfer_unsetup.9.gz 9170OLD_FILES+=usr/share/man/man9/usbd_xfer_clr_flag.9.gz 9171OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_data.9.gz 9172OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_len.9.gz 9173OLD_FILES+=usr/share/man/man9/usbd_xfer_get_frame.9.gz 9174OLD_FILES+=usr/share/man/man9/usbd_xfer_get_priv.9.gz 9175OLD_FILES+=usr/share/man/man9/usbd_xfer_is_stalled.9.gz 9176OLD_FILES+=usr/share/man/man9/usbd_xfer_max_framelen.9.gz 9177OLD_FILES+=usr/share/man/man9/usbd_xfer_max_frames.9.gz 9178OLD_FILES+=usr/share/man/man9/usbd_xfer_max_len.9.gz 9179OLD_FILES+=usr/share/man/man9/usbd_xfer_set_flag.9.gz 9180OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_data.9.gz 9181OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_len.9.gz 9182OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_offset.9.gz 9183OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frames.9.gz 9184OLD_FILES+=usr/share/man/man9/usbd_xfer_set_interval.9.gz 9185OLD_FILES+=usr/share/man/man9/usbd_xfer_set_priv.9.gz 9186OLD_FILES+=usr/share/man/man9/usbd_xfer_set_stall.9.gz 9187OLD_FILES+=usr/share/man/man9/usbd_xfer_set_timeout.9.gz 9188OLD_FILES+=usr/share/man/man9/usbd_xfer_softc.9.gz 9189OLD_FILES+=usr/share/man/man9/usbd_xfer_state.9.gz 9190OLD_FILES+=usr/share/man/man9/usbd_xfer_status.9.gz 9191OLD_FILES+=usr/share/man/man9/usbdi.9.gz 9192OLD_FILES+=usr/share/misc/usb_hid_usages 9193OLD_FILES+=usr/share/misc/usbdevs 9194.endif 9195 9196.if ${MK_UTMPX} == no 9197OLD_FILES+=etc/periodic/monthly/200.accounting 9198OLD_FILES+=etc/rc.d/utx 9199OLD_FILES+=usr/bin/last 9200OLD_FILES+=usr/bin/users 9201OLD_FILES+=usr/bin/who 9202OLD_FILES+=usr/sbin/ac 9203OLD_FILES+=usr/sbin/lastlogin 9204OLD_FILES+=usr/sbin/utx 9205OLD_FILES+=usr/share/man/man1/last.1.gz 9206OLD_FILES+=usr/share/man/man1/users.1.gz 9207OLD_FILES+=usr/share/man/man1/who.1.gz 9208OLD_FILES+=usr/share/man/man8/ac.8.gz 9209OLD_FILES+=usr/share/man/man8/lastlogin.8.gz 9210OLD_FILES+=usr/share/man/man8/utx.8.gz 9211.endif 9212 9213.if ${MK_VERIEXEC} == no 9214OLD_FILES+=sbin/veriexec 9215OLD_FILES+=usr/share/man/man8/veriexec.8.gz 9216OLD_FILES+=usr/lib/libveriexec.a 9217OLD_FILES+=usr/lib/libveriexec.so 9218OLD_LIBS+=usr/lib/libveriexec.so.5 9219.endif 9220 9221.if ${MK_VI} == no 9222OLD_FILES+=etc/rc.d/virecover 9223OLD_FILES+=rescue/ex 9224OLD_FILES+=rescue/vi 9225OLD_FILES+=usr/bin/ex 9226OLD_FILES+=usr/bin/nex 9227OLD_FILES+=usr/bin/nvi 9228OLD_FILES+=usr/bin/nview 9229OLD_FILES+=usr/bin/vi 9230OLD_FILES+=usr/bin/view 9231OLD_FILES+=usr/share/man/man1/ex.1.gz 9232OLD_FILES+=usr/share/man/man1/nex.1.gz 9233OLD_FILES+=usr/share/man/man1/nvi.1.gz 9234OLD_FILES+=usr/share/man/man1/nview.1.gz 9235OLD_FILES+=usr/share/man/man1/vi.1.gz 9236OLD_FILES+=usr/share/man/man1/view.1.gz 9237. if exists(${DESTDIR}/usr/share/vi) 9238VI_DIRS!=find ${DESTDIR}/usr/share/vi -type d \ 9239 | sed -e 's,^${DESTDIR}/,,'; echo 9240VI_FILES!=find ${DESTDIR}/usr/share/vi \! -type d \ 9241 | sed -e 's,^${DESTDIR}/,,'; echo 9242OLD_DIRS+=${VI_DIRS} 9243OLD_FILES+=${VI_FILES} 9244. endif 9245.endif 9246 9247.if ${MK_WIRELESS} == no 9248OLD_FILES+=etc/regdomain.xml 9249OLD_FILES+=etc/rc.d/hostapd 9250OLD_FILES+=etc/rc.d/wpa_supplicant 9251OLD_FILES+=usr/sbin/ancontrol 9252OLD_FILES+=usr/sbin/hostapd 9253OLD_FILES+=usr/sbin/hostapd_cli 9254OLD_FILES+=usr/sbin/ndis_events 9255OLD_FILES+=usr/sbin/wlandebug 9256OLD_FILES+=usr/sbin/wpa_cli 9257OLD_FILES+=usr/sbin/wpa_passphrase 9258OLD_FILES+=usr/sbin/wpa_supplicant 9259OLD_FILES+=usr/share/examples/etc/regdomain.xml 9260OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf 9261OLD_FILES+=usr/share/examples/hostapd/hostapd.conf 9262OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user 9263OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk 9264OLD_DIRS+=usr/share/examples/hostapd 9265OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz 9266OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz 9267OLD_FILES+=usr/share/man/man8/ancontrol.8.gz 9268OLD_FILES+=usr/share/man/man8/hostapd.8.gz 9269OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz 9270OLD_FILES+=usr/share/man/man8/ndis_events.8.gz 9271OLD_FILES+=usr/share/man/man8/wlandebug.8.gz 9272OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz 9273OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz 9274OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz 9275OLD_FILES+=usr/lib/snmp_wlan.so 9276OLD_LIBS+=usr/lib/snmp_wlan.so.6 9277# bsnmp module 9278OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz 9279OLD_FILES+=usr/share/snmp/defs/wlan_tree.def 9280OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt 9281.endif 9282 9283.if ${MK_ZFS} == no 9284OLD_FILES+=boot/gptzfsboot 9285OLD_FILES+=boot/zfsloader 9286OLD_FILES+=etc/rc.d/zfs 9287OLD_FILES+=etc/rc.d/zfsbe 9288OLD_FILES+=etc/rc.d/zfsd 9289OLD_FILES+=etc/rc.d/zfskeys 9290OLD_FILES+=etc/rc.d/zpool 9291OLD_FILES+=etc/rc.d/zpoolreguid 9292OLD_FILES+=etc/rc.d/zpoolupgrade 9293OLD_FILES+=etc/rc.d/zvol 9294OLD_FILES+=etc/devd/zfs.conf 9295OLD_FILES+=etc/periodic/daily/404.status-zfs 9296OLD_FILES+=etc/periodic/daily/800.scrub-zfs 9297OLD_DIRS+=etc/zfs/compatibility.d 9298OLD_FILES+=etc/zfs/exports 9299OLD_DIRS+=etc/zfs 9300OLD_LIBS+=lib/libavl.so.2 9301OLD_LIBS+=lib/libnvpair.so.2 9302OLD_LIBS+=lib/libumem.so.2 9303OLD_LIBS+=lib/libzfs.so.2 9304OLD_LIBS+=lib/libzfs.so.3 9305OLD_LIBS+=lib/libzfs_core.so.2 9306OLD_LIBS+=lib/libzpool.so.2 9307OLD_FILES+=rescue/zdb 9308OLD_FILES+=rescue/zfs 9309OLD_FILES+=rescue/zpool 9310OLD_FILES+=sbin/bectl 9311OLD_FILES+=sbin/zfs 9312OLD_FILES+=sbin/zpool 9313OLD_FILES+=sbin/zfsbootcfg 9314OLD_FILES+=usr/bin/zinject 9315OLD_FILES+=usr/bin/zstreamdump 9316OLD_FILES+=usr/bin/ztest 9317OLD_FILES+=usr/lib/libbe.a 9318OLD_FILES+=usr/lib/libbe.so 9319OLD_LIBS+=lib/libbe.so.1 9320OLD_FILES+=usr/lib/libavl.a 9321OLD_FILES+=usr/lib/libavl.so 9322OLD_FILES+=usr/lib/libnvpair.a 9323OLD_FILES+=usr/lib/libnvpair.so 9324OLD_FILES+=usr/lib/libumem.a 9325OLD_FILES+=usr/lib/libumem.so 9326OLD_FILES+=usr/lib/libzfs.a 9327OLD_FILES+=usr/lib/libzfs.so 9328OLD_FILES+=usr/lib/libzfs_core.a 9329OLD_FILES+=usr/lib/libzfs_core.so 9330OLD_FILES+=usr/lib/libzpool.a 9331OLD_FILES+=usr/lib/libzpool.so 9332OLD_LIBS+=usr/lib/libzpool.so.2 9333OLD_FILES+=usr/sbin/zfsd 9334OLD_FILES+=usr/sbin/zhack 9335OLD_FILES+=usr/sbin/zdb 9336OLD_FILES+=usr/share/man/man3/be_activate.3.gz 9337OLD_FILES+=usr/share/man/man3/be_active_name.3.gz 9338OLD_FILES+=usr/share/man/man3/be_active_path.3.gz 9339OLD_FILES+=usr/share/man/man3/be_create_depth.3.gz 9340OLD_FILES+=usr/share/man/man3/be_create_from_existing_snap.3.gz 9341OLD_FILES+=usr/share/man/man3/be_create_from_existing.3.gz 9342OLD_FILES+=usr/share/man/man3/be_create.3.gz 9343OLD_FILES+=usr/share/man/man3/be_deactivate.3.gz 9344OLD_FILES+=usr/share/man/man3/be_destroy.3.gz 9345OLD_FILES+=usr/share/man/man3/be_exists.3.gz 9346OLD_FILES+=usr/share/man/man3/be_export.3.gz 9347OLD_FILES+=usr/share/man/man3/be_get_bootenv_props.3.gz 9348OLD_FILES+=usr/share/man/man3/be_get_dataset_props.3.gz 9349OLD_FILES+=usr/share/man/man3/be_get_dataset_snapshots.3.gz 9350OLD_FILES+=usr/share/man/man3/be_import.3.gz 9351OLD_FILES+=usr/share/man/man3/be_is_auto_snapshot_name.3.gz 9352OLD_FILES+=usr/share/man/man3/be_mount.3.gz 9353OLD_FILES+=usr/share/man/man3/be_mounted_at.3.gz 9354OLD_FILES+=usr/share/man/man3/be_nextboot_name.3.gz 9355OLD_FILES+=usr/share/man/man3/be_nextboot_path.3.gz 9356OLD_FILES+=usr/share/man/man3/be_nicenum.3.gz 9357OLD_FILES+=usr/share/man/man3/be_prop_list_alloc.3.gz 9358OLD_FILES+=usr/share/man/man3/be_prop_list_free.3.gz 9359OLD_FILES+=usr/share/man/man3/be_rename.3.gz 9360OLD_FILES+=usr/share/man/man3/be_root_concat.3.gz 9361OLD_FILES+=usr/share/man/man3/be_root_path.3.gz 9362OLD_FILES+=usr/share/man/man3/be_snapshot.3.gz 9363OLD_FILES+=usr/share/man/man3/be_unmount.3.gz 9364OLD_FILES+=usr/share/man/man3/be_validate_name.3.gz 9365OLD_FILES+=usr/share/man/man3/be_validate_snap.3.gz 9366OLD_FILES+=usr/share/man/man3/libbe_close.3.gz 9367OLD_FILES+=usr/share/man/man3/libbe_errno.3.gz 9368OLD_FILES+=usr/share/man/man3/libbe_error_description.3.gz 9369OLD_FILES+=usr/share/man/man3/libbe_init.3.gz 9370OLD_FILES+=usr/share/man/man3/libbe_print_on_error.3.gz 9371OLD_FILES+=usr/share/man/man3/libbe.3.gz 9372OLD_FILES+=usr/share/man/man5/zpool-features.5.gz 9373OLD_FILES+=usr/share/man/man8/bectl.8.gz 9374OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz 9375OLD_FILES+=usr/share/man/man8/zdb.8.gz 9376OLD_FILES+=usr/share/man/man8/zfs-program.8.gz 9377OLD_FILES+=usr/share/man/man8/zfs.8.gz 9378OLD_FILES+=usr/share/man/man8/zfsbootcfg.8.gz 9379OLD_FILES+=usr/share/man/man8/zfsd.8.gz 9380OLD_FILES+=usr/share/man/man8/zfsloader.8.gz 9381OLD_FILES+=usr/share/man/man8/zpool.8.gz 9382OLD_FILES+=usr/share/zfs/compatibility.d/2018 9383OLD_FILES+=usr/share/zfs/compatibility.d/2019 9384OLD_FILES+=usr/share/zfs/compatibility.d/2020 9385OLD_FILES+=usr/share/zfs/compatibility.d/2021 9386OLD_FILES+=usr/share/zfs/compatibility.d/compat-2018 9387OLD_FILES+=usr/share/zfs/compatibility.d/compat-2019 9388OLD_FILES+=usr/share/zfs/compatibility.d/compat-2020 9389OLD_FILES+=usr/share/zfs/compatibility.d/compat-2021 9390OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-11.0 9391OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-11.1 9392OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-11.2 9393OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-11.3 9394OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-11.4 9395OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-12.0 9396OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-12.1 9397OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-12.2 9398OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-12.3 9399OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-12.4 9400OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-13.0 9401OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-13.1 9402OLD_FILES+=usr/share/zfs/compatibility.d/freebsd-13.2 9403OLD_FILES+=usr/share/zfs/compatibility.d/freenas-11.0 9404OLD_FILES+=usr/share/zfs/compatibility.d/freenas-11.1 9405OLD_FILES+=usr/share/zfs/compatibility.d/freenas-11.2 9406OLD_FILES+=usr/share/zfs/compatibility.d/freenas-11.3 9407OLD_FILES+=usr/share/zfs/compatibility.d/freenas-9.10.2 9408OLD_FILES+=usr/share/zfs/compatibility.d/grub2 9409OLD_FILES+=usr/share/zfs/compatibility.d/grub2-2.06 9410OLD_FILES+=usr/share/zfs/compatibility.d/grub2-2.12 9411OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.0-freebsd 9412OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.0-linux 9413OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.1-freebsd 9414OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.1-linux 9415OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.2 9416OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.2-freebsd 9417OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.2-linux 9418OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.3 9419OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.3-freebsd 9420OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.3-linux 9421OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.4 9422OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.4-freebsd 9423OLD_FILES+=usr/share/zfs/compatibility.d/openzfs-2.4-linux 9424OLD_FILES+=usr/share/zfs/compatibility.d/openzfsonosx-1.7.0 9425OLD_FILES+=usr/share/zfs/compatibility.d/openzfsonosx-1.8.1 9426OLD_FILES+=usr/share/zfs/compatibility.d/openzfsonosx-1.9.3 9427OLD_FILES+=usr/share/zfs/compatibility.d/openzfsonosx-1.9.4 9428OLD_FILES+=usr/share/zfs/compatibility.d/truenas-12.0 9429OLD_FILES+=usr/share/zfs/compatibility.d/ubuntu-18.04 9430OLD_FILES+=usr/share/zfs/compatibility.d/ubuntu-20.04 9431OLD_FILES+=usr/share/zfs/compatibility.d/ubuntu-22.04 9432OLD_FILES+=usr/share/zfs/compatibility.d/zol-0.6.1 9433OLD_FILES+=usr/share/zfs/compatibility.d/zol-0.6.4 9434OLD_FILES+=usr/share/zfs/compatibility.d/zol-0.6.5 9435OLD_FILES+=usr/share/zfs/compatibility.d/zol-0.7 9436OLD_FILES+=usr/share/zfs/compatibility.d/zol-0.8 9437OLD_DIRS+=usr/share/zfs/compatibility.d 9438OLD_DIRS+=usr/share/zfs 9439.endif 9440 9441.if ${MK_ZONEINFO} == no 9442OLD_FILES+=usr/share/zoneinfo/Africa/Abidjan 9443OLD_FILES+=usr/share/zoneinfo/Africa/Accra 9444OLD_FILES+=usr/share/zoneinfo/Africa/Addis_Ababa 9445OLD_FILES+=usr/share/zoneinfo/Africa/Algiers 9446OLD_FILES+=usr/share/zoneinfo/Africa/Asmara 9447OLD_FILES+=usr/share/zoneinfo/Africa/Bamako 9448OLD_FILES+=usr/share/zoneinfo/Africa/Bangui 9449OLD_FILES+=usr/share/zoneinfo/Africa/Banjul 9450OLD_FILES+=usr/share/zoneinfo/Africa/Bissau 9451OLD_FILES+=usr/share/zoneinfo/Africa/Blantyre 9452OLD_FILES+=usr/share/zoneinfo/Africa/Brazzaville 9453OLD_FILES+=usr/share/zoneinfo/Africa/Bujumbura 9454OLD_FILES+=usr/share/zoneinfo/Africa/Cairo 9455OLD_FILES+=usr/share/zoneinfo/Africa/Casablanca 9456OLD_FILES+=usr/share/zoneinfo/Africa/Ceuta 9457OLD_FILES+=usr/share/zoneinfo/Africa/Conakry 9458OLD_FILES+=usr/share/zoneinfo/Africa/Dakar 9459OLD_FILES+=usr/share/zoneinfo/Africa/Dar_es_Salaam 9460OLD_FILES+=usr/share/zoneinfo/Africa/Djibouti 9461OLD_FILES+=usr/share/zoneinfo/Africa/Douala 9462OLD_FILES+=usr/share/zoneinfo/Africa/El_Aaiun 9463OLD_FILES+=usr/share/zoneinfo/Africa/Freetown 9464OLD_FILES+=usr/share/zoneinfo/Africa/Gaborone 9465OLD_FILES+=usr/share/zoneinfo/Africa/Harare 9466OLD_FILES+=usr/share/zoneinfo/Africa/Johannesburg 9467OLD_FILES+=usr/share/zoneinfo/Africa/Juba 9468OLD_FILES+=usr/share/zoneinfo/Africa/Kampala 9469OLD_FILES+=usr/share/zoneinfo/Africa/Khartoum 9470OLD_FILES+=usr/share/zoneinfo/Africa/Kigali 9471OLD_FILES+=usr/share/zoneinfo/Africa/Kinshasa 9472OLD_FILES+=usr/share/zoneinfo/Africa/Lagos 9473OLD_FILES+=usr/share/zoneinfo/Africa/Libreville 9474OLD_FILES+=usr/share/zoneinfo/Africa/Lome 9475OLD_FILES+=usr/share/zoneinfo/Africa/Luanda 9476OLD_FILES+=usr/share/zoneinfo/Africa/Lubumbashi 9477OLD_FILES+=usr/share/zoneinfo/Africa/Lusaka 9478OLD_FILES+=usr/share/zoneinfo/Africa/Malabo 9479OLD_FILES+=usr/share/zoneinfo/Africa/Maputo 9480OLD_FILES+=usr/share/zoneinfo/Africa/Maseru 9481OLD_FILES+=usr/share/zoneinfo/Africa/Mbabane 9482OLD_FILES+=usr/share/zoneinfo/Africa/Mogadishu 9483OLD_FILES+=usr/share/zoneinfo/Africa/Monrovia 9484OLD_FILES+=usr/share/zoneinfo/Africa/Nairobi 9485OLD_FILES+=usr/share/zoneinfo/Africa/Ndjamena 9486OLD_FILES+=usr/share/zoneinfo/Africa/Niamey 9487OLD_FILES+=usr/share/zoneinfo/Africa/Nouakchott 9488OLD_FILES+=usr/share/zoneinfo/Africa/Ouagadougou 9489OLD_FILES+=usr/share/zoneinfo/Africa/Porto-Novo 9490OLD_FILES+=usr/share/zoneinfo/Africa/Sao_Tome 9491OLD_FILES+=usr/share/zoneinfo/Africa/Tripoli 9492OLD_FILES+=usr/share/zoneinfo/Africa/Tunis 9493OLD_FILES+=usr/share/zoneinfo/Africa/Windhoek 9494OLD_FILES+=usr/share/zoneinfo/America/Adak 9495OLD_FILES+=usr/share/zoneinfo/America/Anchorage 9496OLD_FILES+=usr/share/zoneinfo/America/Anguilla 9497OLD_FILES+=usr/share/zoneinfo/America/Antigua 9498OLD_FILES+=usr/share/zoneinfo/America/Araguaina 9499OLD_FILES+=usr/share/zoneinfo/America/Argentina/Buenos_Aires 9500OLD_FILES+=usr/share/zoneinfo/America/Argentina/Catamarca 9501OLD_FILES+=usr/share/zoneinfo/America/Argentina/Cordoba 9502OLD_FILES+=usr/share/zoneinfo/America/Argentina/Jujuy 9503OLD_FILES+=usr/share/zoneinfo/America/Argentina/La_Rioja 9504OLD_FILES+=usr/share/zoneinfo/America/Argentina/Mendoza 9505OLD_FILES+=usr/share/zoneinfo/America/Argentina/Rio_Gallegos 9506OLD_FILES+=usr/share/zoneinfo/America/Argentina/Salta 9507OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Juan 9508OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Luis 9509OLD_FILES+=usr/share/zoneinfo/America/Argentina/Tucuman 9510OLD_FILES+=usr/share/zoneinfo/America/Argentina/Ushuaia 9511OLD_FILES+=usr/share/zoneinfo/America/Aruba 9512OLD_FILES+=usr/share/zoneinfo/America/Asuncion 9513OLD_FILES+=usr/share/zoneinfo/America/Atikokan 9514OLD_FILES+=usr/share/zoneinfo/America/Bahia 9515OLD_FILES+=usr/share/zoneinfo/America/Bahia_Banderas 9516OLD_FILES+=usr/share/zoneinfo/America/Barbados 9517OLD_FILES+=usr/share/zoneinfo/America/Belem 9518OLD_FILES+=usr/share/zoneinfo/America/Belize 9519OLD_FILES+=usr/share/zoneinfo/America/Blanc-Sablon 9520OLD_FILES+=usr/share/zoneinfo/America/Boa_Vista 9521OLD_FILES+=usr/share/zoneinfo/America/Bogota 9522OLD_FILES+=usr/share/zoneinfo/America/Boise 9523OLD_FILES+=usr/share/zoneinfo/America/Cambridge_Bay 9524OLD_FILES+=usr/share/zoneinfo/America/Campo_Grande 9525OLD_FILES+=usr/share/zoneinfo/America/Cancun 9526OLD_FILES+=usr/share/zoneinfo/America/Caracas 9527OLD_FILES+=usr/share/zoneinfo/America/Cayenne 9528OLD_FILES+=usr/share/zoneinfo/America/Cayman 9529OLD_FILES+=usr/share/zoneinfo/America/Chicago 9530OLD_FILES+=usr/share/zoneinfo/America/Chihuahua 9531OLD_FILES+=usr/share/zoneinfo/America/Ciudad_Juarez 9532OLD_FILES+=usr/share/zoneinfo/America/Costa_Rica 9533OLD_FILES+=usr/share/zoneinfo/America/Creston 9534OLD_FILES+=usr/share/zoneinfo/America/Cuiaba 9535OLD_FILES+=usr/share/zoneinfo/America/Curacao 9536OLD_FILES+=usr/share/zoneinfo/America/Danmarkshavn 9537OLD_FILES+=usr/share/zoneinfo/America/Dawson 9538OLD_FILES+=usr/share/zoneinfo/America/Dawson_Creek 9539OLD_FILES+=usr/share/zoneinfo/America/Denver 9540OLD_FILES+=usr/share/zoneinfo/America/Detroit 9541OLD_FILES+=usr/share/zoneinfo/America/Dominica 9542OLD_FILES+=usr/share/zoneinfo/America/Edmonton 9543OLD_FILES+=usr/share/zoneinfo/America/Eirunepe 9544OLD_FILES+=usr/share/zoneinfo/America/El_Salvador 9545OLD_FILES+=usr/share/zoneinfo/America/Fortaleza 9546OLD_FILES+=usr/share/zoneinfo/America/Glace_Bay 9547OLD_FILES+=usr/share/zoneinfo/America/Godthab 9548OLD_FILES+=usr/share/zoneinfo/America/Goose_Bay 9549OLD_FILES+=usr/share/zoneinfo/America/Grand_Turk 9550OLD_FILES+=usr/share/zoneinfo/America/Grenada 9551OLD_FILES+=usr/share/zoneinfo/America/Guadeloupe 9552OLD_FILES+=usr/share/zoneinfo/America/Guatemala 9553OLD_FILES+=usr/share/zoneinfo/America/Guayaquil 9554OLD_FILES+=usr/share/zoneinfo/America/Guyana 9555OLD_FILES+=usr/share/zoneinfo/America/Halifax 9556OLD_FILES+=usr/share/zoneinfo/America/Havana 9557OLD_FILES+=usr/share/zoneinfo/America/Hermosillo 9558OLD_FILES+=usr/share/zoneinfo/America/Indiana/Indianapolis 9559OLD_FILES+=usr/share/zoneinfo/America/Indiana/Knox 9560OLD_FILES+=usr/share/zoneinfo/America/Indiana/Marengo 9561OLD_FILES+=usr/share/zoneinfo/America/Indiana/Petersburg 9562OLD_FILES+=usr/share/zoneinfo/America/Indiana/Tell_City 9563OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vevay 9564OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vincennes 9565OLD_FILES+=usr/share/zoneinfo/America/Indiana/Winamac 9566OLD_FILES+=usr/share/zoneinfo/America/Inuvik 9567OLD_FILES+=usr/share/zoneinfo/America/Iqaluit 9568OLD_FILES+=usr/share/zoneinfo/America/Jamaica 9569OLD_FILES+=usr/share/zoneinfo/America/Juneau 9570OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Louisville 9571OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Monticello 9572OLD_FILES+=usr/share/zoneinfo/America/Kralendijk 9573OLD_FILES+=usr/share/zoneinfo/America/La_Paz 9574OLD_FILES+=usr/share/zoneinfo/America/Lima 9575OLD_FILES+=usr/share/zoneinfo/America/Los_Angeles 9576OLD_FILES+=usr/share/zoneinfo/America/Lower_Princes 9577OLD_FILES+=usr/share/zoneinfo/America/Maceio 9578OLD_FILES+=usr/share/zoneinfo/America/Managua 9579OLD_FILES+=usr/share/zoneinfo/America/Manaus 9580OLD_FILES+=usr/share/zoneinfo/America/Marigot 9581OLD_FILES+=usr/share/zoneinfo/America/Martinique 9582OLD_FILES+=usr/share/zoneinfo/America/Matamoros 9583OLD_FILES+=usr/share/zoneinfo/America/Mazatlan 9584OLD_FILES+=usr/share/zoneinfo/America/Menominee 9585OLD_FILES+=usr/share/zoneinfo/America/Merida 9586OLD_FILES+=usr/share/zoneinfo/America/Metlakatla 9587OLD_FILES+=usr/share/zoneinfo/America/Mexico_City 9588OLD_FILES+=usr/share/zoneinfo/America/Miquelon 9589OLD_FILES+=usr/share/zoneinfo/America/Moncton 9590OLD_FILES+=usr/share/zoneinfo/America/Monterrey 9591OLD_FILES+=usr/share/zoneinfo/America/Montevideo 9592OLD_FILES+=usr/share/zoneinfo/America/Montreal 9593OLD_FILES+=usr/share/zoneinfo/America/Montserrat 9594OLD_FILES+=usr/share/zoneinfo/America/Nassau 9595OLD_FILES+=usr/share/zoneinfo/America/New_York 9596OLD_FILES+=usr/share/zoneinfo/America/Nipigon 9597OLD_FILES+=usr/share/zoneinfo/America/Nome 9598OLD_FILES+=usr/share/zoneinfo/America/Noronha 9599OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Beulah 9600OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Center 9601OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/New_Salem 9602OLD_FILES+=usr/share/zoneinfo/America/Ojinaga 9603OLD_FILES+=usr/share/zoneinfo/America/Panama 9604OLD_FILES+=usr/share/zoneinfo/America/Pangnirtung 9605OLD_FILES+=usr/share/zoneinfo/America/Paramaribo 9606OLD_FILES+=usr/share/zoneinfo/America/Phoenix 9607OLD_FILES+=usr/share/zoneinfo/America/Port-au-Prince 9608OLD_FILES+=usr/share/zoneinfo/America/Port_of_Spain 9609OLD_FILES+=usr/share/zoneinfo/America/Porto_Velho 9610OLD_FILES+=usr/share/zoneinfo/America/Puerto_Rico 9611OLD_FILES+=usr/share/zoneinfo/America/Rainy_River 9612OLD_FILES+=usr/share/zoneinfo/America/Rankin_Inlet 9613OLD_FILES+=usr/share/zoneinfo/America/Recife 9614OLD_FILES+=usr/share/zoneinfo/America/Regina 9615OLD_FILES+=usr/share/zoneinfo/America/Resolute 9616OLD_FILES+=usr/share/zoneinfo/America/Rio_Branco 9617OLD_FILES+=usr/share/zoneinfo/America/Santa_Isabel 9618OLD_FILES+=usr/share/zoneinfo/America/Santarem 9619OLD_FILES+=usr/share/zoneinfo/America/Santiago 9620OLD_FILES+=usr/share/zoneinfo/America/Santo_Domingo 9621OLD_FILES+=usr/share/zoneinfo/America/Sao_Paulo 9622OLD_FILES+=usr/share/zoneinfo/America/Scoresbysund 9623OLD_FILES+=usr/share/zoneinfo/America/Sitka 9624OLD_FILES+=usr/share/zoneinfo/America/St_Barthelemy 9625OLD_FILES+=usr/share/zoneinfo/America/St_Johns 9626OLD_FILES+=usr/share/zoneinfo/America/St_Kitts 9627OLD_FILES+=usr/share/zoneinfo/America/St_Lucia 9628OLD_FILES+=usr/share/zoneinfo/America/St_Thomas 9629OLD_FILES+=usr/share/zoneinfo/America/St_Vincent 9630OLD_FILES+=usr/share/zoneinfo/America/Swift_Current 9631OLD_FILES+=usr/share/zoneinfo/America/Tegucigalpa 9632OLD_FILES+=usr/share/zoneinfo/America/Thule 9633OLD_FILES+=usr/share/zoneinfo/America/Thunder_Bay 9634OLD_FILES+=usr/share/zoneinfo/America/Tijuana 9635OLD_FILES+=usr/share/zoneinfo/America/Toronto 9636OLD_FILES+=usr/share/zoneinfo/America/Tortola 9637OLD_FILES+=usr/share/zoneinfo/America/Vancouver 9638OLD_FILES+=usr/share/zoneinfo/America/Whitehorse 9639OLD_FILES+=usr/share/zoneinfo/America/Winnipeg 9640OLD_FILES+=usr/share/zoneinfo/America/Yakutat 9641OLD_FILES+=usr/share/zoneinfo/America/Yellowknife 9642OLD_FILES+=usr/share/zoneinfo/Antarctica/Casey 9643OLD_FILES+=usr/share/zoneinfo/Antarctica/Davis 9644OLD_FILES+=usr/share/zoneinfo/Antarctica/DumontDUrville 9645OLD_FILES+=usr/share/zoneinfo/Antarctica/Macquarie 9646OLD_FILES+=usr/share/zoneinfo/Antarctica/Mawson 9647OLD_FILES+=usr/share/zoneinfo/Antarctica/McMurdo 9648OLD_FILES+=usr/share/zoneinfo/Antarctica/Palmer 9649OLD_FILES+=usr/share/zoneinfo/Antarctica/Rothera 9650OLD_FILES+=usr/share/zoneinfo/Antarctica/Syowa 9651OLD_FILES+=usr/share/zoneinfo/Antarctica/Troll 9652OLD_FILES+=usr/share/zoneinfo/Antarctica/Vostok 9653OLD_FILES+=usr/share/zoneinfo/Arctic/Longyearbyen 9654OLD_FILES+=usr/share/zoneinfo/Asia/Aden 9655OLD_FILES+=usr/share/zoneinfo/Asia/Almaty 9656OLD_FILES+=usr/share/zoneinfo/Asia/Amman 9657OLD_FILES+=usr/share/zoneinfo/Asia/Anadyr 9658OLD_FILES+=usr/share/zoneinfo/Asia/Aqtau 9659OLD_FILES+=usr/share/zoneinfo/Asia/Aqtobe 9660OLD_FILES+=usr/share/zoneinfo/Asia/Ashgabat 9661OLD_FILES+=usr/share/zoneinfo/Asia/Baghdad 9662OLD_FILES+=usr/share/zoneinfo/Asia/Bahrain 9663OLD_FILES+=usr/share/zoneinfo/Asia/Baku 9664OLD_FILES+=usr/share/zoneinfo/Asia/Bangkok 9665OLD_FILES+=usr/share/zoneinfo/Asia/Beirut 9666OLD_FILES+=usr/share/zoneinfo/Asia/Bishkek 9667OLD_FILES+=usr/share/zoneinfo/Asia/Brunei 9668OLD_FILES+=usr/share/zoneinfo/Asia/Chita 9669OLD_FILES+=usr/share/zoneinfo/Asia/Choibalsan 9670OLD_FILES+=usr/share/zoneinfo/Asia/Colombo 9671OLD_FILES+=usr/share/zoneinfo/Asia/Damascus 9672OLD_FILES+=usr/share/zoneinfo/Asia/Dhaka 9673OLD_FILES+=usr/share/zoneinfo/Asia/Dili 9674OLD_FILES+=usr/share/zoneinfo/Asia/Dubai 9675OLD_FILES+=usr/share/zoneinfo/Asia/Dushanbe 9676OLD_FILES+=usr/share/zoneinfo/Asia/Gaza 9677OLD_FILES+=usr/share/zoneinfo/Asia/Hebron 9678OLD_FILES+=usr/share/zoneinfo/Asia/Ho_Chi_Minh 9679OLD_FILES+=usr/share/zoneinfo/Asia/Hong_Kong 9680OLD_FILES+=usr/share/zoneinfo/Asia/Hovd 9681OLD_FILES+=usr/share/zoneinfo/Asia/Irkutsk 9682OLD_FILES+=usr/share/zoneinfo/Asia/Istanbul 9683OLD_FILES+=usr/share/zoneinfo/Asia/Jakarta 9684OLD_FILES+=usr/share/zoneinfo/Asia/Jayapura 9685OLD_FILES+=usr/share/zoneinfo/Asia/Jerusalem 9686OLD_FILES+=usr/share/zoneinfo/Asia/Kabul 9687OLD_FILES+=usr/share/zoneinfo/Asia/Kamchatka 9688OLD_FILES+=usr/share/zoneinfo/Asia/Karachi 9689OLD_FILES+=usr/share/zoneinfo/Asia/Kathmandu 9690OLD_FILES+=usr/share/zoneinfo/Asia/Khandyga 9691OLD_FILES+=usr/share/zoneinfo/Asia/Kolkata 9692OLD_FILES+=usr/share/zoneinfo/Asia/Krasnoyarsk 9693OLD_FILES+=usr/share/zoneinfo/Asia/Kuala_Lumpur 9694OLD_FILES+=usr/share/zoneinfo/Asia/Kuching 9695OLD_FILES+=usr/share/zoneinfo/Asia/Kuwait 9696OLD_FILES+=usr/share/zoneinfo/Asia/Macau 9697OLD_FILES+=usr/share/zoneinfo/Asia/Magadan 9698OLD_FILES+=usr/share/zoneinfo/Asia/Makassar 9699OLD_FILES+=usr/share/zoneinfo/Asia/Manila 9700OLD_FILES+=usr/share/zoneinfo/Asia/Muscat 9701OLD_FILES+=usr/share/zoneinfo/Asia/Nicosia 9702OLD_FILES+=usr/share/zoneinfo/Asia/Novokuznetsk 9703OLD_FILES+=usr/share/zoneinfo/Asia/Novosibirsk 9704OLD_FILES+=usr/share/zoneinfo/Asia/Omsk 9705OLD_FILES+=usr/share/zoneinfo/Asia/Oral 9706OLD_FILES+=usr/share/zoneinfo/Asia/Phnom_Penh 9707OLD_FILES+=usr/share/zoneinfo/Asia/Pontianak 9708OLD_FILES+=usr/share/zoneinfo/Asia/Pyongyang 9709OLD_FILES+=usr/share/zoneinfo/Asia/Qatar 9710OLD_FILES+=usr/share/zoneinfo/Asia/Qyzylorda 9711OLD_FILES+=usr/share/zoneinfo/Asia/Rangoon 9712OLD_FILES+=usr/share/zoneinfo/Asia/Riyadh 9713OLD_FILES+=usr/share/zoneinfo/Asia/Sakhalin 9714OLD_FILES+=usr/share/zoneinfo/Asia/Samarkand 9715OLD_FILES+=usr/share/zoneinfo/Asia/Seoul 9716OLD_FILES+=usr/share/zoneinfo/Asia/Shanghai 9717OLD_FILES+=usr/share/zoneinfo/Asia/Singapore 9718OLD_FILES+=usr/share/zoneinfo/Asia/Srednekolymsk 9719OLD_FILES+=usr/share/zoneinfo/Asia/Taipei 9720OLD_FILES+=usr/share/zoneinfo/Asia/Tashkent 9721OLD_FILES+=usr/share/zoneinfo/Asia/Tbilisi 9722OLD_FILES+=usr/share/zoneinfo/Asia/Tehran 9723OLD_FILES+=usr/share/zoneinfo/Asia/Thimphu 9724OLD_FILES+=usr/share/zoneinfo/Asia/Tokyo 9725OLD_FILES+=usr/share/zoneinfo/Asia/Ulaanbaatar 9726OLD_FILES+=usr/share/zoneinfo/Asia/Urumqi 9727OLD_FILES+=usr/share/zoneinfo/Asia/Ust-Nera 9728OLD_FILES+=usr/share/zoneinfo/Asia/Vientiane 9729OLD_FILES+=usr/share/zoneinfo/Asia/Vladivostok 9730OLD_FILES+=usr/share/zoneinfo/Asia/Yakutsk 9731OLD_FILES+=usr/share/zoneinfo/Asia/Yekaterinburg 9732OLD_FILES+=usr/share/zoneinfo/Asia/Yerevan 9733OLD_FILES+=usr/share/zoneinfo/Atlantic/Azores 9734OLD_FILES+=usr/share/zoneinfo/Atlantic/Bermuda 9735OLD_FILES+=usr/share/zoneinfo/Atlantic/Canary 9736OLD_FILES+=usr/share/zoneinfo/Atlantic/Cape_Verde 9737OLD_FILES+=usr/share/zoneinfo/Atlantic/Faroe 9738OLD_FILES+=usr/share/zoneinfo/Atlantic/Madeira 9739OLD_FILES+=usr/share/zoneinfo/Atlantic/Reykjavik 9740OLD_FILES+=usr/share/zoneinfo/Atlantic/South_Georgia 9741OLD_FILES+=usr/share/zoneinfo/Atlantic/St_Helena 9742OLD_FILES+=usr/share/zoneinfo/Atlantic/Stanley 9743OLD_FILES+=usr/share/zoneinfo/Australia/Adelaide 9744OLD_FILES+=usr/share/zoneinfo/Australia/Brisbane 9745OLD_FILES+=usr/share/zoneinfo/Australia/Broken_Hill 9746OLD_FILES+=usr/share/zoneinfo/Australia/Currie 9747OLD_FILES+=usr/share/zoneinfo/Australia/Darwin 9748OLD_FILES+=usr/share/zoneinfo/Australia/Eucla 9749OLD_FILES+=usr/share/zoneinfo/Australia/Hobart 9750OLD_FILES+=usr/share/zoneinfo/Australia/Lindeman 9751OLD_FILES+=usr/share/zoneinfo/Australia/Lord_Howe 9752OLD_FILES+=usr/share/zoneinfo/Australia/Melbourne 9753OLD_FILES+=usr/share/zoneinfo/Australia/Perth 9754OLD_FILES+=usr/share/zoneinfo/Australia/Sydney 9755OLD_FILES+=usr/share/zoneinfo/CET 9756OLD_FILES+=usr/share/zoneinfo/CST6CDT 9757OLD_FILES+=usr/share/zoneinfo/EET 9758OLD_FILES+=usr/share/zoneinfo/EST 9759OLD_FILES+=usr/share/zoneinfo/EST5EDT 9760OLD_FILES+=usr/share/zoneinfo/Etc/GMT 9761OLD_FILES+=usr/share/zoneinfo/Etc/GMT+0 9762OLD_FILES+=usr/share/zoneinfo/Etc/GMT+1 9763OLD_FILES+=usr/share/zoneinfo/Etc/GMT+10 9764OLD_FILES+=usr/share/zoneinfo/Etc/GMT+11 9765OLD_FILES+=usr/share/zoneinfo/Etc/GMT+12 9766OLD_FILES+=usr/share/zoneinfo/Etc/GMT+2 9767OLD_FILES+=usr/share/zoneinfo/Etc/GMT+3 9768OLD_FILES+=usr/share/zoneinfo/Etc/GMT+4 9769OLD_FILES+=usr/share/zoneinfo/Etc/GMT+5 9770OLD_FILES+=usr/share/zoneinfo/Etc/GMT+6 9771OLD_FILES+=usr/share/zoneinfo/Etc/GMT+7 9772OLD_FILES+=usr/share/zoneinfo/Etc/GMT+8 9773OLD_FILES+=usr/share/zoneinfo/Etc/GMT+9 9774OLD_FILES+=usr/share/zoneinfo/Etc/GMT-0 9775OLD_FILES+=usr/share/zoneinfo/Etc/GMT-1 9776OLD_FILES+=usr/share/zoneinfo/Etc/GMT-10 9777OLD_FILES+=usr/share/zoneinfo/Etc/GMT-11 9778OLD_FILES+=usr/share/zoneinfo/Etc/GMT-12 9779OLD_FILES+=usr/share/zoneinfo/Etc/GMT-13 9780OLD_FILES+=usr/share/zoneinfo/Etc/GMT-14 9781OLD_FILES+=usr/share/zoneinfo/Etc/GMT-2 9782OLD_FILES+=usr/share/zoneinfo/Etc/GMT-3 9783OLD_FILES+=usr/share/zoneinfo/Etc/GMT-4 9784OLD_FILES+=usr/share/zoneinfo/Etc/GMT-5 9785OLD_FILES+=usr/share/zoneinfo/Etc/GMT-6 9786OLD_FILES+=usr/share/zoneinfo/Etc/GMT-7 9787OLD_FILES+=usr/share/zoneinfo/Etc/GMT-8 9788OLD_FILES+=usr/share/zoneinfo/Etc/GMT-9 9789OLD_FILES+=usr/share/zoneinfo/Etc/GMT0 9790OLD_FILES+=usr/share/zoneinfo/Etc/Greenwich 9791OLD_FILES+=usr/share/zoneinfo/Etc/UCT 9792OLD_FILES+=usr/share/zoneinfo/Etc/UTC 9793OLD_FILES+=usr/share/zoneinfo/Etc/Universal 9794OLD_FILES+=usr/share/zoneinfo/Etc/Zulu 9795OLD_FILES+=usr/share/zoneinfo/Europe/Amsterdam 9796OLD_FILES+=usr/share/zoneinfo/Europe/Andorra 9797OLD_FILES+=usr/share/zoneinfo/Europe/Athens 9798OLD_FILES+=usr/share/zoneinfo/Europe/Belgrade 9799OLD_FILES+=usr/share/zoneinfo/Europe/Berlin 9800OLD_FILES+=usr/share/zoneinfo/Europe/Bratislava 9801OLD_FILES+=usr/share/zoneinfo/Europe/Brussels 9802OLD_FILES+=usr/share/zoneinfo/Europe/Bucharest 9803OLD_FILES+=usr/share/zoneinfo/Europe/Budapest 9804OLD_FILES+=usr/share/zoneinfo/Europe/Busingen 9805OLD_FILES+=usr/share/zoneinfo/Europe/Chisinau 9806OLD_FILES+=usr/share/zoneinfo/Europe/Copenhagen 9807OLD_FILES+=usr/share/zoneinfo/Europe/Dublin 9808OLD_FILES+=usr/share/zoneinfo/Europe/Gibraltar 9809OLD_FILES+=usr/share/zoneinfo/Europe/Guernsey 9810OLD_FILES+=usr/share/zoneinfo/Europe/Helsinki 9811OLD_FILES+=usr/share/zoneinfo/Europe/Isle_of_Man 9812OLD_FILES+=usr/share/zoneinfo/Europe/Istanbul 9813OLD_FILES+=usr/share/zoneinfo/Europe/Jersey 9814OLD_FILES+=usr/share/zoneinfo/Europe/Kaliningrad 9815OLD_FILES+=usr/share/zoneinfo/Europe/Kiev 9816OLD_FILES+=usr/share/zoneinfo/Europe/Lisbon 9817OLD_FILES+=usr/share/zoneinfo/Europe/Ljubljana 9818OLD_FILES+=usr/share/zoneinfo/Europe/London 9819OLD_FILES+=usr/share/zoneinfo/Europe/Luxembourg 9820OLD_FILES+=usr/share/zoneinfo/Europe/Madrid 9821OLD_FILES+=usr/share/zoneinfo/Europe/Malta 9822OLD_FILES+=usr/share/zoneinfo/Europe/Mariehamn 9823OLD_FILES+=usr/share/zoneinfo/Europe/Minsk 9824OLD_FILES+=usr/share/zoneinfo/Europe/Monaco 9825OLD_FILES+=usr/share/zoneinfo/Europe/Moscow 9826OLD_FILES+=usr/share/zoneinfo/Europe/Nicosia 9827OLD_FILES+=usr/share/zoneinfo/Europe/Oslo 9828OLD_FILES+=usr/share/zoneinfo/Europe/Paris 9829OLD_FILES+=usr/share/zoneinfo/Europe/Podgorica 9830OLD_FILES+=usr/share/zoneinfo/Europe/Prague 9831OLD_FILES+=usr/share/zoneinfo/Europe/Riga 9832OLD_FILES+=usr/share/zoneinfo/Europe/Rome 9833OLD_FILES+=usr/share/zoneinfo/Europe/Samara 9834OLD_FILES+=usr/share/zoneinfo/Europe/San_Marino 9835OLD_FILES+=usr/share/zoneinfo/Europe/Sarajevo 9836OLD_FILES+=usr/share/zoneinfo/Europe/Simferopol 9837OLD_FILES+=usr/share/zoneinfo/Europe/Skopje 9838OLD_FILES+=usr/share/zoneinfo/Europe/Sofia 9839OLD_FILES+=usr/share/zoneinfo/Europe/Stockholm 9840OLD_FILES+=usr/share/zoneinfo/Europe/Tallinn 9841OLD_FILES+=usr/share/zoneinfo/Europe/Tirane 9842OLD_FILES+=usr/share/zoneinfo/Europe/Uzhgorod 9843OLD_FILES+=usr/share/zoneinfo/Europe/Vaduz 9844OLD_FILES+=usr/share/zoneinfo/Europe/Vatican 9845OLD_FILES+=usr/share/zoneinfo/Europe/Vienna 9846OLD_FILES+=usr/share/zoneinfo/Europe/Vilnius 9847OLD_FILES+=usr/share/zoneinfo/Europe/Volgograd 9848OLD_FILES+=usr/share/zoneinfo/Europe/Warsaw 9849OLD_FILES+=usr/share/zoneinfo/Europe/Zagreb 9850OLD_FILES+=usr/share/zoneinfo/Europe/Zaporozhye 9851OLD_FILES+=usr/share/zoneinfo/Europe/Zurich 9852OLD_FILES+=usr/share/zoneinfo/Factory 9853OLD_FILES+=usr/share/zoneinfo/HST 9854OLD_FILES+=usr/share/zoneinfo/Indian/Antananarivo 9855OLD_FILES+=usr/share/zoneinfo/Indian/Chagos 9856OLD_FILES+=usr/share/zoneinfo/Indian/Christmas 9857OLD_FILES+=usr/share/zoneinfo/Indian/Cocos 9858OLD_FILES+=usr/share/zoneinfo/Indian/Comoro 9859OLD_FILES+=usr/share/zoneinfo/Indian/Kerguelen 9860OLD_FILES+=usr/share/zoneinfo/Indian/Mahe 9861OLD_FILES+=usr/share/zoneinfo/Indian/Maldives 9862OLD_FILES+=usr/share/zoneinfo/Indian/Mauritius 9863OLD_FILES+=usr/share/zoneinfo/Indian/Mayotte 9864OLD_FILES+=usr/share/zoneinfo/Indian/Reunion 9865OLD_FILES+=usr/share/zoneinfo/MET 9866OLD_FILES+=usr/share/zoneinfo/MST 9867OLD_FILES+=usr/share/zoneinfo/MST7MDT 9868OLD_FILES+=usr/share/zoneinfo/PST8PDT 9869OLD_FILES+=usr/share/zoneinfo/Pacific/Apia 9870OLD_FILES+=usr/share/zoneinfo/Pacific/Auckland 9871OLD_FILES+=usr/share/zoneinfo/Pacific/Bougainville 9872OLD_FILES+=usr/share/zoneinfo/Pacific/Chatham 9873OLD_FILES+=usr/share/zoneinfo/Pacific/Chuuk 9874OLD_FILES+=usr/share/zoneinfo/Pacific/Easter 9875OLD_FILES+=usr/share/zoneinfo/Pacific/Efate 9876OLD_FILES+=usr/share/zoneinfo/Pacific/Enderbury 9877OLD_FILES+=usr/share/zoneinfo/Pacific/Fakaofo 9878OLD_FILES+=usr/share/zoneinfo/Pacific/Fiji 9879OLD_FILES+=usr/share/zoneinfo/Pacific/Funafuti 9880OLD_FILES+=usr/share/zoneinfo/Pacific/Galapagos 9881OLD_FILES+=usr/share/zoneinfo/Pacific/Gambier 9882OLD_FILES+=usr/share/zoneinfo/Pacific/Guadalcanal 9883OLD_FILES+=usr/share/zoneinfo/Pacific/Guam 9884OLD_FILES+=usr/share/zoneinfo/Pacific/Honolulu 9885OLD_FILES+=usr/share/zoneinfo/Pacific/Johnston 9886OLD_FILES+=usr/share/zoneinfo/Pacific/Kiritimati 9887OLD_FILES+=usr/share/zoneinfo/Pacific/Kosrae 9888OLD_FILES+=usr/share/zoneinfo/Pacific/Kwajalein 9889OLD_FILES+=usr/share/zoneinfo/Pacific/Majuro 9890OLD_FILES+=usr/share/zoneinfo/Pacific/Marquesas 9891OLD_FILES+=usr/share/zoneinfo/Pacific/Midway 9892OLD_FILES+=usr/share/zoneinfo/Pacific/Nauru 9893OLD_FILES+=usr/share/zoneinfo/Pacific/Niue 9894OLD_FILES+=usr/share/zoneinfo/Pacific/Norfolk 9895OLD_FILES+=usr/share/zoneinfo/Pacific/Noumea 9896OLD_FILES+=usr/share/zoneinfo/Pacific/Pago_Pago 9897OLD_FILES+=usr/share/zoneinfo/Pacific/Palau 9898OLD_FILES+=usr/share/zoneinfo/Pacific/Pitcairn 9899OLD_FILES+=usr/share/zoneinfo/Pacific/Pohnpei 9900OLD_FILES+=usr/share/zoneinfo/Pacific/Port_Moresby 9901OLD_FILES+=usr/share/zoneinfo/Pacific/Rarotonga 9902OLD_FILES+=usr/share/zoneinfo/Pacific/Saipan 9903OLD_FILES+=usr/share/zoneinfo/Pacific/Tahiti 9904OLD_FILES+=usr/share/zoneinfo/Pacific/Tarawa 9905OLD_FILES+=usr/share/zoneinfo/Pacific/Tongatapu 9906OLD_FILES+=usr/share/zoneinfo/Pacific/Wake 9907OLD_FILES+=usr/share/zoneinfo/Pacific/Wallis 9908OLD_FILES+=usr/share/zoneinfo/UTC 9909OLD_FILES+=usr/share/zoneinfo/WET 9910OLD_FILES+=usr/share/zoneinfo/posixrules 9911OLD_FILES+=usr/share/zoneinfo/zone.tab 9912.endif 9913