1# 2# $FreeBSD$ 3# 4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to 5# the check-old and delete-old* targets. 6# 7 8.if ${MK_ACCT} == no 9OLD_FILES+=etc/rc.d/accounting 10OLD_FILES+=etc/periodic/daily/310.accounting 11OLD_FILES+=usr/sbin/accton 12OLD_FILES+=usr/sbin/sa 13OLD_FILES+=usr/share/man/man8/accton.8.gz 14OLD_FILES+=usr/share/man/man8/sa.8.gz 15OLD_FILES+=usr/tests/usr.sbin/sa/Kyuafile 16OLD_FILES+=usr/tests/usr.sbin/sa/legacy_test 17OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.in 18OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.out 19OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-u.out 20OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.in 21OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.out 22OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.in 23OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.out 24OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-u.out 25OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.in 26OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.out 27OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.in 28OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.out 29OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-u.out 30OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.in 31OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.out 32OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-sav.in 33OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-u.out 34OLD_FILES+=usr/tests/usr.sbin/sa/v2-amd64-usr.in 35OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-sav.in 36OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-u.out 37OLD_FILES+=usr/tests/usr.sbin/sa/v2-i386-usr.in 38OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-sav.in 39OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-u.out 40OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-usr.in 41OLD_DIRS+=usr/tests/usr.sbin/sa 42.endif 43 44.if ${MK_ACPI} == no 45OLD_FILES+=etc/devd/asus.conf 46OLD_FILES+=etc/rc.d/power_profile 47OLD_FILES+=usr/sbin/acpiconf 48OLD_FILES+=usr/sbin/acpidb 49OLD_FILES+=usr/sbin/acpidump 50OLD_FILES+=usr/sbin/iasl 51OLD_FILES+=usr/share/man/man8/acpiconf.8.gz 52OLD_FILES+=usr/share/man/man8/acpidb.8.gz 53OLD_FILES+=usr/share/man/man8/acpidump.8.gz 54OLD_FILES+=usr/share/man/man8/iasl.8.gz 55.endif 56 57.if ${MK_ACPI} == no && ${MK_APM} == no 58OLD_FILES+=etc/rc.d/powerd 59.endif 60 61.if ${MK_APM} == no 62OLD_FILES+=etc/rc.d/apm 63OLD_FILES+=etc/rc.d/apmd 64OLD_FILES+=etc/apmd.conf 65OLD_FILES+=usr/sbin/apm 66OLD_FILES+=usr/share/examples/etc/apmd.conf 67OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz 68OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz 69.endif 70 71.if ${MK_AT} == no 72OLD_FILES+=etc/pam.d/atrun 73OLD_FILES+=usr/bin/at 74OLD_FILES+=usr/bin/atq 75OLD_FILES+=usr/bin/atrm 76OLD_FILES+=usr/bin/batch 77OLD_FILES+=usr/libexec/atrun 78OLD_FILES+=usr/share/man/man1/at.1.gz 79OLD_FILES+=usr/share/man/man1/atq.1.gz 80OLD_FILES+=usr/share/man/man1/atrm.1.gz 81OLD_FILES+=usr/share/man/man1/batch.1.gz 82OLD_FILES+=usr/share/man/man8/atrun.8.gz 83.endif 84 85.if ${MK_ATM} == no 86OLD_FILES+=usr/bin/sscop 87OLD_FILES+=usr/include/netnatm/addr.h 88OLD_FILES+=usr/include/netnatm/api/atmapi.h 89OLD_FILES+=usr/include/netnatm/api/ccatm.h 90OLD_FILES+=usr/include/netnatm/api/unisap.h 91OLD_DIRS+=usr/include/netnatm/api 92OLD_FILES+=usr/include/netnatm/msg/uni_config.h 93OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h 94OLD_FILES+=usr/include/netnatm/msg/uni_ie.h 95OLD_FILES+=usr/include/netnatm/msg/uni_msg.h 96OLD_FILES+=usr/include/netnatm/msg/unimsglib.h 97OLD_FILES+=usr/include/netnatm/msg/uniprint.h 98OLD_FILES+=usr/include/netnatm/msg/unistruct.h 99OLD_DIRS+=usr/include/netnatm/msg 100OLD_FILES+=usr/include/netnatm/saal/sscfu.h 101OLD_FILES+=usr/include/netnatm/saal/sscfudef.h 102OLD_FILES+=usr/include/netnatm/saal/sscop.h 103OLD_FILES+=usr/include/netnatm/saal/sscopdef.h 104OLD_DIRS+=usr/include/netnatm/saal 105OLD_FILES+=usr/include/netnatm/sig/uni.h 106OLD_FILES+=usr/include/netnatm/sig/unidef.h 107OLD_FILES+=usr/include/netnatm/sig/unisig.h 108OLD_DIRS+=usr/include/netnatm/sig 109OLD_FILES+=usr/include/netnatm/unimsg.h 110OLD_FILES+=usr/lib/libngatm.a 111OLD_FILES+=usr/lib/libngatm.so 112OLD_LIBS+=usr/lib/libngatm.so.4 113OLD_FILES+=usr/lib/libngatm_p.a 114.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 115OLD_FILES+=usr/lib32/libngatm.a 116OLD_FILES+=usr/lib32/libngatm.so 117OLD_LIBS+=usr/lib32/libngatm.so.4 118OLD_FILES+=usr/lib32/libngatm_p.a 119.endif 120OLD_FILES+=usr/share/man/man1/sscop.1.gz 121OLD_FILES+=usr/share/man/man3/libngatm.3.gz 122OLD_FILES+=usr/share/man/man3/uniaddr.3.gz 123OLD_FILES+=usr/share/man/man3/unifunc.3.gz 124OLD_FILES+=usr/share/man/man3/unimsg.3.gz 125OLD_FILES+=usr/share/man/man3/unisap.3.gz 126OLD_FILES+=usr/share/man/man3/unistruct.3.gz 127.endif 128 129.if ${MK_AUDIT} == no 130OLD_FILES+=etc/rc.d/auditd 131OLD_FILES+=etc/rc.d/auditdistd 132OLD_FILES+=usr/sbin/audit 133OLD_FILES+=usr/sbin/auditd 134OLD_FILES+=usr/sbin/auditdistd 135OLD_FILES+=usr/sbin/auditreduce 136OLD_FILES+=usr/sbin/praudit 137OLD_FILES+=usr/share/man/man1/auditreduce.1.gz 138OLD_FILES+=usr/share/man/man1/praudit.1.gz 139OLD_FILES+=usr/share/man/man5/auditdistd.conf.5.gz 140OLD_FILES+=usr/share/man/man8/audit.8.gz 141OLD_FILES+=usr/share/man/man8/auditd.8.gz 142OLD_FILES+=usr/share/man/man8/auditdistd.8.gz 143OLD_FILES+=usr/tests/sys/audit/process-control 144OLD_FILES+=usr/tests/sys/audit/open 145OLD_FILES+=usr/tests/sys/audit/network 146OLD_FILES+=usr/tests/sys/audit/miscellaneous 147OLD_FILES+=usr/tests/sys/audit/Kyuafile 148OLD_FILES+=usr/tests/sys/audit/ioctl 149OLD_FILES+=usr/tests/sys/audit/inter-process 150OLD_FILES+=usr/tests/sys/audit/file-write 151OLD_FILES+=usr/tests/sys/audit/file-read 152OLD_FILES+=usr/tests/sys/audit/file-delete 153OLD_FILES+=usr/tests/sys/audit/file-create 154OLD_FILES+=usr/tests/sys/audit/file-close 155OLD_FILES+=usr/tests/sys/audit/file-attribute-modify 156OLD_FILES+=usr/tests/sys/audit/file-attribute-access 157OLD_FILES+=usr/tests/sys/audit/administrative 158OLD_DIRS+=usr/tests/sys/audit 159.endif 160 161.if ${MK_AUTHPF} == no 162OLD_FILES+=usr/sbin/authpf 163OLD_FILES+=usr/sbin/authpf-noip 164OLD_FILES+=usr/share/man/man8/authpf.8.gz 165OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz 166.endif 167 168.if ${MK_AUTOFS} == no 169OLD_FILES+=etc/autofs/include_ldap 170OLD_FILES+=etc/autofs/special_hosts 171OLD_FILES+=etc/autofs/special_media 172OLD_FILES+=etc/autofs/special_noauto 173OLD_FILES+=etc/autofs/special_null 174OLD_FILES+=etc/auto_master 175OLD_FILES+=etc/rc.d/automount 176OLD_FILES+=etc/rc.d/automountd 177OLD_FILES+=etc/rc.d/autounmountd 178OLD_FILES+=usr/sbin/automount 179OLD_FILES+=usr/sbin/automountd 180OLD_FILES+=usr/sbin/autounmountd 181OLD_FILES+=usr/share/man/man5/autofs.5.gz 182OLD_FILES+=usr/share/man/man5/auto_master.5.gz 183OLD_FILES+=usr/share/man/man8/automount.8.gz 184OLD_FILES+=usr/share/man/man8/automountd.8.gz 185OLD_FILES+=usr/share/man/man8/autounmountd.8.gz 186OLD_DIRS+=etc/autofs 187.endif 188 189.if ${MK_BHYVE} == no 190OLD_FILES+=usr/lib/libvmmapi.a 191OLD_FILES+=usr/lib/libvmmapi.so 192OLD_LIBS+=usr/lib/libvmmapi.so.5 193OLD_FILES+=usr/include/vmmapi.h 194OLD_FILES+=usr/sbin/bhyve 195OLD_FILES+=usr/sbin/bhyvectl 196OLD_FILES+=usr/sbin/bhyveload 197OLD_FILES+=usr/share/examples/bhyve/vmrun.sh 198OLD_FILES+=usr/share/man/man8/bhyve.8.gz 199OLD_FILES+=usr/share/man/man8/bhyveload.8.gz 200OLD_DIRS+=usr/share/examples/bhyve 201.endif 202 203.if ${MK_BINUTILS} == no 204.if !defined(WITH_PORT_BASE_BINUTILS) 205OLD_FILES+=usr/bin/as 206.if ${MK_LLD_IS_LD} == no 207OLD_FILES+=usr/bin/ld 208OLD_FILES+=usr/share/man/man1/ld.1.gz 209.endif 210OLD_FILES+=usr/bin/objdump 211.endif 212OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.x 213OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xbn 214OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xc 215OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xd 216OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xdc 217OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xdw 218OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xn 219OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xr 220OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xs 221OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xsc 222OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xsw 223OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xu 224OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xw 225OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.x 226OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xbn 227OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xc 228OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xd 229OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xdc 230OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xdw 231OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xn 232OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xr 233OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xs 234OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xsc 235OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xsw 236OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xu 237OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xw 238OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.x 239OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xbn 240OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xc 241OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xd 242OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xdc 243OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xdw 244OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xn 245OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xr 246OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xs 247OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xsc 248OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xsw 249OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xu 250OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xw 251OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.x 252OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xbn 253OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xc 254OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xd 255OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xdc 256OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xdw 257OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xn 258OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xr 259OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xs 260OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xsc 261OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xsw 262OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xu 263OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xw 264OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.x 265OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xbn 266OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xc 267OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xd 268OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xdc 269OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xdw 270OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xn 271OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xr 272OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xs 273OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xsc 274OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xsw 275OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xu 276OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xw 277OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.x 278OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xbn 279OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xc 280OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xd 281OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xdc 282OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xdw 283OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xn 284OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xr 285OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xs 286OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xsc 287OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xsw 288OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xu 289OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xw 290OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.x 291OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xbn 292OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xc 293OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xd 294OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xdc 295OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xdw 296OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xn 297OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xr 298OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xs 299OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xsc 300OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xsw 301OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xu 302OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xw 303OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.x 304OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xbn 305OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xc 306OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xd 307OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xdc 308OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xdw 309OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xn 310OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xr 311OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xs 312OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xsc 313OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xsw 314OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xu 315OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xw 316OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.x 317OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xbn 318OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xc 319OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xd 320OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xdc 321OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xdw 322OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xn 323OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xr 324OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xs 325OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xsc 326OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xsw 327OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xu 328OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xw 329OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.x 330OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xbn 331OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xc 332OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xd 333OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xdc 334OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xdw 335OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xn 336OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xr 337OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xs 338OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xsc 339OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xsw 340OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xu 341OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xw 342OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.x 343OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xbn 344OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xc 345OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xd 346OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xdc 347OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xdw 348OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xn 349OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xr 350OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xs 351OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xsc 352OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xsw 353OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xu 354OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xw 355OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.x 356OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xbn 357OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xc 358OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xd 359OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xdc 360OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xdw 361OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xn 362OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xr 363OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xs 364OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xsc 365OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xsw 366OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xu 367OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xw 368OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.x 369OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xbn 370OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xc 371OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xd 372OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xdc 373OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xdw 374OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xn 375OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xr 376OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xs 377OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xsc 378OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xsw 379OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xu 380OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xw 381OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.x 382OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xbn 383OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xc 384OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xd 385OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xdc 386OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xdw 387OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xn 388OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xr 389OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xs 390OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xsc 391OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xsw 392OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xu 393OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xw 394OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.x 395OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xbn 396OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xc 397OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xd 398OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdc 399OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdw 400OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xn 401OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xr 402OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xs 403OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsc 404OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw 405OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu 406OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw 407.if !defined(WITH_PORT_BASE_BINUTILS) 408OLD_FILES+=usr/share/man/man1/as.1.gz 409OLD_FILES+=usr/share/man/man1/objdump.1.gz 410OLD_FILES+=usr/share/man/man7/as.7.gz 411OLD_FILES+=usr/share/man/man7/ld.7.gz 412OLD_FILES+=usr/share/man/man7/ldint.7.gz 413OLD_FILES+=usr/share/man/man7/binutils.7.gz 414.endif 415.endif 416.if !defined(WITH_PORT_BASE_BINUTILS) 417OLD_FILES+=usr/bin/ld.bfd 418.endif 419 420.if ${MK_BLACKLIST} == no 421OLD_FILES+=etc/blacklistd.conf 422OLD_FILES+=etc/rc.d/blacklistd 423OLD_FILES+=usr/include/blacklist.h 424OLD_FILES+=usr/lib/libblacklist.a 425OLD_FILES+=usr/lib/libblacklist_p.a 426OLD_FILES+=usr/lib/libblacklist.so 427OLD_LIBS+=usr/lib/libblacklist.so.0 428OLD_FILES+=usr/libexec/blacklistd-helper 429OLD_FILES+=usr/sbin/blacklistctl 430OLD_FILES+=usr/sbin/blacklistd 431OLD_FILES+=usr/share/man/man3/blacklist.3.gz 432OLD_FILES+=usr/share/man/man3/blacklist_close.3.gz 433OLD_FILES+=usr/share/man/man3/blacklist_open.3.gz 434OLD_FILES+=usr/share/man/man3/blacklist_r.3.gz 435OLD_FILES+=usr/share/man/man3/blacklist_sa.3.gz 436OLD_FILES+=usr/share/man/man3/blacklist_sa_r.3.gz 437OLD_FILES+=usr/share/man/man5/blacklistd.conf.5.gz 438OLD_FILES+=usr/share/man/man8/blacklistctl.8.gz 439OLD_FILES+=usr/share/man/man8/blacklistd.8.gz 440.endif 441 442.if ${MK_BLUETOOTH} == no 443OLD_FILES+=etc/bluetooth/hcsecd.conf 444OLD_FILES+=etc/bluetooth/hosts 445OLD_FILES+=etc/bluetooth/protocols 446OLD_FILES+=etc/defaults/bluetooth.device.conf 447OLD_FILES+=etc/devd/iwmbtfw.conf 448OLD_DIRS+=etc/bluetooth 449OLD_FILES+=etc/rc.d/bluetooth 450OLD_FILES+=etc/rc.d/bthidd 451OLD_FILES+=etc/rc.d/hcsecd 452OLD_FILES+=etc/rc.d/rfcomm_pppd_server 453OLD_FILES+=etc/rc.d/sdpd 454OLD_FILES+=etc/rc.d/ubthidhci 455OLD_FILES+=usr/bin/bthost 456OLD_FILES+=usr/bin/btsockstat 457OLD_FILES+=usr/bin/rfcomm_sppd 458OLD_FILES+=usr/include/bluetooth.h 459OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h 460OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h 461OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h 462OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h 463OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h 464OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h 465OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h 466OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h 467OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h 468OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h 469OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h 470OLD_DIRS+=usr/include/netgraph/bluetooth/include 471OLD_DIRS+=usr/include/netgraph/bluetooth 472OLD_FILES+=usr/include/sdp.h 473OLD_FILES+=usr/lib/libbluetooth.a 474OLD_FILES+=usr/lib/libbluetooth.so 475OLD_LIBS+=usr/lib/libbluetooth.so.4 476OLD_FILES+=usr/lib/libbluetooth_p.a 477OLD_FILES+=usr/lib/libsdp.a 478OLD_FILES+=usr/lib/libsdp.so 479OLD_LIBS+=usr/lib/libsdp.so.4 480OLD_FILES+=usr/lib/libsdp_p.a 481.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 482OLD_FILES+=usr/lib32/libbluetooth.a 483OLD_FILES+=usr/lib32/libbluetooth.so 484OLD_LIBS+=usr/lib32/libbluetooth.so.4 485OLD_FILES+=usr/lib32/libbluetooth_p.a 486OLD_FILES+=usr/lib32/libsdp.a 487OLD_FILES+=usr/lib32/libsdp.so 488OLD_LIBS+=usr/lib32/libsdp.so.4 489OLD_FILES+=usr/lib32/libsdp_p.a 490.endif 491OLD_FILES+=usr/sbin/ath3kfw 492OLD_FILES+=usr/sbin/bcmfw 493OLD_FILES+=usr/sbin/bluetooth-config 494OLD_FILES+=usr/sbin/bt3cfw 495OLD_FILES+=usr/sbin/bthidcontrol 496OLD_FILES+=usr/sbin/bthidd 497OLD_FILES+=usr/sbin/btpand 498OLD_FILES+=usr/sbin/hccontrol 499OLD_FILES+=usr/sbin/hcsecd 500OLD_FILES+=usr/sbin/hcseriald 501OLD_FILES+=usr/sbin/iwmbtfw 502OLD_FILES+=usr/sbin/l2control 503OLD_FILES+=usr/sbin/l2ping 504OLD_FILES+=usr/sbin/rfcomm_pppd 505OLD_FILES+=usr/sbin/sdpcontrol 506OLD_FILES+=usr/sbin/sdpd 507OLD_FILES+=usr/share/examples/etc/defaults/bluetooth.device.conf 508OLD_FILES+=usr/share/man/man1/bthost.1.gz 509OLD_FILES+=usr/share/man/man1/btsockstat.1.gz 510OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz 511OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz 512OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz 513OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz 514OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz 515OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz 516OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz 517OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz 518OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz 519OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz 520OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz 521OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz 522OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz 523OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz 524OLD_FILES+=usr/share/man/man3/bluetooth.3.gz 525OLD_FILES+=usr/share/man/man3/bt_aton.3.gz 526OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz 527OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz 528OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz 529OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz 530OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz 531OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz 532OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz 533OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz 534OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz 535OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz 536OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz 537OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz 538OLD_FILES+=usr/share/man/man3/bt_devname.3.gz 539OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz 540OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz 541OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz 542OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz 543OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz 544OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz 545OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz 546OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz 547OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz 548OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz 549OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz 550OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz 551OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz 552OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz 553OLD_FILES+=usr/share/man/man3/sdp.3.gz 554OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz 555OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz 556OLD_FILES+=usr/share/man/man3/sdp_close.3.gz 557OLD_FILES+=usr/share/man/man3/sdp_error.3.gz 558OLD_FILES+=usr/share/man/man3/sdp_open.3.gz 559OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz 560OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz 561OLD_FILES+=usr/share/man/man3/sdp_search.3.gz 562OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz 563OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz 564OLD_FILES+=usr/share/man/man4/ng_bluetooth.4.gz 565OLD_FILES+=usr/share/man/man5/bluetooth.device.conf.5.gz 566OLD_FILES+=usr/share/man/man5/bluetooth.hosts.5.gz 567OLD_FILES+=usr/share/man/man5/bluetooth.protocols.5.gz 568OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz 569OLD_FILES+=usr/share/man/man8/ath3kfw.8.gz 570OLD_FILES+=usr/share/man/man8/bcmfw.8.gz 571OLD_FILES+=usr/share/man/man8/bluetooth-config.8.gz 572OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz 573OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz 574OLD_FILES+=usr/share/man/man8/bthidd.8.gz 575OLD_FILES+=usr/share/man/man8/btpand.8.gz 576OLD_FILES+=usr/share/man/man8/hccontrol.8.gz 577OLD_FILES+=usr/share/man/man8/hcsecd.8.gz 578OLD_FILES+=usr/share/man/man8/hcseriald.8.gz 579OLD_FILES+=usr/share/man/man8/iwmbtfw.8.gz 580OLD_FILES+=usr/share/man/man8/l2control.8.gz 581OLD_FILES+=usr/share/man/man8/l2ping.8.gz 582OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz 583OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz 584OLD_FILES+=usr/share/man/man8/sdpd.8.gz 585.endif 586 587.if ${MK_BOOT} == no 588OLD_FILES+=boot/beastie.4th 589OLD_FILES+=boot/boot 590OLD_FILES+=boot/boot0 591OLD_FILES+=boot/boot0sio 592OLD_FILES+=boot/boot1 593OLD_FILES+=boot/boot1.efi 594OLD_FILES+=boot/boot2 595OLD_FILES+=boot/brand.4th 596OLD_FILES+=boot/cdboot 597OLD_FILES+=boot/check-password.4th 598OLD_FILES+=boot/color.4th 599OLD_FILES+=boot/defaults/loader.conf 600OLD_FILES+=boot/delay.4th 601OLD_FILES+=boot/device.hints 602OLD_FILES+=boot/frames.4th 603OLD_FILES+=boot/gptboot 604OLD_FILES+=boot/gptzfsboot 605OLD_FILES+=boot/loader 606OLD_FILES+=boot/loader.4th 607OLD_FILES+=boot/loader.efi 608OLD_FILES+=boot/loader.help 609OLD_FILES+=boot/loader.rc 610OLD_FILES+=boot/mbr 611OLD_FILES+=boot/menu-commands.4th 612OLD_FILES+=boot/menu.4th 613OLD_FILES+=boot/menu.rc 614OLD_FILES+=boot/menusets.4th 615OLD_FILES+=boot/pcibios.4th 616OLD_FILES+=boot/pmbr 617OLD_FILES+=boot/pxeboot 618OLD_FILES+=boot/screen.4th 619OLD_FILES+=boot/shortcuts.4th 620OLD_FILES+=boot/support.4th 621OLD_FILES+=boot/userboot.so 622OLD_FILES+=boot/version.4th 623OLD_FILES+=boot/zfsboot 624OLD_FILES+=boot/zfsloader 625OLD_FILES+=usr/lib/kgzldr.o 626OLD_FILES+=usr/share/man/man5/loader.conf.5.gz 627OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz 628OLD_FILES+=usr/share/man/man8/brand.4th.8.gz 629OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz 630OLD_FILES+=usr/share/man/man8/color.4th.8.gz 631OLD_FILES+=usr/share/man/man8/delay.4th.8.gz 632OLD_FILES+=usr/share/man/man8/gptboot.8.gz 633OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz 634OLD_FILES+=usr/share/man/man8/loader.4th.8.gz 635OLD_FILES+=usr/share/man/man8/loader.8.gz 636OLD_FILES+=usr/share/man/man8/menu.4th.8.gz 637OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz 638OLD_FILES+=usr/share/man/man8/pxeboot.8.gz 639OLD_FILES+=usr/share/man/man8/version.4th.8.gz 640OLD_FILES+=usr/share/man/man8/zfsboot.8.gz 641OLD_FILES+=usr/share/man/man8/zfsloader.8.gz 642.endif 643 644.if ${MK_BOOTPARAMD} == no 645OLD_FILES+=etc/rc.d/bootparams 646OLD_FILES+=usr/sbin/bootparamd 647OLD_FILES+=usr/share/man/man5/bootparams.5.gz 648OLD_FILES+=usr/share/man/man8/bootparamd.8.gz 649OLD_FILES+=usr/sbin/callbootd 650.endif 651 652.if ${MK_BOOTPD} == no 653OLD_FILES+=usr/libexec/bootpd 654OLD_FILES+=usr/share/man/man5/bootptab.5.gz 655OLD_FILES+=usr/share/man/man8/bootpd.8.gz 656OLD_FILES+=usr/libexec/bootpgw 657OLD_FILES+=usr/sbin/bootpef 658OLD_FILES+=usr/share/man/man8/bootpef.8.gz 659OLD_FILES+=usr/sbin/bootptest 660OLD_FILES+=usr/share/man/man8/bootptest.8.gz 661.endif 662 663.if ${MK_BSD_CPIO} == no 664OLD_FILES+=usr/bin/bsdcpio 665OLD_FILES+=usr/bin/cpio 666OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz 667OLD_FILES+=usr/share/man/man1/cpio.1.gz 668.endif 669 670.if ${MK_BSDINSTALL} == no 671OLD_FILES+=usr/libexec/bsdinstall/adduser 672OLD_FILES+=usr/libexec/bsdinstall/auto 673OLD_FILES+=usr/libexec/bsdinstall/autopart 674OLD_FILES+=usr/libexec/bsdinstall/bootconfig 675OLD_FILES+=usr/libexec/bsdinstall/checksum 676OLD_FILES+=usr/libexec/bsdinstall/config 677OLD_FILES+=usr/libexec/bsdinstall/distextract 678OLD_FILES+=usr/libexec/bsdinstall/distfetch 679OLD_FILES+=usr/libexec/bsdinstall/docsinstall 680OLD_FILES+=usr/libexec/bsdinstall/entropy 681OLD_FILES+=usr/libexec/bsdinstall/hardening 682OLD_FILES+=usr/libexec/bsdinstall/hostname 683OLD_FILES+=usr/libexec/bsdinstall/jail 684OLD_FILES+=usr/libexec/bsdinstall/keymap 685OLD_FILES+=usr/libexec/bsdinstall/mirrorselect 686OLD_FILES+=usr/libexec/bsdinstall/mount 687OLD_FILES+=usr/libexec/bsdinstall/netconfig 688OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4 689OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6 690OLD_FILES+=usr/libexec/bsdinstall/partedit 691OLD_FILES+=usr/libexec/bsdinstall/rootpass 692OLD_FILES+=usr/libexec/bsdinstall/script 693OLD_FILES+=usr/libexec/bsdinstall/scriptedpart 694OLD_FILES+=usr/libexec/bsdinstall/services 695OLD_FILES+=usr/libexec/bsdinstall/time 696OLD_FILES+=usr/libexec/bsdinstall/umount 697OLD_FILES+=usr/libexec/bsdinstall/wlanconfig 698OLD_FILES+=usr/libexec/bsdinstall/zfsboot 699OLD_FILES+=usr/sbin/bsdinstall 700OLD_FILES+=usr/share/man/man8/bsdinstall.8.gz 701OLD_FILES+=usr/share/man/man8/sade.8.gz 702OLD_DIRS+=usr/libexec/bsdinstall 703.endif 704 705.if ${MK_BSNMP} == no 706OLD_FILES+=etc/snmpd.config 707OLD_FILES+=etc/rc.d/bsnmpd 708OLD_FILES+=usr/bin/bsnmpget 709OLD_FILES+=usr/bin/bsnmpset 710OLD_FILES+=usr/bin/bsnmpwalk 711OLD_FILES+=usr/include/bsnmp/asn1.h 712OLD_FILES+=usr/include/bsnmp/bridge_snmp.h 713OLD_FILES+=usr/include/bsnmp/snmp.h 714OLD_FILES+=usr/include/bsnmp/snmp_mibII.h 715OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h 716OLD_FILES+=usr/include/bsnmp/snmpagent.h 717OLD_FILES+=usr/include/bsnmp/snmpclient.h 718OLD_FILES+=usr/include/bsnmp/snmpmod.h 719OLD_FILES+=usr/lib/libbsnmp.a 720OLD_FILES+=usr/lib/libbsnmp.so 721OLD_LIBS+=usr/lib/libbsnmp.so.6 722OLD_FILES+=usr/lib/libbsnmp_p.a 723OLD_FILES+=usr/lib/libbsnmptools.a 724OLD_FILES+=usr/lib/libbsnmptools.so 725OLD_LIBS+=usr/lib/libbsnmptools.so.0 726OLD_FILES+=usr/lib/libbsnmptools_p.a 727OLD_FILES+=usr/lib/snmp_bridge.so 728OLD_LIBS+=usr/lib/snmp_bridge.so.6 729OLD_FILES+=usr/lib/snmp_hast.so 730OLD_LIBS+=usr/lib/snmp_hast.so.6 731OLD_FILES+=usr/lib/snmp_hostres.so 732OLD_LIBS+=usr/lib/snmp_hostres.so.6 733OLD_FILES+=usr/lib/snmp_lm75.so 734OLD_LIBS+=usr/lib/snmp_lm75.so.6 735OLD_FILES+=usr/lib/snmp_mibII.so 736OLD_LIBS+=usr/lib/snmp_mibII.so.6 737OLD_FILES+=usr/lib/snmp_netgraph.so 738OLD_LIBS+=usr/lib/snmp_netgraph.so.6 739OLD_FILES+=usr/lib/snmp_pf.so 740OLD_LIBS+=usr/lib/snmp_pf.so.6 741OLD_FILES+=usr/lib/snmp_target.so 742OLD_LIBS+=usr/lib/snmp_target.so.6 743OLD_FILES+=usr/lib/snmp_usm.so 744OLD_LIBS+=usr/lib/snmp_usm.so.6 745OLD_FILES+=usr/lib/snmp_vacm.so 746OLD_LIBS+=usr/lib/snmp_vacm.so.6 747OLD_FILES+=usr/lib/snmp_wlan.so 748OLD_LIBS+=usr/lib/snmp_wlan.so.6 749OLD_FILES+=usr/lib32/libbsnmp.a 750OLD_FILES+=usr/lib32/libbsnmp.so 751OLD_LIBS+=usr/lib32/libbsnmp.so.6 752OLD_FILES+=usr/lib32/libbsnmp_p.a 753OLD_FILES+=usr/sbin/bsnmpd 754OLD_FILES+=usr/sbin/gensnmptree 755OLD_FILES+=usr/share/examples/etc/snmpd.config 756OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz 757OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz 758OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz 759OLD_FILES+=usr/share/man/man1/bsnmpwalk.1.gz 760OLD_FILES+=usr/share/man/man1/gensnmptree.1.gz 761# lib/libbsnmp/libbsnmp 762OLD_FILES+=usr/share/man/man3/TRUTH_GET.3.gz 763OLD_FILES+=usr/share/man/man3/TRUTH_MK.3.gz 764OLD_FILES+=usr/share/man/man3/TRUTH_OK.3.gz 765OLD_FILES+=usr/share/man/man3/asn1.3.gz 766OLD_FILES+=usr/share/man/man3/asn_append_oid.3.gz 767OLD_FILES+=usr/share/man/man3/asn_commit_header.3.gz 768OLD_FILES+=usr/share/man/man3/asn_compare_oid.3.gz 769OLD_FILES+=usr/share/man/man3/asn_get_counter64_raw.3.gz 770OLD_FILES+=usr/share/man/man3/asn_get_header.3.gz 771OLD_FILES+=usr/share/man/man3/asn_get_integer.3.gz 772OLD_FILES+=usr/share/man/man3/asn_get_integer_raw.3.gz 773OLD_FILES+=usr/share/man/man3/asn_get_ipaddress.3.gz 774OLD_FILES+=usr/share/man/man3/asn_get_ipaddress_raw.3.gz 775OLD_FILES+=usr/share/man/man3/asn_get_null.3.gz 776OLD_FILES+=usr/share/man/man3/asn_get_null_raw.3.gz 777OLD_FILES+=usr/share/man/man3/asn_get_objid.3.gz 778OLD_FILES+=usr/share/man/man3/asn_get_objid_raw.3.gz 779OLD_FILES+=usr/share/man/man3/asn_get_octetstring.3.gz 780OLD_FILES+=usr/share/man/man3/asn_get_octetstring_raw.3.gz 781OLD_FILES+=usr/share/man/man3/asn_get_sequence.3.gz 782OLD_FILES+=usr/share/man/man3/asn_get_timeticks.3.gz 783OLD_FILES+=usr/share/man/man3/asn_get_uint32_raw.3.gz 784OLD_FILES+=usr/share/man/man3/asn_is_suboid.3.gz 785OLD_FILES+=usr/share/man/man3/asn_oid2str.3.gz 786OLD_FILES+=usr/share/man/man3/asn_oid2str_r.3.gz 787OLD_FILES+=usr/share/man/man3/asn_put_counter64.3.gz 788OLD_FILES+=usr/share/man/man3/asn_put_exception.3.gz 789OLD_FILES+=usr/share/man/man3/asn_put_header.3.gz 790OLD_FILES+=usr/share/man/man3/asn_put_integer.3.gz 791OLD_FILES+=usr/share/man/man3/asn_put_ipaddress.3.gz 792OLD_FILES+=usr/share/man/man3/asn_put_null.3.gz 793OLD_FILES+=usr/share/man/man3/asn_put_objid.3.gz 794OLD_FILES+=usr/share/man/man3/asn_put_octetstring.3.gz 795OLD_FILES+=usr/share/man/man3/asn_put_temp_header.3.gz 796OLD_FILES+=usr/share/man/man3/asn_put_timeticks.3.gz 797OLD_FILES+=usr/share/man/man3/asn_put_uint32.3.gz 798OLD_FILES+=usr/share/man/man3/asn_skip.3.gz 799OLD_FILES+=usr/share/man/man3/asn_slice_oid.3.gz 800OLD_FILES+=usr/share/man/man3/snmp_add_binding.3.gz 801OLD_FILES+=usr/share/man/man3/snmp_calc_keychange.3.gz 802OLD_FILES+=usr/share/man/man3/snmp_client.3.gz 803OLD_FILES+=usr/share/man/man3/snmp_client_init.3.gz 804OLD_FILES+=usr/share/man/man3/snmp_client_set_host.3.gz 805OLD_FILES+=usr/share/man/man3/snmp_client_set_port.3.gz 806OLD_FILES+=usr/share/man/man3/snmp_close.3.gz 807OLD_FILES+=usr/share/man/man3/snmp_debug.3.gz 808OLD_FILES+=usr/share/man/man3/snmp_dep_commit.3.gz 809OLD_FILES+=usr/share/man/man3/snmp_dep_finish.3.gz 810OLD_FILES+=usr/share/man/man3/snmp_dep_lookup.3.gz 811OLD_FILES+=usr/share/man/man3/snmp_dep_rollback.3.gz 812OLD_FILES+=usr/share/man/man3/snmp_depop_t.3.gz 813OLD_FILES+=usr/share/man/man3/snmp_dialog.3.gz 814OLD_FILES+=usr/share/man/man3/snmp_discover_engine.3.gz 815OLD_FILES+=usr/share/man/man3/snmp_get.3.gz 816OLD_FILES+=usr/share/man/man3/snmp_get_local_keys.3.gz 817OLD_FILES+=usr/share/man/man3/snmp_getbulk.3.gz 818OLD_FILES+=usr/share/man/man3/snmp_getnext.3.gz 819OLD_FILES+=usr/share/man/man3/snmp_init_context.3.gz 820OLD_FILES+=usr/share/man/man3/snmp_make_errresp.3.gz 821OLD_FILES+=usr/share/man/man3/snmp_oid_append.3.gz 822OLD_FILES+=usr/share/man/man3/snmp_op_t.3.gz 823OLD_FILES+=usr/share/man/man3/snmp_open.3.gz 824OLD_FILES+=usr/share/man/man3/snmp_parse_server.3.gz 825OLD_FILES+=usr/share/man/man3/snmp_passwd_to_keys.3.gz 826OLD_FILES+=usr/share/man/man3/snmp_pdu_check.3.gz 827OLD_FILES+=usr/share/man/man3/snmp_pdu_create.3.gz 828OLD_FILES+=usr/share/man/man3/snmp_pdu_decode.3.gz 829OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_header.3.gz 830OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_scoped.3.gz 831OLD_FILES+=usr/share/man/man3/snmp_pdu_decode_secmode.3.gz 832OLD_FILES+=usr/share/man/man3/snmp_pdu_dump.3.gz 833OLD_FILES+=usr/share/man/man3/snmp_pdu_encode.3.gz 834OLD_FILES+=usr/share/man/man3/snmp_pdu_free.3.gz 835OLD_FILES+=usr/share/man/man3/snmp_pdu_init_secparams.3.gz 836OLD_FILES+=usr/share/man/man3/snmp_pdu_send.3.gz 837OLD_FILES+=usr/share/man/man3/snmp_receive.3.gz 838OLD_FILES+=usr/share/man/man3/snmp_send_cb_f.3.gz 839OLD_FILES+=usr/share/man/man3/snmp_set.3.gz 840OLD_FILES+=usr/share/man/man3/snmp_table_cb_f.3.gz 841OLD_FILES+=usr/share/man/man3/snmp_table_fetch.3.gz 842OLD_FILES+=usr/share/man/man3/snmp_table_fetch_async.3.gz 843OLD_FILES+=usr/share/man/man3/snmp_timeout_cb_f.3.gz 844OLD_FILES+=usr/share/man/man3/snmp_timeout_start_f.3.gz 845OLD_FILES+=usr/share/man/man3/snmp_timeout_stop_f.3.gz 846OLD_FILES+=usr/share/man/man3/snmp_trace.3.gz 847OLD_FILES+=usr/share/man/man3/snmp_value_copy.3.gz 848OLD_FILES+=usr/share/man/man3/snmp_value_free.3.gz 849OLD_FILES+=usr/share/man/man3/snmp_value_parse.3.gz 850OLD_FILES+=usr/share/man/man3/tree_size.3.gz 851# usr.sbin/bsnmpd/bsnmpd 852OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT.3.gz 853OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT_LINK.3.gz 854OLD_FILES+=usr/share/man/man3/FIND_OBJECT_INT_LINK_INDEX.3.gz 855OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID.3.gz 856OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID_LINK.3.gz 857OLD_FILES+=usr/share/man/man3/FIND_OBJECT_OID_LINK_INDEX.3.gz 858OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT.3.gz 859OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT_LINK.3.gz 860OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_INT_LINK_INDEX.3.gz 861OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID.3.gz 862OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID_LINK.3.gz 863OLD_FILES+=usr/share/man/man3/INSERT_OBJECT_OID_LINK_INDEX.3.gz 864OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT.3.gz 865OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT_LINK.3.gz 866OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_INT_LINK_INDEX.3.gz 867OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID.3.gz 868OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID_LINK.3.gz 869OLD_FILES+=usr/share/man/man3/NEXT_OBJECT_OID_LINK_INDEX.3.gz 870OLD_FILES+=usr/share/man/man3/asn1.3.gz 871OLD_FILES+=usr/share/man/man3/bsnmpagent.3.gz 872OLD_FILES+=usr/share/man/man3/bsnmpclient.3.gz 873OLD_FILES+=usr/share/man/man3/bsnmpd_get_target_stats.3.gz 874OLD_FILES+=usr/share/man/man3/bsnmpd_get_usm_stats.3.gz 875OLD_FILES+=usr/share/man/man3/bsnmpd_reset_usm_stats.3.gz 876OLD_FILES+=usr/share/man/man3/bsnmplib.3.gz 877OLD_FILES+=usr/share/man/man3/buf_alloc.3.gz 878OLD_FILES+=usr/share/man/man3/buf_size.3.gz 879OLD_FILES+=usr/share/man/man3/comm_define.3.gz 880OLD_FILES+=usr/share/man/man3/community.3.gz 881OLD_FILES+=usr/share/man/man3/fd_deselect.3.gz 882OLD_FILES+=usr/share/man/man3/fd_resume.3.gz 883OLD_FILES+=usr/share/man/man3/fd_select.3.gz 884OLD_FILES+=usr/share/man/man3/fd_suspend.3.gz 885OLD_FILES+=usr/share/man/man3/get_ticks.3.gz 886OLD_FILES+=usr/share/man/man3/index_append.3.gz 887OLD_FILES+=usr/share/man/man3/index_append_off.3.gz 888OLD_FILES+=usr/share/man/man3/index_compare.3.gz 889OLD_FILES+=usr/share/man/man3/index_compare_off.3.gz 890OLD_FILES+=usr/share/man/man3/index_decode.3.gz 891OLD_FILES+=usr/share/man/man3/ip_commit.3.gz 892OLD_FILES+=usr/share/man/man3/ip_get.3.gz 893OLD_FILES+=usr/share/man/man3/ip_rollback.3.gz 894OLD_FILES+=usr/share/man/man3/ip_save.3.gz 895OLD_FILES+=usr/share/man/man3/or_register.3.gz 896OLD_FILES+=usr/share/man/man3/or_unregister.3.gz 897OLD_FILES+=usr/share/man/man3/oid_commit.3.gz 898OLD_FILES+=usr/share/man/man3/oid_get.3.gz 899OLD_FILES+=usr/share/man/man3/oid_rollback.3.gz 900OLD_FILES+=usr/share/man/man3/oid_save.3.gz 901OLD_FILES+=usr/share/man/man3/oid_usmNotInTimeWindows.3.gz 902OLD_FILES+=usr/share/man/man3/oid_usmUnknownEngineIDs.3.gz 903OLD_FILES+=usr/share/man/man3/oid_zeroDotZero.3.gz 904OLD_FILES+=usr/share/man/man3/reqid_allocate.3.gz 905OLD_FILES+=usr/share/man/man3/reqid_base.3.gz 906OLD_FILES+=usr/share/man/man3/reqid_istype.3.gz 907OLD_FILES+=usr/share/man/man3/reqid_next.3.gz 908OLD_FILES+=usr/share/man/man3/reqid_type.3.gz 909OLD_FILES+=usr/share/man/man3/snmp_bridge.3.gz 910OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz 911OLD_FILES+=usr/share/man/man3/snmp_hostres.3.gz 912OLD_FILES+=usr/share/man/man3/snmp_input_finish.3.gz 913OLD_FILES+=usr/share/man/man3/snmp_input_start.3.gz 914OLD_FILES+=usr/share/man/man3/snmp_lm75.3.gz 915OLD_FILES+=usr/share/man/man3/snmp_mibII.3.gz 916OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz 917OLD_FILES+=usr/share/man/man3/snmp_output.3.gz 918OLD_FILES+=usr/share/man/man3/snmp_pdu_auth_access.3.gz 919OLD_FILES+=usr/share/man/man3/snmp_send_port.3.gz 920OLD_FILES+=usr/share/man/man3/snmp_send_trap.3.gz 921OLD_FILES+=usr/share/man/man3/snmp_target.3.gz 922OLD_FILES+=usr/share/man/man3/snmp_usm.3.gz 923OLD_FILES+=usr/share/man/man3/snmp_vacm.3.gz 924OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz 925OLD_FILES+=usr/share/man/man3/snmpd_target_stat.3.gz 926OLD_FILES+=usr/share/man/man3/snmpd_usmstats.3.gz 927OLD_FILES+=usr/share/man/man3/snmpmod.3.gz 928OLD_FILES+=usr/share/man/man3/start_tick.3.gz 929OLD_FILES+=usr/share/man/man3/string_commit.3.gz 930OLD_FILES+=usr/share/man/man3/string_free.3.gz 931OLD_FILES+=usr/share/man/man3/string_get.3.gz 932OLD_FILES+=usr/share/man/man3/string_get_max.3.gz 933OLD_FILES+=usr/share/man/man3/string_rollback.3.gz 934OLD_FILES+=usr/share/man/man3/string_save.3.gz 935OLD_FILES+=usr/share/man/man3/systemg.3.gz 936OLD_FILES+=usr/share/man/man3/this_tick.3.gz 937OLD_FILES+=usr/share/man/man3/timer_start.3.gz 938OLD_FILES+=usr/share/man/man3/timer_start_repeat.3.gz 939OLD_FILES+=usr/share/man/man3/timer_stop.3.gz 940OLD_FILES+=usr/share/man/man3/target_activate_address.3.gz 941OLD_FILES+=usr/share/man/man3/target_address.3.gz 942OLD_FILES+=usr/share/man/man3/target_delete_address.3.gz 943OLD_FILES+=usr/share/man/man3/target_delete_notify.3.gz 944OLD_FILES+=usr/share/man/man3/target_delete_param.3.gz 945OLD_FILES+=usr/share/man/man3/target_first_address.3.gz 946OLD_FILES+=usr/share/man/man3/target_first_notify.3.gz 947OLD_FILES+=usr/share/man/man3/target_first_param.3.gz 948OLD_FILES+=usr/share/man/man3/target_flush_all.3.gz 949OLD_FILES+=usr/share/man/man3/target_next_address.3.gz 950OLD_FILES+=usr/share/man/man3/target_next_notify.3.gz 951OLD_FILES+=usr/share/man/man3/target_next_param.3.gz 952OLD_FILES+=usr/share/man/man3/target_new_address.3.gz 953OLD_FILES+=usr/share/man/man3/target_new_notify.3.gz 954OLD_FILES+=usr/share/man/man3/target_new_param.3.gz 955OLD_FILES+=usr/share/man/man3/target_notify.3.gz 956OLD_FILES+=usr/share/man/man3/target_param.3.gz 957OLD_FILES+=usr/share/man/man3/usm_delete_user.3.gz 958OLD_FILES+=usr/share/man/man3/usm_find_user.3.gz 959OLD_FILES+=usr/share/man/man3/usm_first_user.3.gz 960OLD_FILES+=usr/share/man/man3/usm_flush_users.3.gz 961OLD_FILES+=usr/share/man/man3/usm_next_user.3.gz 962OLD_FILES+=usr/share/man/man3/usm_new_user.3.gz 963OLD_FILES+=usr/share/man/man3/usm_user.3.gz 964OLD_FILES+=usr/share/snmp/defs/bridge_tree.def 965OLD_FILES+=usr/share/snmp/defs/hast_tree.def 966OLD_FILES+=usr/share/snmp/defs/hostres_tree.def 967OLD_FILES+=usr/share/snmp/defs/lm75_tree.def 968OLD_FILES+=usr/share/snmp/defs/mibII_tree.def 969OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def 970OLD_FILES+=usr/share/snmp/defs/pf_tree.def 971OLD_FILES+=usr/share/snmp/defs/target_tree.def 972OLD_FILES+=usr/share/snmp/defs/tc.def 973OLD_FILES+=usr/share/snmp/defs/tree.def 974OLD_FILES+=usr/share/snmp/defs/usm_tree.def 975OLD_FILES+=usr/share/snmp/defs/vacm_tree.def 976OLD_FILES+=usr/share/snmp/defs/wlan_tree.def 977OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt 978OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt 979OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt 980OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt 981OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt 982OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-IP-MIB.txt 983OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-LM75-MIB.txt 984OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB.txt 985OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB2-MIB.txt 986OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt 987OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt 988OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-SNMPD.txt 989OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt 990OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt 991OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt 992OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt 993OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt 994OLD_DIRS+=usr/include/bsnmp 995OLD_DIRS+=usr/share/snmp 996OLD_DIRS+=usr/share/snmp/defs 997OLD_DIRS+=usr/share/snmp/mibs 998.endif 999 1000.if ${MK_CALENDAR} == no 1001OLD_FILES+=etc/periodic/daily/300.calendar 1002OLD_FILES+=usr/bin/calendar 1003OLD_FILES+=usr/share/calendar/calendar.all 1004OLD_FILES+=usr/share/calendar/calendar.australia 1005OLD_FILES+=usr/share/calendar/calendar.birthday 1006OLD_FILES+=usr/share/calendar/calendar.brazilian 1007OLD_FILES+=usr/share/calendar/calendar.christian 1008OLD_FILES+=usr/share/calendar/calendar.computer 1009OLD_FILES+=usr/share/calendar/calendar.croatian 1010OLD_FILES+=usr/share/calendar/calendar.dutch 1011OLD_FILES+=usr/share/calendar/calendar.freebsd 1012OLD_FILES+=usr/share/calendar/calendar.french 1013OLD_FILES+=usr/share/calendar/calendar.german 1014OLD_FILES+=usr/share/calendar/calendar.history 1015OLD_FILES+=usr/share/calendar/calendar.holiday 1016OLD_FILES+=usr/share/calendar/calendar.hungarian 1017OLD_FILES+=usr/share/calendar/calendar.judaic 1018OLD_FILES+=usr/share/calendar/calendar.lotr 1019OLD_FILES+=usr/share/calendar/calendar.music 1020OLD_FILES+=usr/share/calendar/calendar.newzealand 1021OLD_FILES+=usr/share/calendar/calendar.russian 1022OLD_FILES+=usr/share/calendar/calendar.southafrica 1023OLD_FILES+=usr/share/calendar/calendar.ukrainian 1024OLD_FILES+=usr/share/calendar/calendar.usholiday 1025OLD_FILES+=usr/share/calendar/calendar.world 1026OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag 1027OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15 1028OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all 1029OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag 1030OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte 1031OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche 1032OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur 1033OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik 1034OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft 1035OLD_DIRS+=usr/share/calendar/de_DE.ISO8859-1 1036OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15 1037OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all 1038OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes 1039OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french 1040OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies 1041OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes 1042OLD_DIRS+=usr/share/calendar/fr_FR.ISO8859-1 1043OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15 1044OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all 1045OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici 1046OLD_DIRS+=usr/share/calendar/hr_HR.ISO8859-2 1047OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all 1048OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok 1049OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek 1050OLD_DIRS+=usr/share/calendar/hu_HU.ISO8859-2 1051OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all 1052OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative 1053OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays 1054OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative 1055OLD_DIRS+=usr/share/calendar/pt_BR.ISO8859-1 1056OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all 1057OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative 1058OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays 1059OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative 1060OLD_DIRS+=usr/share/calendar/pt_BR.UTF-8 1061OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all 1062OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common 1063OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday 1064OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military 1065OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox 1066OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan 1067OLD_DIRS+=usr/share/calendar/ru_RU.KOI8-R 1068OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all 1069OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common 1070OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday 1071OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military 1072OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox 1073OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan 1074OLD_DIRS+=usr/share/calendar/ru_RU.UTF-8 1075OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all 1076OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday 1077OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc 1078OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox 1079OLD_DIRS+=usr/share/calendar/uk_UA.KOI8-U 1080OLD_DIRS+=usr/share/calendar 1081OLD_FILES+=usr/share/man/man1/calendar.1.gz 1082OLD_FILES+=usr/tests/usr.bin/calendar/Kyuafile 1083OLD_FILES+=usr/tests/usr.bin/calendar/calendar.calibrate 1084OLD_FILES+=usr/tests/usr.bin/calendar/legacy_test 1085OLD_FILES+=usr/tests/usr.bin/calendar/regress.a1.out 1086OLD_FILES+=usr/tests/usr.bin/calendar/regress.a2.out 1087OLD_FILES+=usr/tests/usr.bin/calendar/regress.a3.out 1088OLD_FILES+=usr/tests/usr.bin/calendar/regress.a4.out 1089OLD_FILES+=usr/tests/usr.bin/calendar/regress.a5.out 1090OLD_FILES+=usr/tests/usr.bin/calendar/regress.b1.out 1091OLD_FILES+=usr/tests/usr.bin/calendar/regress.b2.out 1092OLD_FILES+=usr/tests/usr.bin/calendar/regress.b3.out 1093OLD_FILES+=usr/tests/usr.bin/calendar/regress.b4.out 1094OLD_FILES+=usr/tests/usr.bin/calendar/regress.b5.out 1095OLD_FILES+=usr/tests/usr.bin/calendar/regress.s1.out 1096OLD_FILES+=usr/tests/usr.bin/calendar/regress.s2.out 1097OLD_FILES+=usr/tests/usr.bin/calendar/regress.s3.out 1098OLD_FILES+=usr/tests/usr.bin/calendar/regress.s4.out 1099OLD_FILES+=usr/tests/usr.bin/calendar/regress.sh 1100OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-1.out 1101OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-2.out 1102OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-3.out 1103OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-4.out 1104OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-5.out 1105OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-6.out 1106OLD_FILES+=usr/tests/usr.bin/calendar/regress.w0-7.out 1107OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-1.out 1108OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-2.out 1109OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-3.out 1110OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-4.out 1111OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-5.out 1112OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-6.out 1113OLD_FILES+=usr/tests/usr.bin/calendar/regress.wn-7.out 1114OLD_DIRS+=usr/tests/usr.bin/calendar 1115.endif 1116 1117.if ${MK_CASPER} == no 1118OLD_LIBS+=lib/libcasper.so.1 1119OLD_LIBS+=lib/casper/libcap_dns.so.2 1120OLD_LIBS+=lib/casper/libcap_fileargs.so.1 1121OLD_LIBS+=lib/casper/libcap_grp.so.1 1122OLD_LIBS+=lib/casper/libcap_net.so.1 1123OLD_LIBS+=lib/casper/libcap_pwd.so.1 1124OLD_LIBS+=lib/casper/libcap_sysctl.so.1 1125OLD_LIBS+=lib/casper/libcap_sysctl.so.2 1126OLD_LIBS+=lib/casper/libcap_syslog.so.1 1127.endif 1128 1129.if ${MK_CCD} == no 1130OLD_FILES+=etc/rc.d/ccd 1131OLD_FILES+=rescue/ccdconfig 1132OLD_FILES+=sbin/ccdconfig 1133OLD_FILES+=usr/share/man/man4/ccd.4.gz 1134OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz 1135.endif 1136 1137.if ${MK_CDDL} == no 1138OLD_LIBS+=lib/libavl.so.2 1139OLD_LIBS+=lib/libctf.so.2 1140OLD_LIBS+=lib/libdtrace.so.2 1141OLD_LIBS+=lib/libnvpair.so.2 1142OLD_LIBS+=lib/libumem.so.2 1143OLD_LIBS+=lib/libuutil.so.2 1144OLD_FILES+=usr/bin/ctfconvert 1145OLD_FILES+=usr/bin/ctfdump 1146OLD_FILES+=usr/bin/ctfmerge 1147OLD_FILES+=usr/lib/dtrace/drti.o 1148OLD_FILES+=usr/lib/dtrace/errno.d 1149OLD_FILES+=usr/lib/dtrace/io.d 1150OLD_FILES+=usr/lib/dtrace/ip.d 1151OLD_FILES+=usr/lib/dtrace/mbuf.d 1152OLD_FILES+=usr/lib/dtrace/psinfo.d 1153.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" 1154OLD_FILES+=usr/lib/dtrace/regs_x86.d 1155.endif 1156OLD_FILES+=usr/lib/dtrace/sctp.d 1157OLD_FILES+=usr/lib/dtrace/siftr.d 1158OLD_FILES+=usr/lib/dtrace/signal.d 1159OLD_FILES+=usr/lib/dtrace/socket.d 1160OLD_FILES+=usr/lib/dtrace/tcp.d 1161OLD_FILES+=usr/lib/dtrace/udp.d 1162OLD_FILES+=usr/lib/dtrace/udplite.d 1163OLD_FILES+=usr/lib/dtrace/unistd.d 1164OLD_FILES+=usr/lib/libavl.a 1165OLD_FILES+=usr/lib/libavl.so 1166OLD_FILES+=usr/lib/libavl_p.a 1167OLD_FILES+=usr/lib/libctf.a 1168OLD_FILES+=usr/lib/libctf.so 1169OLD_FILES+=usr/lib/libctf_p.a 1170OLD_FILES+=usr/lib/libdtrace.a 1171OLD_FILES+=usr/lib/libdtrace.so 1172OLD_FILES+=usr/lib/libdtrace_p.a 1173OLD_FILES+=usr/lib/libnvpair.a 1174OLD_FILES+=usr/lib/libnvpair.so 1175OLD_FILES+=usr/lib/libnvpair_p.a 1176OLD_FILES+=usr/lib/libumem.a 1177OLD_FILES+=usr/lib/libumem.so 1178OLD_FILES+=usr/lib/libumem_p.a 1179OLD_FILES+=usr/lib/libuutil.a 1180OLD_FILES+=usr/lib/libuutil.so 1181OLD_FILES+=usr/lib/libuutil_p.a 1182.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 1183OLD_FILES+=usr/lib32/dtrace/drti.o 1184OLD_FILES+=usr/lib32/libavl.a 1185OLD_FILES+=usr/lib32/libavl.so 1186OLD_LIBS+=usr/lib32/libavl.so.2 1187OLD_FILES+=usr/lib32/libavl_p.a 1188OLD_FILES+=usr/lib32/libctf.a 1189OLD_FILES+=usr/lib32/libctf.so 1190OLD_LIBS+=usr/lib32/libctf.so.2 1191OLD_FILES+=usr/lib32/libctf_p.a 1192OLD_FILES+=usr/lib32/libdtrace.a 1193OLD_FILES+=usr/lib32/libdtrace.so 1194OLD_LIBS+=usr/lib32/libdtrace.so.2 1195OLD_FILES+=usr/lib32/libdtrace_p.a 1196OLD_FILES+=usr/lib32/libnvpair.a 1197OLD_FILES+=usr/lib32/libnvpair.so 1198OLD_LIBS+=usr/lib32/libnvpair.so.2 1199OLD_FILES+=usr/lib32/libnvpair_p.a 1200OLD_FILES+=usr/lib32/libumem.a 1201OLD_FILES+=usr/lib32/libumem.so 1202OLD_LIBS+=usr/lib32/libumem.so.2 1203OLD_FILES+=usr/lib32/libumem_p.a 1204OLD_FILES+=usr/lib32/libuutil.a 1205OLD_FILES+=usr/lib32/libuutil.so 1206OLD_LIBS+=usr/lib32/libuutil.so.2 1207OLD_FILES+=usr/lib32/libuutil_p.a 1208.endif 1209OLD_LIBS+=lib/libdtrace.so.2 1210OLD_FILES+=usr/libexec/dwatch/chmod 1211OLD_FILES+=usr/libexec/dwatch/errno 1212OLD_FILES+=usr/libexec/dwatch/fchmodat 1213OLD_FILES+=usr/libexec/dwatch/io 1214OLD_FILES+=usr/libexec/dwatch/io-done 1215OLD_FILES+=usr/libexec/dwatch/io-start 1216OLD_FILES+=usr/libexec/dwatch/ip 1217OLD_FILES+=usr/libexec/dwatch/ip-receive 1218OLD_FILES+=usr/libexec/dwatch/ip-send 1219OLD_FILES+=usr/libexec/dwatch/kill 1220OLD_FILES+=usr/libexec/dwatch/lchmod 1221OLD_FILES+=usr/libexec/dwatch/nanosleep 1222OLD_FILES+=usr/libexec/dwatch/open 1223OLD_FILES+=usr/libexec/dwatch/openat 1224OLD_FILES+=usr/libexec/dwatch/proc 1225OLD_FILES+=usr/libexec/dwatch/proc-create 1226OLD_FILES+=usr/libexec/dwatch/proc-exec 1227OLD_FILES+=usr/libexec/dwatch/proc-exec-failure 1228OLD_FILES+=usr/libexec/dwatch/proc-exec-success 1229OLD_FILES+=usr/libexec/dwatch/proc-exit 1230OLD_FILES+=usr/libexec/dwatch/proc-signal 1231OLD_FILES+=usr/libexec/dwatch/proc-signal-clear 1232OLD_FILES+=usr/libexec/dwatch/proc-signal-discard 1233OLD_FILES+=usr/libexec/dwatch/proc-signal-send 1234OLD_FILES+=usr/libexec/dwatch/proc-status 1235OLD_FILES+=usr/libexec/dwatch/read 1236OLD_FILES+=usr/libexec/dwatch/recv 1237OLD_FILES+=usr/libexec/dwatch/recvfrom 1238OLD_FILES+=usr/libexec/dwatch/recvmsg 1239OLD_FILES+=usr/libexec/dwatch/rw 1240OLD_FILES+=usr/libexec/dwatch/sched 1241OLD_FILES+=usr/libexec/dwatch/sched-change-pri 1242OLD_FILES+=usr/libexec/dwatch/sched-cpu 1243OLD_FILES+=usr/libexec/dwatch/sched-dequeue 1244OLD_FILES+=usr/libexec/dwatch/sched-enqueue 1245OLD_FILES+=usr/libexec/dwatch/sched-exec 1246OLD_FILES+=usr/libexec/dwatch/sched-lend-pri 1247OLD_FILES+=usr/libexec/dwatch/sched-load-change 1248OLD_FILES+=usr/libexec/dwatch/sched-off-cpu 1249OLD_FILES+=usr/libexec/dwatch/sched-on-cpu 1250OLD_FILES+=usr/libexec/dwatch/sched-preempt 1251OLD_FILES+=usr/libexec/dwatch/sched-pri 1252OLD_FILES+=usr/libexec/dwatch/sched-queue 1253OLD_FILES+=usr/libexec/dwatch/sched-remain-cpu 1254OLD_FILES+=usr/libexec/dwatch/sched-sleep 1255OLD_FILES+=usr/libexec/dwatch/sched-surrender 1256OLD_FILES+=usr/libexec/dwatch/sched-tick 1257OLD_FILES+=usr/libexec/dwatch/sched-wakeup 1258OLD_FILES+=usr/libexec/dwatch/send 1259OLD_FILES+=usr/libexec/dwatch/sendmsg 1260OLD_FILES+=usr/libexec/dwatch/sendrecv 1261OLD_FILES+=usr/libexec/dwatch/sendto 1262OLD_FILES+=usr/libexec/dwatch/systop 1263OLD_FILES+=usr/libexec/dwatch/tcp 1264OLD_FILES+=usr/libexec/dwatch/tcp-accept 1265OLD_FILES+=usr/libexec/dwatch/tcp-accept-established 1266OLD_FILES+=usr/libexec/dwatch/tcp-accept-refused 1267OLD_FILES+=usr/libexec/dwatch/tcp-connect 1268OLD_FILES+=usr/libexec/dwatch/tcp-connect-established 1269OLD_FILES+=usr/libexec/dwatch/tcp-connect-refused 1270OLD_FILES+=usr/libexec/dwatch/tcp-connect-request 1271OLD_FILES+=usr/libexec/dwatch/tcp-established 1272OLD_FILES+=usr/libexec/dwatch/tcp-init 1273OLD_FILES+=usr/libexec/dwatch/tcp-io 1274OLD_FILES+=usr/libexec/dwatch/tcp-receive 1275OLD_FILES+=usr/libexec/dwatch/tcp-refused 1276OLD_FILES+=usr/libexec/dwatch/tcp-send 1277OLD_FILES+=usr/libexec/dwatch/tcp-state-change 1278OLD_FILES+=usr/libexec/dwatch/tcp-status 1279OLD_FILES+=usr/libexec/dwatch/udp 1280OLD_FILES+=usr/libexec/dwatch/udp-receive 1281OLD_FILES+=usr/libexec/dwatch/udp-send 1282OLD_FILES+=usr/libexec/dwatch/udplite 1283OLD_FILES+=usr/libexec/dwatch/udplite-receive 1284OLD_FILES+=usr/libexec/dwatch/udplite-send 1285OLD_FILES+=usr/libexec/dwatch/vop_create 1286OLD_FILES+=usr/libexec/dwatch/vop_lookup 1287OLD_FILES+=usr/libexec/dwatch/vop_mkdir 1288OLD_FILES+=usr/libexec/dwatch/vop_mknod 1289OLD_FILES+=usr/libexec/dwatch/vop_readdir 1290OLD_FILES+=usr/libexec/dwatch/vop_remove 1291OLD_FILES+=usr/libexec/dwatch/vop_rename 1292OLD_FILES+=usr/libexec/dwatch/vop_rmdir 1293OLD_FILES+=usr/libexec/dwatch/vop_symlink 1294OLD_FILES+=usr/libexec/dwatch/write 1295OLD_FILES+=usr/sbin/dtrace 1296OLD_FILES+=usr/sbin/dwatch 1297OLD_FILES+=usr/sbin/lockstat 1298OLD_FILES+=usr/sbin/plockstat 1299OLD_FILES+=usr/share/man/man1/dtrace.1.gz 1300OLD_FILES+=usr/share/man/man1/dtruss.1.gz 1301OLD_FILES+=usr/share/man/man1/lockstat.1.gz 1302OLD_FILES+=usr/share/man/man1/plockstat.1.gz 1303OLD_FILES+=usr/share/dtrace/blocking 1304OLD_FILES+=usr/share/dtrace/disklatency 1305OLD_FILES+=usr/share/dtrace/disklatencycmd 1306OLD_FILES+=usr/share/dtrace/hotopen 1307OLD_FILES+=usr/share/dtrace/nfsattrstats 1308OLD_FILES+=usr/share/dtrace/nfsclienttime 1309OLD_FILES+=usr/share/dtrace/siftr 1310OLD_FILES+=usr/share/dtrace/toolkit/execsnoop 1311OLD_FILES+=usr/share/dtrace/toolkit/hotkernel 1312OLD_FILES+=usr/share/dtrace/toolkit/hotuser 1313OLD_FILES+=usr/share/dtrace/toolkit/opensnoop 1314OLD_FILES+=usr/share/dtrace/toolkit/procsystime 1315OLD_FILES+=usr/share/dtrace/tcpconn 1316OLD_FILES+=usr/share/dtrace/tcpdebug 1317OLD_FILES+=usr/share/dtrace/tcpstate 1318OLD_FILES+=usr/share/dtrace/tcptrack 1319OLD_FILES+=usr/share/dtrace/udptrack 1320OLD_FILES+=usr/share/man/man1/dtrace.1.gz 1321OLD_DIRS+=usr/lib/dtrace 1322OLD_DIRS+=usr/lib32/dtrace 1323OLD_DIRS+=usr/libexec/dwatch 1324OLD_DIRS+=usr/share/dtrace/toolkit 1325OLD_DIRS+=usr/share/dtrace 1326.endif 1327 1328.if ${MK_ZFS} == no 1329OLD_FILES+=boot/gptzfsboot 1330OLD_FILES+=boot/zfsboot 1331OLD_FILES+=boot/zfsloader 1332OLD_FILES+=etc/rc.d/zfs 1333OLD_FILES+=etc/rc.d/zfsd 1334OLD_FILES+=etc/rc.d/zfsbe 1335OLD_FILES+=etc/rc.d/zvol 1336OLD_FILES+=etc/devd/zfs.conf 1337OLD_FILES+=etc/periodic/daily/404.status-zfs 1338OLD_FILES+=etc/periodic/daily/800.scrub-zfs 1339OLD_FILES+=etc/zfs/exports 1340OLD_DIRS+=etc/zfs 1341OLD_LIBS+=lib/libzfs.so.2 1342OLD_LIBS+=lib/libzfs.so.3 1343OLD_LIBS+=lib/libzfs_core.so.2 1344OLD_LIBS+=lib/libzpool.so.2 1345OLD_FILES+=rescue/zdb 1346OLD_FILES+=rescue/zfs 1347OLD_FILES+=rescue/zpool 1348OLD_FILES+=sbin/bectl 1349OLD_FILES+=sbin/zfs 1350OLD_FILES+=sbin/zpool 1351OLD_FILES+=sbin/zfsbootcfg 1352OLD_FILES+=usr/bin/zinject 1353OLD_FILES+=usr/bin/zstreamdump 1354OLD_FILES+=usr/bin/ztest 1355OLD_FILES+=usr/lib/libbe.a 1356OLD_FILES+=usr/lib/libbe_p.a 1357OLD_FILES+=usr/lib/libbe.so 1358OLD_LIBS+=lib/libbe.so.1 1359OLD_FILES+=usr/lib/libzfs.a 1360OLD_LIBS+=usr/lib/libzfs.so 1361OLD_FILES+=usr/lib/libzfs_core.a 1362OLD_LIBS+=usr/lib/libzfs_core.so 1363OLD_LIBS+=usr/lib/libzfs_core_p.a 1364OLD_FILES+=usr/lib/libzfs_p.a 1365OLD_FILES+=usr/lib/libzpool.a 1366OLD_FILES+=usr/lib/libzpool.so 1367OLD_LIBS+=usr/lib/libzpool.so.2 1368.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 1369OLD_FILES+=usr/lib32/libzfs.a 1370OLD_FILES+=usr/lib32/libzfs.so 1371OLD_LIBS+=usr/lib32/libzfs.so.2 1372OLD_LIBS+=usr/lib32/libzfs.so.3 1373OLD_FILES+=usr/lib32/libzfs_core.a 1374OLD_FILES+=usr/lib32/libzfs_core.so 1375OLD_LIBS+=usr/lib32/libzfs_core.so.2 1376OLD_FILES+=usr/lib32/libzfs_core_p.a 1377OLD_FILES+=usr/lib32/libzfs_p.a 1378OLD_FILES+=usr/lib32/libzpool.a 1379OLD_FILES+=usr/lib32/libzpool.so 1380OLD_LIBS+=usr/lib32/libzpool.so.2 1381.endif 1382OLD_FILES+=usr/sbin/zfsd 1383OLD_FILES+=usr/sbin/zhack 1384OLD_FILES+=usr/sbin/zdb 1385OLD_FILES+=usr/share/man/man3/libbe.3.gz 1386OLD_FILES+=usr/share/man/man7/zpool-features.7.gz 1387OLD_FILES+=usr/share/man/man8/bectl.8.gz 1388OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz 1389OLD_FILES+=usr/share/man/man8/zdb.8.gz 1390OLD_FILES+=usr/share/man/man8/zfs-program.8.gz 1391OLD_FILES+=usr/share/man/man8/zfs.8.gz 1392OLD_FILES+=usr/share/man/man8/zfsboot.8.gz 1393OLD_FILES+=usr/share/man/man8/zfsbootcfg.8.gz 1394OLD_FILES+=usr/share/man/man8/zfsd.8.gz 1395OLD_FILES+=usr/share/man/man8/zfsloader.8.gz 1396OLD_FILES+=usr/share/man/man8/zpool.8.gz 1397.endif 1398 1399.if ${MK_CLANG} == no 1400OLD_FILES+=usr/bin/clang 1401OLD_FILES+=usr/bin/clang++ 1402OLD_FILES+=usr/bin/clang-cpp 1403OLD_FILES+=usr/bin/clang-tblgen 1404OLD_FILES+=usr/bin/llvm-ar 1405OLD_FILES+=usr/bin/llvm-nm 1406OLD_FILES+=usr/bin/llvm-objdump 1407OLD_FILES+=usr/bin/llvm-ranlib 1408OLD_FILES+=usr/bin/llvm-symbolizer 1409OLD_FILES+=usr/bin/llvm-tblgen 1410OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/algorithm 1411OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/complex 1412OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/new 1413OLD_DIRS+=usr/lib/clang/10.0.0/include/cuda_wrappers 1414OLD_FILES+=usr/lib/clang/10.0.0/include/fuzzer/FuzzedDataProvider.h 1415OLD_DIRS+=usr/lib/clang/10.0.0/include/fuzzer 1416OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/__clang_openmp_math.h 1417OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/__clang_openmp_math_declares.h 1418OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/cmath 1419OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/math.h 1420OLD_DIRS+=usr/lib/clang/10.0.0/include/openmp_wrappers 1421OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/emmintrin.h 1422OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/mm_malloc.h 1423OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/mmintrin.h 1424OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/pmmintrin.h 1425OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/smmintrin.h 1426OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/tmmintrin.h 1427OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/xmmintrin.h 1428OLD_DIRS+=usr/lib/clang/10.0.0/include/ppc_wrappers 1429OLD_FILES+=usr/lib/clang/10.0.0/include/profile/InstrProfData.inc 1430OLD_DIRS+=usr/lib/clang/10.0.0/include/profile 1431OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/allocator_interface.h 1432OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/asan_interface.h 1433OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/common_interface_defs.h 1434OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/coverage_interface.h 1435OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/dfsan_interface.h 1436OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/hwasan_interface.h 1437OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/linux_syscall_hooks.h 1438OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/lsan_interface.h 1439OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/msan_interface.h 1440OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/netbsd_syscall_hooks.h 1441OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/scudo_interface.h 1442OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/tsan_interface.h 1443OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/tsan_interface_atomic.h 1444OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/ubsan_interface.h 1445OLD_DIRS+=usr/lib/clang/10.0.0/include/sanitizer 1446OLD_FILES+=usr/lib/clang/10.0.0/include/xray/xray_interface.h 1447OLD_FILES+=usr/lib/clang/10.0.0/include/xray/xray_log_interface.h 1448OLD_FILES+=usr/lib/clang/10.0.0/include/xray/xray_records.h 1449OLD_DIRS+=usr/lib/clang/10.0.0/include/xray 1450OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_builtin_vars.h 1451OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_cmath.h 1452OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_complex_builtins.h 1453OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_device_functions.h 1454OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_intrinsics.h 1455OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_libdevice_declares.h 1456OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_math_forward_declares.h 1457OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_runtime_wrapper.h 1458OLD_FILES+=usr/lib/clang/10.0.0/include/__stddef_max_align_t.h 1459OLD_FILES+=usr/lib/clang/10.0.0/include/__wmmintrin_aes.h 1460OLD_FILES+=usr/lib/clang/10.0.0/include/__wmmintrin_pclmul.h 1461OLD_FILES+=usr/lib/clang/10.0.0/include/adxintrin.h 1462OLD_FILES+=usr/lib/clang/10.0.0/include/altivec.h 1463OLD_FILES+=usr/lib/clang/10.0.0/include/ammintrin.h 1464OLD_FILES+=usr/lib/clang/10.0.0/include/arm64intr.h 1465OLD_FILES+=usr/lib/clang/10.0.0/include/arm_acle.h 1466OLD_FILES+=usr/lib/clang/10.0.0/include/arm_cmse.h 1467OLD_FILES+=usr/lib/clang/10.0.0/include/arm_fp16.h 1468OLD_FILES+=usr/lib/clang/10.0.0/include/arm_mve.h 1469OLD_FILES+=usr/lib/clang/10.0.0/include/arm_neon.h 1470OLD_FILES+=usr/lib/clang/10.0.0/include/armintr.h 1471OLD_FILES+=usr/lib/clang/10.0.0/include/avx2intrin.h 1472OLD_FILES+=usr/lib/clang/10.0.0/include/avx512bf16intrin.h 1473OLD_FILES+=usr/lib/clang/10.0.0/include/avx512bitalgintrin.h 1474OLD_FILES+=usr/lib/clang/10.0.0/include/avx512bwintrin.h 1475OLD_FILES+=usr/lib/clang/10.0.0/include/avx512cdintrin.h 1476OLD_FILES+=usr/lib/clang/10.0.0/include/avx512dqintrin.h 1477OLD_FILES+=usr/lib/clang/10.0.0/include/avx512erintrin.h 1478OLD_FILES+=usr/lib/clang/10.0.0/include/avx512fintrin.h 1479OLD_FILES+=usr/lib/clang/10.0.0/include/avx512ifmaintrin.h 1480OLD_FILES+=usr/lib/clang/10.0.0/include/avx512ifmavlintrin.h 1481OLD_FILES+=usr/lib/clang/10.0.0/include/avx512pfintrin.h 1482OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vbmi2intrin.h 1483OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vbmiintrin.h 1484OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vbmivlintrin.h 1485OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlbf16intrin.h 1486OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlbitalgintrin.h 1487OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlbwintrin.h 1488OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlcdintrin.h 1489OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vldqintrin.h 1490OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlintrin.h 1491OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlvbmi2intrin.h 1492OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlvnniintrin.h 1493OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlvp2intersectintrin.h 1494OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vnniintrin.h 1495OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vp2intersectintrin.h 1496OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vpopcntdqintrin.h 1497OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vpopcntdqvlintrin.h 1498OLD_FILES+=usr/lib/clang/10.0.0/include/avxintrin.h 1499OLD_FILES+=usr/lib/clang/10.0.0/include/bmi2intrin.h 1500OLD_FILES+=usr/lib/clang/10.0.0/include/bmiintrin.h 1501OLD_FILES+=usr/lib/clang/10.0.0/include/cetintrin.h 1502OLD_FILES+=usr/lib/clang/10.0.0/include/cldemoteintrin.h 1503OLD_FILES+=usr/lib/clang/10.0.0/include/clflushoptintrin.h 1504OLD_FILES+=usr/lib/clang/10.0.0/include/clwbintrin.h 1505OLD_FILES+=usr/lib/clang/10.0.0/include/clzerointrin.h 1506OLD_FILES+=usr/lib/clang/10.0.0/include/cpuid.h 1507OLD_FILES+=usr/lib/clang/10.0.0/include/emmintrin.h 1508OLD_FILES+=usr/lib/clang/10.0.0/include/enqcmdintrin.h 1509OLD_FILES+=usr/lib/clang/10.0.0/include/f16cintrin.h 1510OLD_FILES+=usr/lib/clang/10.0.0/include/float.h 1511OLD_FILES+=usr/lib/clang/10.0.0/include/fma4intrin.h 1512OLD_FILES+=usr/lib/clang/10.0.0/include/fmaintrin.h 1513OLD_FILES+=usr/lib/clang/10.0.0/include/fxsrintrin.h 1514OLD_FILES+=usr/lib/clang/10.0.0/include/gfniintrin.h 1515OLD_FILES+=usr/lib/clang/10.0.0/include/htmintrin.h 1516OLD_FILES+=usr/lib/clang/10.0.0/include/htmxlintrin.h 1517OLD_FILES+=usr/lib/clang/10.0.0/include/ia32intrin.h 1518OLD_FILES+=usr/lib/clang/10.0.0/include/immintrin.h 1519OLD_FILES+=usr/lib/clang/10.0.0/include/intrin.h 1520OLD_FILES+=usr/lib/clang/10.0.0/include/inttypes.h 1521OLD_FILES+=usr/lib/clang/10.0.0/include/invpcidintrin.h 1522OLD_FILES+=usr/lib/clang/10.0.0/include/iso646.h 1523OLD_FILES+=usr/lib/clang/10.0.0/include/limits.h 1524OLD_FILES+=usr/lib/clang/10.0.0/include/lwpintrin.h 1525OLD_FILES+=usr/lib/clang/10.0.0/include/lzcntintrin.h 1526OLD_FILES+=usr/lib/clang/10.0.0/include/mm3dnow.h 1527OLD_FILES+=usr/lib/clang/10.0.0/include/mm_malloc.h 1528OLD_FILES+=usr/lib/clang/10.0.0/include/mmintrin.h 1529OLD_FILES+=usr/lib/clang/10.0.0/include/module.modulemap 1530OLD_FILES+=usr/lib/clang/10.0.0/include/movdirintrin.h 1531OLD_FILES+=usr/lib/clang/10.0.0/include/msa.h 1532OLD_FILES+=usr/lib/clang/10.0.0/include/mwaitxintrin.h 1533OLD_FILES+=usr/lib/clang/10.0.0/include/nmmintrin.h 1534OLD_FILES+=usr/lib/clang/10.0.0/include/omp-tools.h 1535OLD_FILES+=usr/lib/clang/10.0.0/include/omp.h 1536OLD_FILES+=usr/lib/clang/10.0.0/include/ompt.h 1537OLD_FILES+=usr/lib/clang/10.0.0/include/opencl-c-base.h 1538OLD_FILES+=usr/lib/clang/10.0.0/include/opencl-c.h 1539OLD_FILES+=usr/lib/clang/10.0.0/include/pconfigintrin.h 1540OLD_FILES+=usr/lib/clang/10.0.0/include/pkuintrin.h 1541OLD_FILES+=usr/lib/clang/10.0.0/include/pmmintrin.h 1542OLD_FILES+=usr/lib/clang/10.0.0/include/popcntintrin.h 1543OLD_FILES+=usr/lib/clang/10.0.0/include/prfchwintrin.h 1544OLD_FILES+=usr/lib/clang/10.0.0/include/ptwriteintrin.h 1545OLD_FILES+=usr/lib/clang/10.0.0/include/rdseedintrin.h 1546OLD_FILES+=usr/lib/clang/10.0.0/include/rtmintrin.h 1547OLD_FILES+=usr/lib/clang/10.0.0/include/s390intrin.h 1548OLD_FILES+=usr/lib/clang/10.0.0/include/sgxintrin.h 1549OLD_FILES+=usr/lib/clang/10.0.0/include/shaintrin.h 1550OLD_FILES+=usr/lib/clang/10.0.0/include/smmintrin.h 1551OLD_FILES+=usr/lib/clang/10.0.0/include/stdalign.h 1552OLD_FILES+=usr/lib/clang/10.0.0/include/stdarg.h 1553OLD_FILES+=usr/lib/clang/10.0.0/include/stdatomic.h 1554OLD_FILES+=usr/lib/clang/10.0.0/include/stdbool.h 1555OLD_FILES+=usr/lib/clang/10.0.0/include/stddef.h 1556OLD_FILES+=usr/lib/clang/10.0.0/include/stdint.h 1557OLD_FILES+=usr/lib/clang/10.0.0/include/stdnoreturn.h 1558OLD_FILES+=usr/lib/clang/10.0.0/include/tbmintrin.h 1559OLD_FILES+=usr/lib/clang/10.0.0/include/tgmath.h 1560OLD_FILES+=usr/lib/clang/10.0.0/include/tmmintrin.h 1561OLD_FILES+=usr/lib/clang/10.0.0/include/unwind.h 1562OLD_FILES+=usr/lib/clang/10.0.0/include/vadefs.h 1563OLD_FILES+=usr/lib/clang/10.0.0/include/vaesintrin.h 1564OLD_FILES+=usr/lib/clang/10.0.0/include/varargs.h 1565OLD_FILES+=usr/lib/clang/10.0.0/include/vecintrin.h 1566OLD_FILES+=usr/lib/clang/10.0.0/include/vpclmulqdqintrin.h 1567OLD_FILES+=usr/lib/clang/10.0.0/include/waitpkgintrin.h 1568OLD_FILES+=usr/lib/clang/10.0.0/include/wbnoinvdintrin.h 1569OLD_FILES+=usr/lib/clang/10.0.0/include/wmmintrin.h 1570OLD_FILES+=usr/lib/clang/10.0.0/include/x86intrin.h 1571OLD_FILES+=usr/lib/clang/10.0.0/include/xmmintrin.h 1572OLD_FILES+=usr/lib/clang/10.0.0/include/xopintrin.h 1573OLD_FILES+=usr/lib/clang/10.0.0/include/xsavecintrin.h 1574OLD_FILES+=usr/lib/clang/10.0.0/include/xsaveintrin.h 1575OLD_FILES+=usr/lib/clang/10.0.0/include/xsaveoptintrin.h 1576OLD_FILES+=usr/lib/clang/10.0.0/include/xsavesintrin.h 1577OLD_FILES+=usr/lib/clang/10.0.0/include/xtestintrin.h 1578OLD_DIRS+=usr/lib/clang/10.0.0/include 1579OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-aarch64.a 1580OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-aarch64.so 1581OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-arm.a 1582OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-arm.so 1583OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-armhf.a 1584OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-armhf.so 1585OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-i386.a 1586OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-i386.so 1587OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-aarch64.a 1588OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-arm.a 1589OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-armhf.a 1590OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a 1591OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a 1592OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-x86_64.a 1593OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-x86_64.so 1594OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-aarch64.a 1595OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-arm.a 1596OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-armhf.a 1597OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a 1598OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a 1599OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-aarch64.a 1600OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-arm.a 1601OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-armhf.a 1602OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-i386.a 1603OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-x86_64.a 1604OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-aarch64.a 1605OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-arm.a 1606OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-armhf.a 1607OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-i386.a 1608OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-x86_64.a 1609OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.dd-aarch64.a 1610OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.dd-x86_64.a 1611OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.fuzzer-aarch64.a 1612OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.fuzzer-x86_64.a 1613OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a 1614OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a 1615OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.msan-aarch64.a 1616OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.msan-x86_64.a 1617OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.msan_cxx-aarch64.a 1618OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.msan_cxx-x86_64.a 1619OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-aarch64.a 1620OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-arm.a 1621OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-armhf.a 1622OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-i386.a 1623OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-powerpc.a 1624OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-powerpc64.a 1625OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-x86_64.a 1626OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.safestack-aarch64.a 1627OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.safestack-i386.a 1628OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a 1629OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-aarch64.a 1630OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-arm.a 1631OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-armhf.a 1632OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-i386.a 1633OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-x86_64.a 1634OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-aarch64.a 1635OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-arm.a 1636OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-armhf.a 1637OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-i386.a 1638OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a 1639OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.tsan-aarch64.a 1640OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a 1641OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a 1642OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a 1643OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a 1644OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-arm.a 1645OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a 1646OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a 1647OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a 1648OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a 1649OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-arm.a 1650OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a 1651OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a 1652OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a 1653OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a 1654OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a 1655OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a 1656OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a 1657OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a 1658OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-aarch64.a 1659OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-arm.a 1660OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-armhf.a 1661OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-basic-aarch64.a 1662OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-basic-arm.a 1663OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-basic-armhf.a 1664OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-basic-x86_64.a 1665OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-fdr-aarch64.a 1666OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-fdr-arm.a 1667OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-fdr-armhf.a 1668OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-fdr-x86_64.a 1669OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-profiling-aarch64.a 1670OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-profiling-arm.a 1671OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-profiling-armhf.a 1672OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-profiling-x86_64.a 1673OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-x86_64.a 1674OLD_DIRS+=usr/lib/clang/10.0.0/lib/freebsd 1675OLD_DIRS+=usr/lib/clang/10.0.0/lib 1676OLD_DIRS+=usr/lib/clang/10.0.0 1677OLD_DIRS+=usr/lib/clang 1678OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT 1679OLD_DIRS+=usr/share/doc/llvm/clang 1680OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex 1681OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT 1682OLD_DIRS+=usr/share/doc/llvm 1683OLD_FILES+=usr/share/man/man1/clang.1.gz 1684OLD_FILES+=usr/share/man/man1/clang++.1.gz 1685OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz 1686OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz 1687OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz 1688OLD_FILES+=usr/share/man/man1/llvm-symbolizer.1.gz 1689OLD_FILES+=usr/share/man/man1/llvm-tblgen.1.gz 1690.endif 1691 1692.if ${MK_CLANG_EXTRAS} == no 1693OLD_FILES+=usr/bin/bugpoint 1694OLD_FILES+=usr/bin/clang-format 1695OLD_FILES+=usr/bin/llc 1696OLD_FILES+=usr/bin/lli 1697OLD_FILES+=usr/bin/llvm-as 1698OLD_FILES+=usr/bin/llvm-bcanalyzer 1699OLD_FILES+=usr/bin/llvm-cxxdump 1700OLD_FILES+=usr/bin/llvm-cxxfilt 1701OLD_FILES+=usr/bin/llvm-diff 1702OLD_FILES+=usr/bin/llvm-dis 1703OLD_FILES+=usr/bin/llvm-dwarfdump 1704OLD_FILES+=usr/bin/llvm-extract 1705OLD_FILES+=usr/bin/llvm-link 1706OLD_FILES+=usr/bin/llvm-lto 1707OLD_FILES+=usr/bin/llvm-lto2 1708OLD_FILES+=usr/bin/llvm-mc 1709OLD_FILES+=usr/bin/llvm-mca 1710OLD_FILES+=usr/bin/llvm-modextract 1711OLD_FILES+=usr/bin/llvm-objcopy 1712OLD_FILES+=usr/bin/llvm-pdbutil 1713OLD_FILES+=usr/bin/llvm-rtdyld 1714OLD_FILES+=usr/bin/llvm-xray 1715OLD_FILES+=usr/bin/opt 1716OLD_FILES+=usr/share/man/man1/bugpoint.1.gz 1717OLD_FILES+=usr/share/man/man1/llc.1.gz 1718OLD_FILES+=usr/share/man/man1/lli.1.gz 1719OLD_FILES+=usr/share/man/man1/llvm-as.1.gz 1720OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz 1721OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz 1722OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz 1723OLD_FILES+=usr/share/man/man1/llvm-dwarfdump.1 1724OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz 1725OLD_FILES+=usr/share/man/man1/llvm-link.1.gz 1726OLD_FILES+=usr/share/man/man1/llvm-pdbutil.1.gz 1727OLD_FILES+=usr/share/man/man1/opt.1.gz 1728.endif 1729 1730.if ${MK_CPP} == no 1731OLD_FILES+=usr/bin/cpp 1732OLD_FILES+=usr/share/man/man1/cpp.1.gz 1733.endif 1734 1735.if ${MK_CUSE} == no 1736OLD_FILES+=usr/include/fs/cuse/cuse_defs.h 1737OLD_FILES+=usr/include/fs/cuse/cuse_ioctl.h 1738OLD_FILES+=usr/include/cuse.h 1739OLD_FILES+=usr/lib/libcuse.a 1740OLD_LIBS+=usr/lib/libcuse.so.1 1741OLD_FILES+=usr/lib/libcuse_p.a 1742OLD_FILES+=usr/share/man/man3/cuse.3.gz 1743OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number.3.gz 1744OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number_by_id.3.gz 1745OLD_FILES+=usr/share/man/man3/cuse_copy_in.3.gz 1746OLD_FILES+=usr/share/man/man3/cuse_copy_out.3.gz 1747OLD_FILES+=usr/share/man/man3/cuse_dev_create.3.gz 1748OLD_FILES+=usr/share/man/man3/cuse_dev_destroy.3.gz 1749OLD_FILES+=usr/share/man/man3/cuse_dev_get_current.3.gz 1750OLD_FILES+=usr/share/man/man3/cuse_dev_get_per_file_handle.3.gz 1751OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv0.3.gz 1752OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv1.3.gz 1753OLD_FILES+=usr/share/man/man3/cuse_dev_set_per_file_handle.3.gz 1754OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv0.3.gz 1755OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv1.3.gz 1756OLD_FILES+=usr/share/man/man3/cuse_free_unit_number.3.gz 1757OLD_FILES+=usr/share/man/man3/cuse_free_unit_number_by_id.3.gz 1758OLD_FILES+=usr/share/man/man3/cuse_get_local.3.gz 1759OLD_FILES+=usr/share/man/man3/cuse_got_peer_signal.3.gz 1760OLD_FILES+=usr/share/man/man3/cuse_init.3.gz 1761OLD_FILES+=usr/share/man/man3/cuse_is_vmalloc_addr.3.gz 1762OLD_FILES+=usr/share/man/man3/cuse_poll_wakeup.3.gz 1763OLD_FILES+=usr/share/man/man3/cuse_set_local.3.gz 1764OLD_FILES+=usr/share/man/man3/cuse_uninit.3.gz 1765OLD_FILES+=usr/share/man/man3/cuse_vmalloc.3.gz 1766OLD_FILES+=usr/share/man/man3/cuse_vmfree.3.gz 1767OLD_FILES+=usr/share/man/man3/cuse_vmoffset.3.gz 1768OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz 1769OLD_DIRS+=usr/include/fs/cuse 1770.endif 1771 1772# devd(8) not listed here on purpose 1773.if ${MK_CXX} == no 1774OLD_FILES+=usr/bin/CC 1775OLD_FILES+=usr/bin/c++ 1776OLD_FILES+=usr/bin/g++ 1777OLD_FILES+=usr/libexec/cc1plus 1778.endif 1779 1780.if ${MK_DEBUG_FILES} == no 1781.if exists(${DESTDIR}/usr/lib/debug) 1782DEBUG_DIRS!=find ${DESTDIR}/usr/lib/debug -mindepth 1 \ 1783 -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \ 1784 | sed -e 's,^${DESTDIR}/,,'; echo 1785DEBUG_FILES!=find ${DESTDIR}/usr/lib/debug \ 1786 \! -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \! -name "lib*.so*" \ 1787 | sed -e 's,^${DESTDIR}/,,'; echo 1788DEBUG_LIBS!=find ${DESTDIR}/usr/lib/debug \! -type d -name "lib*.so*" \ 1789 | sed -e 's,^${DESTDIR}/,,'; echo 1790OLD_DIRS+=${DEBUG_DIRS} 1791OLD_FILES+=${DEBUG_FILES} 1792OLD_LIBS+=${DEBUG_LIBS} 1793.endif 1794.endif 1795 1796.if ${MK_DIALOG} == no 1797OLD_FILES+=usr/bin/dialog 1798OLD_FILES+=usr/bin/dpv 1799OLD_FILES+=usr/lib/libdialog.a 1800OLD_FILES+=usr/lib/libdialog.so 1801OLD_FILES+=usr/lib/libdialog.so.8 1802OLD_FILES+=usr/lib/libdialog_p.a 1803OLD_FILES+=usr/lib/libdpv.a 1804OLD_FILES+=usr/lib/libdpv.so 1805OLD_FILES+=usr/lib/libdpv.so.1 1806OLD_FILES+=usr/lib/libdpv_p.a 1807OLD_FILES+=usr/sbin/bsdconfig 1808OLD_FILES+=usr/share/man/man1/dialog.1.gz 1809OLD_FILES+=usr/share/man/man1/dpv.1.gz 1810OLD_FILES+=usr/share/man/man3/dialog.3.gz 1811OLD_FILES+=usr/share/man/man3/dpv.3.gz 1812OLD_FILES+=usr/share/man/man8/bsdconfig.8.gz 1813OLD_DIRS+=usr/share/bsdconfig 1814OLD_DIRS+=usr/share/bsdconfig/media 1815OLD_DIRS+=usr/share/bsdconfig/networking 1816OLD_DIRS+=usr/share/bsdconfig/packages 1817OLD_DIRS+=usr/share/bsdconfig/password 1818OLD_DIRS+=usr/share/bsdconfig/startup 1819OLD_DIRS+=usr/share/bsdconfig/timezone 1820OLD_DIRS+=usr/share/bsdconfig/usermgmt 1821.endif 1822 1823.if ${MK_EFI} == no 1824OLD_FILES+=usr/sbin/efibootmgr 1825OLD_FILES+=usr/sbin/efidp 1826OLD_FILES+=usr/sbin/efivar 1827OLD_FILES+=usr/sbin/uefisign 1828OLD_FILES+=usr/share/examples/uefisign/uefikeys 1829.endif 1830 1831.if ${MK_FMTREE} == no 1832OLD_FILES+=usr/sbin/fmtree 1833OLD_FILES+=usr/share/man/man8/fmtree.8.gz 1834.endif 1835 1836.if ${MK_FTP} == no 1837OLD_FILES+=etc/ftpusers 1838OLD_FILES+=etc/newsyslog.conf.d/ftp.conf 1839OLD_FILES+=etc/pam.d/ftp 1840OLD_FILES+=etc/pam.d/ftpd 1841OLD_FILES+=etc/rc.d/ftpd 1842OLD_FILES+=etc/syslog.d/ftp.conf 1843OLD_FILES+=usr/bin/ftp 1844OLD_FILES+=usr/bin/gate-ftp 1845OLD_FILES+=usr/bin/pftp 1846OLD_FILES+=usr/libexec/ftpd 1847OLD_FILES+=usr/share/man/man1/ftp.1.gz 1848OLD_FILES+=usr/share/man/man1/gate-ftp.1.gz 1849OLD_FILES+=usr/share/man/man1/pftp.1.gz 1850OLD_FILES+=usr/share/man/man5/ftpchroot.5.gz 1851OLD_FILES+=usr/share/man/man8/ftpd.8.gz 1852.endif 1853 1854.if ${MK_DICT} == no 1855OLD_FILES+=usr/share/dict/README 1856OLD_FILES+=usr/share/dict/freebsd 1857OLD_FILES+=usr/share/dict/propernames 1858OLD_FILES+=usr/share/dict/web2 1859OLD_FILES+=usr/share/dict/web2a 1860OLD_FILES+=usr/share/dict/words 1861OLD_DIRS+=usr/share/dict 1862.endif 1863 1864.if ${MK_DMAGENT} == no 1865OLD_FILES+=etc/dma/dma.conf 1866OLD_DIRS+=etc/dma 1867OLD_FILES+=usr/libexec/dma 1868OLD_FILES+=usr/libexec/dma-mbox-create 1869OLD_FILES+=usr/share/man/man8/dma.8.gz 1870OLD_FILES+=usr/share/examples/dma/mailer.conf 1871.endif 1872 1873.if ${MK_EE} == no 1874OLD_FILES+=usr/bin/edit 1875OLD_FILES+=usr/bin/ee 1876OLD_FILES+=usr/bin/ree 1877OLD_FILES+=usr/share/man/man1/edit.1.gz 1878OLD_FILES+=usr/share/man/man1/ee.1.gz 1879OLD_FILES+=usr/share/man/man1/ree.1.gz 1880OLD_FILES+=usr/share/nls/C/ee.cat 1881OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat 1882OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat 1883OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat 1884OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat 1885OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat 1886OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat 1887OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat 1888.endif 1889 1890.if ${MK_EXAMPLES} == no 1891OLD_FILES+=usr/share/examples/BSD_daemon/FreeBSD.pfa 1892OLD_FILES+=usr/share/examples/BSD_daemon/README 1893OLD_FILES+=usr/share/examples/BSD_daemon/beastie.eps 1894OLD_FILES+=usr/share/examples/BSD_daemon/beastie.fig 1895OLD_FILES+=usr/share/examples/BSD_daemon/eps.patch 1896OLD_FILES+=usr/share/examples/BSD_daemon/poster.sh 1897OLD_FILES+=usr/share/examples/FreeBSD_version/FreeBSD_version.c 1898OLD_FILES+=usr/share/examples/FreeBSD_version/Makefile 1899OLD_FILES+=usr/share/examples/FreeBSD_version/README 1900OLD_FILES+=usr/share/examples/IPv6/USAGE 1901OLD_FILES+=usr/share/examples/bhyve/vmrun.sh 1902OLD_FILES+=usr/share/examples/bootforth/README 1903OLD_FILES+=usr/share/examples/bootforth/boot.4th 1904OLD_FILES+=usr/share/examples/bootforth/frames.4th 1905OLD_FILES+=usr/share/examples/bootforth/loader.rc 1906OLD_FILES+=usr/share/examples/bootforth/menu.4th 1907OLD_FILES+=usr/share/examples/bootforth/menuconf.4th 1908OLD_FILES+=usr/share/examples/bootforth/screen.4th 1909OLD_FILES+=usr/share/examples/bsdconfig/add_some_packages.sh 1910OLD_FILES+=usr/share/examples/bsdconfig/browse_packages_http.sh 1911OLD_FILES+=usr/share/examples/bsdconfig/bsdconfigrc 1912OLD_FILES+=usr/share/examples/csh/dot.cshrc 1913OLD_FILES+=usr/share/examples/diskless/ME 1914OLD_FILES+=usr/share/examples/diskless/README.BOOTP 1915OLD_FILES+=usr/share/examples/diskless/README.TEMPLATING 1916OLD_FILES+=usr/share/examples/diskless/clone_root 1917OLD_FILES+=usr/share/examples/dma/mailer.conf 1918OLD_FILES+=usr/share/examples/drivers/README 1919OLD_FILES+=usr/share/examples/drivers/make_device_driver.sh 1920OLD_FILES+=usr/share/examples/drivers/make_pseudo_driver.sh 1921OLD_FILES+=usr/share/examples/dwatch/profile_template 1922OLD_FILES+=usr/share/examples/etc/README.examples 1923OLD_FILES+=usr/share/examples/etc/bsd-style-copyright 1924OLD_FILES+=usr/share/examples/etc/group 1925OLD_FILES+=usr/share/examples/etc/login.access 1926OLD_FILES+=usr/share/examples/etc/make.conf 1927OLD_FILES+=usr/share/examples/etc/rc.bsdextended 1928OLD_FILES+=usr/share/examples/etc/rc.firewall 1929OLD_FILES+=usr/share/examples/etc/rc.sendmail 1930OLD_FILES+=usr/share/examples/etc/termcap.small 1931OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf 1932OLD_FILES+=usr/share/examples/find_interface/Makefile 1933OLD_FILES+=usr/share/examples/find_interface/README 1934OLD_FILES+=usr/share/examples/find_interface/find_interface.c 1935OLD_FILES+=usr/share/examples/hast/ucarp.sh 1936OLD_FILES+=usr/share/examples/hast/ucarp_down.sh 1937OLD_FILES+=usr/share/examples/hast/ucarp_up.sh 1938OLD_FILES+=usr/share/examples/hast/vip-down.sh 1939OLD_FILES+=usr/share/examples/hast/vip-up.sh 1940OLD_FILES+=usr/share/examples/hostapd/hostapd.conf 1941OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user 1942OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk 1943OLD_FILES+=usr/share/examples/indent/indent.pro 1944OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT 1945OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW 1946OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW 1947OLD_FILES+=usr/share/examples/ipfilter/README 1948OLD_FILES+=usr/share/examples/ipfilter/example.1 1949OLD_FILES+=usr/share/examples/ipfilter/example.10 1950OLD_FILES+=usr/share/examples/ipfilter/example.11 1951OLD_FILES+=usr/share/examples/ipfilter/example.12 1952OLD_FILES+=usr/share/examples/ipfilter/example.13 1953OLD_FILES+=usr/share/examples/ipfilter/example.14 1954OLD_FILES+=usr/share/examples/ipfilter/example.2 1955OLD_FILES+=usr/share/examples/ipfilter/example.3 1956OLD_FILES+=usr/share/examples/ipfilter/example.4 1957OLD_FILES+=usr/share/examples/ipfilter/example.5 1958OLD_FILES+=usr/share/examples/ipfilter/example.6 1959OLD_FILES+=usr/share/examples/ipfilter/example.7 1960OLD_FILES+=usr/share/examples/ipfilter/example.8 1961OLD_FILES+=usr/share/examples/ipfilter/example.9 1962OLD_FILES+=usr/share/examples/ipfilter/example.sr 1963OLD_FILES+=usr/share/examples/ipfilter/examples.txt 1964OLD_FILES+=usr/share/examples/ipfilter/firewall 1965OLD_FILES+=usr/share/examples/ipfilter/firewall.1 1966OLD_FILES+=usr/share/examples/ipfilter/firewall.2 1967OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy 1968OLD_FILES+=usr/share/examples/ipfilter/ftppxy 1969OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt 1970OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive 1971OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive 1972OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample 1973OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample 1974OLD_FILES+=usr/share/examples/ipfilter/mkfilters 1975OLD_FILES+=usr/share/examples/ipfilter/nat-setup 1976OLD_FILES+=usr/share/examples/ipfilter/nat.eg 1977OLD_FILES+=usr/share/examples/ipfilter/rules.txt 1978OLD_FILES+=usr/share/examples/ipfilter/server 1979OLD_FILES+=usr/share/examples/ipfilter/tcpstate 1980OLD_FILES+=usr/share/examples/ipfw/change_rules.sh 1981OLD_FILES+=usr/share/examples/jails/README 1982OLD_FILES+=usr/share/examples/jails/VIMAGE 1983OLD_FILES+=usr/share/examples/jails/jail.xxx.conf 1984OLD_FILES+=usr/share/examples/jails/jib 1985OLD_FILES+=usr/share/examples/jails/jng 1986OLD_FILES+=usr/share/examples/jails/rc.conf.jails 1987OLD_FILES+=usr/share/examples/jails/rcjail.xxx.conf 1988OLD_FILES+=usr/share/examples/kld/Makefile 1989OLD_FILES+=usr/share/examples/kld/cdev/Makefile 1990OLD_FILES+=usr/share/examples/kld/cdev/README 1991OLD_FILES+=usr/share/examples/kld/cdev/module/Makefile 1992OLD_FILES+=usr/share/examples/kld/cdev/module/cdev.c 1993OLD_FILES+=usr/share/examples/kld/cdev/module/cdev.h 1994OLD_FILES+=usr/share/examples/kld/cdev/module/cdevmod.c 1995OLD_FILES+=usr/share/examples/kld/cdev/test/Makefile 1996OLD_FILES+=usr/share/examples/kld/cdev/test/testcdev.c 1997OLD_FILES+=usr/share/examples/kld/dyn_sysctl/Makefile 1998OLD_FILES+=usr/share/examples/kld/dyn_sysctl/README 1999OLD_FILES+=usr/share/examples/kld/dyn_sysctl/dyn_sysctl.c 2000OLD_FILES+=usr/share/examples/kld/firmware/Makefile 2001OLD_FILES+=usr/share/examples/kld/firmware/README 2002OLD_FILES+=usr/share/examples/kld/firmware/fwconsumer/Makefile 2003OLD_FILES+=usr/share/examples/kld/firmware/fwconsumer/fw_consumer.c 2004OLD_FILES+=usr/share/examples/kld/firmware/fwimage/Makefile 2005OLD_FILES+=usr/share/examples/kld/firmware/fwimage/firmware.img.uu 2006OLD_FILES+=usr/share/examples/kld/khelp/Makefile 2007OLD_FILES+=usr/share/examples/kld/khelp/README 2008OLD_FILES+=usr/share/examples/kld/khelp/h_example.c 2009OLD_FILES+=usr/share/examples/kld/syscall/Makefile 2010OLD_FILES+=usr/share/examples/kld/syscall/module/Makefile 2011OLD_FILES+=usr/share/examples/kld/syscall/module/syscall.c 2012OLD_FILES+=usr/share/examples/kld/syscall/test/Makefile 2013OLD_FILES+=usr/share/examples/kld/syscall/test/call.c 2014OLD_FILES+=usr/share/examples/libusb20/Makefile 2015OLD_FILES+=usr/share/examples/libusb20/README 2016OLD_FILES+=usr/share/examples/libusb20/bulk.c 2017OLD_FILES+=usr/share/examples/libusb20/control.c 2018OLD_FILES+=usr/share/examples/libusb20/util.c 2019OLD_FILES+=usr/share/examples/libusb20/util.h 2020OLD_FILES+=usr/share/examples/libvgl/Makefile 2021OLD_FILES+=usr/share/examples/libvgl/demo.c 2022OLD_FILES+=usr/share/examples/mdoc/POSIX-copyright 2023OLD_FILES+=usr/share/examples/mdoc/deshallify.sh 2024OLD_FILES+=usr/share/examples/mdoc/example.1 2025OLD_FILES+=usr/share/examples/mdoc/example.3 2026OLD_FILES+=usr/share/examples/mdoc/example.4 2027OLD_FILES+=usr/share/examples/mdoc/example.9 2028OLD_FILES+=usr/share/examples/netgraph/ether.bridge 2029OLD_FILES+=usr/share/examples/netgraph/frame_relay 2030OLD_FILES+=usr/share/examples/netgraph/ngctl 2031OLD_FILES+=usr/share/examples/netgraph/raw 2032OLD_FILES+=usr/share/examples/netgraph/udp.tunnel 2033OLD_FILES+=usr/share/examples/netgraph/virtual.chain 2034OLD_FILES+=usr/share/examples/netgraph/virtual.lan 2035OLD_FILES+=usr/share/examples/perfmon/Makefile 2036OLD_FILES+=usr/share/examples/perfmon/README 2037OLD_FILES+=usr/share/examples/perfmon/perfmon.c 2038OLD_FILES+=usr/share/examples/pf/ackpri 2039OLD_FILES+=usr/share/examples/pf/faq-example1 2040OLD_FILES+=usr/share/examples/pf/faq-example2 2041OLD_FILES+=usr/share/examples/pf/faq-example3 2042OLD_FILES+=usr/share/examples/pf/pf.conf 2043OLD_FILES+=usr/share/examples/pf/queue1 2044OLD_FILES+=usr/share/examples/pf/queue2 2045OLD_FILES+=usr/share/examples/pf/queue3 2046OLD_FILES+=usr/share/examples/pf/queue4 2047OLD_FILES+=usr/share/examples/pf/spamd 2048OLD_FILES+=usr/share/examples/ppi/Makefile 2049OLD_FILES+=usr/share/examples/ppi/ppilcd.c 2050OLD_FILES+=usr/share/examples/ppp/chap-auth 2051OLD_FILES+=usr/share/examples/ppp/login-auth 2052OLD_FILES+=usr/share/examples/ppp/ppp.conf.sample 2053OLD_FILES+=usr/share/examples/ppp/ppp.conf.span-isp 2054OLD_FILES+=usr/share/examples/ppp/ppp.conf.span-isp.working 2055OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.sample 2056OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.span-isp 2057OLD_FILES+=usr/share/examples/ppp/ppp.linkdown.span-isp.working 2058OLD_FILES+=usr/share/examples/ppp/ppp.linkup.sample 2059OLD_FILES+=usr/share/examples/ppp/ppp.linkup.span-isp 2060OLD_FILES+=usr/share/examples/ppp/ppp.linkup.span-isp.working 2061OLD_FILES+=usr/share/examples/ppp/ppp.secret.sample 2062OLD_FILES+=usr/share/examples/ppp/ppp.secret.span-isp 2063OLD_FILES+=usr/share/examples/ppp/ppp.secret.span-isp.working 2064OLD_FILES+=usr/share/examples/printing/diablo-if-net 2065OLD_FILES+=usr/share/examples/printing/hpdf 2066OLD_FILES+=usr/share/examples/printing/hpif 2067OLD_FILES+=usr/share/examples/printing/hpof 2068OLD_FILES+=usr/share/examples/printing/hprf 2069OLD_FILES+=usr/share/examples/printing/hpvf 2070OLD_FILES+=usr/share/examples/printing/if-simple 2071OLD_FILES+=usr/share/examples/printing/if-simpleX 2072OLD_FILES+=usr/share/examples/printing/ifhp 2073OLD_FILES+=usr/share/examples/printing/make-ps-header 2074OLD_FILES+=usr/share/examples/printing/netprint 2075OLD_FILES+=usr/share/examples/printing/psdf 2076OLD_FILES+=usr/share/examples/printing/psdfX 2077OLD_FILES+=usr/share/examples/printing/psif 2078OLD_FILES+=usr/share/examples/printing/pstf 2079OLD_FILES+=usr/share/examples/printing/pstfX 2080OLD_FILES+=usr/share/examples/scsi_target/Makefile 2081OLD_FILES+=usr/share/examples/scsi_target/scsi_cmds.c 2082OLD_FILES+=usr/share/examples/scsi_target/scsi_target.8 2083OLD_FILES+=usr/share/examples/scsi_target/scsi_target.c 2084OLD_FILES+=usr/share/examples/scsi_target/scsi_target.h 2085OLD_FILES+=usr/share/examples/ses/Makefile 2086OLD_FILES+=usr/share/examples/ses/Makefile.inc 2087OLD_FILES+=usr/share/examples/ses/getencstat/Makefile 2088OLD_FILES+=usr/share/examples/ses/getencstat/getencstat.0 2089OLD_FILES+=usr/share/examples/ses/sesd/Makefile 2090OLD_FILES+=usr/share/examples/ses/sesd/sesd.0 2091OLD_FILES+=usr/share/examples/ses/setencstat/Makefile 2092OLD_FILES+=usr/share/examples/ses/setencstat/setencstat.0 2093OLD_FILES+=usr/share/examples/ses/setobjstat/Makefile 2094OLD_FILES+=usr/share/examples/ses/setobjstat/setobjstat.0 2095OLD_FILES+=usr/share/examples/ses/srcs/chpmon.c 2096OLD_FILES+=usr/share/examples/ses/srcs/eltsub.c 2097OLD_FILES+=usr/share/examples/ses/srcs/eltsub.h 2098OLD_FILES+=usr/share/examples/ses/srcs/getencstat.c 2099OLD_FILES+=usr/share/examples/ses/srcs/getnobj.c 2100OLD_FILES+=usr/share/examples/ses/srcs/getobjmap.c 2101OLD_FILES+=usr/share/examples/ses/srcs/getobjstat.c 2102OLD_FILES+=usr/share/examples/ses/srcs/inienc.c 2103OLD_FILES+=usr/share/examples/ses/srcs/sesd.c 2104OLD_FILES+=usr/share/examples/ses/srcs/setencstat.c 2105OLD_FILES+=usr/share/examples/ses/srcs/setobjstat.c 2106OLD_FILES+=usr/share/examples/smbfs/dot.nsmbrc 2107OLD_FILES+=usr/share/examples/smbfs/print/lj6l 2108OLD_FILES+=usr/share/examples/smbfs/print/ljspool 2109OLD_FILES+=usr/share/examples/smbfs/print/printcap.sample 2110OLD_FILES+=usr/share/examples/smbfs/print/tolj 2111OLD_FILES+=usr/share/examples/sunrpc/Makefile 2112OLD_FILES+=usr/share/examples/sunrpc/dir/Makefile 2113OLD_FILES+=usr/share/examples/sunrpc/dir/dir.x 2114OLD_FILES+=usr/share/examples/sunrpc/dir/dir_proc.c 2115OLD_FILES+=usr/share/examples/sunrpc/dir/rls.c 2116OLD_FILES+=usr/share/examples/sunrpc/msg/Makefile 2117OLD_FILES+=usr/share/examples/sunrpc/msg/msg.x 2118OLD_FILES+=usr/share/examples/sunrpc/msg/msg_proc.c 2119OLD_FILES+=usr/share/examples/sunrpc/msg/printmsg.c 2120OLD_FILES+=usr/share/examples/sunrpc/msg/rprintmsg.c 2121OLD_FILES+=usr/share/examples/sunrpc/sort/Makefile 2122OLD_FILES+=usr/share/examples/sunrpc/sort/rsort.c 2123OLD_FILES+=usr/share/examples/sunrpc/sort/sort.x 2124OLD_FILES+=usr/share/examples/sunrpc/sort/sort_proc.c 2125OLD_FILES+=usr/share/examples/tcsh/complete.tcsh 2126OLD_FILES+=usr/share/examples/tcsh/csh-mode.el 2127OLD_FILES+=usr/share/examples/uefisign/uefikeys 2128OLD_FILES+=usr/share/examples/ypldap/ypldap.conf 2129OLD_DIRS+=usr/share/examples 2130OLD_DIRS+=usr/share/examples/BSD_daemon 2131OLD_DIRS+=usr/share/examples/FreeBSD_version 2132OLD_DIRS+=usr/share/examples/IPv6 2133OLD_DIRS+=usr/share/examples/bhyve 2134OLD_DIRS+=usr/share/examples/bootforth 2135OLD_DIRS+=usr/share/examples/bsdconfig 2136OLD_DIRS+=usr/share/examples/csh 2137OLD_DIRS+=usr/share/examples/diskless 2138OLD_DIRS+=usr/share/examples/dma 2139OLD_DIRS+=usr/share/examples/drivers 2140OLD_DIRS+=usr/share/examples/dwatch 2141OLD_DIRS+=usr/share/examples/etc 2142OLD_DIRS+=usr/share/examples/etc/defaults 2143OLD_DIRS+=usr/share/examples/find_interface 2144OLD_DIRS+=usr/share/examples/hast 2145OLD_DIRS+=usr/share/examples/ibcs2 2146OLD_DIRS+=usr/share/examples/hostapd 2147OLD_DIRS+=usr/share/examples/indent 2148OLD_DIRS+=usr/share/examples/ipfilter 2149OLD_DIRS+=usr/share/examples/ipfw 2150OLD_DIRS+=usr/share/examples/jails 2151OLD_DIRS+=usr/share/examples/kld 2152OLD_DIRS+=usr/share/examples/kld/cdev 2153OLD_DIRS+=usr/share/examples/kld/cdev/module 2154OLD_DIRS+=usr/share/examples/kld/cdev/test 2155OLD_DIRS+=usr/share/examples/kld/dyn_sysctl 2156OLD_DIRS+=usr/share/examples/kld/firmware 2157OLD_DIRS+=usr/share/examples/kld/firmware/fwconsumer 2158OLD_DIRS+=usr/share/examples/kld/firmware/fwimage 2159OLD_DIRS+=usr/share/examples/kld/khelp 2160OLD_DIRS+=usr/share/examples/kld/syscall 2161OLD_DIRS+=usr/share/examples/kld/syscall/module 2162OLD_DIRS+=usr/share/examples/kld/syscall/test 2163OLD_DIRS+=usr/share/examples/libusb20 2164OLD_DIRS+=usr/share/examples/libvgl 2165OLD_DIRS+=usr/share/examples/mdoc 2166OLD_DIRS+=usr/share/examples/netgraph 2167OLD_DIRS+=usr/share/examples/perfmon 2168OLD_DIRS+=usr/share/examples/pf 2169OLD_DIRS+=usr/share/examples/ppi 2170OLD_DIRS+=usr/share/examples/ppp 2171OLD_DIRS+=usr/share/examples/printing 2172OLD_DIRS+=usr/share/examples/scsi_target 2173OLD_DIRS+=usr/share/examples/ses 2174OLD_DIRS+=usr/share/examples/ses/getencstat 2175OLD_DIRS+=usr/share/examples/ses/sesd 2176OLD_DIRS+=usr/share/examples/ses/setencstat 2177OLD_DIRS+=usr/share/examples/ses/setobjstat 2178OLD_DIRS+=usr/share/examples/ses/srcs 2179OLD_DIRS+=usr/share/examples/smbfs 2180OLD_DIRS+=usr/share/examples/smbfs/print 2181OLD_DIRS+=usr/share/examples/sunrpc 2182OLD_DIRS+=usr/share/examples/sunrpc/dir 2183OLD_DIRS+=usr/share/examples/sunrpc/msg 2184OLD_DIRS+=usr/share/examples/sunrpc/sort 2185OLD_DIRS+=usr/share/examples/tcsh 2186OLD_DIRS+=usr/share/examples/uefisign 2187OLD_DIRS+=usr/share/examples/ypldap 2188.endif 2189 2190.if ${MK_FINGER} == no 2191OLD_FILES+=usr/bin/finger 2192OLD_FILES+=usr/share/man/man1/finger.1.gz 2193OLD_FILES+=usr/share/man/man5/finger.conf.5.gz 2194OLD_FILES+=usr/libexec/fingerd 2195OLD_FILES+=usr/share/man/man8/fingerd.8.gz 2196.endif 2197 2198.if ${MK_FLOPPY} == no 2199OLD_FILES+=usr/sbin/fdcontrol 2200OLD_FILES+=usr/sbin/fdformat 2201OLD_FILES+=usr/sbin/fdread 2202OLD_FILES+=usr/sbin/fdwrite 2203OLD_FILES+=usr/share/man/man1/fdformat.1.gz 2204OLD_FILES+=usr/share/man/man1/fdread.1.gz 2205OLD_FILES+=usr/share/man/man1/fdwrite.1.gz 2206OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz 2207.endif 2208 2209.if ${MK_FORTH} == no 2210OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz 2211OLD_FILES+=usr/share/man/man8/brand.4th.8.gz 2212OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz 2213OLD_FILES+=usr/share/man/man8/color.4th.8.gz 2214OLD_FILES+=usr/share/man/man8/delay.4th.8.gz 2215OLD_FILES+=usr/share/man/man8/loader.4th.8.gz 2216OLD_FILES+=usr/share/man/man8/menu.4th.8.gz 2217OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz 2218OLD_FILES+=usr/share/man/man8/version.4th.8.gz 2219.endif 2220 2221.if ${MK_FREEBSD_UPDATE} == no 2222OLD_FILES+=etc/freebsd-update.conf 2223OLD_FILES+=usr/sbin/freebsd-update 2224OLD_FILES+=usr/share/examples/etc/freebsd-update.conf 2225OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz 2226OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz 2227.endif 2228 2229.if ${MK_GAMES} == no 2230OLD_FILES+=usr/bin/caesar 2231OLD_FILES+=usr/bin/factor 2232OLD_FILES+=usr/bin/fortune 2233OLD_FILES+=usr/bin/grdc 2234OLD_FILES+=usr/bin/morse 2235OLD_FILES+=usr/bin/number 2236OLD_FILES+=usr/bin/pom 2237OLD_FILES+=usr/bin/primes 2238OLD_FILES+=usr/bin/random 2239OLD_FILES+=usr/bin/rot13 2240OLD_FILES+=usr/bin/strfile 2241OLD_FILES+=usr/bin/unstr 2242OLD_FILES+=usr/share/games/fortune/fortunes 2243OLD_FILES+=usr/share/games/fortune/fortunes.dat 2244OLD_FILES+=usr/share/games/fortune/freebsd-tips 2245OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat 2246OLD_FILES+=usr/share/games/fortune/gerrold.limerick 2247OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat 2248OLD_FILES+=usr/share/games/fortune/limerick 2249OLD_FILES+=usr/share/games/fortune/limerick.dat 2250OLD_FILES+=usr/share/games/fortune/murphy 2251OLD_FILES+=usr/share/games/fortune/murphy-o 2252OLD_FILES+=usr/share/games/fortune/murphy-o.dat 2253OLD_FILES+=usr/share/games/fortune/murphy.dat 2254OLD_FILES+=usr/share/games/fortune/startrek 2255OLD_FILES+=usr/share/games/fortune/startrek.dat 2256OLD_FILES+=usr/share/games/fortune/zippy 2257OLD_FILES+=usr/share/games/fortune/zippy.dat 2258OLD_DIRS+=usr/share/games/fortune 2259OLD_DIRS+=usr/share/games 2260OLD_FILES+=usr/share/man/man6/caesar.6.gz 2261OLD_FILES+=usr/share/man/man6/factor.6.gz 2262OLD_FILES+=usr/share/man/man6/fortune.6.gz 2263OLD_FILES+=usr/share/man/man6/grdc.6.gz 2264OLD_FILES+=usr/share/man/man6/morse.6.gz 2265OLD_FILES+=usr/share/man/man6/number.6.gz 2266OLD_FILES+=usr/share/man/man6/pom.6.gz 2267OLD_FILES+=usr/share/man/man6/primes.6.gz 2268OLD_FILES+=usr/share/man/man6/random.6.gz 2269OLD_FILES+=usr/share/man/man6/rot13.6.gz 2270OLD_FILES+=usr/share/man/man8/strfile.8.gz 2271OLD_FILES+=usr/share/man/man8/unstr.8.gz 2272.endif 2273 2274.if ${MK_LLVM_COV} == no && !defined(WITH_PORT_BASE_GCC) 2275OLD_FILES+=usr/bin/gcov 2276OLD_FILES+=usr/share/man/man1/gcov.1.gz 2277.endif 2278 2279.if ${MK_LLVM_COV} == no 2280OLD_FILES+=usr/bin/llvm-cov 2281OLD_FILES+=usr/bin/llvm-profdata 2282OLD_FILES+=usr/share/man/man1/llvm-cov.1.gz 2283.endif 2284 2285.if ${MK_GDB} == no 2286OLD_FILES+=usr/libexec/gdb 2287OLD_FILES+=usr/libexec/kgdb 2288.endif 2289 2290.if ${MK_GOOGLETEST} == no 2291OLD_FILES+=usr/include/gmock/gmock-actions.h 2292OLD_FILES+=usr/include/gmock/gmock-cardinalities.h 2293OLD_FILES+=usr/include/gmock/gmock-generated-actions.h 2294OLD_FILES+=usr/include/gmock/gmock-generated-function-mockers.h 2295OLD_FILES+=usr/include/gmock/gmock-generated-matchers.h 2296OLD_FILES+=usr/include/gmock/gmock-generated-nice-strict.h 2297OLD_FILES+=usr/include/gmock/gmock-matchers.h 2298OLD_FILES+=usr/include/gmock/gmock-more-actions.h 2299OLD_FILES+=usr/include/gmock/gmock-more-matchers.h 2300OLD_FILES+=usr/include/gmock/gmock-spec-builders.h 2301OLD_FILES+=usr/include/gmock/gmock.h 2302OLD_FILES+=usr/include/gmock/internal/custom/gmock-generated-actions.h 2303OLD_FILES+=usr/include/gmock/internal/custom/gmock-matchers.h 2304OLD_FILES+=usr/include/gmock/internal/custom/gmock-port.h 2305OLD_FILES+=usr/include/gmock/internal/gmock-generated-internal-utils.h 2306OLD_FILES+=usr/include/gmock/internal/gmock-internal-utils.h 2307OLD_FILES+=usr/include/gmock/internal/gmock-port.h 2308OLD_DIRS+=usr/include/gmock 2309OLD_FILES+=usr/include/gtest/gtest_pred_impl.h 2310OLD_FILES+=usr/include/gtest/gtest_prod.h 2311OLD_FILES+=usr/include/gtest/gtest-death-test.h 2312OLD_FILES+=usr/include/gtest/gtest-message.h 2313OLD_FILES+=usr/include/gtest/gtest-param-test.h 2314OLD_FILES+=usr/include/gtest/gtest-printers.h 2315OLD_FILES+=usr/include/gtest/gtest-spi.h 2316OLD_FILES+=usr/include/gtest/gtest-test-part.h 2317OLD_FILES+=usr/include/gtest/gtest-typed-test.h 2318OLD_FILES+=usr/include/gtest/gtest.h 2319OLD_FILES+=usr/include/gtest/internal/custom/gtest-port.h 2320OLD_FILES+=usr/include/gtest/internal/custom/gtest-printers.h 2321OLD_FILES+=usr/include/gtest/internal/custom/gtest.h 2322OLD_FILES+=usr/include/gtest/internal/gtest-death-test-internal.h 2323OLD_FILES+=usr/include/gtest/internal/gtest-filepath.h 2324OLD_FILES+=usr/include/gtest/internal/gtest-internal.h 2325OLD_FILES+=usr/include/gtest/internal/gtest-linked_ptr.h 2326OLD_FILES+=usr/include/gtest/internal/gtest-param-util-generated.h 2327OLD_FILES+=usr/include/gtest/internal/gtest-param-util.h 2328OLD_FILES+=usr/include/gtest/internal/gtest-port-arch.h 2329OLD_FILES+=usr/include/gtest/internal/gtest-port.h 2330OLD_FILES+=usr/include/gtest/internal/gtest-string.h 2331OLD_FILES+=usr/include/gtest/internal/gtest-tuple.h 2332OLD_FILES+=usr/include/gtest/internal/gtest-type-util.h 2333OLD_DIRS+=usr/include/gtest 2334OLD_FILES+=usr/lib/libprivategmock_main.a 2335OLD_FILES+=usr/lib/libprivategmock_main.so 2336OLD_LIBS+=usr/lib/libprivategmock_main.so.0 2337OLD_FILES+=usr/lib/libprivategmock_main_p.a 2338OLD_FILES+=usr/lib/libprivategmock.a 2339OLD_FILES+=usr/lib/libprivategmock.so 2340OLD_LIBS+=usr/lib/libprivategmock.so.0 2341OLD_FILES+=usr/lib/libprivategmock_p.a 2342OLD_FILES+=usr/lib/libprivategtest_main.a 2343OLD_FILES+=usr/lib/libprivategtest_main.so 2344OLD_LIBS+=usr/lib/libprivategtest_main.so.0 2345OLD_FILES+=usr/lib/libprivategtest_main_p.a 2346OLD_FILES+=usr/lib/libprivategtest.a 2347OLD_FILES+=usr/lib/libprivategtest.so 2348OLD_LIBS+=usr/lib/libprivategtest.so.0 2349OLD_FILES+=usr/lib/libprivategtest_p.a 2350OLD_FILES+=usr/tests/lib/googletest/gmock/gmock_stress_test 2351OLD_FILES+=usr/tests/lib/googletest/gmock/Kyuafile 2352OLD_DIRS+=usr/tests/lib/googletest/gmock 2353OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_ex_test 2354OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_link_test 2355OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock_test 2356OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-actions_test 2357OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-cardinalities_test 2358OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-ex_test 2359OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-generated-actions_test 2360OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-generated-function-mockers_test 2361OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-generated-internal-utils_test 2362OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-generated-matchers_test 2363OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-internal-utils_test 2364OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-matchers_test 2365OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-more-actions_test 2366OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-nice-strict_test 2367OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-port_test 2368OLD_FILES+=usr/tests/lib/googletest/gmock_main/gmock-spec-builders_test 2369OLD_FILES+=usr/tests/lib/googletest/gmock_main/Kyuafile 2370OLD_DIRS+=usr/tests/lib/googletest/gmock_main 2371OLD_FILES+=usr/tests/lib/googletest/gtest/googletest-param-test-test 2372OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_all_test 2373OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_environment_test 2374OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_no_test_unittest 2375OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_premature_exit_test 2376OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_repeat_test 2377OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_stress_test 2378OLD_FILES+=usr/tests/lib/googletest/gtest/gtest_throw_on_failure_ex_test 2379OLD_FILES+=usr/tests/lib/googletest/gtest/gtest-death-test_ex_catch_test 2380OLD_FILES+=usr/tests/lib/googletest/gtest/gtest-death-test_ex_nocatch_test 2381OLD_FILES+=usr/tests/lib/googletest/gtest/gtest-unittest-api_test 2382OLD_FILES+=usr/tests/lib/googletest/gtest/Kyuafile 2383OLD_DIRS+=usr/tests/lib/googletest/gtest 2384OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-death-test-test 2385OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-filepath-test 2386OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-linked-ptr-test 2387OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-listener-test 2388OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-message-test 2389OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-options-test 2390OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-port-test 2391OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-printers-test 2392OLD_FILES+=usr/tests/lib/googletest/gtest_main/googletest-test-part-test 2393OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_help_test_ 2394OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_main_unittest 2395OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_pred_impl_unittest 2396OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_prod_test 2397OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_sole_header_test 2398OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_unittest 2399OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_xml_outfile1_test_ 2400OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest_xml_outfile2_test_ 2401OLD_FILES+=usr/tests/lib/googletest/gtest_main/gtest-typed-test_test 2402OLD_FILES+=usr/tests/lib/googletest/gtest_main/Kyuafile 2403OLD_DIRS+=usr/tests/lib/googletest/gtest_main 2404OLD_FILES+=usr/tests/lib/googletest/Kyuafile 2405OLD_DIRS+=usr/tests/lib/googletest/ 2406OLD_FILES+=usr/tests/share/examples/tests/googletest/Kyuafile 2407OLD_FILES+=usr/tests/share/examples/tests/googletest/sample1_unittest 2408OLD_FILES+=usr/tests/share/examples/tests/googletest/sample10_unittest 2409OLD_FILES+=usr/tests/share/examples/tests/googletest/sample2_unittest 2410OLD_FILES+=usr/tests/share/examples/tests/googletest/sample3_unittest 2411OLD_FILES+=usr/tests/share/examples/tests/googletest/sample4_unittest 2412OLD_FILES+=usr/tests/share/examples/tests/googletest/sample5_unittest 2413OLD_FILES+=usr/tests/share/examples/tests/googletest/sample6_unittest 2414OLD_FILES+=usr/tests/share/examples/tests/googletest/sample7_unittest 2415OLD_FILES+=usr/tests/share/examples/tests/googletest/sample8_unittest 2416OLD_DIRS+=usr/tests/share/examples/tests/googletest 2417.endif 2418 2419.if ${MK_GPIO} == no 2420OLD_FILES+=usr/include/libgpio.h 2421OLD_FILES+=usr/lib/libgpio.a 2422OLD_FILES+=usr/lib/libgpio.so 2423OLD_LIBS+=usr/lib/libgpio.so.0 2424OLD_FILES+=usr/lib/libgpio_p.a 2425OLD_FILES+=usr/lib32/libgpio.a 2426OLD_FILES+=usr/lib32/libgpio.so 2427OLD_LIBS+=usr/lib32/libgpio.so.0 2428OLD_FILES+=usr/lib32/libgpio_p.a 2429OLD_FILES+=usr/sbin/gpioctl 2430OLD_FILES+=usr/share/man/man3/gpio.3.gz 2431OLD_FILES+=usr/share/man/man3/gpio_close.3.gz 2432OLD_FILES+=usr/share/man/man3/gpio_open.3.gz 2433OLD_FILES+=usr/share/man/man3/gpio_open_device.3.gz 2434OLD_FILES+=usr/share/man/man3/gpio_pin_config.3.gz 2435OLD_FILES+=usr/share/man/man3/gpio_pin_get.3.gz 2436OLD_FILES+=usr/share/man/man3/gpio_pin_high.3.gz 2437OLD_FILES+=usr/share/man/man3/gpio_pin_input.3.gz 2438OLD_FILES+=usr/share/man/man3/gpio_pin_invin.3.gz 2439OLD_FILES+=usr/share/man/man3/gpio_pin_invout.3.gz 2440OLD_FILES+=usr/share/man/man3/gpio_pin_list.3.gz 2441OLD_FILES+=usr/share/man/man3/gpio_pin_low.3.gz 2442OLD_FILES+=usr/share/man/man3/gpio_pin_opendrain.3.gz 2443OLD_FILES+=usr/share/man/man3/gpio_pin_output.3.gz 2444OLD_FILES+=usr/share/man/man3/gpio_pin_pulldown.3.gz 2445OLD_FILES+=usr/share/man/man3/gpio_pin_pullup.3.gz 2446OLD_FILES+=usr/share/man/man3/gpio_pin_pulsate.3.gz 2447OLD_FILES+=usr/share/man/man3/gpio_pin_pushpull.3.gz 2448OLD_FILES+=usr/share/man/man3/gpio_pin_set.3.gz 2449OLD_FILES+=usr/share/man/man3/gpio_pin_set_flags.3.gz 2450OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz 2451OLD_FILES+=usr/share/man/man8/gpioctl.8.gz 2452.endif 2453 2454.if ${MK_GNU_DIFF} == no 2455OLD_FILES+=usr/bin/diff3 2456OLD_FILES+=usr/share/man/man1/diff3.1.gz 2457.endif 2458 2459.if ${MK_GNU_GREP} == no 2460OLD_FILES+=usr/bin/gnugrep 2461OLD_FILES+=usr/share/man/man1/gnugrep.1.gz 2462.if ${MK_BSD_GREP} == no 2463OLD_FILES+=usr/bin/bzgrep 2464OLD_FILES+=usr/bin/bzegrep 2465OLD_FILES+=usr/bin/bzfgrep 2466OLD_FILES+=usr/bin/egrep 2467OLD_FILES+=usr/bin/fgrep 2468OLD_FILES+=usr/bin/grep 2469OLD_FILES+=usr/bin/zegrep 2470OLD_FILES+=usr/bin/zfgrep 2471OLD_FILES+=usr/bin/zgrep 2472OLD_FILES+=usr/share/man/man1/bzegrep.1.gz 2473OLD_FILES+=usr/share/man/man1/bzfgrep.1.gz 2474OLD_FILES+=usr/share/man/man1/bzgrep.1.gz 2475OLD_FILES+=usr/share/man/man1/egrep.1.gz 2476OLD_FILES+=usr/share/man/man1/fgrep.1.gz 2477OLD_FILES+=usr/share/man/man1/grep.1.gz 2478OLD_FILES+=usr/share/man/man1/zegrep.1.gz 2479OLD_FILES+=usr/share/man/man1/zfgrep.1.gz 2480OLD_FILES+=usr/share/man/man1/zgrep.1.gz 2481.endif 2482.endif 2483 2484.if ${MK_GSSAPI} == no 2485OLD_FILES+=usr/include/gssapi/gssapi.h 2486OLD_DIRS+=usr/include/gssapi 2487OLD_FILES+=usr/include/gssapi.h 2488OLD_FILES+=usr/lib/libgssapi.a 2489OLD_FILES+=usr/lib/libgssapi.so 2490OLD_LIBS+=usr/lib/libgssapi.so.10 2491OLD_FILES+=usr/lib/libgssapi_p.a 2492OLD_FILES+=usr/lib/librpcsec_gss.a 2493OLD_FILES+=usr/lib/librpcsec_gss.so 2494OLD_LIBS+=usr/lib/librpcsec_gss.so.1 2495.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 2496OLD_FILES+=usr/lib32/libgssapi.a 2497OLD_FILES+=usr/lib32/libgssapi.so 2498OLD_LIBS+=usr/lib32/libgssapi.so.10 2499OLD_FILES+=usr/lib32/libgssapi_p.a 2500OLD_FILES+=usr/lib32/librpcsec_gss.a 2501OLD_FILES+=usr/lib32/librpcsec_gss.so 2502OLD_LIBS+=usr/lib32/librpcsec_gss.so.1 2503.endif 2504OLD_FILES+=usr/sbin/gssd 2505OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz 2506OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz 2507OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz 2508OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz 2509OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz 2510OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz 2511OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz 2512OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz 2513OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz 2514OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz 2515OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz 2516OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz 2517OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz 2518OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz 2519OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz 2520OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz 2521OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz 2522OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz 2523OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz 2524OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz 2525OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz 2526OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz 2527OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz 2528OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz 2529OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz 2530OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz 2531OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz 2532OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz 2533OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz 2534OLD_FILES+=usr/share/man/man3/gss_seal.3.gz 2535OLD_FILES+=usr/share/man/man3/gss_sign.3.gz 2536OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz 2537OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz 2538OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz 2539OLD_FILES+=usr/share/man/man3/gss_verify.3.gz 2540OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz 2541OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz 2542OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz 2543OLD_FILES+=usr/share/man/man3/gssapi.3.gz 2544OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz 2545OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz 2546OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz 2547OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz 2548OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz 2549OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz 2550OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz 2551OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz 2552OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz 2553OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz 2554OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz 2555OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz 2556OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz 2557OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz 2558OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz 2559OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz 2560OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz 2561OLD_FILES+=usr/share/man/man5/mech.5.gz 2562OLD_FILES+=usr/share/man/man5/qop.5.gz 2563OLD_FILES+=usr/share/man/man8/gssd.8.gz 2564.endif 2565 2566.if ${MK_HAST} == no 2567OLD_FILES+=etc/rc.d/hastd 2568OLD_FILES+=sbin/hastctl 2569OLD_FILES+=sbin/hastd 2570OLD_FILES+=usr/share/examples/hast/ucarp.sh 2571OLD_FILES+=usr/share/examples/hast/ucarp_down.sh 2572OLD_FILES+=usr/share/examples/hast/ucarp_up.sh 2573OLD_FILES+=usr/share/examples/hast/vip-down.sh 2574OLD_FILES+=usr/share/examples/hast/vip-up.sh 2575OLD_FILES+=usr/share/man/man5/hast.conf.5.gz 2576OLD_FILES+=usr/share/man/man8/hastctl.8.gz 2577OLD_FILES+=usr/share/man/man8/hastd.8.gz 2578OLD_DIRS+=usr/share/examples/hast 2579# bsnmp 2580OLD_FILES+=usr/lib/snmp_hast.so 2581OLD_LIBS+=usr/lib/snmp_hast.so.6 2582OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz 2583OLD_FILES+=usr/share/snmp/defs/hast_tree.def 2584OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt 2585.endif 2586 2587.if ${MK_HESIOD} == no 2588OLD_FILES+=usr/bin/hesinfo 2589OLD_FILES+=usr/include/hesiod.h 2590OLD_FILES+=usr/share/man/man1/hesinfo.1.gz 2591OLD_FILES+=usr/share/man/man3/hesiod.3.gz 2592OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz 2593.endif 2594 2595.if ${MK_HTML} == no 2596OLD_FILES+=usr/share/doc/ncurses/hackguide.html 2597OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html 2598OLD_DIRS+=usr/share/doc/ncurses 2599OLD_FILES+=usr/share/doc/ntp/accopt.html 2600OLD_FILES+=usr/share/doc/ntp/assoc.html 2601OLD_FILES+=usr/share/doc/ntp/audio.html 2602OLD_FILES+=usr/share/doc/ntp/authopt.html 2603OLD_FILES+=usr/share/doc/ntp/build.html 2604OLD_FILES+=usr/share/doc/ntp/clockopt.html 2605OLD_FILES+=usr/share/doc/ntp/config.html 2606OLD_FILES+=usr/share/doc/ntp/confopt.html 2607OLD_FILES+=usr/share/doc/ntp/copyright.html 2608OLD_FILES+=usr/share/doc/ntp/debug.html 2609OLD_FILES+=usr/share/doc/ntp/driver1.html 2610OLD_FILES+=usr/share/doc/ntp/driver10.html 2611OLD_FILES+=usr/share/doc/ntp/driver11.html 2612OLD_FILES+=usr/share/doc/ntp/driver12.html 2613OLD_FILES+=usr/share/doc/ntp/driver16.html 2614OLD_FILES+=usr/share/doc/ntp/driver18.html 2615OLD_FILES+=usr/share/doc/ntp/driver19.html 2616OLD_FILES+=usr/share/doc/ntp/driver2.html 2617OLD_FILES+=usr/share/doc/ntp/driver20.html 2618OLD_FILES+=usr/share/doc/ntp/driver22.html 2619OLD_FILES+=usr/share/doc/ntp/driver26.html 2620OLD_FILES+=usr/share/doc/ntp/driver27.html 2621OLD_FILES+=usr/share/doc/ntp/driver28.html 2622OLD_FILES+=usr/share/doc/ntp/driver29.html 2623OLD_FILES+=usr/share/doc/ntp/driver3.html 2624OLD_FILES+=usr/share/doc/ntp/driver30.html 2625OLD_FILES+=usr/share/doc/ntp/driver32.html 2626OLD_FILES+=usr/share/doc/ntp/driver33.html 2627OLD_FILES+=usr/share/doc/ntp/driver34.html 2628OLD_FILES+=usr/share/doc/ntp/driver35.html 2629OLD_FILES+=usr/share/doc/ntp/driver36.html 2630OLD_FILES+=usr/share/doc/ntp/driver37.html 2631OLD_FILES+=usr/share/doc/ntp/driver4.html 2632OLD_FILES+=usr/share/doc/ntp/driver5.html 2633OLD_FILES+=usr/share/doc/ntp/driver6.html 2634OLD_FILES+=usr/share/doc/ntp/driver7.html 2635OLD_FILES+=usr/share/doc/ntp/driver8.html 2636OLD_FILES+=usr/share/doc/ntp/driver9.html 2637OLD_FILES+=usr/share/doc/ntp/extern.html 2638OLD_FILES+=usr/share/doc/ntp/hints.html 2639OLD_FILES+=usr/share/doc/ntp/howto.html 2640OLD_FILES+=usr/share/doc/ntp/index.html 2641OLD_FILES+=usr/share/doc/ntp/kern.html 2642OLD_FILES+=usr/share/doc/ntp/ldisc.html 2643OLD_FILES+=usr/share/doc/ntp/measure.html 2644OLD_FILES+=usr/share/doc/ntp/miscopt.html 2645OLD_FILES+=usr/share/doc/ntp/monopt.html 2646OLD_FILES+=usr/share/doc/ntp/mx4200data.html 2647OLD_FILES+=usr/share/doc/ntp/notes.html 2648OLD_FILES+=usr/share/doc/ntp/ntpd.html 2649OLD_FILES+=usr/share/doc/ntp/ntpdate.html 2650OLD_FILES+=usr/share/doc/ntp/ntpdc.html 2651OLD_FILES+=usr/share/doc/ntp/ntpq.html 2652OLD_FILES+=usr/share/doc/ntp/ntptime.html 2653OLD_FILES+=usr/share/doc/ntp/ntptrace.html 2654OLD_FILES+=usr/share/doc/ntp/parsedata.html 2655OLD_FILES+=usr/share/doc/ntp/parsenew.html 2656OLD_FILES+=usr/share/doc/ntp/patches.html 2657OLD_FILES+=usr/share/doc/ntp/porting.html 2658OLD_FILES+=usr/share/doc/ntp/pps.html 2659OLD_FILES+=usr/share/doc/ntp/prefer.html 2660OLD_FILES+=usr/share/doc/ntp/quick.html 2661OLD_FILES+=usr/share/doc/ntp/rdebug.html 2662OLD_FILES+=usr/share/doc/ntp/refclock.html 2663OLD_FILES+=usr/share/doc/ntp/release.html 2664OLD_FILES+=usr/share/doc/ntp/tickadj.html 2665.endif 2666 2667.if ${MK_ICONV} == no 2668OLD_FILES+=usr/bin/iconv 2669OLD_FILES+=usr/bin/mkcsmapper 2670OLD_FILES+=usr/bin/mkesdb 2671OLD_FILES+=usr/include/_libiconv_compat.h 2672OLD_FILES+=usr/include/iconv.h 2673OLD_FILES+=usr/share/man/man1/iconv.1.gz 2674OLD_FILES+=usr/share/man/man1/mkcsmapper.1.gz 2675OLD_FILES+=usr/share/man/man1/mkesdb.1.gz 2676OLD_FILES+=usr/share/man/man3/__iconv.3.gz 2677OLD_FILES+=usr/share/man/man3/__iconv_free_list.3.gz 2678OLD_FILES+=usr/share/man/man3/__iconv_get_list.3.gz 2679OLD_FILES+=usr/share/man/man3/iconv.3.gz 2680OLD_FILES+=usr/share/man/man3/iconv_canonicalize.3.gz 2681OLD_FILES+=usr/share/man/man3/iconv_close.3.gz 2682OLD_FILES+=usr/share/man/man3/iconv_open.3.gz 2683OLD_FILES+=usr/share/man/man3/iconv_open_into.3.gz 2684OLD_FILES+=usr/share/man/man3/iconvctl.3.gz 2685OLD_FILES+=usr/share/man/man3/iconvlist.3.gz 2686OLD_DIRS+=usr/share/i18n 2687OLD_DIRS+=usr/share/i18n/esdb 2688OLD_DIRS+=usr/share/i18n/esdb/ISO-2022 2689OLD_DIRS+=usr/share/i18n/esdb/BIG5 2690OLD_DIRS+=usr/share/i18n/esdb/MISC 2691OLD_DIRS+=usr/share/i18n/esdb/TCVN 2692OLD_DIRS+=usr/share/i18n/esdb/EBCDIC 2693OLD_DIRS+=usr/share/i18n/esdb/ISO-8859 2694OLD_DIRS+=usr/share/i18n/esdb/GEORGIAN 2695OLD_DIRS+=usr/share/i18n/esdb/AST 2696OLD_DIRS+=usr/share/i18n/esdb/KAZAKH 2697OLD_DIRS+=usr/share/i18n/esdb/APPLE 2698OLD_DIRS+=usr/share/i18n/esdb/EUC 2699OLD_DIRS+=usr/share/i18n/esdb/CP 2700OLD_DIRS+=usr/share/i18n/esdb/DEC 2701OLD_DIRS+=usr/share/i18n/esdb/UTF 2702OLD_DIRS+=usr/share/i18n/esdb/GB 2703OLD_DIRS+=usr/share/i18n/esdb/ISO646 2704OLD_DIRS+=usr/share/i18n/esdb/KOI 2705OLD_DIRS+=usr/share/i18n/csmapper 2706OLD_DIRS+=usr/share/i18n/csmapper/KAZAKH 2707OLD_DIRS+=usr/share/i18n/csmapper/CNS 2708OLD_DIRS+=usr/share/i18n/csmapper/BIG5 2709OLD_DIRS+=usr/share/i18n/csmapper/JIS 2710OLD_DIRS+=usr/share/i18n/csmapper/KOI 2711OLD_DIRS+=usr/share/i18n/csmapper/TCVN 2712OLD_DIRS+=usr/share/i18n/csmapper/MISC 2713OLD_DIRS+=usr/share/i18n/csmapper/EBCDIC 2714OLD_DIRS+=usr/share/i18n/csmapper/ISO646 2715OLD_DIRS+=usr/share/i18n/csmapper/CP 2716OLD_DIRS+=usr/share/i18n/csmapper/GEORGIAN 2717OLD_DIRS+=usr/share/i18n/csmapper/ISO-8859 2718OLD_DIRS+=usr/share/i18n/csmapper/AST 2719OLD_DIRS+=usr/share/i18n/csmapper/APPLE 2720OLD_DIRS+=usr/share/i18n/csmapper/KS 2721OLD_DIRS+=usr/share/i18n/csmapper/GB 2722.endif 2723 2724.if ${MK_INET6} == no 2725OLD_FILES+=sbin/ping6 2726OLD_FILES+=sbin/rtsol 2727OLD_FILES+=usr/sbin/ip6addrctl 2728OLD_FILES+=usr/sbin/mld6query 2729OLD_FILES+=usr/sbin/ndp 2730OLD_FILES+=usr/sbin/rip6query 2731OLD_FILES+=usr/sbin/route6d 2732OLD_FILES+=usr/sbin/rrenumd 2733OLD_FILES+=usr/sbin/rtadvctl 2734OLD_FILES+=usr/sbin/rtadvd 2735OLD_FILES+=usr/sbin/rtsold 2736OLD_FILES+=usr/sbin/traceroute6 2737OLD_FILES+=usr/share/doc/IPv6/IMPLEMENTATION 2738OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz 2739OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz 2740OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz 2741OLD_FILES+=usr/share/man/man8/mld6query.8.gz 2742OLD_FILES+=usr/share/man/man8/ndp.8.gz 2743OLD_FILES+=usr/share/man/man8/ping6.8.gz 2744OLD_FILES+=usr/share/man/man8/rip6query.8.gz 2745OLD_FILES+=usr/share/man/man8/route6d.8.gz 2746OLD_FILES+=usr/share/man/man8/rrenumd.8.gz 2747OLD_FILES+=usr/share/man/man8/rtadvctl.8.gz 2748OLD_FILES+=usr/share/man/man8/rtadvd.8.gz 2749OLD_FILES+=usr/share/man/man8/rtsol.8.gz 2750OLD_FILES+=usr/share/man/man8/rtsold.8.gz 2751OLD_FILES+=usr/share/man/man8/traceroute6.8.gz 2752.endif 2753 2754.if ${MK_INET6_SUPPORT} == no 2755OLD_FILES+=rescue/ping6 2756OLD_FILES+=rescue/rtsol 2757.endif 2758 2759.if ${MK_INETD} == no 2760OLD_FILES+=etc/inetd.conf 2761OLD_FILES+=etc/rc.d/inetd 2762OLD_FILES+=usr/sbin/inetd 2763OLD_FILES+=usr/share/man/man5/inetd.conf.5.gz 2764OLD_FILES+=usr/share/man/man8/inetd.8.gz 2765.endif 2766 2767.if ${MK_IPFILTER} == no 2768OLD_FILES+=etc/periodic/security/510.ipfdenied 2769OLD_FILES+=etc/periodic/security/610.ipf6denied 2770OLD_FILES+=etc/rc.d/ipfilter 2771OLD_FILES+=etc/rc.d/ipfs 2772OLD_FILES+=etc/rc.d/ipmon 2773OLD_FILES+=etc/rc.d/ipnat 2774OLD_FILES+=etc/rc.d/ippool 2775OLD_FILES+=rescue/ipf 2776OLD_FILES+=sbin/ipf 2777OLD_FILES+=sbin/ipfs 2778OLD_FILES+=sbin/ipfstat 2779OLD_FILES+=sbin/ipftest 2780OLD_FILES+=sbin/ipmon 2781OLD_FILES+=sbin/ipnat 2782OLD_FILES+=sbin/ippool 2783OLD_FILES+=sbin/ipresend 2784OLD_FILES+=usr/include/netinet/ip_auth.h 2785OLD_FILES+=usr/include/netinet/ip_compat.h 2786OLD_FILES+=usr/include/netinet/ip_fil.h 2787OLD_FILES+=usr/include/netinet/ip_frag.h 2788OLD_FILES+=usr/include/netinet/ip_htable.h 2789OLD_FILES+=usr/include/netinet/ip_lookup.h 2790OLD_FILES+=usr/include/netinet/ip_nat.h 2791OLD_FILES+=usr/include/netinet/ip_pool.h 2792OLD_FILES+=usr/include/netinet/ip_proxy.h 2793OLD_FILES+=usr/include/netinet/ip_rules.h 2794OLD_FILES+=usr/include/netinet/ip_scan.h 2795OLD_FILES+=usr/include/netinet/ip_state.h 2796OLD_FILES+=usr/include/netinet/ip_sync.h 2797OLD_FILES+=usr/include/netinet/ipl.h 2798OLD_FILES+=usr/share/examples/ipfilter/README 2799OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT 2800OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW 2801OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW 2802OLD_FILES+=usr/share/examples/ipfilter/example.1 2803OLD_FILES+=usr/share/examples/ipfilter/example.2 2804OLD_FILES+=usr/share/examples/ipfilter/example.3 2805OLD_FILES+=usr/share/examples/ipfilter/example.4 2806OLD_FILES+=usr/share/examples/ipfilter/example.5 2807OLD_FILES+=usr/share/examples/ipfilter/example.6 2808OLD_FILES+=usr/share/examples/ipfilter/example.7 2809OLD_FILES+=usr/share/examples/ipfilter/example.8 2810OLD_FILES+=usr/share/examples/ipfilter/example.9 2811OLD_FILES+=usr/share/examples/ipfilter/example.10 2812OLD_FILES+=usr/share/examples/ipfilter/example.11 2813OLD_FILES+=usr/share/examples/ipfilter/example.12 2814OLD_FILES+=usr/share/examples/ipfilter/example.13 2815OLD_FILES+=usr/share/examples/ipfilter/example.sr 2816OLD_FILES+=usr/share/examples/ipfilter/firewall 2817OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy 2818OLD_FILES+=usr/share/examples/ipfilter/ftppxy 2819OLD_FILES+=usr/share/examples/ipfilter/nat-setup 2820OLD_FILES+=usr/share/examples/ipfilter/nat.eg 2821OLD_FILES+=usr/share/examples/ipfilter/server 2822OLD_FILES+=usr/share/examples/ipfilter/tcpstate 2823OLD_FILES+=usr/share/examples/ipfilter/example.14 2824OLD_FILES+=usr/share/examples/ipfilter/firewall.1 2825OLD_FILES+=usr/share/examples/ipfilter/firewall.2 2826OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive 2827OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive 2828OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample 2829OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample 2830OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt 2831OLD_FILES+=usr/share/examples/ipfilter/examples.txt 2832OLD_FILES+=usr/share/examples/ipfilter/rules.txt 2833OLD_FILES+=usr/share/examples/ipfilter/mkfilters 2834OLD_DIRS+=usr/share/examples/ipfilter 2835OLD_FILES+=usr/share/man/man1/ipftest.1.gz 2836OLD_FILES+=usr/share/man/man1/ipresend.1.gz 2837OLD_FILES+=usr/share/man/man4/ipf.4.gz 2838OLD_FILES+=usr/share/man/man4/ipl.4.gz 2839OLD_FILES+=usr/share/man/man4/ipfilter.4.gz 2840OLD_FILES+=usr/share/man/man4/ipnat.4.gz 2841OLD_FILES+=usr/share/man/man5/ipf.5.gz 2842OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz 2843OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz 2844OLD_FILES+=usr/share/man/man5/ipfilter.5.gz 2845OLD_FILES+=usr/share/man/man8/ipmon.5.gz 2846OLD_FILES+=usr/share/man/man5/ipmon.conf.5.gz 2847OLD_FILES+=usr/share/man/man5/ipnat.5.gz 2848OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz 2849OLD_FILES+=usr/share/man/man5/ippool.5.gz 2850OLD_FILES+=usr/share/man/man8/ipf.8.gz 2851OLD_FILES+=usr/share/man/man8/ipfs.8.gz 2852OLD_FILES+=usr/share/man/man8/ipfstat.8.gz 2853OLD_FILES+=usr/share/man/man8/ipmon.8.gz 2854OLD_FILES+=usr/share/man/man8/ipnat.8.gz 2855OLD_FILES+=usr/share/man/man8/ippool.8.gz 2856.endif 2857 2858.if ${MK_IPFW} == no 2859OLD_FILES+=etc/rc.d/ipfw 2860OLD_FILES+=etc/periodic/security/500.ipfwdenied 2861OLD_FILES+=etc/periodic/security/550.ipfwlimit 2862OLD_FILES+=sbin/ipfw 2863OLD_FILES+=sbin/natd 2864OLD_FILES+=usr/sbin/ipfwpcap 2865OLD_FILES+=usr/share/man/man8/ipfw.8.gz 2866OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz 2867OLD_FILES+=usr/share/man/man8/natd.8.gz 2868.endif 2869 2870.if ${MK_ISCSI} == no 2871OLD_FILES+=etc/rc.d/iscsictl 2872OLD_FILES+=etc/rc.d/iscsid 2873OLD_FILES+=rescue/iscsictl 2874OLD_FILES+=rescue/iscsid 2875OLD_FILES+=sbin/iscontrol 2876OLD_FILES+=usr/bin/iscsictl 2877OLD_FILES+=usr/sbin/iscsid 2878OLD_FILES+=usr/share/man/man4/iscsi.4.gz 2879OLD_FILES+=usr/share/man/man4/iscsi_initiator.4.gz 2880OLD_FILES+=usr/share/man/man5/iscsi.conf.5.gz 2881OLD_FILES+=usr/share/man/man8/iscontrol.8.gz 2882OLD_FILES+=usr/share/man/man8/iscsictl.8.gz 2883OLD_FILES+=usr/share/man/man8/iscsid.8.gz 2884.endif 2885 2886.if ${MK_JAIL} == no 2887OLD_FILES+=etc/rc.d/jail 2888OLD_FILES+=usr/sbin/jail 2889OLD_FILES+=usr/sbin/jexec 2890OLD_FILES+=usr/sbin/jls 2891OLD_FILES+=usr/share/man/man5/jail.conf.5.gz 2892OLD_FILES+=usr/share/man/man8/jail.8.gz 2893OLD_FILES+=usr/share/man/man8/jexec.8.gz 2894OLD_FILES+=usr/share/man/man8/jls.8.gz 2895.endif 2896 2897.if ${MK_KDUMP} == no 2898OLD_FILES+=usr/bin/kdump 2899OLD_FILES+=usr/bin/truss 2900OLD_FILES+=usr/share/man/man1/kdump.1.gz 2901OLD_FILES+=usr/share/man/man1/truss.1.gz 2902.endif 2903 2904.if ${MK_KERBEROS} == no 2905OLD_FILES+=etc/rc.d/ipropd_master 2906OLD_FILES+=etc/rc.d/ipropd_slave 2907OLD_FILES+=usr/bin/asn1_compile 2908OLD_FILES+=usr/bin/compile_et 2909OLD_FILES+=usr/bin/hxtool 2910OLD_FILES+=usr/bin/kadmin 2911OLD_FILES+=usr/bin/kcc 2912OLD_FILES+=usr/bin/kdestroy 2913OLD_FILES+=usr/bin/kf 2914OLD_FILES+=usr/bin/kgetcred 2915OLD_FILES+=usr/bin/kinit 2916OLD_FILES+=usr/bin/klist 2917OLD_FILES+=usr/bin/kpasswd 2918OLD_FILES+=usr/bin/krb5-config 2919OLD_FILES+=usr/bin/ksu 2920OLD_FILES+=usr/bin/kswitch 2921OLD_FILES+=usr/bin/make-roken 2922OLD_FILES+=usr/bin/slc 2923OLD_FILES+=usr/bin/string2key 2924OLD_FILES+=usr/bin/verify_krb5_conf 2925OLD_FILES+=usr/include/asn1-common.h 2926OLD_FILES+=usr/include/asn1_err.h 2927OLD_FILES+=usr/include/base64.h 2928OLD_FILES+=usr/include/cms_asn1.h 2929OLD_FILES+=usr/include/crmf_asn1.h 2930OLD_FILES+=usr/include/der-private.h 2931OLD_FILES+=usr/include/der-protos.h 2932OLD_FILES+=usr/include/der.h 2933OLD_FILES+=usr/include/digest_asn1.h 2934OLD_FILES+=usr/include/getarg.h 2935OLD_FILES+=usr/include/gssapi/gssapi_krb5.h 2936OLD_FILES+=usr/include/hdb-protos.h 2937OLD_FILES+=usr/include/hdb.h 2938OLD_FILES+=usr/include/hdb_asn1.h 2939OLD_FILES+=usr/include/hdb_err.h 2940OLD_FILES+=usr/include/heim_asn1.h 2941OLD_FILES+=usr/include/heim_err.h 2942OLD_FILES+=usr/include/heim_threads.h 2943OLD_FILES+=usr/include/heimbase.h 2944OLD_FILES+=usr/include/heimntlm-protos.h 2945OLD_FILES+=usr/include/heimntlm.h 2946OLD_FILES+=usr/include/hex.h 2947OLD_FILES+=usr/include/hx509-private.h 2948OLD_FILES+=usr/include/hx509-protos.h 2949OLD_FILES+=usr/include/hx509.h 2950OLD_FILES+=usr/include/hx509_err.h 2951OLD_FILES+=usr/include/k524_err.h 2952OLD_FILES+=usr/include/kadm5/admin.h 2953OLD_FILES+=usr/include/kadm5/kadm5-private.h 2954OLD_FILES+=usr/include/kadm5/kadm5-protos.h 2955OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h 2956OLD_FILES+=usr/include/kadm5/kadm5_err.h 2957OLD_FILES+=usr/include/kadm5/private.h 2958OLD_DIRS+=usr/include/kadm5 2959OLD_FILES+=usr/include/kafs.h 2960OLD_FILES+=usr/include/kdc-protos.h 2961OLD_FILES+=usr/include/kdc.h 2962OLD_FILES+=usr/include/krb5-private.h 2963OLD_FILES+=usr/include/krb5-protos.h 2964OLD_FILES+=usr/include/krb5-types.h 2965OLD_FILES+=usr/include/krb5.h 2966OLD_FILES+=usr/include/krb5/ccache_plugin.h 2967OLD_FILES+=usr/include/krb5/locate_plugin.h 2968OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h 2969OLD_FILES+=usr/include/krb5/windc_plugin.h 2970OLD_DIRS+=usr/include/krb5 2971OLD_FILES+=usr/include/krb5_asn1.h 2972OLD_FILES+=usr/include/krb5_ccapi.h 2973OLD_FILES+=usr/include/krb5_err.h 2974OLD_FILES+=usr/include/kx509_asn1.h 2975OLD_FILES+=usr/include/ntlm_err.h 2976OLD_FILES+=usr/include/ocsp_asn1.h 2977OLD_FILES+=usr/include/parse_bytes.h 2978OLD_FILES+=usr/include/parse_time.h 2979OLD_FILES+=usr/include/parse_units.h 2980OLD_FILES+=usr/include/pkcs10_asn1.h 2981OLD_FILES+=usr/include/pkcs12_asn1.h 2982OLD_FILES+=usr/include/pkcs8_asn1.h 2983OLD_FILES+=usr/include/pkcs9_asn1.h 2984OLD_FILES+=usr/include/pkinit_asn1.h 2985OLD_FILES+=usr/include/resolve.h 2986OLD_FILES+=usr/include/rfc2459_asn1.h 2987OLD_FILES+=usr/include/roken-common.h 2988OLD_FILES+=usr/include/rtbl.h 2989OLD_FILES+=usr/include/wind.h 2990OLD_FILES+=usr/include/wind_err.h 2991OLD_FILES+=usr/include/xdbm.h 2992OLD_FILES+=usr/lib/libasn1.a 2993OLD_FILES+=usr/lib/libasn1.so 2994OLD_LIBS+=usr/lib/libasn1.so.11 2995OLD_FILES+=usr/lib/libasn1_p.a 2996OLD_FILES+=usr/lib/libcom_err.a 2997OLD_FILES+=usr/lib/libcom_err.so 2998OLD_LIBS+=usr/lib/libcom_err.so.5 2999OLD_FILES+=usr/lib/libcom_err_p.a 3000OLD_FILES+=usr/lib/libgssapi_krb5.a 3001OLD_FILES+=usr/lib/libgssapi_krb5.so 3002OLD_LIBS+=usr/lib/libgssapi_krb5.so.10 3003OLD_FILES+=usr/lib/libgssapi_krb5_p.a 3004OLD_FILES+=usr/lib/libgssapi_ntlm.a 3005OLD_FILES+=usr/lib/libgssapi_ntlm.so 3006OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10 3007OLD_FILES+=usr/lib/libgssapi_ntlm_p.a 3008OLD_FILES+=usr/lib/libgssapi_spnego.a 3009OLD_FILES+=usr/lib/libgssapi_spnego.so 3010OLD_LIBS+=usr/lib/libgssapi_spnego.so.10 3011OLD_FILES+=usr/lib/libgssapi_spnego_p.a 3012OLD_FILES+=usr/lib/libhdb.a 3013OLD_FILES+=usr/lib/libhdb.so 3014OLD_LIBS+=usr/lib/libhdb.so.11 3015OLD_FILES+=usr/lib/libhdb_p.a 3016OLD_FILES+=usr/lib/libheimbase.a 3017OLD_FILES+=usr/lib/libheimbase.so 3018OLD_LIBS+=usr/lib/libheimbase.so.11 3019OLD_FILES+=usr/lib/libheimbase_p.a 3020OLD_FILES+=usr/lib/libheimntlm.a 3021OLD_FILES+=usr/lib/libheimntlm.so 3022OLD_LIBS+=usr/lib/libheimntlm.so.11 3023OLD_FILES+=usr/lib/libheimntlm_p.a 3024OLD_FILES+=usr/lib/libheimsqlite.a 3025OLD_FILES+=usr/lib/libheimsqlite.so 3026OLD_LIBS+=usr/lib/libheimsqlite.so.11 3027OLD_FILES+=usr/lib/libheimsqlite_p.a 3028OLD_FILES+=usr/lib/libhx509.a 3029OLD_FILES+=usr/lib/libhx509.so 3030OLD_LIBS+=usr/lib/libhx509.so.11 3031OLD_FILES+=usr/lib/libhx509_p.a 3032OLD_FILES+=usr/lib/libkadm5clnt.a 3033OLD_FILES+=usr/lib/libkadm5clnt.so 3034OLD_LIBS+=usr/lib/libkadm5clnt.so.11 3035OLD_FILES+=usr/lib/libkadm5clnt_p.a 3036OLD_FILES+=usr/lib/libkadm5srv.a 3037OLD_FILES+=usr/lib/libkadm5srv.so 3038OLD_LIBS+=usr/lib/libkadm5srv.so.11 3039OLD_FILES+=usr/lib/libkadm5srv_p.a 3040OLD_FILES+=usr/lib/libkafs5.a 3041OLD_FILES+=usr/lib/libkafs5.so 3042OLD_LIBS+=usr/lib/libkafs5.so.11 3043OLD_FILES+=usr/lib/libkafs5_p.a 3044OLD_FILES+=usr/lib/libkdc.a 3045OLD_FILES+=usr/lib/libkdc.so 3046OLD_LIBS+=usr/lib/libkdc.so.11 3047OLD_FILES+=usr/lib/libkdc_p.a 3048OLD_FILES+=usr/lib/libkrb5.a 3049OLD_FILES+=usr/lib/libkrb5.so 3050OLD_LIBS+=usr/lib/libkrb5.so.11 3051OLD_FILES+=usr/lib/libkrb5_p.a 3052OLD_FILES+=usr/lib/libroken.a 3053OLD_FILES+=usr/lib/libroken.so 3054OLD_LIBS+=usr/lib/libroken.so.11 3055OLD_FILES+=usr/lib/libroken_p.a 3056OLD_FILES+=usr/lib/libwind.a 3057OLD_FILES+=usr/lib/libwind.so 3058OLD_LIBS+=usr/lib/libwind.so.11 3059OLD_FILES+=usr/lib/libwind_p.a 3060OLD_FILES+=usr/lib/pam_krb5.so 3061OLD_LIBS+=usr/lib/pam_krb5.so.6 3062OLD_FILES+=usr/lib/pam_ksu.so 3063OLD_LIBS+=usr/lib/pam_ksu.so.6 3064OLD_FILES+=usr/lib/private/libheimipcc.a 3065OLD_FILES+=usr/lib/private/libheimipcc.so 3066OLD_LIBS+=usr/lib/private/libheimipcc.so.11 3067OLD_FILES+=usr/lib/private/libheimipcc_p.a 3068OLD_FILES+=usr/lib/private/libheimipcs.a 3069OLD_FILES+=usr/lib/private/libheimipcs.so 3070OLD_LIBS+=usr/lib/private/libheimipcs.so.11 3071OLD_FILES+=usr/lib/private/libheimipcs_p.a 3072.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 3073OLD_FILES+=usr/lib32/libasn1.a 3074OLD_FILES+=usr/lib32/libasn1.so 3075OLD_LIBS+=usr/lib32/libasn1.so.11 3076OLD_FILES+=usr/lib32/libasn1_p.a 3077OLD_FILES+=usr/lib32/libgssapi_krb5.a 3078OLD_FILES+=usr/lib32/libgssapi_krb5.so 3079OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10 3080OLD_FILES+=usr/lib32/libgssapi_krb5_p.a 3081OLD_FILES+=usr/lib32/libgssapi_ntlm.a 3082OLD_FILES+=usr/lib32/libgssapi_ntlm.so 3083OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10 3084OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a 3085OLD_FILES+=usr/lib32/libgssapi_spnego.a 3086OLD_FILES+=usr/lib32/libgssapi_spnego.so 3087OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10 3088OLD_FILES+=usr/lib32/libgssapi_spnego_p.a 3089OLD_FILES+=usr/lib32/libhdb.a 3090OLD_FILES+=usr/lib32/libhdb.so 3091OLD_LIBS+=usr/lib32/libhdb.so.11 3092OLD_FILES+=usr/lib32/libhdb_p.a 3093OLD_FILES+=usr/lib32/libheimbase.a 3094OLD_FILES+=usr/lib32/libheimbase.so 3095OLD_LIBS+=usr/lib32/libheimbase.so.11 3096OLD_FILES+=usr/lib32/libheimbase_p.a 3097OLD_FILES+=usr/lib32/libheimntlm.a 3098OLD_FILES+=usr/lib32/libheimntlm.so 3099OLD_LIBS+=usr/lib32/libheimntlm.so.11 3100OLD_FILES+=usr/lib32/libheimntlm_p.a 3101OLD_FILES+=usr/lib32/libheimsqlite.a 3102OLD_FILES+=usr/lib32/libheimsqlite.so 3103OLD_LIBS+=usr/lib32/libheimsqlite.so.11 3104OLD_FILES+=usr/lib32/libheimsqlite_p.a 3105OLD_FILES+=usr/lib32/libhx509.a 3106OLD_FILES+=usr/lib32/libhx509.so 3107OLD_LIBS+=usr/lib32/libhx509.so.11 3108OLD_FILES+=usr/lib32/libhx509_p.a 3109OLD_FILES+=usr/lib32/libkadm5clnt.a 3110OLD_FILES+=usr/lib32/libkadm5clnt.so 3111OLD_LIBS+=usr/lib32/libkadm5clnt.so.11 3112OLD_FILES+=usr/lib32/libkadm5clnt_p.a 3113OLD_FILES+=usr/lib32/libkadm5srv.a 3114OLD_FILES+=usr/lib32/libkadm5srv.so 3115OLD_LIBS+=usr/lib32/libkadm5srv.so.11 3116OLD_FILES+=usr/lib32/libkadm5srv_p.a 3117OLD_FILES+=usr/lib32/libkafs5.a 3118OLD_FILES+=usr/lib32/libkafs5.so 3119OLD_LIBS+=usr/lib32/libkafs5.so.11 3120OLD_FILES+=usr/lib32/libkafs5_p.a 3121OLD_FILES+=usr/lib32/libkdc.a 3122OLD_FILES+=usr/lib32/libkdc.so 3123OLD_LIBS+=usr/lib32/libkdc.so.11 3124OLD_FILES+=usr/lib32/libkdc_p.a 3125OLD_FILES+=usr/lib32/libkrb5.a 3126OLD_FILES+=usr/lib32/libkrb5.so 3127OLD_LIBS+=usr/lib32/libkrb5.so.11 3128OLD_FILES+=usr/lib32/libkrb5_p.a 3129OLD_FILES+=usr/lib32/libroken.a 3130OLD_FILES+=usr/lib32/libroken.so 3131OLD_LIBS+=usr/lib32/libroken.so.11 3132OLD_FILES+=usr/lib32/libroken_p.a 3133OLD_FILES+=usr/lib32/libwind.a 3134OLD_FILES+=usr/lib32/libwind.so 3135OLD_LIBS+=usr/lib32/libwind.so.11 3136OLD_FILES+=usr/lib32/libwind_p.a 3137OLD_FILES+=usr/lib32/pam_krb5.so 3138OLD_LIBS+=usr/lib32/pam_krb5.so.6 3139OLD_FILES+=usr/lib32/pam_ksu.so 3140OLD_LIBS+=usr/lib32/pam_ksu.so.6 3141OLD_FILES+=usr/lib32/private/libheimipcc.a 3142OLD_FILES+=usr/lib32/private/libheimipcc.so 3143OLD_LIBS+=usr/lib32/private/libheimipcc.so.11 3144OLD_FILES+=usr/lib32/private/libheimipcc_p.a 3145OLD_FILES+=usr/lib32/private/libheimipcs.a 3146OLD_FILES+=usr/lib32/private/libheimipcs.so 3147OLD_LIBS+=usr/lib32/private/libheimipcs.so.11 3148OLD_FILES+=usr/lib32/private/libheimipcs_p.a 3149.endif 3150OLD_FILES+=usr/libexec/digest-service 3151OLD_FILES+=usr/libexec/hprop 3152OLD_FILES+=usr/libexec/hpropd 3153OLD_FILES+=usr/libexec/ipropd-master 3154OLD_FILES+=usr/libexec/ipropd-slave 3155OLD_FILES+=usr/libexec/kadmind 3156OLD_FILES+=usr/libexec/kcm 3157OLD_FILES+=usr/libexec/kdc 3158OLD_FILES+=usr/libexec/kdigest 3159OLD_FILES+=usr/libexec/kfd 3160OLD_FILES+=usr/libexec/kimpersonate 3161OLD_FILES+=usr/libexec/kpasswdd 3162OLD_FILES+=usr/sbin/kstash 3163OLD_FILES+=usr/sbin/ktutil 3164OLD_FILES+=usr/sbin/iprop-log 3165OLD_FILES+=usr/share/man/man1/kdestroy.1.gz 3166OLD_FILES+=usr/share/man/man1/kf.1.gz 3167OLD_FILES+=usr/share/man/man1/kinit.1.gz 3168OLD_FILES+=usr/share/man/man1/klist.1.gz 3169OLD_FILES+=usr/share/man/man1/kpasswd.1.gz 3170OLD_FILES+=usr/share/man/man1/krb5-config.1.gz 3171OLD_FILES+=usr/share/man/man1/kswitch.1.gz 3172OLD_FILES+=usr/share/man/man3/HDB.3.gz 3173OLD_FILES+=usr/share/man/man3/hdb__del.3.gz 3174OLD_FILES+=usr/share/man/man3/hdb__get.3.gz 3175OLD_FILES+=usr/share/man/man3/hdb__put.3.gz 3176OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz 3177OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz 3178OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz 3179OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz 3180OLD_FILES+=usr/share/man/man3/hdb_close.3.gz 3181OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz 3182OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz 3183OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz 3184OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz 3185OLD_FILES+=usr/share/man/man3/hdb_free.3.gz 3186OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz 3187OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz 3188OLD_FILES+=usr/share/man/man3/hdb_name.3.gz 3189OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz 3190OLD_FILES+=usr/share/man/man3/hdb_open.3.gz 3191OLD_FILES+=usr/share/man/man3/hdb_password.3.gz 3192OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz 3193OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz 3194OLD_FILES+=usr/share/man/man3/hdb_store.3.gz 3195OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz 3196OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz 3197OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz 3198OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz 3199OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz 3200OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz 3201OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz 3202OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz 3203OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz 3204OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz 3205OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz 3206OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz 3207OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz 3208OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz 3209OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz 3210OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz 3211OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz 3212OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz 3213OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz 3214OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz 3215OLD_FILES+=usr/share/man/man3/hx509.3.gz 3216OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz 3217OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz 3218OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz 3219OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz 3220OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz 3221OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz 3222OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz 3223OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz 3224OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz 3225OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz 3226OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz 3227OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz 3228OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz 3229OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz 3230OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz 3231OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz 3232OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz 3233OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz 3234OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz 3235OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz 3236OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz 3237OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz 3238OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz 3239OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz 3240OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz 3241OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz 3242OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz 3243OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz 3244OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz 3245OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz 3246OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz 3247OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz 3248OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz 3249OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz 3250OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz 3251OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz 3252OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz 3253OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz 3254OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz 3255OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz 3256OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz 3257OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz 3258OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz 3259OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz 3260OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz 3261OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz 3262OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz 3263OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz 3264OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz 3265OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz 3266OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz 3267OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz 3268OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz 3269OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz 3270OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz 3271OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz 3272OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz 3273OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz 3274OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz 3275OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz 3276OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz 3277OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz 3278OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz 3279OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz 3280OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz 3281OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz 3282OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz 3283OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz 3284OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz 3285OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz 3286OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz 3287OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz 3288OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz 3289OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz 3290OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz 3291OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz 3292OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz 3293OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz 3294OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz 3295OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz 3296OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz 3297OLD_FILES+=usr/share/man/man3/hx509_env.3.gz 3298OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz 3299OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz 3300OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz 3301OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz 3302OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz 3303OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz 3304OLD_FILES+=usr/share/man/man3/hx509_err.3.gz 3305OLD_FILES+=usr/share/man/man3/hx509_error.3.gz 3306OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz 3307OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz 3308OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz 3309OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz 3310OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz 3311OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz 3312OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz 3313OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz 3314OLD_FILES+=usr/share/man/man3/hx509_name.3.gz 3315OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz 3316OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz 3317OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz 3318OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz 3319OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz 3320OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz 3321OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz 3322OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz 3323OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz 3324OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz 3325OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz 3326OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz 3327OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz 3328OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz 3329OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz 3330OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz 3331OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz 3332OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz 3333OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz 3334OLD_FILES+=usr/share/man/man3/hx509_print.3.gz 3335OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz 3336OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz 3337OLD_FILES+=usr/share/man/man3/hx509_query.3.gz 3338OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz 3339OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz 3340OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz 3341OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz 3342OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz 3343OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz 3344OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz 3345OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz 3346OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz 3347OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz 3348OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz 3349OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz 3350OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz 3351OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz 3352OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz 3353OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz 3354OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz 3355OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz 3356OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz 3357OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz 3358OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz 3359OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz 3360OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz 3361OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz 3362OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz 3363OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz 3364OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz 3365OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz 3366OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz 3367OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz 3368OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz 3369OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz 3370OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz 3371OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz 3372OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz 3373OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz 3374OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz 3375OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz 3376OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz 3377OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz 3378OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz 3379OLD_FILES+=usr/share/man/man3/k_setpag.3.gz 3380OLD_FILES+=usr/share/man/man3/k_unlog.3.gz 3381OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz 3382OLD_FILES+=usr/share/man/man3/kafs.3.gz 3383OLD_FILES+=usr/share/man/man3/kafs5.3.gz 3384OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz 3385OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz 3386OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz 3387OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz 3388OLD_FILES+=usr/share/man/man3/krb5.3.gz 3389OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz 3390OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz 3391OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz 3392OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz 3393OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz 3394OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz 3395OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz 3396OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz 3397OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz 3398OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz 3399OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz 3400OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz 3401OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz 3402OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz 3403OLD_FILES+=usr/share/man/man3/krb5_address.3.gz 3404OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz 3405OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz 3406OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz 3407OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz 3408OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz 3409OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz 3410OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz 3411OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz 3412OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz 3413OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz 3414OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz 3415OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz 3416OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz 3417OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz 3418OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz 3419OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz 3420OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz 3421OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz 3422OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz 3423OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz 3424OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz 3425OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz 3426OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz 3427OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz 3428OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz 3429OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz 3430OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz 3431OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz 3432OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz 3433OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz 3434OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz 3435OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz 3436OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz 3437OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz 3438OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz 3439OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz 3440OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz 3441OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz 3442OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz 3443OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz 3444OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz 3445OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz 3446OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz 3447OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz 3448OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz 3449OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz 3450OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz 3451OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz 3452OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz 3453OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz 3454OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz 3455OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz 3456OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz 3457OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz 3458OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz 3459OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz 3460OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz 3461OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz 3462OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz 3463OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz 3464OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz 3465OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz 3466OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz 3467OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz 3468OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz 3469OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz 3470OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz 3471OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz 3472OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz 3473OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz 3474OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz 3475OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz 3476OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz 3477OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz 3478OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz 3479OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz 3480OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz 3481OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz 3482OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz 3483OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz 3484OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz 3485OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz 3486OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz 3487OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz 3488OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz 3489OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz 3490OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz 3491OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz 3492OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz 3493OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz 3494OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz 3495OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz 3496OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz 3497OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz 3498OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz 3499OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz 3500OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz 3501OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz 3502OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz 3503OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz 3504OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz 3505OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz 3506OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz 3507OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz 3508OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz 3509OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz 3510OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz 3511OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz 3512OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz 3513OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz 3514OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz 3515OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz 3516OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz 3517OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz 3518OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz 3519OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz 3520OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz 3521OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz 3522OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz 3523OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz 3524OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz 3525OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz 3526OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz 3527OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz 3528OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz 3529OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz 3530OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz 3531OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz 3532OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz 3533OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz 3534OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz 3535OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz 3536OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz 3537OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz 3538OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz 3539OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz 3540OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz 3541OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz 3542OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz 3543OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz 3544OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz 3545OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz 3546OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz 3547OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz 3548OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz 3549OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz 3550OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz 3551OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz 3552OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz 3553OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz 3554OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz 3555OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz 3556OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz 3557OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz 3558OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz 3559OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz 3560OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz 3561OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz 3562OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz 3563OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz 3564OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz 3565OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz 3566OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz 3567OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz 3568OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz 3569OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz 3570OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz 3571OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz 3572OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz 3573OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz 3574OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz 3575OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz 3576OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz 3577OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz 3578OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz 3579OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz 3580OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz 3581OLD_FILES+=usr/share/man/man3/krb5_error.3.gz 3582OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz 3583OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz 3584OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz 3585OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz 3586OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz 3587OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz 3588OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz 3589OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz 3590OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz 3591OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz 3592OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz 3593OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz 3594OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz 3595OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz 3596OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz 3597OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz 3598OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz 3599OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz 3600OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz 3601OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz 3602OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz 3603OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz 3604OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz 3605OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz 3606OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz 3607OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz 3608OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz 3609OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz 3610OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz 3611OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz 3612OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz 3613OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz 3614OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz 3615OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz 3616OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz 3617OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz 3618OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz 3619OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz 3620OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz 3621OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz 3622OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz 3623OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz 3624OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz 3625OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz 3626OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz 3627OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz 3628OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz 3629OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz 3630OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz 3631OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz 3632OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz 3633OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz 3634OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz 3635OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz 3636OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz 3637OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz 3638OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz 3639OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz 3640OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz 3641OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz 3642OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz 3643OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz 3644OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz 3645OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz 3646OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz 3647OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz 3648OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz 3649OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz 3650OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz 3651OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz 3652OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz 3653OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz 3654OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz 3655OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz 3656OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz 3657OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz 3658OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz 3659OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz 3660OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz 3661OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz 3662OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz 3663OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz 3664OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz 3665OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz 3666OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz 3667OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz 3668OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz 3669OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz 3670OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz 3671OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz 3672OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz 3673OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz 3674OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz 3675OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz 3676OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz 3677OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz 3678OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz 3679OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz 3680OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz 3681OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz 3682OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz 3683OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz 3684OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz 3685OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz 3686OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz 3687OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz 3688OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz 3689OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz 3690OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz 3691OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz 3692OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz 3693OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz 3694OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz 3695OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz 3696OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz 3697OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz 3698OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz 3699OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz 3700OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz 3701OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz 3702OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz 3703OLD_FILES+=usr/share/man/man3/krb5_log.3.gz 3704OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz 3705OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz 3706OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz 3707OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz 3708OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz 3709OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz 3710OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz 3711OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz 3712OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz 3713OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz 3714OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz 3715OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz 3716OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz 3717OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz 3718OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz 3719OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz 3720OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz 3721OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz 3722OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz 3723OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz 3724OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz 3725OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz 3726OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz 3727OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz 3728OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz 3729OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz 3730OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz 3731OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz 3732OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz 3733OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz 3734OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz 3735OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz 3736OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz 3737OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz 3738OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz 3739OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz 3740OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz 3741OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz 3742OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz 3743OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz 3744OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz 3745OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz 3746OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz 3747OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz 3748OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz 3749OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz 3750OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz 3751OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz 3752OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz 3753OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz 3754OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz 3755OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz 3756OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz 3757OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz 3758OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz 3759OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz 3760OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz 3761OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz 3762OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz 3763OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz 3764OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz 3765OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz 3766OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz 3767OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz 3768OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz 3769OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz 3770OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz 3771OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz 3772OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz 3773OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz 3774OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz 3775OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz 3776OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz 3777OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz 3778OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz 3779OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz 3780OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz 3781OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz 3782OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz 3783OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz 3784OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz 3785OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz 3786OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz 3787OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz 3788OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz 3789OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz 3790OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz 3791OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz 3792OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz 3793OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz 3794OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz 3795OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz 3796OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz 3797OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz 3798OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz 3799OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz 3800OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz 3801OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz 3802OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz 3803OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz 3804OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz 3805OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz 3806OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz 3807OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz 3808OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz 3809OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz 3810OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz 3811OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz 3812OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz 3813OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz 3814OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz 3815OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz 3816OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz 3817OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz 3818OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz 3819OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz 3820OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz 3821OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz 3822OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz 3823OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz 3824OLD_FILES+=usr/share/man/man3/krb5_support.3.gz 3825OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz 3826OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz 3827OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz 3828OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz 3829OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz 3830OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz 3831OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz 3832OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz 3833OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz 3834OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz 3835OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz 3836OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz 3837OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz 3838OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz 3839OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz 3840OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz 3841OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz 3842OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz 3843OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz 3844OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz 3845OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz 3846OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz 3847OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz 3848OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz 3849OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz 3850OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz 3851OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz 3852OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz 3853OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz 3854OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz 3855OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz 3856OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz 3857OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz 3858OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz 3859OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz 3860OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz 3861OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz 3862OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz 3863OLD_FILES+=usr/share/man/man8/hprop.8.gz 3864OLD_FILES+=usr/share/man/man8/hpropd.8.gz 3865OLD_FILES+=usr/share/man/man8/iprop-log.8.gz 3866OLD_FILES+=usr/share/man/man8/iprop.8.gz 3867OLD_FILES+=usr/share/man/man8/kadmin.8.gz 3868OLD_FILES+=usr/share/man/man8/kadmind.8.gz 3869OLD_FILES+=usr/share/man/man8/kcm.8.gz 3870OLD_FILES+=usr/share/man/man8/kdc.8.gz 3871OLD_FILES+=usr/share/man/man8/kdigest.8.gz 3872OLD_FILES+=usr/share/man/man8/kerberos.8.gz 3873OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz 3874OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz 3875OLD_FILES+=usr/share/man/man8/kstash.8.gz 3876OLD_FILES+=usr/share/man/man8/ktutil.8.gz 3877OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz 3878OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz 3879OLD_FILES+=usr/share/man/man8/string2key.8.gz 3880OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz 3881.endif 3882 3883.if ${MK_KERBEROS_SUPPORT} == no 3884OLD_FILES+=usr/bin/compile_et 3885OLD_FILES+=usr/include/com_err.h 3886OLD_FILES+=usr/include/com_right.h 3887OLD_FILES+=usr/lib/libcom_err.a 3888OLD_FILES+=usr/lib/libcom_err.so 3889OLD_LIBS+=usr/lib/libcom_err.so.5 3890OLD_FILES+=usr/lib/libcom_err_p.a 3891OLD_FILES+=usr/lib32/libcom_err.a 3892OLD_FILES+=usr/lib32/libcom_err.so 3893OLD_LIBS+=usr/lib32/libcom_err.so.5 3894OLD_FILES+=usr/lib32/libcom_err_p.a 3895OLD_FILES+=usr/share/man/man1/compile_et.1.gz 3896OLD_FILES+=usr/share/man/man3/com_err.3.gz 3897.endif 3898 3899.if ${MK_LDNS} == no 3900OLD_FILES+=usr/lib/private/libldns.a 3901OLD_FILES+=usr/lib/private/libldns.so 3902OLD_LIBS+=usr/lib/private/libldns.so.5 3903OLD_FILES+=usr/lib/private/libldns_p.a 3904.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 3905OLD_FILES+=usr/lib32/private/libldns.a 3906OLD_FILES+=usr/lib32/private/libldns.so 3907OLD_LIBS+=usr/lib32/private/libldns.so.5 3908OLD_FILES+=usr/lib32/private/libldns_p.a 3909.endif 3910.endif 3911 3912.if ${MK_LDNS_UTILS} == no 3913OLD_FILES+=usr/bin/drill 3914OLD_FILES+=usr/share/man/man1/drill.1.gz 3915OLD_FILES+=usr/bin/host 3916OLD_FILES+=usr/share/man/man1/host.1.gz 3917.endif 3918 3919.if ${MK_LEGACY_CONSOLE} == no 3920OLD_FILES+=etc/rc.d/moused 3921OLD_FILES+=etc/rc.d/syscons 3922OLD_FILES+=usr/sbin/kbdcontrol 3923OLD_FILES+=usr/sbin/kbdmap 3924OLD_FILES+=usr/sbin/moused 3925OLD_FILES+=usr/sbin/vidcontrol 3926OLD_FILES+=usr/sbin/vidfont 3927OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz 3928OLD_FILES+=usr/share/man/man1/kbdmap.1.gz 3929OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz 3930OLD_FILES+=usr/share/man/man1/vidfont.1.gz 3931OLD_FILES+=usr/share/man/man5/kbdmap.5.gz 3932OLD_FILES+=usr/share/man/man5/keymap.5.gz 3933OLD_FILES+=usr/share/man/man8/moused.8.gz 3934.endif 3935 3936.if ${MK_LIB32} == no 3937OLD_FILES+=etc/mtree/BSD.lib32.dist 3938OLD_FILES+=libexec/ld-elf32.so.1 3939. if exists(${DESTDIR}/usr/lib32) 3940LIB32_DIRS!=find ${DESTDIR}/usr/lib32 -type d \ 3941 | sed -e 's,^${DESTDIR}/,,'; echo 3942LIB32_FILES!=find ${DESTDIR}/usr/lib32 \! -type d \ 3943 \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo 3944LIB32_LIBS!=find ${DESTDIR}/usr/lib32 \! -type d \ 3945 -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo 3946OLD_DIRS+=${LIB32_DIRS} 3947OLD_FILES+=${LIB32_FILES} 3948OLD_LIBS+=${LIB32_LIBS} 3949. endif 3950. if ${MK_DEBUG_FILES} == no 3951. if exists(${DESTDIR}/usr/lib/debug/usr/lib32) 3952DEBUG_LIB32_DIRS!=find ${DESTDIR}/usr/lib/debug/usr/lib32 -type d \ 3953 | sed -e 's,^${DESTDIR}/,,'; echo 3954DEBUG_LIB32_FILES!=find ${DESTDIR}/usr/lib/debug/usr/lib32 \! -type d \ 3955 \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo 3956DEBUG_LIB32_LIBS!=find ${DESTDIR}/usr/lib/debug/usr/lib32 \! -type d \ 3957 -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo 3958OLD_DIRS+=${DEBUG_LIB32_DIRS} 3959OLD_FILES+=${DEBUG_LIB32_FILES} 3960OLD_LIBS+=${DEBUG_LIB32_LIBS} 3961. endif 3962. endif 3963.endif 3964 3965.if ${MK_LIBCPLUSPLUS} == no 3966OLD_LIBS+=lib/libcxxrt.so.1 3967OLD_FILES+=usr/lib/libc++.a 3968OLD_FILES+=usr/lib/libc++_p.a 3969OLD_FILES+=usr/lib/libc++experimental.a 3970OLD_FILES+=usr/lib/libc++fs.a 3971OLD_FILES+=usr/lib/libc++.so 3972OLD_LIBS+=usr/lib/libc++.so.1 3973OLD_FILES+=usr/lib/libcxxrt.a 3974OLD_FILES+=usr/lib/libcxxrt.so 3975OLD_FILES+=usr/lib/libcxxrt_p.a 3976OLD_FILES+=usr/include/c++/v1/__bit_reference 3977OLD_FILES+=usr/include/c++/v1/__bsd_locale_defaults.h 3978OLD_FILES+=usr/include/c++/v1/__bsd_locale_fallbacks.h 3979OLD_FILES+=usr/include/c++/v1/__config 3980OLD_FILES+=usr/include/c++/v1/__debug 3981OLD_FILES+=usr/include/c++/v1/__errc 3982OLD_FILES+=usr/include/c++/v1/__functional_03 3983OLD_FILES+=usr/include/c++/v1/__functional_base 3984OLD_FILES+=usr/include/c++/v1/__functional_base_03 3985OLD_FILES+=usr/include/c++/v1/__hash_table 3986OLD_FILES+=usr/include/c++/v1/__libcpp_version 3987OLD_FILES+=usr/include/c++/v1/__locale 3988OLD_FILES+=usr/include/c++/v1/__mutex_base 3989OLD_FILES+=usr/include/c++/v1/__node_handle 3990OLD_FILES+=usr/include/c++/v1/__nullptr 3991OLD_FILES+=usr/include/c++/v1/__split_buffer 3992OLD_FILES+=usr/include/c++/v1/__sso_allocator 3993OLD_FILES+=usr/include/c++/v1/__std_stream 3994OLD_FILES+=usr/include/c++/v1/__string 3995OLD_FILES+=usr/include/c++/v1/__threading_support 3996OLD_FILES+=usr/include/c++/v1/__tree 3997OLD_FILES+=usr/include/c++/v1/__tuple 3998OLD_FILES+=usr/include/c++/v1/__undef_macros 3999OLD_FILES+=usr/include/c++/v1/algorithm 4000OLD_FILES+=usr/include/c++/v1/any 4001OLD_FILES+=usr/include/c++/v1/array 4002OLD_FILES+=usr/include/c++/v1/atomic 4003OLD_FILES+=usr/include/c++/v1/bit 4004OLD_FILES+=usr/include/c++/v1/bitset 4005OLD_FILES+=usr/include/c++/v1/cassert 4006OLD_FILES+=usr/include/c++/v1/ccomplex 4007OLD_FILES+=usr/include/c++/v1/cctype 4008OLD_FILES+=usr/include/c++/v1/cerrno 4009OLD_FILES+=usr/include/c++/v1/cfenv 4010OLD_FILES+=usr/include/c++/v1/cfloat 4011OLD_FILES+=usr/include/c++/v1/charconv 4012OLD_FILES+=usr/include/c++/v1/chrono 4013OLD_FILES+=usr/include/c++/v1/cinttypes 4014OLD_FILES+=usr/include/c++/v1/ciso646 4015OLD_FILES+=usr/include/c++/v1/climits 4016OLD_FILES+=usr/include/c++/v1/clocale 4017OLD_FILES+=usr/include/c++/v1/cmath 4018OLD_FILES+=usr/include/c++/v1/codecvt 4019OLD_FILES+=usr/include/c++/v1/compare 4020OLD_FILES+=usr/include/c++/v1/complex 4021OLD_FILES+=usr/include/c++/v1/complex.h 4022OLD_FILES+=usr/include/c++/v1/condition_variable 4023OLD_FILES+=usr/include/c++/v1/csetjmp 4024OLD_FILES+=usr/include/c++/v1/csignal 4025OLD_FILES+=usr/include/c++/v1/cstdarg 4026OLD_FILES+=usr/include/c++/v1/cstdbool 4027OLD_FILES+=usr/include/c++/v1/cstddef 4028OLD_FILES+=usr/include/c++/v1/cstdint 4029OLD_FILES+=usr/include/c++/v1/cstdio 4030OLD_FILES+=usr/include/c++/v1/cstdlib 4031OLD_FILES+=usr/include/c++/v1/cstring 4032OLD_FILES+=usr/include/c++/v1/ctgmath 4033OLD_FILES+=usr/include/c++/v1/ctime 4034OLD_FILES+=usr/include/c++/v1/ctype.h 4035OLD_FILES+=usr/include/c++/v1/cwchar 4036OLD_FILES+=usr/include/c++/v1/cwctype 4037OLD_FILES+=usr/include/c++/v1/cxxabi.h 4038OLD_FILES+=usr/include/c++/v1/deque 4039OLD_FILES+=usr/include/c++/v1/errno.h 4040OLD_FILES+=usr/include/c++/v1/exception 4041OLD_FILES+=usr/include/c++/v1/experimental/__config 4042OLD_FILES+=usr/include/c++/v1/experimental/__memory 4043OLD_FILES+=usr/include/c++/v1/experimental/algorithm 4044OLD_FILES+=usr/include/c++/v1/experimental/any 4045OLD_FILES+=usr/include/c++/v1/experimental/chrono 4046OLD_FILES+=usr/include/c++/v1/experimental/coroutine 4047OLD_FILES+=usr/include/c++/v1/experimental/deque 4048OLD_FILES+=usr/include/c++/v1/experimental/dynarray 4049OLD_FILES+=usr/include/c++/v1/experimental/filesystem 4050OLD_FILES+=usr/include/c++/v1/experimental/forward_list 4051OLD_FILES+=usr/include/c++/v1/experimental/functional 4052OLD_FILES+=usr/include/c++/v1/experimental/iterator 4053OLD_FILES+=usr/include/c++/v1/experimental/list 4054OLD_FILES+=usr/include/c++/v1/experimental/map 4055OLD_FILES+=usr/include/c++/v1/experimental/memory_resource 4056OLD_FILES+=usr/include/c++/v1/experimental/numeric 4057OLD_FILES+=usr/include/c++/v1/experimental/optional 4058OLD_FILES+=usr/include/c++/v1/experimental/propagate_const 4059OLD_FILES+=usr/include/c++/v1/experimental/ratio 4060OLD_FILES+=usr/include/c++/v1/experimental/regex 4061OLD_FILES+=usr/include/c++/v1/experimental/set 4062OLD_FILES+=usr/include/c++/v1/experimental/simd 4063OLD_FILES+=usr/include/c++/v1/experimental/string 4064OLD_FILES+=usr/include/c++/v1/experimental/string_view 4065OLD_FILES+=usr/include/c++/v1/experimental/system_error 4066OLD_FILES+=usr/include/c++/v1/experimental/tuple 4067OLD_FILES+=usr/include/c++/v1/experimental/type_traits 4068OLD_FILES+=usr/include/c++/v1/experimental/unordered_map 4069OLD_FILES+=usr/include/c++/v1/experimental/unordered_set 4070OLD_FILES+=usr/include/c++/v1/experimental/utility 4071OLD_FILES+=usr/include/c++/v1/experimental/vector 4072OLD_FILES+=usr/include/c++/v1/ext/__hash 4073OLD_FILES+=usr/include/c++/v1/ext/hash_map 4074OLD_FILES+=usr/include/c++/v1/ext/hash_set 4075OLD_FILES+=usr/include/c++/v1/filesystem 4076OLD_FILES+=usr/include/c++/v1/float.h 4077OLD_FILES+=usr/include/c++/v1/forward_list 4078OLD_FILES+=usr/include/c++/v1/fstream 4079OLD_FILES+=usr/include/c++/v1/functional 4080OLD_FILES+=usr/include/c++/v1/future 4081OLD_FILES+=usr/include/c++/v1/initializer_list 4082OLD_FILES+=usr/include/c++/v1/inttypes.h 4083OLD_FILES+=usr/include/c++/v1/iomanip 4084OLD_FILES+=usr/include/c++/v1/ios 4085OLD_FILES+=usr/include/c++/v1/iosfwd 4086OLD_FILES+=usr/include/c++/v1/iostream 4087OLD_FILES+=usr/include/c++/v1/istream 4088OLD_FILES+=usr/include/c++/v1/iterator 4089OLD_FILES+=usr/include/c++/v1/limits 4090OLD_FILES+=usr/include/c++/v1/limits.h 4091OLD_FILES+=usr/include/c++/v1/list 4092OLD_FILES+=usr/include/c++/v1/locale 4093OLD_FILES+=usr/include/c++/v1/locale.h 4094OLD_FILES+=usr/include/c++/v1/map 4095OLD_FILES+=usr/include/c++/v1/math.h 4096OLD_FILES+=usr/include/c++/v1/memory 4097OLD_FILES+=usr/include/c++/v1/mutex 4098OLD_FILES+=usr/include/c++/v1/new 4099OLD_FILES+=usr/include/c++/v1/numeric 4100OLD_FILES+=usr/include/c++/v1/numeric 4101OLD_FILES+=usr/include/c++/v1/optional 4102OLD_FILES+=usr/include/c++/v1/ostream 4103OLD_FILES+=usr/include/c++/v1/queue 4104OLD_FILES+=usr/include/c++/v1/random 4105OLD_FILES+=usr/include/c++/v1/ratio 4106OLD_FILES+=usr/include/c++/v1/regex 4107OLD_FILES+=usr/include/c++/v1/scoped_allocator 4108OLD_FILES+=usr/include/c++/v1/set 4109OLD_FILES+=usr/include/c++/v1/setjmp.h 4110OLD_FILES+=usr/include/c++/v1/shared_mutex 4111OLD_FILES+=usr/include/c++/v1/span 4112OLD_FILES+=usr/include/c++/v1/sstream 4113OLD_FILES+=usr/include/c++/v1/stack 4114OLD_FILES+=usr/include/c++/v1/stdbool.h 4115OLD_FILES+=usr/include/c++/v1/stddef.h 4116OLD_FILES+=usr/include/c++/v1/stdexcept 4117OLD_FILES+=usr/include/c++/v1/stdint.h 4118OLD_FILES+=usr/include/c++/v1/stdio.h 4119OLD_FILES+=usr/include/c++/v1/stdlib.h 4120OLD_FILES+=usr/include/c++/v1/streambuf 4121OLD_FILES+=usr/include/c++/v1/string 4122OLD_FILES+=usr/include/c++/v1/string.h 4123OLD_FILES+=usr/include/c++/v1/string_view 4124OLD_FILES+=usr/include/c++/v1/strstream 4125OLD_FILES+=usr/include/c++/v1/system_error 4126OLD_FILES+=usr/include/c++/v1/tgmath.h 4127OLD_FILES+=usr/include/c++/v1/thread 4128OLD_FILES+=usr/include/c++/v1/version 4129OLD_FILES+=usr/include/c++/v1/tr1/__bit_reference 4130OLD_FILES+=usr/include/c++/v1/tr1/__bsd_locale_defaults.h 4131OLD_FILES+=usr/include/c++/v1/tr1/__bsd_locale_fallbacks.h 4132OLD_FILES+=usr/include/c++/v1/tr1/__config 4133OLD_FILES+=usr/include/c++/v1/tr1/__debug 4134OLD_FILES+=usr/include/c++/v1/tr1/__functional_03 4135OLD_FILES+=usr/include/c++/v1/tr1/__functional_base 4136OLD_FILES+=usr/include/c++/v1/tr1/__functional_base_03 4137OLD_FILES+=usr/include/c++/v1/tr1/__hash_table 4138OLD_FILES+=usr/include/c++/v1/tr1/__libcpp_version 4139OLD_FILES+=usr/include/c++/v1/tr1/__locale 4140OLD_FILES+=usr/include/c++/v1/tr1/__mutex_base 4141OLD_FILES+=usr/include/c++/v1/tr1/__nullptr 4142OLD_FILES+=usr/include/c++/v1/tr1/__split_buffer 4143OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator 4144OLD_FILES+=usr/include/c++/v1/tr1/__std_stream 4145OLD_FILES+=usr/include/c++/v1/tr1/__string 4146OLD_FILES+=usr/include/c++/v1/tr1/__threading_support 4147OLD_FILES+=usr/include/c++/v1/tr1/__tree 4148OLD_FILES+=usr/include/c++/v1/tr1/__tuple 4149OLD_FILES+=usr/include/c++/v1/tr1/__undef_macros 4150OLD_FILES+=usr/include/c++/v1/tr1/algorithm 4151OLD_FILES+=usr/include/c++/v1/tr1/any 4152OLD_FILES+=usr/include/c++/v1/tr1/array 4153OLD_FILES+=usr/include/c++/v1/tr1/atomic 4154OLD_FILES+=usr/include/c++/v1/tr1/bitset 4155OLD_FILES+=usr/include/c++/v1/tr1/cassert 4156OLD_FILES+=usr/include/c++/v1/tr1/ccomplex 4157OLD_FILES+=usr/include/c++/v1/tr1/cctype 4158OLD_FILES+=usr/include/c++/v1/tr1/cerrno 4159OLD_FILES+=usr/include/c++/v1/tr1/cfenv 4160OLD_FILES+=usr/include/c++/v1/tr1/cfloat 4161OLD_FILES+=usr/include/c++/v1/tr1/chrono 4162OLD_FILES+=usr/include/c++/v1/tr1/cinttypes 4163OLD_FILES+=usr/include/c++/v1/tr1/ciso646 4164OLD_FILES+=usr/include/c++/v1/tr1/climits 4165OLD_FILES+=usr/include/c++/v1/tr1/clocale 4166OLD_FILES+=usr/include/c++/v1/tr1/cmath 4167OLD_FILES+=usr/include/c++/v1/tr1/codecvt 4168OLD_FILES+=usr/include/c++/v1/tr1/complex 4169OLD_FILES+=usr/include/c++/v1/tr1/complex.h 4170OLD_FILES+=usr/include/c++/v1/tr1/condition_variable 4171OLD_FILES+=usr/include/c++/v1/tr1/csetjmp 4172OLD_FILES+=usr/include/c++/v1/tr1/csignal 4173OLD_FILES+=usr/include/c++/v1/tr1/cstdarg 4174OLD_FILES+=usr/include/c++/v1/tr1/cstdbool 4175OLD_FILES+=usr/include/c++/v1/tr1/cstddef 4176OLD_FILES+=usr/include/c++/v1/tr1/cstdint 4177OLD_FILES+=usr/include/c++/v1/tr1/cstdio 4178OLD_FILES+=usr/include/c++/v1/tr1/cstdlib 4179OLD_FILES+=usr/include/c++/v1/tr1/cstring 4180OLD_FILES+=usr/include/c++/v1/tr1/ctgmath 4181OLD_FILES+=usr/include/c++/v1/tr1/ctime 4182OLD_FILES+=usr/include/c++/v1/tr1/ctype.h 4183OLD_FILES+=usr/include/c++/v1/tr1/cwchar 4184OLD_FILES+=usr/include/c++/v1/tr1/cwctype 4185OLD_FILES+=usr/include/c++/v1/tr1/deque 4186OLD_FILES+=usr/include/c++/v1/tr1/errno.h 4187OLD_FILES+=usr/include/c++/v1/tr1/exception 4188OLD_FILES+=usr/include/c++/v1/tr1/float.h 4189OLD_FILES+=usr/include/c++/v1/tr1/forward_list 4190OLD_FILES+=usr/include/c++/v1/tr1/fstream 4191OLD_FILES+=usr/include/c++/v1/tr1/functional 4192OLD_FILES+=usr/include/c++/v1/tr1/future 4193OLD_FILES+=usr/include/c++/v1/tr1/initializer_list 4194OLD_FILES+=usr/include/c++/v1/tr1/inttypes.h 4195OLD_FILES+=usr/include/c++/v1/tr1/iomanip 4196OLD_FILES+=usr/include/c++/v1/tr1/ios 4197OLD_FILES+=usr/include/c++/v1/tr1/iosfwd 4198OLD_FILES+=usr/include/c++/v1/tr1/iostream 4199OLD_FILES+=usr/include/c++/v1/tr1/istream 4200OLD_FILES+=usr/include/c++/v1/tr1/iterator 4201OLD_FILES+=usr/include/c++/v1/tr1/limits 4202OLD_FILES+=usr/include/c++/v1/tr1/limits.h 4203OLD_FILES+=usr/include/c++/v1/tr1/list 4204OLD_FILES+=usr/include/c++/v1/tr1/locale 4205OLD_FILES+=usr/include/c++/v1/tr1/locale.h 4206OLD_FILES+=usr/include/c++/v1/tr1/map 4207OLD_FILES+=usr/include/c++/v1/tr1/math.h 4208OLD_FILES+=usr/include/c++/v1/tr1/memory 4209OLD_FILES+=usr/include/c++/v1/tr1/mutex 4210OLD_FILES+=usr/include/c++/v1/tr1/new 4211OLD_FILES+=usr/include/c++/v1/tr1/numeric 4212OLD_FILES+=usr/include/c++/v1/tr1/numeric 4213OLD_FILES+=usr/include/c++/v1/tr1/optional 4214OLD_FILES+=usr/include/c++/v1/tr1/ostream 4215OLD_FILES+=usr/include/c++/v1/tr1/queue 4216OLD_FILES+=usr/include/c++/v1/tr1/random 4217OLD_FILES+=usr/include/c++/v1/tr1/ratio 4218OLD_FILES+=usr/include/c++/v1/tr1/regex 4219OLD_FILES+=usr/include/c++/v1/tr1/scoped_allocator 4220OLD_FILES+=usr/include/c++/v1/tr1/set 4221OLD_FILES+=usr/include/c++/v1/tr1/setjmp.h 4222OLD_FILES+=usr/include/c++/v1/tr1/shared_mutex 4223OLD_FILES+=usr/include/c++/v1/tr1/sstream 4224OLD_FILES+=usr/include/c++/v1/tr1/stack 4225OLD_FILES+=usr/include/c++/v1/tr1/stdbool.h 4226OLD_FILES+=usr/include/c++/v1/tr1/stddef.h 4227OLD_FILES+=usr/include/c++/v1/tr1/stdexcept 4228OLD_FILES+=usr/include/c++/v1/tr1/stdint.h 4229OLD_FILES+=usr/include/c++/v1/tr1/stdio.h 4230OLD_FILES+=usr/include/c++/v1/tr1/stdlib.h 4231OLD_FILES+=usr/include/c++/v1/tr1/streambuf 4232OLD_FILES+=usr/include/c++/v1/tr1/string 4233OLD_FILES+=usr/include/c++/v1/tr1/string.h 4234OLD_FILES+=usr/include/c++/v1/tr1/string_view 4235OLD_FILES+=usr/include/c++/v1/tr1/strstream 4236OLD_FILES+=usr/include/c++/v1/tr1/system_error 4237OLD_FILES+=usr/include/c++/v1/tr1/tgmath.h 4238OLD_FILES+=usr/include/c++/v1/tr1/thread 4239OLD_FILES+=usr/include/c++/v1/tr1/tuple 4240OLD_FILES+=usr/include/c++/v1/tr1/type_traits 4241OLD_FILES+=usr/include/c++/v1/tr1/typeindex 4242OLD_FILES+=usr/include/c++/v1/tr1/typeinfo 4243OLD_FILES+=usr/include/c++/v1/tr1/unordered_map 4244OLD_FILES+=usr/include/c++/v1/tr1/unordered_set 4245OLD_FILES+=usr/include/c++/v1/tr1/utility 4246OLD_FILES+=usr/include/c++/v1/tr1/valarray 4247OLD_FILES+=usr/include/c++/v1/tr1/variant 4248OLD_FILES+=usr/include/c++/v1/tr1/vector 4249OLD_FILES+=usr/include/c++/v1/tr1/wchar.h 4250OLD_FILES+=usr/include/c++/v1/tr1/wctype.h 4251OLD_FILES+=usr/include/c++/v1/tuple 4252OLD_FILES+=usr/include/c++/v1/type_traits 4253OLD_FILES+=usr/include/c++/v1/typeindex 4254OLD_FILES+=usr/include/c++/v1/typeinfo 4255OLD_FILES+=usr/include/c++/v1/unordered_map 4256OLD_FILES+=usr/include/c++/v1/unordered_set 4257OLD_FILES+=usr/include/c++/v1/unwind-arm.h 4258OLD_FILES+=usr/include/c++/v1/unwind-itanium.h 4259OLD_FILES+=usr/include/c++/v1/unwind.h 4260OLD_FILES+=usr/include/c++/v1/utility 4261OLD_FILES+=usr/include/c++/v1/valarray 4262OLD_FILES+=usr/include/c++/v1/variant 4263OLD_FILES+=usr/include/c++/v1/vector 4264OLD_FILES+=usr/include/c++/v1/wchar.h 4265OLD_FILES+=usr/include/c++/v1/wctype.h 4266OLD_FILES+=usr/lib32/libc++.a 4267OLD_FILES+=usr/lib32/libc++.so 4268OLD_LIBS+=usr/lib32/libc++.so.1 4269OLD_FILES+=usr/lib32/libc++_p.a 4270OLD_FILES+=usr/lib32/libc++experimental.a 4271OLD_FILES+=usr/lib32/libc++fs.a 4272OLD_FILES+=usr/lib32/libcxxrt.a 4273OLD_FILES+=usr/lib32/libcxxrt.so 4274OLD_LIBS+=usr/lib32/libcxxrt.so.1 4275OLD_FILES+=usr/lib32/libcxxrt_p.a 4276OLD_DIRS+=usr/include/c++/v1/tr1 4277OLD_DIRS+=usr/include/c++/v1/experimental 4278OLD_DIRS+=usr/include/c++/v1/ext 4279OLD_DIRS+=usr/include/c++/v1 4280.endif 4281 4282.if ${MK_LIBTHR} == no 4283OLD_LIBS+=lib/libthr.so.3 4284OLD_FILES+=usr/lib/libthr.a 4285OLD_FILES+=usr/lib/libthr_p.a 4286OLD_FILES+=usr/share/man/man3/libthr.3.gz 4287.endif 4288 4289.if ${MK_LLD} == no 4290OLD_FILES+=usr/bin/ld.lld 4291.endif 4292 4293.if ${MK_LLDB} == no 4294OLD_FILES+=usr/bin/lldb 4295OLD_FILES+=usr/share/man/man1/lldb.1.gz 4296.endif 4297 4298.if ${MK_LOCALES} == no 4299OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-15 4300OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE 4301OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE 4302OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MESSAGES 4303OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MONETARY 4304OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_NUMERIC 4305OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_TIME 4306OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-1 4307OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE 4308OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE 4309OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MESSAGES 4310OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MONETARY 4311OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_NUMERIC 4312OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_TIME 4313OLD_DIRS+=usr/share/locale/af_ZA.UTF-8 4314OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_COLLATE 4315OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_CTYPE 4316OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MESSAGES 4317OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MONETARY 4318OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_NUMERIC 4319OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_TIME 4320OLD_DIRS+=usr/share/locale/am_ET.UTF-8 4321OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_COLLATE 4322OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_CTYPE 4323OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MESSAGES 4324OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MONETARY 4325OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_NUMERIC 4326OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_TIME 4327OLD_DIRS+=usr/share/locale/ar_AE.UTF-8 4328OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_COLLATE 4329OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_CTYPE 4330OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MESSAGES 4331OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_MONETARY 4332OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_NUMERIC 4333OLD_FILES+=usr/share/locale/ar_AE.UTF-8/LC_TIME 4334OLD_DIRS+=usr/share/locale/ar_EG.UTF-8 4335OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_COLLATE 4336OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_CTYPE 4337OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MESSAGES 4338OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_MONETARY 4339OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_NUMERIC 4340OLD_FILES+=usr/share/locale/ar_EG.UTF-8/LC_TIME 4341OLD_DIRS+=usr/share/locale/ar_JO.UTF-8 4342OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_COLLATE 4343OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_CTYPE 4344OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MESSAGES 4345OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_MONETARY 4346OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_NUMERIC 4347OLD_FILES+=usr/share/locale/ar_JO.UTF-8/LC_TIME 4348OLD_DIRS+=usr/share/locale/ar_MA.UTF-8 4349OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_COLLATE 4350OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_CTYPE 4351OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MESSAGES 4352OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_MONETARY 4353OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_NUMERIC 4354OLD_FILES+=usr/share/locale/ar_MA.UTF-8/LC_TIME 4355OLD_DIRS+=usr/share/locale/ar_QA.UTF-8 4356OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_COLLATE 4357OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_CTYPE 4358OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MESSAGES 4359OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_MONETARY 4360OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_NUMERIC 4361OLD_FILES+=usr/share/locale/ar_QA.UTF-8/LC_TIME 4362OLD_DIRS+=usr/share/locale/ar_SA.UTF-8 4363OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_COLLATE 4364OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_CTYPE 4365OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MESSAGES 4366OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_MONETARY 4367OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_NUMERIC 4368OLD_FILES+=usr/share/locale/ar_SA.UTF-8/LC_TIME 4369OLD_DIRS+=usr/share/locale/be_BY.CP1131 4370OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_COLLATE 4371OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_CTYPE 4372OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MESSAGES 4373OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MONETARY 4374OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_NUMERIC 4375OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_TIME 4376OLD_DIRS+=usr/share/locale/be_BY.CP1251 4377OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_COLLATE 4378OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_CTYPE 4379OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MESSAGES 4380OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MONETARY 4381OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_NUMERIC 4382OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_TIME 4383OLD_DIRS+=usr/share/locale/be_BY.ISO8859-5 4384OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_COLLATE 4385OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_CTYPE 4386OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MESSAGES 4387OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MONETARY 4388OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_NUMERIC 4389OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_TIME 4390OLD_DIRS+=usr/share/locale/be_BY.UTF-8 4391OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_COLLATE 4392OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_CTYPE 4393OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MESSAGES 4394OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MONETARY 4395OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_NUMERIC 4396OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_TIME 4397OLD_DIRS+=usr/share/locale/bg_BG.CP1251 4398OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_COLLATE 4399OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_CTYPE 4400OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MESSAGES 4401OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MONETARY 4402OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_NUMERIC 4403OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_TIME 4404OLD_DIRS+=usr/share/locale/bg_BG.UTF-8 4405OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_COLLATE 4406OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_CTYPE 4407OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MESSAGES 4408OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MONETARY 4409OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_NUMERIC 4410OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_TIME 4411OLD_DIRS+=usr/share/locale/ca_AD.ISO8859-1 4412OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_COLLATE 4413OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_CTYPE 4414OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MESSAGES 4415OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MONETARY 4416OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_NUMERIC 4417OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_TIME 4418OLD_DIRS+=usr/share/locale/ca_AD.ISO8859-15 4419OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_COLLATE 4420OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_CTYPE 4421OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MESSAGES 4422OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MONETARY 4423OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_NUMERIC 4424OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_TIME 4425OLD_DIRS+=usr/share/locale/ca_AD.UTF-8 4426OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_COLLATE 4427OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_CTYPE 4428OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MESSAGES 4429OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MONETARY 4430OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_NUMERIC 4431OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_TIME 4432OLD_DIRS+=usr/share/locale/ca_ES.ISO8859-1 4433OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_COLLATE 4434OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_CTYPE 4435OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MESSAGES 4436OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_MONETARY 4437OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_NUMERIC 4438OLD_FILES+=usr/share/locale/ca_ES.ISO8859-1/LC_TIME 4439OLD_DIRS+=usr/share/locale/ca_ES.ISO8859-15 4440OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_COLLATE 4441OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_CTYPE 4442OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MESSAGES 4443OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_MONETARY 4444OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_NUMERIC 4445OLD_FILES+=usr/share/locale/ca_ES.ISO8859-15/LC_TIME 4446OLD_DIRS+=usr/share/locale/ca_ES.UTF-8 4447OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_COLLATE 4448OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_CTYPE 4449OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MESSAGES 4450OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_MONETARY 4451OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_NUMERIC 4452OLD_FILES+=usr/share/locale/ca_ES.UTF-8/LC_TIME 4453OLD_DIRS+=usr/share/locale/ca_FR.ISO8859-1 4454OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_COLLATE 4455OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_CTYPE 4456OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MESSAGES 4457OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_MONETARY 4458OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_NUMERIC 4459OLD_FILES+=usr/share/locale/ca_FR.ISO8859-1/LC_TIME 4460OLD_DIRS+=usr/share/locale/ca_FR.ISO8859-15 4461OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_COLLATE 4462OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_CTYPE 4463OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MESSAGES 4464OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_MONETARY 4465OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_NUMERIC 4466OLD_FILES+=usr/share/locale/ca_FR.ISO8859-15/LC_TIME 4467OLD_DIRS+=usr/share/locale/ca_FR.UTF-8 4468OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_COLLATE 4469OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_CTYPE 4470OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MESSAGES 4471OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_MONETARY 4472OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_NUMERIC 4473OLD_FILES+=usr/share/locale/ca_FR.UTF-8/LC_TIME 4474OLD_DIRS+=usr/share/locale/ca_IT.ISO8859-1 4475OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_COLLATE 4476OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE 4477OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MESSAGES 4478OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_MONETARY 4479OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_NUMERIC 4480OLD_FILES+=usr/share/locale/ca_IT.ISO8859-1/LC_TIME 4481OLD_DIRS+=usr/share/locale/ca_IT.ISO8859-15 4482OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_COLLATE 4483OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_CTYPE 4484OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MESSAGES 4485OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_MONETARY 4486OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_NUMERIC 4487OLD_FILES+=usr/share/locale/ca_IT.ISO8859-15/LC_TIME 4488OLD_DIRS+=usr/share/locale/ca_IT.UTF-8 4489OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_COLLATE 4490OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_CTYPE 4491OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MESSAGES 4492OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_MONETARY 4493OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_NUMERIC 4494OLD_FILES+=usr/share/locale/ca_IT.UTF-8/LC_TIME 4495OLD_DIRS+=usr/share/locale/cs_CZ.ISO8859-2 4496OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE 4497OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_CTYPE 4498OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MESSAGES 4499OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_MONETARY 4500OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_NUMERIC 4501OLD_FILES+=usr/share/locale/cs_CZ.ISO8859-2/LC_TIME 4502OLD_DIRS+=usr/share/locale/cs_CZ.UTF-8 4503OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_COLLATE 4504OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_CTYPE 4505OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MESSAGES 4506OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_MONETARY 4507OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_NUMERIC 4508OLD_FILES+=usr/share/locale/cs_CZ.UTF-8/LC_TIME 4509OLD_DIRS+=usr/share/locale/da_DK.ISO8859-1 4510OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_COLLATE 4511OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_CTYPE 4512OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MESSAGES 4513OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_MONETARY 4514OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_NUMERIC 4515OLD_FILES+=usr/share/locale/da_DK.ISO8859-1/LC_TIME 4516OLD_DIRS+=usr/share/locale/da_DK.ISO8859-15 4517OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_COLLATE 4518OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_CTYPE 4519OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MESSAGES 4520OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_MONETARY 4521OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_NUMERIC 4522OLD_FILES+=usr/share/locale/da_DK.ISO8859-15/LC_TIME 4523OLD_DIRS+=usr/share/locale/da_DK.UTF-8 4524OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_COLLATE 4525OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_CTYPE 4526OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MESSAGES 4527OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_MONETARY 4528OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_NUMERIC 4529OLD_FILES+=usr/share/locale/da_DK.UTF-8/LC_TIME 4530OLD_DIRS+=usr/share/locale/de_AT.ISO8859-1 4531OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_COLLATE 4532OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_CTYPE 4533OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MESSAGES 4534OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_MONETARY 4535OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_NUMERIC 4536OLD_FILES+=usr/share/locale/de_AT.ISO8859-1/LC_TIME 4537OLD_DIRS+=usr/share/locale/de_AT.ISO8859-15 4538OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_COLLATE 4539OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_CTYPE 4540OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MESSAGES 4541OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_MONETARY 4542OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_NUMERIC 4543OLD_FILES+=usr/share/locale/de_AT.ISO8859-15/LC_TIME 4544OLD_DIRS+=usr/share/locale/de_AT.UTF-8 4545OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_COLLATE 4546OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_CTYPE 4547OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MESSAGES 4548OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_MONETARY 4549OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_NUMERIC 4550OLD_FILES+=usr/share/locale/de_AT.UTF-8/LC_TIME 4551OLD_DIRS+=usr/share/locale/de_CH.ISO8859-1 4552OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_COLLATE 4553OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_CTYPE 4554OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MESSAGES 4555OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_MONETARY 4556OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_NUMERIC 4557OLD_FILES+=usr/share/locale/de_CH.ISO8859-1/LC_TIME 4558OLD_DIRS+=usr/share/locale/de_CH.ISO8859-15 4559OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_COLLATE 4560OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_CTYPE 4561OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MESSAGES 4562OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_MONETARY 4563OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_NUMERIC 4564OLD_FILES+=usr/share/locale/de_CH.ISO8859-15/LC_TIME 4565OLD_DIRS+=usr/share/locale/de_CH.UTF-8 4566OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_COLLATE 4567OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_CTYPE 4568OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MESSAGES 4569OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_MONETARY 4570OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_NUMERIC 4571OLD_FILES+=usr/share/locale/de_CH.UTF-8/LC_TIME 4572OLD_DIRS+=usr/share/locale/de_DE.ISO8859-1 4573OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_COLLATE 4574OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_CTYPE 4575OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MESSAGES 4576OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_MONETARY 4577OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_NUMERIC 4578OLD_FILES+=usr/share/locale/de_DE.ISO8859-1/LC_TIME 4579OLD_DIRS+=usr/share/locale/de_DE.ISO8859-15 4580OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_COLLATE 4581OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_CTYPE 4582OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MESSAGES 4583OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_MONETARY 4584OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_NUMERIC 4585OLD_FILES+=usr/share/locale/de_DE.ISO8859-15/LC_TIME 4586OLD_DIRS+=usr/share/locale/de_DE.UTF-8 4587OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_COLLATE 4588OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_CTYPE 4589OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MESSAGES 4590OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_MONETARY 4591OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_NUMERIC 4592OLD_FILES+=usr/share/locale/de_DE.UTF-8/LC_TIME 4593OLD_DIRS+=usr/share/locale/el_GR.ISO8859-7 4594OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_COLLATE 4595OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_CTYPE 4596OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MESSAGES 4597OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_MONETARY 4598OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_NUMERIC 4599OLD_FILES+=usr/share/locale/el_GR.ISO8859-7/LC_TIME 4600OLD_DIRS+=usr/share/locale/el_GR.UTF-8 4601OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_COLLATE 4602OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_CTYPE 4603OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MESSAGES 4604OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_MONETARY 4605OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_NUMERIC 4606OLD_FILES+=usr/share/locale/el_GR.UTF-8/LC_TIME 4607OLD_DIRS+=usr/share/locale/en_AU.ISO8859-1 4608OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_COLLATE 4609OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_CTYPE 4610OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MESSAGES 4611OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_MONETARY 4612OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_NUMERIC 4613OLD_FILES+=usr/share/locale/en_AU.ISO8859-1/LC_TIME 4614OLD_DIRS+=usr/share/locale/en_AU.ISO8859-15 4615OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_COLLATE 4616OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_CTYPE 4617OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MESSAGES 4618OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_MONETARY 4619OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_NUMERIC 4620OLD_FILES+=usr/share/locale/en_AU.ISO8859-15/LC_TIME 4621OLD_DIRS+=usr/share/locale/en_AU.US-ASCII 4622OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_COLLATE 4623OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_CTYPE 4624OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MESSAGES 4625OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_MONETARY 4626OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_NUMERIC 4627OLD_FILES+=usr/share/locale/en_AU.US-ASCII/LC_TIME 4628OLD_DIRS+=usr/share/locale/en_AU.UTF-8 4629OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_COLLATE 4630OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_CTYPE 4631OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MESSAGES 4632OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_MONETARY 4633OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_NUMERIC 4634OLD_FILES+=usr/share/locale/en_AU.UTF-8/LC_TIME 4635OLD_DIRS+=usr/share/locale/en_CA.ISO8859-1 4636OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_COLLATE 4637OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_CTYPE 4638OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES 4639OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_MONETARY 4640OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_NUMERIC 4641OLD_FILES+=usr/share/locale/en_CA.ISO8859-1/LC_TIME 4642OLD_DIRS+=usr/share/locale/en_CA.ISO8859-15 4643OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_COLLATE 4644OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_CTYPE 4645OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MESSAGES 4646OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_MONETARY 4647OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_NUMERIC 4648OLD_FILES+=usr/share/locale/en_CA.ISO8859-15/LC_TIME 4649OLD_DIRS+=usr/share/locale/en_CA.US-ASCII 4650OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_COLLATE 4651OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_CTYPE 4652OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MESSAGES 4653OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_MONETARY 4654OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_NUMERIC 4655OLD_FILES+=usr/share/locale/en_CA.US-ASCII/LC_TIME 4656OLD_DIRS+=usr/share/locale/en_CA.UTF-8 4657OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_COLLATE 4658OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_CTYPE 4659OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MESSAGES 4660OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_MONETARY 4661OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_NUMERIC 4662OLD_FILES+=usr/share/locale/en_CA.UTF-8/LC_TIME 4663OLD_DIRS+=usr/share/locale/en_GB.ISO8859-1 4664OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_COLLATE 4665OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_CTYPE 4666OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MESSAGES 4667OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_MONETARY 4668OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_NUMERIC 4669OLD_FILES+=usr/share/locale/en_GB.ISO8859-1/LC_TIME 4670OLD_DIRS+=usr/share/locale/en_GB.ISO8859-15 4671OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_COLLATE 4672OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_CTYPE 4673OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MESSAGES 4674OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_MONETARY 4675OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_NUMERIC 4676OLD_FILES+=usr/share/locale/en_GB.ISO8859-15/LC_TIME 4677OLD_DIRS+=usr/share/locale/en_GB.US-ASCII 4678OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_COLLATE 4679OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_CTYPE 4680OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MESSAGES 4681OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_MONETARY 4682OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_NUMERIC 4683OLD_FILES+=usr/share/locale/en_GB.US-ASCII/LC_TIME 4684OLD_DIRS+=usr/share/locale/en_GB.UTF-8 4685OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_COLLATE 4686OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_CTYPE 4687OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MESSAGES 4688OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_MONETARY 4689OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_NUMERIC 4690OLD_FILES+=usr/share/locale/en_GB.UTF-8/LC_TIME 4691OLD_DIRS+=usr/share/locale/en_HK.ISO8859-1 4692OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_COLLATE 4693OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_CTYPE 4694OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MESSAGES 4695OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_MONETARY 4696OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_NUMERIC 4697OLD_FILES+=usr/share/locale/en_HK.ISO8859-1/LC_TIME 4698OLD_DIRS+=usr/share/locale/en_HK.UTF-8 4699OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_COLLATE 4700OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_CTYPE 4701OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MESSAGES 4702OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_MONETARY 4703OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_NUMERIC 4704OLD_FILES+=usr/share/locale/en_HK.UTF-8/LC_TIME 4705OLD_DIRS+=usr/share/locale/en_IE.ISO8859-1 4706OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_COLLATE 4707OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_CTYPE 4708OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MESSAGES 4709OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_MONETARY 4710OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_NUMERIC 4711OLD_FILES+=usr/share/locale/en_IE.ISO8859-1/LC_TIME 4712OLD_DIRS+=usr/share/locale/en_IE.ISO8859-15 4713OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_COLLATE 4714OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_CTYPE 4715OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MESSAGES 4716OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_MONETARY 4717OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_NUMERIC 4718OLD_FILES+=usr/share/locale/en_IE.ISO8859-15/LC_TIME 4719OLD_DIRS+=usr/share/locale/en_IE.UTF-8 4720OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_COLLATE 4721OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_CTYPE 4722OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MESSAGES 4723OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_MONETARY 4724OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_NUMERIC 4725OLD_FILES+=usr/share/locale/en_IE.UTF-8/LC_TIME 4726OLD_DIRS+=usr/share/locale/en_NZ.ISO8859-1 4727OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_COLLATE 4728OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_CTYPE 4729OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MESSAGES 4730OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_MONETARY 4731OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_NUMERIC 4732OLD_FILES+=usr/share/locale/en_NZ.ISO8859-1/LC_TIME 4733OLD_DIRS+=usr/share/locale/en_NZ.ISO8859-15 4734OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_COLLATE 4735OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_CTYPE 4736OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MESSAGES 4737OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_MONETARY 4738OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_NUMERIC 4739OLD_FILES+=usr/share/locale/en_NZ.ISO8859-15/LC_TIME 4740OLD_DIRS+=usr/share/locale/en_NZ.US-ASCII 4741OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_COLLATE 4742OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_CTYPE 4743OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MESSAGES 4744OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_MONETARY 4745OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_NUMERIC 4746OLD_FILES+=usr/share/locale/en_NZ.US-ASCII/LC_TIME 4747OLD_DIRS+=usr/share/locale/en_NZ.UTF-8 4748OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_COLLATE 4749OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_CTYPE 4750OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MESSAGES 4751OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_MONETARY 4752OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_NUMERIC 4753OLD_FILES+=usr/share/locale/en_NZ.UTF-8/LC_TIME 4754OLD_DIRS+=usr/share/locale/en_PH.UTF-8 4755OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_COLLATE 4756OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_CTYPE 4757OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MESSAGES 4758OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_MONETARY 4759OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_NUMERIC 4760OLD_FILES+=usr/share/locale/en_PH.UTF-8/LC_TIME 4761OLD_DIRS+=usr/share/locale/en_SG.ISO8859-1 4762OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_COLLATE 4763OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_CTYPE 4764OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MESSAGES 4765OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_MONETARY 4766OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_NUMERIC 4767OLD_FILES+=usr/share/locale/en_SG.ISO8859-1/LC_TIME 4768OLD_DIRS+=usr/share/locale/en_SG.UTF-8 4769OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_COLLATE 4770OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_CTYPE 4771OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MESSAGES 4772OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_MONETARY 4773OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_NUMERIC 4774OLD_FILES+=usr/share/locale/en_SG.UTF-8/LC_TIME 4775OLD_DIRS+=usr/share/locale/en_US.ISO8859-1 4776OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_COLLATE 4777OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_CTYPE 4778OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MESSAGES 4779OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_MONETARY 4780OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_NUMERIC 4781OLD_FILES+=usr/share/locale/en_US.ISO8859-1/LC_TIME 4782OLD_DIRS+=usr/share/locale/en_US.ISO8859-15 4783OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_COLLATE 4784OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_CTYPE 4785OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MESSAGES 4786OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_MONETARY 4787OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_NUMERIC 4788OLD_FILES+=usr/share/locale/en_US.ISO8859-15/LC_TIME 4789OLD_DIRS+=usr/share/locale/en_US.US-ASCII 4790OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_COLLATE 4791OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_CTYPE 4792OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MESSAGES 4793OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_MONETARY 4794OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_NUMERIC 4795OLD_FILES+=usr/share/locale/en_US.US-ASCII/LC_TIME 4796OLD_DIRS+=usr/share/locale/en_US.UTF-8 4797OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_COLLATE 4798OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_CTYPE 4799OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MESSAGES 4800OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_MONETARY 4801OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_NUMERIC 4802OLD_FILES+=usr/share/locale/en_US.UTF-8/LC_TIME 4803OLD_DIRS+=usr/share/locale/en_ZA.ISO8859-1 4804OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_COLLATE 4805OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_CTYPE 4806OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MESSAGES 4807OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_MONETARY 4808OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_NUMERIC 4809OLD_FILES+=usr/share/locale/en_ZA.ISO8859-1/LC_TIME 4810OLD_DIRS+=usr/share/locale/en_ZA.ISO8859-15 4811OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_COLLATE 4812OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_CTYPE 4813OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_MESSAGES 4814OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_MONETARY 4815OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_NUMERIC 4816OLD_FILES+=usr/share/locale/en_ZA.ISO8859-15/LC_TIME 4817OLD_DIRS+=usr/share/locale/en_ZA.US-ASCII 4818OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_COLLATE 4819OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_CTYPE 4820OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MESSAGES 4821OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_MONETARY 4822OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_NUMERIC 4823OLD_FILES+=usr/share/locale/en_ZA.US-ASCII/LC_TIME 4824OLD_DIRS+=usr/share/locale/en_ZA.UTF-8 4825OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_COLLATE 4826OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_CTYPE 4827OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MESSAGES 4828OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_MONETARY 4829OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_NUMERIC 4830OLD_FILES+=usr/share/locale/en_ZA.UTF-8/LC_TIME 4831OLD_DIRS+=usr/share/locale/es_AR.ISO8859-1 4832OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_COLLATE 4833OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_CTYPE 4834OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MESSAGES 4835OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_MONETARY 4836OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_NUMERIC 4837OLD_FILES+=usr/share/locale/es_AR.ISO8859-1/LC_TIME 4838OLD_DIRS+=usr/share/locale/es_AR.UTF-8 4839OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_COLLATE 4840OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_CTYPE 4841OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MESSAGES 4842OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_MONETARY 4843OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_NUMERIC 4844OLD_FILES+=usr/share/locale/es_AR.UTF-8/LC_TIME 4845OLD_DIRS+=usr/share/locale/es_CR.UTF-8 4846OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_COLLATE 4847OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_CTYPE 4848OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MESSAGES 4849OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_MONETARY 4850OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_NUMERIC 4851OLD_FILES+=usr/share/locale/es_CR.UTF-8/LC_TIME 4852OLD_DIRS+=usr/share/locale/es_ES.ISO8859-1 4853OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_COLLATE 4854OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_CTYPE 4855OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MESSAGES 4856OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_MONETARY 4857OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_NUMERIC 4858OLD_FILES+=usr/share/locale/es_ES.ISO8859-1/LC_TIME 4859OLD_DIRS+=usr/share/locale/es_ES.ISO8859-15 4860OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_COLLATE 4861OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_CTYPE 4862OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MESSAGES 4863OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_MONETARY 4864OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_NUMERIC 4865OLD_FILES+=usr/share/locale/es_ES.ISO8859-15/LC_TIME 4866OLD_DIRS+=usr/share/locale/es_ES.UTF-8 4867OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_COLLATE 4868OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_CTYPE 4869OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MESSAGES 4870OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_MONETARY 4871OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_NUMERIC 4872OLD_FILES+=usr/share/locale/es_ES.UTF-8/LC_TIME 4873OLD_DIRS+=usr/share/locale/es_MX.ISO8859-1 4874OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_COLLATE 4875OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_CTYPE 4876OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MESSAGES 4877OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_MONETARY 4878OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_NUMERIC 4879OLD_FILES+=usr/share/locale/es_MX.ISO8859-1/LC_TIME 4880OLD_DIRS+=usr/share/locale/es_MX.UTF-8 4881OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_COLLATE 4882OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_CTYPE 4883OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MESSAGES 4884OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_MONETARY 4885OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_NUMERIC 4886OLD_FILES+=usr/share/locale/es_MX.UTF-8/LC_TIME 4887OLD_DIRS+=usr/share/locale/et_EE.ISO8859-1 4888OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_COLLATE 4889OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_CTYPE 4890OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MESSAGES 4891OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_MONETARY 4892OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_NUMERIC 4893OLD_FILES+=usr/share/locale/et_EE.ISO8859-1/LC_TIME 4894OLD_DIRS+=usr/share/locale/et_EE.ISO8859-15 4895OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_COLLATE 4896OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_CTYPE 4897OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MESSAGES 4898OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_MONETARY 4899OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_NUMERIC 4900OLD_FILES+=usr/share/locale/et_EE.ISO8859-15/LC_TIME 4901OLD_DIRS+=usr/share/locale/et_EE.UTF-8 4902OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_COLLATE 4903OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_CTYPE 4904OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MESSAGES 4905OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_MONETARY 4906OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_NUMERIC 4907OLD_FILES+=usr/share/locale/et_EE.UTF-8/LC_TIME 4908OLD_DIRS+=usr/share/locale/eu_ES.ISO8859-1 4909OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_COLLATE 4910OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_CTYPE 4911OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MESSAGES 4912OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_MONETARY 4913OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_NUMERIC 4914OLD_FILES+=usr/share/locale/eu_ES.ISO8859-1/LC_TIME 4915OLD_DIRS+=usr/share/locale/eu_ES.ISO8859-15 4916OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_COLLATE 4917OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_CTYPE 4918OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MESSAGES 4919OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_MONETARY 4920OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_NUMERIC 4921OLD_FILES+=usr/share/locale/eu_ES.ISO8859-15/LC_TIME 4922OLD_DIRS+=usr/share/locale/eu_ES.UTF-8 4923OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_COLLATE 4924OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_CTYPE 4925OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MESSAGES 4926OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_MONETARY 4927OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_NUMERIC 4928OLD_FILES+=usr/share/locale/eu_ES.UTF-8/LC_TIME 4929OLD_DIRS+=usr/share/locale/fi_FI.ISO8859-1 4930OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_COLLATE 4931OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_CTYPE 4932OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MESSAGES 4933OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_MONETARY 4934OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_NUMERIC 4935OLD_FILES+=usr/share/locale/fi_FI.ISO8859-1/LC_TIME 4936OLD_DIRS+=usr/share/locale/fi_FI.ISO8859-15 4937OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_COLLATE 4938OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_CTYPE 4939OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MESSAGES 4940OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_MONETARY 4941OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_NUMERIC 4942OLD_FILES+=usr/share/locale/fi_FI.ISO8859-15/LC_TIME 4943OLD_DIRS+=usr/share/locale/fi_FI.UTF-8 4944OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_COLLATE 4945OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_CTYPE 4946OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MESSAGES 4947OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_MONETARY 4948OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_NUMERIC 4949OLD_FILES+=usr/share/locale/fi_FI.UTF-8/LC_TIME 4950OLD_DIRS+=usr/share/locale/fr_BE.ISO8859-1 4951OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_COLLATE 4952OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_CTYPE 4953OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MESSAGES 4954OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_MONETARY 4955OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_NUMERIC 4956OLD_FILES+=usr/share/locale/fr_BE.ISO8859-1/LC_TIME 4957OLD_DIRS+=usr/share/locale/fr_BE.ISO8859-15 4958OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_COLLATE 4959OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_CTYPE 4960OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MESSAGES 4961OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_MONETARY 4962OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_NUMERIC 4963OLD_FILES+=usr/share/locale/fr_BE.ISO8859-15/LC_TIME 4964OLD_DIRS+=usr/share/locale/fr_BE.UTF-8 4965OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_COLLATE 4966OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_CTYPE 4967OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MESSAGES 4968OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_MONETARY 4969OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_NUMERIC 4970OLD_FILES+=usr/share/locale/fr_BE.UTF-8/LC_TIME 4971OLD_DIRS+=usr/share/locale/fr_CA.ISO8859-1 4972OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_COLLATE 4973OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_CTYPE 4974OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MESSAGES 4975OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_MONETARY 4976OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_NUMERIC 4977OLD_FILES+=usr/share/locale/fr_CA.ISO8859-1/LC_TIME 4978OLD_DIRS+=usr/share/locale/fr_CA.ISO8859-15 4979OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_COLLATE 4980OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_CTYPE 4981OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MESSAGES 4982OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_MONETARY 4983OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_NUMERIC 4984OLD_FILES+=usr/share/locale/fr_CA.ISO8859-15/LC_TIME 4985OLD_DIRS+=usr/share/locale/fr_CA.UTF-8 4986OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_COLLATE 4987OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_CTYPE 4988OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MESSAGES 4989OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_MONETARY 4990OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_NUMERIC 4991OLD_FILES+=usr/share/locale/fr_CA.UTF-8/LC_TIME 4992OLD_DIRS+=usr/share/locale/fr_CH.ISO8859-1 4993OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_COLLATE 4994OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_CTYPE 4995OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MESSAGES 4996OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_MONETARY 4997OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_NUMERIC 4998OLD_FILES+=usr/share/locale/fr_CH.ISO8859-1/LC_TIME 4999OLD_DIRS+=usr/share/locale/fr_CH.ISO8859-15 5000OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_COLLATE 5001OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_CTYPE 5002OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MESSAGES 5003OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_MONETARY 5004OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_NUMERIC 5005OLD_FILES+=usr/share/locale/fr_CH.ISO8859-15/LC_TIME 5006OLD_DIRS+=usr/share/locale/fr_CH.UTF-8 5007OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_COLLATE 5008OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_CTYPE 5009OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MESSAGES 5010OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_MONETARY 5011OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_NUMERIC 5012OLD_FILES+=usr/share/locale/fr_CH.UTF-8/LC_TIME 5013OLD_DIRS+=usr/share/locale/fr_FR.ISO8859-1 5014OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_COLLATE 5015OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_CTYPE 5016OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MESSAGES 5017OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_MONETARY 5018OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_NUMERIC 5019OLD_FILES+=usr/share/locale/fr_FR.ISO8859-1/LC_TIME 5020OLD_DIRS+=usr/share/locale/fr_FR.ISO8859-15 5021OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_COLLATE 5022OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_CTYPE 5023OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MESSAGES 5024OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_MONETARY 5025OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_NUMERIC 5026OLD_FILES+=usr/share/locale/fr_FR.ISO8859-15/LC_TIME 5027OLD_DIRS+=usr/share/locale/fr_FR.UTF-8 5028OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_COLLATE 5029OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_CTYPE 5030OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MESSAGES 5031OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_MONETARY 5032OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_NUMERIC 5033OLD_FILES+=usr/share/locale/fr_FR.UTF-8/LC_TIME 5034OLD_DIRS+=usr/share/locale/he_IL.UTF-8 5035OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_COLLATE 5036OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_CTYPE 5037OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MESSAGES 5038OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_MONETARY 5039OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_NUMERIC 5040OLD_FILES+=usr/share/locale/he_IL.UTF-8/LC_TIME 5041OLD_DIRS+=usr/share/locale/hi_IN.ISCII-DEV 5042OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE 5043OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_CTYPE 5044OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MESSAGES 5045OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_MONETARY 5046OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_NUMERIC 5047OLD_FILES+=usr/share/locale/hi_IN.ISCII-DEV/LC_TIME 5048OLD_DIRS+=usr/share/locale/hi_IN.UTF-8 5049OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_COLLATE 5050OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_CTYPE 5051OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MESSAGES 5052OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_MONETARY 5053OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_NUMERIC 5054OLD_FILES+=usr/share/locale/hi_IN.UTF-8/LC_TIME 5055OLD_DIRS+=usr/share/locale/hr_HR.ISO8859-2 5056OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE 5057OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_CTYPE 5058OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES 5059OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MONETARY 5060OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_NUMERIC 5061OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_TIME 5062OLD_DIRS+=usr/share/locale/hr_HR.UTF-8 5063OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_COLLATE 5064OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_CTYPE 5065OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MESSAGES 5066OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_MONETARY 5067OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_NUMERIC 5068OLD_FILES+=usr/share/locale/hr_HR.UTF-8/LC_TIME 5069OLD_DIRS+=usr/share/locale/hu_HU.ISO8859-2 5070OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_COLLATE 5071OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_CTYPE 5072OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MESSAGES 5073OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_MONETARY 5074OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_NUMERIC 5075OLD_FILES+=usr/share/locale/hu_HU.ISO8859-2/LC_TIME 5076OLD_DIRS+=usr/share/locale/hu_HU.UTF-8 5077OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_COLLATE 5078OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_CTYPE 5079OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MESSAGES 5080OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_MONETARY 5081OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_NUMERIC 5082OLD_FILES+=usr/share/locale/hu_HU.UTF-8/LC_TIME 5083OLD_DIRS+=usr/share/locale/hy_AM.ARMSCII-8 5084OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_COLLATE 5085OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_CTYPE 5086OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MESSAGES 5087OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_MONETARY 5088OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_NUMERIC 5089OLD_FILES+=usr/share/locale/hy_AM.ARMSCII-8/LC_TIME 5090OLD_DIRS+=usr/share/locale/hy_AM.UTF-8 5091OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_COLLATE 5092OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_CTYPE 5093OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MESSAGES 5094OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_MONETARY 5095OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_NUMERIC 5096OLD_FILES+=usr/share/locale/hy_AM.UTF-8/LC_TIME 5097OLD_DIRS+=usr/share/locale/is_IS.ISO8859-1 5098OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_COLLATE 5099OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_CTYPE 5100OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MESSAGES 5101OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_MONETARY 5102OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_NUMERIC 5103OLD_FILES+=usr/share/locale/is_IS.ISO8859-1/LC_TIME 5104OLD_DIRS+=usr/share/locale/is_IS.ISO8859-15 5105OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_COLLATE 5106OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_CTYPE 5107OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MESSAGES 5108OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_MONETARY 5109OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_NUMERIC 5110OLD_FILES+=usr/share/locale/is_IS.ISO8859-15/LC_TIME 5111OLD_DIRS+=usr/share/locale/is_IS.UTF-8 5112OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_COLLATE 5113OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_CTYPE 5114OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MESSAGES 5115OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_MONETARY 5116OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_NUMERIC 5117OLD_FILES+=usr/share/locale/is_IS.UTF-8/LC_TIME 5118OLD_DIRS+=usr/share/locale/it_CH.ISO8859-1 5119OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_COLLATE 5120OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_CTYPE 5121OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MESSAGES 5122OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_MONETARY 5123OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_NUMERIC 5124OLD_FILES+=usr/share/locale/it_CH.ISO8859-1/LC_TIME 5125OLD_DIRS+=usr/share/locale/it_CH.ISO8859-15 5126OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_COLLATE 5127OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_CTYPE 5128OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MESSAGES 5129OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_MONETARY 5130OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_NUMERIC 5131OLD_FILES+=usr/share/locale/it_CH.ISO8859-15/LC_TIME 5132OLD_DIRS+=usr/share/locale/it_CH.UTF-8 5133OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_COLLATE 5134OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_CTYPE 5135OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MESSAGES 5136OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_MONETARY 5137OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_NUMERIC 5138OLD_FILES+=usr/share/locale/it_CH.UTF-8/LC_TIME 5139OLD_DIRS+=usr/share/locale/it_IT.ISO8859-1 5140OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_COLLATE 5141OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_CTYPE 5142OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MESSAGES 5143OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_MONETARY 5144OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_NUMERIC 5145OLD_FILES+=usr/share/locale/it_IT.ISO8859-1/LC_TIME 5146OLD_DIRS+=usr/share/locale/it_IT.ISO8859-15 5147OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_COLLATE 5148OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_CTYPE 5149OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MESSAGES 5150OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_MONETARY 5151OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_NUMERIC 5152OLD_FILES+=usr/share/locale/it_IT.ISO8859-15/LC_TIME 5153OLD_DIRS+=usr/share/locale/it_IT.UTF-8 5154OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_COLLATE 5155OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_CTYPE 5156OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MESSAGES 5157OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_MONETARY 5158OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_NUMERIC 5159OLD_FILES+=usr/share/locale/it_IT.UTF-8/LC_TIME 5160OLD_DIRS+=usr/share/locale/ja_JP.eucJP 5161OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_COLLATE 5162OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_CTYPE 5163OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MESSAGES 5164OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_MONETARY 5165OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_NUMERIC 5166OLD_FILES+=usr/share/locale/ja_JP.eucJP/LC_TIME 5167OLD_DIRS+=usr/share/locale/ja_JP.SJIS 5168OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_COLLATE 5169OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_CTYPE 5170OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MESSAGES 5171OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_MONETARY 5172OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_NUMERIC 5173OLD_FILES+=usr/share/locale/ja_JP.SJIS/LC_TIME 5174OLD_DIRS+=usr/share/locale/ja_JP.UTF-8 5175OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_COLLATE 5176OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_CTYPE 5177OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MESSAGES 5178OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_MONETARY 5179OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_NUMERIC 5180OLD_FILES+=usr/share/locale/ja_JP.UTF-8/LC_TIME 5181OLD_DIRS+=usr/share/locale/kk_KZ.UTF-8 5182OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_COLLATE 5183OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_CTYPE 5184OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MESSAGES 5185OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_MONETARY 5186OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_NUMERIC 5187OLD_FILES+=usr/share/locale/kk_KZ.UTF-8/LC_TIME 5188OLD_DIRS+=usr/share/locale/ko_KR.CP949 5189OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_COLLATE 5190OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_CTYPE 5191OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MESSAGES 5192OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_MONETARY 5193OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_NUMERIC 5194OLD_FILES+=usr/share/locale/ko_KR.CP949/LC_TIME 5195OLD_DIRS+=usr/share/locale/ko_KR.eucKR 5196OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_COLLATE 5197OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_CTYPE 5198OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MESSAGES 5199OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_MONETARY 5200OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_NUMERIC 5201OLD_FILES+=usr/share/locale/ko_KR.eucKR/LC_TIME 5202OLD_DIRS+=usr/share/locale/ko_KR.UTF-8 5203OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_COLLATE 5204OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_CTYPE 5205OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MESSAGES 5206OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_MONETARY 5207OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_NUMERIC 5208OLD_FILES+=usr/share/locale/ko_KR.UTF-8/LC_TIME 5209OLD_DIRS+=usr/share/locale/lt_LT.ISO8859-13 5210OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_COLLATE 5211OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_CTYPE 5212OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MESSAGES 5213OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_MONETARY 5214OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_NUMERIC 5215OLD_FILES+=usr/share/locale/lt_LT.ISO8859-13/LC_TIME 5216OLD_DIRS+=usr/share/locale/lt_LT.UTF-8 5217OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_COLLATE 5218OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_CTYPE 5219OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MESSAGES 5220OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_MONETARY 5221OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_NUMERIC 5222OLD_FILES+=usr/share/locale/lt_LT.UTF-8/LC_TIME 5223OLD_DIRS+=usr/share/locale/lv_LV.ISO8859-13 5224OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_COLLATE 5225OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_CTYPE 5226OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MESSAGES 5227OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_MONETARY 5228OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_NUMERIC 5229OLD_FILES+=usr/share/locale/lv_LV.ISO8859-13/LC_TIME 5230OLD_DIRS+=usr/share/locale/lv_LV.UTF-8 5231OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_COLLATE 5232OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_CTYPE 5233OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MESSAGES 5234OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_MONETARY 5235OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_NUMERIC 5236OLD_FILES+=usr/share/locale/lv_LV.UTF-8/LC_TIME 5237OLD_DIRS+=usr/share/locale/mn_MN.UTF-8 5238OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_COLLATE 5239OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_CTYPE 5240OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MESSAGES 5241OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_MONETARY 5242OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_NUMERIC 5243OLD_FILES+=usr/share/locale/mn_MN.UTF-8/LC_TIME 5244OLD_DIRS+=usr/share/locale/nb_NO.ISO8859-1 5245OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_COLLATE 5246OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_CTYPE 5247OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MESSAGES 5248OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_MONETARY 5249OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_NUMERIC 5250OLD_FILES+=usr/share/locale/nb_NO.ISO8859-1/LC_TIME 5251OLD_DIRS+=usr/share/locale/nb_NO.ISO8859-15 5252OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_COLLATE 5253OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_CTYPE 5254OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MESSAGES 5255OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_MONETARY 5256OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_NUMERIC 5257OLD_FILES+=usr/share/locale/nb_NO.ISO8859-15/LC_TIME 5258OLD_DIRS+=usr/share/locale/nb_NO.UTF-8 5259OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_COLLATE 5260OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_CTYPE 5261OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MESSAGES 5262OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_MONETARY 5263OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_NUMERIC 5264OLD_FILES+=usr/share/locale/nb_NO.UTF-8/LC_TIME 5265OLD_DIRS+=usr/share/locale/nl_BE.ISO8859-1 5266OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_COLLATE 5267OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_CTYPE 5268OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES 5269OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MONETARY 5270OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_NUMERIC 5271OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_TIME 5272OLD_DIRS+=usr/share/locale/nl_BE.ISO8859-15 5273OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_COLLATE 5274OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_CTYPE 5275OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MESSAGES 5276OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_MONETARY 5277OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_NUMERIC 5278OLD_FILES+=usr/share/locale/nl_BE.ISO8859-15/LC_TIME 5279OLD_DIRS+=usr/share/locale/nl_BE.UTF-8 5280OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_COLLATE 5281OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_CTYPE 5282OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MESSAGES 5283OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_MONETARY 5284OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_NUMERIC 5285OLD_FILES+=usr/share/locale/nl_BE.UTF-8/LC_TIME 5286OLD_DIRS+=usr/share/locale/nl_NL.ISO8859-1 5287OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_COLLATE 5288OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_CTYPE 5289OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MESSAGES 5290OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_MONETARY 5291OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_NUMERIC 5292OLD_FILES+=usr/share/locale/nl_NL.ISO8859-1/LC_TIME 5293OLD_DIRS+=usr/share/locale/nl_NL.ISO8859-15 5294OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_COLLATE 5295OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_CTYPE 5296OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MESSAGES 5297OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_MONETARY 5298OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_NUMERIC 5299OLD_FILES+=usr/share/locale/nl_NL.ISO8859-15/LC_TIME 5300OLD_DIRS+=usr/share/locale/nl_NL.UTF-8 5301OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_COLLATE 5302OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_CTYPE 5303OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MESSAGES 5304OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_MONETARY 5305OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_NUMERIC 5306OLD_FILES+=usr/share/locale/nl_NL.UTF-8/LC_TIME 5307OLD_DIRS+=usr/share/locale/nn_NO.ISO8859-1 5308OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_COLLATE 5309OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_CTYPE 5310OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MESSAGES 5311OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_MONETARY 5312OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_NUMERIC 5313OLD_FILES+=usr/share/locale/nn_NO.ISO8859-1/LC_TIME 5314OLD_DIRS+=usr/share/locale/nn_NO.ISO8859-15 5315OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_COLLATE 5316OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_CTYPE 5317OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MESSAGES 5318OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_MONETARY 5319OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_NUMERIC 5320OLD_FILES+=usr/share/locale/nn_NO.ISO8859-15/LC_TIME 5321OLD_DIRS+=usr/share/locale/nn_NO.UTF-8 5322OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_COLLATE 5323OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_CTYPE 5324OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MESSAGES 5325OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_MONETARY 5326OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_NUMERIC 5327OLD_FILES+=usr/share/locale/nn_NO.UTF-8/LC_TIME 5328OLD_DIRS+=usr/share/locale/pl_PL.ISO8859-2 5329OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE 5330OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_CTYPE 5331OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MESSAGES 5332OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_MONETARY 5333OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_NUMERIC 5334OLD_FILES+=usr/share/locale/pl_PL.ISO8859-2/LC_TIME 5335OLD_DIRS+=usr/share/locale/pl_PL.UTF-8 5336OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_COLLATE 5337OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_CTYPE 5338OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MESSAGES 5339OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_MONETARY 5340OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_NUMERIC 5341OLD_FILES+=usr/share/locale/pl_PL.UTF-8/LC_TIME 5342OLD_DIRS+=usr/share/locale/pt_BR.ISO8859-1 5343OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_COLLATE 5344OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_CTYPE 5345OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MESSAGES 5346OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_MONETARY 5347OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_NUMERIC 5348OLD_FILES+=usr/share/locale/pt_BR.ISO8859-1/LC_TIME 5349OLD_DIRS+=usr/share/locale/pt_BR.UTF-8 5350OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_COLLATE 5351OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_CTYPE 5352OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MESSAGES 5353OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_MONETARY 5354OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_NUMERIC 5355OLD_FILES+=usr/share/locale/pt_BR.UTF-8/LC_TIME 5356OLD_DIRS+=usr/share/locale/pt_PT.ISO8859-1 5357OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_COLLATE 5358OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_CTYPE 5359OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MESSAGES 5360OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_MONETARY 5361OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_NUMERIC 5362OLD_FILES+=usr/share/locale/pt_PT.ISO8859-1/LC_TIME 5363OLD_DIRS+=usr/share/locale/pt_PT.ISO8859-15 5364OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_COLLATE 5365OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_CTYPE 5366OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MESSAGES 5367OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_MONETARY 5368OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_NUMERIC 5369OLD_FILES+=usr/share/locale/pt_PT.ISO8859-15/LC_TIME 5370OLD_DIRS+=usr/share/locale/pt_PT.UTF-8 5371OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_COLLATE 5372OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_CTYPE 5373OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MESSAGES 5374OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_MONETARY 5375OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_NUMERIC 5376OLD_FILES+=usr/share/locale/pt_PT.UTF-8/LC_TIME 5377OLD_DIRS+=usr/share/locale/ro_RO.ISO8859-2 5378OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_COLLATE 5379OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_CTYPE 5380OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MESSAGES 5381OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_MONETARY 5382OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_NUMERIC 5383OLD_FILES+=usr/share/locale/ro_RO.ISO8859-2/LC_TIME 5384OLD_DIRS+=usr/share/locale/ro_RO.UTF-8 5385OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_COLLATE 5386OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_CTYPE 5387OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MESSAGES 5388OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_MONETARY 5389OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_NUMERIC 5390OLD_FILES+=usr/share/locale/ro_RO.UTF-8/LC_TIME 5391OLD_DIRS+=usr/share/locale/ru_RU.CP1251 5392OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_COLLATE 5393OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_CTYPE 5394OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MESSAGES 5395OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_MONETARY 5396OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_NUMERIC 5397OLD_FILES+=usr/share/locale/ru_RU.CP1251/LC_TIME 5398OLD_DIRS+=usr/share/locale/ru_RU.CP866 5399OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_COLLATE 5400OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_CTYPE 5401OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MESSAGES 5402OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_MONETARY 5403OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_NUMERIC 5404OLD_FILES+=usr/share/locale/ru_RU.CP866/LC_TIME 5405OLD_DIRS+=usr/share/locale/ru_RU.ISO8859-5 5406OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE 5407OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_CTYPE 5408OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MESSAGES 5409OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_MONETARY 5410OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_NUMERIC 5411OLD_FILES+=usr/share/locale/ru_RU.ISO8859-5/LC_TIME 5412OLD_DIRS+=usr/share/locale/ru_RU.KOI8-R 5413OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_COLLATE 5414OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_CTYPE 5415OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES 5416OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_MONETARY 5417OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_NUMERIC 5418OLD_FILES+=usr/share/locale/ru_RU.KOI8-R/LC_TIME 5419OLD_DIRS+=usr/share/locale/ru_RU.UTF-8 5420OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_COLLATE 5421OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_CTYPE 5422OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MESSAGES 5423OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_MONETARY 5424OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_NUMERIC 5425OLD_FILES+=usr/share/locale/ru_RU.UTF-8/LC_TIME 5426OLD_DIRS+=usr/share/locale/se_FI.UTF-8 5427OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_COLLATE 5428OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_CTYPE 5429OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MESSAGES 5430OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_MONETARY 5431OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_NUMERIC 5432OLD_FILES+=usr/share/locale/se_FI.UTF-8/LC_TIME 5433OLD_DIRS+=usr/share/locale/se_NO.UTF-8 5434OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_COLLATE 5435OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_CTYPE 5436OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MESSAGES 5437OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_MONETARY 5438OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_NUMERIC 5439OLD_FILES+=usr/share/locale/se_NO.UTF-8/LC_TIME 5440OLD_DIRS+=usr/share/locale/sk_SK.ISO8859-2 5441OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_COLLATE 5442OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_CTYPE 5443OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES 5444OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_MONETARY 5445OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_NUMERIC 5446OLD_FILES+=usr/share/locale/sk_SK.ISO8859-2/LC_TIME 5447OLD_DIRS+=usr/share/locale/sk_SK.UTF-8 5448OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_COLLATE 5449OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_CTYPE 5450OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MESSAGES 5451OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_MONETARY 5452OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_NUMERIC 5453OLD_FILES+=usr/share/locale/sk_SK.UTF-8/LC_TIME 5454OLD_DIRS+=usr/share/locale/sl_SI.ISO8859-2 5455OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_COLLATE 5456OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_CTYPE 5457OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MESSAGES 5458OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_MONETARY 5459OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_NUMERIC 5460OLD_FILES+=usr/share/locale/sl_SI.ISO8859-2/LC_TIME 5461OLD_DIRS+=usr/share/locale/sl_SI.UTF-8 5462OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_COLLATE 5463OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_CTYPE 5464OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MESSAGES 5465OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_MONETARY 5466OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_NUMERIC 5467OLD_FILES+=usr/share/locale/sl_SI.UTF-8/LC_TIME 5468OLD_DIRS+=usr/share/locale/sr_RS.ISO8859-5 5469OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_COLLATE 5470OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_CTYPE 5471OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_MESSAGES 5472OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_MONETARY 5473OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_NUMERIC 5474OLD_FILES+=usr/share/locale/sr_RS.ISO8859-5/LC_TIME 5475OLD_DIRS+=usr/share/locale/sr_RS.UTF-8 5476OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_COLLATE 5477OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_CTYPE 5478OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_MESSAGES 5479OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_MONETARY 5480OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_NUMERIC 5481OLD_FILES+=usr/share/locale/sr_RS.UTF-8/LC_TIME 5482OLD_DIRS+=usr/share/locale/sr_RS.ISO8859-2 5483OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_COLLATE 5484OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_CTYPE 5485OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_MESSAGES 5486OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_MONETARY 5487OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_NUMERIC 5488OLD_FILES+=usr/share/locale/sr_RS.ISO8859-2/LC_TIME 5489OLD_DIRS+=usr/share/locale/sr_RS.UTF-8@latin 5490OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_COLLATE 5491OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_CTYPE 5492OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_MESSAGES 5493OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_MONETARY 5494OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_NUMERIC 5495OLD_FILES+=usr/share/locale/sr_RS.UTF-8@latin/LC_TIME 5496OLD_DIRS+=usr/share/locale/sv_FI.ISO8859-1 5497OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_COLLATE 5498OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_CTYPE 5499OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MESSAGES 5500OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_MONETARY 5501OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_NUMERIC 5502OLD_FILES+=usr/share/locale/sv_FI.ISO8859-1/LC_TIME 5503OLD_DIRS+=usr/share/locale/sv_FI.ISO8859-15 5504OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_COLLATE 5505OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_CTYPE 5506OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MESSAGES 5507OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_MONETARY 5508OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_NUMERIC 5509OLD_FILES+=usr/share/locale/sv_FI.ISO8859-15/LC_TIME 5510OLD_DIRS+=usr/share/locale/sv_FI.UTF-8 5511OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_COLLATE 5512OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_CTYPE 5513OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MESSAGES 5514OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_MONETARY 5515OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_NUMERIC 5516OLD_FILES+=usr/share/locale/sv_FI.UTF-8/LC_TIME 5517OLD_DIRS+=usr/share/locale/sv_SE.ISO8859-1 5518OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE 5519OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_CTYPE 5520OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MESSAGES 5521OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_MONETARY 5522OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_NUMERIC 5523OLD_FILES+=usr/share/locale/sv_SE.ISO8859-1/LC_TIME 5524OLD_DIRS+=usr/share/locale/sv_SE.ISO8859-15 5525OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE 5526OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_CTYPE 5527OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MESSAGES 5528OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_MONETARY 5529OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_NUMERIC 5530OLD_FILES+=usr/share/locale/sv_SE.ISO8859-15/LC_TIME 5531OLD_DIRS+=usr/share/locale/sv_SE.UTF-8 5532OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_COLLATE 5533OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_CTYPE 5534OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MESSAGES 5535OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_MONETARY 5536OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_NUMERIC 5537OLD_FILES+=usr/share/locale/sv_SE.UTF-8/LC_TIME 5538OLD_DIRS+=usr/share/locale/tr_TR.ISO8859-9 5539OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_COLLATE 5540OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_CTYPE 5541OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MESSAGES 5542OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_MONETARY 5543OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_NUMERIC 5544OLD_FILES+=usr/share/locale/tr_TR.ISO8859-9/LC_TIME 5545OLD_DIRS+=usr/share/locale/tr_TR.UTF-8 5546OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_COLLATE 5547OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_CTYPE 5548OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MESSAGES 5549OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_MONETARY 5550OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_NUMERIC 5551OLD_FILES+=usr/share/locale/tr_TR.UTF-8/LC_TIME 5552OLD_DIRS+=usr/share/locale/uk_UA.CP1251 5553OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_COLLATE 5554OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_CTYPE 5555OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MESSAGES 5556OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_MONETARY 5557OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_NUMERIC 5558OLD_FILES+=usr/share/locale/uk_UA.CP1251/LC_TIME 5559OLD_DIRS+=usr/share/locale/uk_UA.ISO8859-5 5560OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE 5561OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_CTYPE 5562OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MESSAGES 5563OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_MONETARY 5564OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_NUMERIC 5565OLD_FILES+=usr/share/locale/uk_UA.ISO8859-5/LC_TIME 5566OLD_DIRS+=usr/share/locale/uk_UA.KOI8-U 5567OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_COLLATE 5568OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_CTYPE 5569OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MESSAGES 5570OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_MONETARY 5571OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_NUMERIC 5572OLD_FILES+=usr/share/locale/uk_UA.KOI8-U/LC_TIME 5573OLD_DIRS+=usr/share/locale/uk_UA.UTF-8 5574OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_COLLATE 5575OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_CTYPE 5576OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MESSAGES 5577OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_MONETARY 5578OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_NUMERIC 5579OLD_FILES+=usr/share/locale/uk_UA.UTF-8/LC_TIME 5580OLD_DIRS+=usr/share/locale/zh_CN.eucCN 5581OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_COLLATE 5582OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_CTYPE 5583OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MESSAGES 5584OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_MONETARY 5585OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_NUMERIC 5586OLD_FILES+=usr/share/locale/zh_CN.eucCN/LC_TIME 5587OLD_DIRS+=usr/share/locale/zh_CN.GB18030 5588OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_COLLATE 5589OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_CTYPE 5590OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MESSAGES 5591OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_MONETARY 5592OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_NUMERIC 5593OLD_FILES+=usr/share/locale/zh_CN.GB18030/LC_TIME 5594OLD_DIRS+=usr/share/locale/zh_CN.GB2312 5595OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_COLLATE 5596OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_CTYPE 5597OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MESSAGES 5598OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_MONETARY 5599OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_NUMERIC 5600OLD_FILES+=usr/share/locale/zh_CN.GB2312/LC_TIME 5601OLD_DIRS+=usr/share/locale/zh_CN.GBK 5602OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_COLLATE 5603OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_CTYPE 5604OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MESSAGES 5605OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_MONETARY 5606OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_NUMERIC 5607OLD_FILES+=usr/share/locale/zh_CN.GBK/LC_TIME 5608OLD_DIRS+=usr/share/locale/zh_CN.UTF-8 5609OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_COLLATE 5610OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_CTYPE 5611OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MESSAGES 5612OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_MONETARY 5613OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_NUMERIC 5614OLD_FILES+=usr/share/locale/zh_CN.UTF-8/LC_TIME 5615OLD_DIRS+=usr/share/locale/zh_HK.UTF-8 5616OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_COLLATE 5617OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_CTYPE 5618OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MESSAGES 5619OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MONETARY 5620OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_NUMERIC 5621OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_TIME 5622OLD_DIRS+=usr/share/locale/zh_TW.Big5 5623OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE 5624OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE 5625OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES 5626OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY 5627OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC 5628OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME 5629OLD_DIRS+=usr/share/locale/zh_TW.UTF-8 5630OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_COLLATE 5631OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_CTYPE 5632OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MESSAGES 5633OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_MONETARY 5634OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_NUMERIC 5635OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_TIME 5636.endif 5637 5638.if ${MK_LOCATE} == no 5639OLD_FILES+=etc/locate.rc 5640OLD_FILES+=etc/periodic/weekly/310.locate 5641OLD_FILES+=usr/bin/locate 5642OLD_FILES+=usr/libexec/locate.bigram 5643OLD_FILES+=usr/libexec/locate.code 5644OLD_FILES+=usr/libexec/locate.concatdb 5645OLD_FILES+=usr/libexec/locate.mklocatedb 5646OLD_FILES+=usr/libexec/locate.updatedb 5647OLD_FILES+=usr/share/man/man1/locate.1.gz 5648OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz 5649OLD_FILES+=usr/share/man/man8/updatedb.8.gz 5650.endif 5651 5652.if ${MK_LPR} == no 5653OLD_FILES+=etc/hosts.lpd 5654OLD_FILES+=etc/printcap 5655OLD_FILES+=etc/newsyslog.conf.d/lpr.conf 5656OLD_FILES+=etc/rc.d/lpd 5657OLD_FILES+=etc/syslog.d/lpr.conf 5658OLD_FILES+=usr/bin/lp 5659OLD_FILES+=usr/bin/lpq 5660OLD_FILES+=usr/bin/lpr 5661OLD_FILES+=usr/bin/lprm 5662OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample 5663OLD_FILES+=usr/libexec/lpr/ru/koi2alt 5664OLD_FILES+=usr/libexec/lpr/ru/koi2855 5665OLD_DIRS+=usr/libexec/lpr/ru 5666OLD_FILES+=usr/libexec/lpr/lpf 5667OLD_DIRS+=usr/libexec/lpr 5668OLD_FILES+=usr/sbin/chkprintcap 5669OLD_FILES+=usr/sbin/lpc 5670OLD_FILES+=usr/sbin/lpd 5671OLD_FILES+=usr/sbin/lptest 5672OLD_FILES+=usr/sbin/pac 5673OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz 5674OLD_DIRS+=usr/share/doc/smm/07.lpd 5675OLD_FILES+=usr/share/examples/etc/hosts.lpd 5676OLD_FILES+=usr/share/examples/etc/printcap 5677OLD_FILES+=usr/share/man/man1/lp.1.gz 5678OLD_FILES+=usr/share/man/man1/lpq.1.gz 5679OLD_FILES+=usr/share/man/man1/lpr.1.gz 5680OLD_FILES+=usr/share/man/man1/lprm.1.gz 5681OLD_FILES+=usr/share/man/man1/lptest.1.gz 5682OLD_FILES+=usr/share/man/man5/printcap.5.gz 5683OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz 5684OLD_FILES+=usr/share/man/man8/lpc.8.gz 5685OLD_FILES+=usr/share/man/man8/lpd.8.gz 5686OLD_FILES+=usr/share/man/man8/pac.8.gz 5687.endif 5688 5689.if ${MK_MAIL} == no 5690OLD_FILES+=etc/aliases 5691OLD_FILES+=etc/mail.rc 5692OLD_FILES+=etc/mail/aliases 5693OLD_FILES+=etc/mail/mailer.conf 5694OLD_FILES+=etc/periodic/daily/130.clean-msgs 5695OLD_FILES+=etc/rc.d/othermta 5696OLD_FILES+=usr/bin/Mail 5697OLD_FILES+=usr/bin/biff 5698OLD_FILES+=usr/bin/from 5699OLD_FILES+=usr/bin/mail 5700OLD_FILES+=usr/bin/mailx 5701OLD_FILES+=usr/bin/msgs 5702OLD_FILES+=usr/libexec/comsat 5703OLD_FILES+=usr/share/examples/etc/mail.rc 5704OLD_FILES+=usr/share/man/man1/Mail.1.gz 5705OLD_FILES+=usr/share/man/man1/biff.1.gz 5706OLD_FILES+=usr/share/man/man1/from.1.gz 5707OLD_FILES+=usr/share/man/man1/mail.1.gz 5708OLD_FILES+=usr/share/man/man1/mailx.1.gz 5709OLD_FILES+=usr/share/man/man1/msgs.1.gz 5710OLD_FILES+=usr/share/man/man8/comsat.8.gz 5711OLD_FILES+=usr/share/misc/mail.help 5712OLD_FILES+=usr/share/misc/mail.tildehelp 5713.endif 5714 5715.if ${MK_MAILWRAPPER} == no 5716OLD_FILES+=etc/mail/mailer.conf 5717# Don't remove, for no mailwrapper case: 5718# /usr/sbin/sendmail -> /usr/sbin/mailwrapper 5719# /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail 5720#OLD_FILES+=usr/sbin/mailwrapper 5721OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz 5722.endif 5723 5724.if ${MK_MAKE} == no 5725OLD_FILES+=usr/bin/make 5726OLD_FILES+=usr/share/man/man1/make.1.gz 5727OLD_FILES+=usr/share/mk/atf.test.mk 5728OLD_FILES+=usr/share/mk/bsd.README 5729OLD_FILES+=usr/share/mk/bsd.arch.inc.mk 5730OLD_FILES+=usr/share/mk/bsd.compiler.mk 5731OLD_FILES+=usr/share/mk/bsd.cpu.mk 5732OLD_FILES+=usr/share/mk/bsd.crunchgen.mk 5733OLD_FILES+=usr/share/mk/bsd.dep.mk 5734OLD_FILES+=usr/share/mk/bsd.doc.mk 5735OLD_FILES+=usr/share/mk/bsd.dtb.mk 5736OLD_FILES+=usr/share/mk/bsd.endian.mk 5737OLD_FILES+=usr/share/mk/bsd.files.mk 5738OLD_FILES+=usr/share/mk/bsd.incs.mk 5739OLD_FILES+=usr/share/mk/bsd.info.mk 5740OLD_FILES+=usr/share/mk/bsd.init.mk 5741OLD_FILES+=usr/share/mk/bsd.kmod.mk 5742OLD_FILES+=usr/share/mk/bsd.lib.mk 5743OLD_FILES+=usr/share/mk/bsd.libnames.mk 5744OLD_FILES+=usr/share/mk/bsd.links.mk 5745OLD_FILES+=usr/share/mk/bsd.man.mk 5746OLD_FILES+=usr/share/mk/bsd.mkopt.mk 5747OLD_FILES+=usr/share/mk/bsd.nls.mk 5748OLD_FILES+=usr/share/mk/bsd.obj.mk 5749OLD_FILES+=usr/share/mk/bsd.opts.mk 5750OLD_FILES+=usr/share/mk/bsd.own.mk 5751OLD_FILES+=usr/share/mk/bsd.port.mk 5752OLD_FILES+=usr/share/mk/bsd.port.options.mk 5753OLD_FILES+=usr/share/mk/bsd.port.post.mk 5754OLD_FILES+=usr/share/mk/bsd.port.pre.mk 5755OLD_FILES+=usr/share/mk/bsd.port.subdir.mk 5756OLD_FILES+=usr/share/mk/bsd.prog.mk 5757OLD_FILES+=usr/share/mk/bsd.progs.mk 5758OLD_FILES+=usr/share/mk/bsd.snmpmod.mk 5759OLD_FILES+=usr/share/mk/bsd.subdir.mk 5760OLD_FILES+=usr/share/mk/bsd.symver.mk 5761OLD_FILES+=usr/share/mk/bsd.sys.mk 5762OLD_FILES+=usr/share/mk/bsd.test.mk 5763OLD_FILES+=usr/share/mk/plain.test.mk 5764OLD_FILES+=usr/share/mk/suite.test.mk 5765OLD_FILES+=usr/share/mk/sys.mk 5766OLD_FILES+=usr/share/mk/tap.test.mk 5767OLD_FILES+=usr/share/mk/version_gen.awk 5768OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile 5769OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile 5770OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile 5771OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test 5772OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1 5773OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2 5774OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3 5775OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4 5776OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5 5777OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6 5778OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.7 5779OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.1 5780OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.2 5781OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.3 5782OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.4 5783OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.5 5784OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.6 5785OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.7 5786OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.1 5787OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.2 5788OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.3 5789OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.4 5790OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.5 5791OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.6 5792OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.7 5793OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/legacy_test 5794OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/libtest.a 5795OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Kyuafile 5796OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Makefile.test 5797OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.1 5798OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.2 5799OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.3 5800OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.4 5801OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.5 5802OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.6 5803OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.7 5804OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.1 5805OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.2 5806OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.3 5807OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.4 5808OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.5 5809OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.6 5810OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stderr.7 5811OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.1 5812OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.2 5813OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.3 5814OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.4 5815OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.5 5816OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.6 5817OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.stdout.7 5818OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/legacy_test 5819OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/libtest.a 5820OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Kyuafile 5821OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/Makefile.test 5822OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.1 5823OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.2 5824OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.3 5825OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.4 5826OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.5 5827OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.6 5828OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.status.7 5829OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.1 5830OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.2 5831OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.3 5832OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.4 5833OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.5 5834OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.6 5835OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stderr.7 5836OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.1 5837OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.2 5838OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.3 5839OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.4 5840OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.5 5841OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.6 5842OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/expected.stdout.7 5843OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/legacy_test 5844OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_oldbsd/libtest.a 5845OLD_FILES+=usr/tests/usr.bin/bmake/basic/Kyuafile 5846OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/Kyuafile 5847OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.status.1 5848OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stderr.1 5849OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/expected.stdout.1 5850OLD_FILES+=usr/tests/usr.bin/bmake/basic/t0/legacy_test 5851OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Kyuafile 5852OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/Makefile.test 5853OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.status.1 5854OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stderr.1 5855OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/expected.stdout.1 5856OLD_FILES+=usr/tests/usr.bin/bmake/basic/t1/legacy_test 5857OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Kyuafile 5858OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/Makefile.test 5859OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.status.1 5860OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stderr.1 5861OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/expected.stdout.1 5862OLD_FILES+=usr/tests/usr.bin/bmake/basic/t2/legacy_test 5863OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/Kyuafile 5864OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.status.1 5865OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stderr.1 5866OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/expected.stdout.1 5867OLD_FILES+=usr/tests/usr.bin/bmake/basic/t3/legacy_test 5868OLD_FILES+=usr/tests/usr.bin/bmake/common.sh 5869OLD_FILES+=usr/tests/usr.bin/bmake/execution/Kyuafile 5870OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Kyuafile 5871OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/Makefile.test 5872OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.status.1 5873OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stderr.1 5874OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/expected.stdout.1 5875OLD_FILES+=usr/tests/usr.bin/bmake/execution/ellipsis/legacy_test 5876OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Kyuafile 5877OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/Makefile.test 5878OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.status.1 5879OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stderr.1 5880OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/expected.stdout.1 5881OLD_FILES+=usr/tests/usr.bin/bmake/execution/empty/legacy_test 5882OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Kyuafile 5883OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/Makefile.test 5884OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.status.1 5885OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stderr.1 5886OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/expected.stdout.1 5887OLD_FILES+=usr/tests/usr.bin/bmake/execution/joberr/legacy_test 5888OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Kyuafile 5889OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/Makefile.test 5890OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.status.1 5891OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stderr.1 5892OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/expected.stdout.1 5893OLD_FILES+=usr/tests/usr.bin/bmake/execution/plus/legacy_test 5894OLD_FILES+=usr/tests/usr.bin/bmake/shell/Kyuafile 5895OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Kyuafile 5896OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/Makefile.test 5897OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.1 5898OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.status.2 5899OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.1 5900OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stderr.2 5901OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.1 5902OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/expected.stdout.2 5903OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/legacy_test 5904OLD_FILES+=usr/tests/usr.bin/bmake/shell/builtin/sh 5905OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Kyuafile 5906OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/Makefile.test 5907OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.1 5908OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.status.2 5909OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.1 5910OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stderr.2 5911OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.1 5912OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/expected.stdout.2 5913OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/legacy_test 5914OLD_FILES+=usr/tests/usr.bin/bmake/shell/meta/sh 5915OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Kyuafile 5916OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Makefile.test 5917OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.1 5918OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.2 5919OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.1 5920OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.2 5921OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.1 5922OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.2 5923OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/legacy_test 5924OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/sh 5925OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Kyuafile 5926OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/Makefile.test 5927OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.1 5928OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.status.2 5929OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.1 5930OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stderr.2 5931OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.1 5932OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/expected.stdout.2 5933OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/legacy_test 5934OLD_FILES+=usr/tests/usr.bin/bmake/shell/path_select/shell 5935OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Kyuafile 5936OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/Makefile.test 5937OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.1 5938OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.status.2 5939OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.1 5940OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stderr.2 5941OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.1 5942OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/expected.stdout.2 5943OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/legacy_test 5944OLD_FILES+=usr/tests/usr.bin/bmake/shell/replace/shell 5945OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Kyuafile 5946OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/Makefile.test 5947OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.1 5948OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.status.2 5949OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.1 5950OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stderr.2 5951OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.1 5952OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/expected.stdout.2 5953OLD_FILES+=usr/tests/usr.bin/bmake/shell/select/legacy_test 5954OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/Kyuafile 5955OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Kyuafile 5956OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/Makefile.test 5957OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/TEST1.a 5958OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.status.1 5959OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stderr.1 5960OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/expected.stdout.1 5961OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/basic/legacy_test 5962OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Kyuafile 5963OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/Makefile.test 5964OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST1.a 5965OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/TEST2.a 5966OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.status.1 5967OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stderr.1 5968OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/expected.stdout.1 5969OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild1/legacy_test 5970OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Kyuafile 5971OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/Makefile.test 5972OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST1.a 5973OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/TEST2.a 5974OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.status.1 5975OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stderr.1 5976OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/expected.stdout.1 5977OLD_FILES+=usr/tests/usr.bin/bmake/suffixes/src_wild2/legacy_test 5978OLD_FILES+=usr/tests/usr.bin/bmake/syntax/Kyuafile 5979OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Kyuafile 5980OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/Makefile.test 5981OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.status.1 5982OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stderr.1 5983OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/expected.stdout.1 5984OLD_FILES+=usr/tests/usr.bin/bmake/syntax/directive-t0/legacy_test 5985OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Kyuafile 5986OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/Makefile.test 5987OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.1 5988OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.2 5989OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.3 5990OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.4 5991OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.status.5 5992OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.1 5993OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.2 5994OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.3 5995OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.4 5996OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stderr.5 5997OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.1 5998OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.2 5999OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.3 6000OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.4 6001OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/expected.stdout.5 6002OLD_FILES+=usr/tests/usr.bin/bmake/syntax/enl/legacy_test 6003OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Kyuafile 6004OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/Makefile.test 6005OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.1 6006OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.status.2 6007OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.1 6008OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stderr.2 6009OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.1 6010OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/expected.stdout.2 6011OLD_FILES+=usr/tests/usr.bin/bmake/syntax/funny-targets/legacy_test 6012OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Kyuafile 6013OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/Makefile.test 6014OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.1 6015OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.status.2 6016OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.1 6017OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stderr.2 6018OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.1 6019OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/expected.stdout.2 6020OLD_FILES+=usr/tests/usr.bin/bmake/syntax/semi/legacy_test 6021OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/Kyuafile 6022OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Kyuafile 6023OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/Makefile.test 6024OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.status.1 6025OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stderr.1 6026OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/expected.stdout.1 6027OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/1/legacy_test 6028OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/2/Kyuafile 6029OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/Kyuafile 6030OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/Kyuafile 6031OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t0/mk/sys.mk 6032OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/Kyuafile 6033OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/cleanup 6034OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.status.1 6035OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stderr.1 6036OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/expected.stdout.1 6037OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/1/legacy_test 6038OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/2/Kyuafile 6039OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/Kyuafile 6040OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/Kyuafile 6041OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t1/mk/sys.mk 6042OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/Kyuafile 6043OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/cleanup 6044OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.status.1 6045OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stderr.1 6046OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/expected.stdout.1 6047OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/1/legacy_test 6048OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/2/Kyuafile 6049OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/Kyuafile 6050OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/Kyuafile 6051OLD_FILES+=usr/tests/usr.bin/bmake/sysmk/t2/mk/sys.mk 6052OLD_FILES+=usr/tests/usr.bin/bmake/test-new.mk 6053OLD_FILES+=usr/tests/usr.bin/bmake/variables/Kyuafile 6054OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Kyuafile 6055OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/Makefile.test 6056OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.status.1 6057OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stderr.1 6058OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/expected.stdout.1 6059OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_M/legacy_test 6060OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Kyuafile 6061OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/Makefile.test 6062OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.1 6063OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.2 6064OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.status.3 6065OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.1 6066OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.2 6067OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stderr.3 6068OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.1 6069OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.2 6070OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/expected.stdout.3 6071OLD_FILES+=usr/tests/usr.bin/bmake/variables/modifier_t/legacy_test 6072OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Kyuafile 6073OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/Makefile.test 6074OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.1 6075OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.status.2 6076OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.1 6077OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stderr.2 6078OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.1 6079OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/expected.stdout.2 6080OLD_FILES+=usr/tests/usr.bin/bmake/variables/opt_V/legacy_test 6081OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Kyuafile 6082OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/Makefile.test 6083OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.status.1 6084OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stderr.1 6085OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stdout.1 6086OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test 6087.endif 6088 6089.if ${MK_MAN} == no 6090MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type f | sed -e 's,^${DESTDIR}/,,'; echo 6091OLD_FILES+=${MAN_FILES} 6092MAN_DIRS!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type d | sed -e 's,^${DESTDIR}/,,'; echo 6093OLD_DIRS+=${MAN_DIRS} 6094.endif 6095 6096.if ${MK_MAN_UTILS} == no 6097OLD_FILES+=etc/periodic/weekly/320.whatis 6098OLD_FILES+=usr/bin/apropos 6099OLD_FILES+=usr/bin/makewhatis 6100OLD_FILES+=usr/bin/man 6101OLD_FILES+=usr/bin/manpath 6102OLD_FILES+=usr/bin/whatis 6103OLD_FILES+=usr/libexec/makewhatis.local 6104OLD_FILES+=usr/sbin/manctl 6105OLD_FILES+=usr/share/man/man1/apropos.1.gz 6106OLD_FILES+=usr/share/man/man1/makewhatis.1.gz 6107OLD_FILES+=usr/share/man/man1/man.1.gz 6108OLD_FILES+=usr/share/man/man1/manpath.1.gz 6109OLD_FILES+=usr/share/man/man1/whatis.1.gz 6110OLD_FILES+=usr/share/man/man5/man.conf.5.gz 6111OLD_FILES+=usr/share/man/man8/makewhatis.local.8.gz 6112OLD_FILES+=usr/share/man/man8/manctl.8.gz 6113OLD_FILES+=usr/share/man/whatis 6114OLD_FILES+=usr/share/openssl/man/whatis 6115.endif 6116 6117.if ${MK_NDIS} == no 6118OLD_FILES+=usr/sbin/ndiscvt 6119OLD_FILES+=usr/sbin/ndisgen 6120OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz 6121OLD_FILES+=usr/share/man/man8/ndisgen.8.gz 6122OLD_FILES+=usr/share/misc/windrv_stub.c 6123.endif 6124 6125.if ${MK_NETCAT} == no 6126OLD_FILES+=rescue/nc 6127OLD_FILES+=usr/bin/nc 6128OLD_FILES+=usr/share/man/man1/nc.1.gz 6129.endif 6130 6131.if ${MK_NETGRAPH} == no 6132OLD_FILES+=usr/include/netgraph.h 6133OLD_FILES+=usr/lib/libnetgraph.a 6134OLD_FILES+=usr/lib/libnetgraph.so 6135OLD_LIBS+=usr/lib/libnetgraph.so.4 6136OLD_FILES+=usr/lib/libnetgraph_p.a 6137OLD_FILES+=usr/lib32/libnetgraph.a 6138OLD_FILES+=usr/lib32/libnetgraph.so 6139OLD_LIBS+=usr/lib32/libnetgraph.so.4 6140OLD_FILES+=usr/lib32/libnetgraph_p.a 6141OLD_FILES+=usr/libexec/pppoed 6142OLD_FILES+=usr/sbin/flowctl 6143OLD_FILES+=usr/sbin/lmcconfig 6144OLD_FILES+=usr/sbin/ngctl 6145OLD_FILES+=usr/sbin/nghook 6146OLD_FILES+=usr/share/man/man3/NgAllocRecvAsciiMsg.3.gz 6147OLD_FILES+=usr/share/man/man3/NgAllocRecvData.3.gz 6148OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz 6149OLD_FILES+=usr/share/man/man3/NgMkSockNode.3.gz 6150OLD_FILES+=usr/share/man/man3/NgNameNode.3.gz 6151OLD_FILES+=usr/share/man/man3/NgRecvAsciiMsg.3.gz 6152OLD_FILES+=usr/share/man/man3/NgRecvData.3.gz 6153OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz 6154OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz 6155OLD_FILES+=usr/share/man/man3/NgSendData.3.gz 6156OLD_FILES+=usr/share/man/man3/NgSendMsg.3.gz 6157OLD_FILES+=usr/share/man/man3/NgSendReplyMsg.3.gz 6158OLD_FILES+=usr/share/man/man3/NgSetDebug.3.gz 6159OLD_FILES+=usr/share/man/man3/NgSetErrLog.3.gz 6160OLD_FILES+=usr/share/man/man3/netgraph.3.gz 6161OLD_FILES+=usr/share/man/man8/flowctl.8.gz 6162OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz 6163OLD_FILES+=usr/share/man/man8/ngctl.8.gz 6164OLD_FILES+=usr/share/man/man8/nghook.8.gz 6165OLD_FILES+=usr/share/man/man8/pppoed.8.gz 6166.endif 6167 6168.if ${MK_IPFW} == no || ${MK_NETGRAPH} == no 6169OLD_FILES+=etc/rc.d/ipfw_netflow 6170.endif 6171 6172.if ${MK_NETGRAPH_SUPPORT} == no 6173OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h 6174OLD_FILES+=usr/lib/snmp_netgraph.so 6175OLD_LIBS+=usr/lib/snmp_netgraph.so.6 6176OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz 6177OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def 6178OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt 6179.endif 6180 6181.if ${MK_NIS} == no 6182OLD_FILES+=etc/rc.d/ypbind 6183OLD_FILES+=etc/rc.d/ypldap 6184OLD_FILES+=etc/rc.d/yppasswdd 6185OLD_FILES+=etc/rc.d/ypserv 6186OLD_FILES+=etc/rc.d/ypset 6187OLD_FILES+=etc/rc.d/ypupdated 6188OLD_FILES+=etc/rc.d/ypxfrd 6189OLD_FILES+=usr/bin/ypcat 6190OLD_FILES+=usr/bin/ypchfn 6191OLD_FILES+=usr/bin/ypchpass 6192OLD_FILES+=usr/bin/ypchsh 6193OLD_FILES+=usr/bin/ypmatch 6194OLD_FILES+=usr/bin/yppasswd 6195OLD_FILES+=usr/bin/ypwhich 6196OLD_FILES+=usr/include/ypclnt.h 6197OLD_FILES+=usr/lib/libypclnt.a 6198OLD_FILES+=usr/lib/libypclnt.so 6199OLD_LIBS+=usr/lib/libypclnt.so.4 6200OLD_FILES+=usr/lib/libypclnt_p.a 6201.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 6202OLD_FILES+=usr/lib32/libypclnt.a 6203OLD_FILES+=usr/lib32/libypclnt.so 6204OLD_LIBS+=usr/lib32/libypclnt.so.4 6205OLD_FILES+=usr/lib32/libypclnt_p.a 6206.endif 6207OLD_FILES+=usr/libexec/mknetid 6208OLD_FILES+=usr/libexec/yppwupdate 6209OLD_FILES+=usr/libexec/ypxfr 6210OLD_FILES+=usr/sbin/rpc.yppasswdd 6211OLD_FILES+=usr/sbin/rpc.ypupdated 6212OLD_FILES+=usr/sbin/rpc.ypxfrd 6213OLD_FILES+=usr/sbin/yp_mkdb 6214OLD_FILES+=usr/sbin/ypbind 6215OLD_FILES+=usr/sbin/ypinit 6216OLD_FILES+=usr/sbin/ypldap 6217OLD_FILES+=usr/sbin/yppoll 6218OLD_FILES+=usr/sbin/yppush 6219OLD_FILES+=usr/sbin/ypserv 6220OLD_FILES+=usr/sbin/ypset 6221OLD_FILES+=usr/share/man/man1/ypcat.1.gz 6222OLD_FILES+=usr/share/man/man1/ypchfn.1.gz 6223OLD_FILES+=usr/share/man/man1/ypchpass.1.gz 6224OLD_FILES+=usr/share/man/man1/ypchsh.1.gz 6225OLD_FILES+=usr/share/man/man1/ypmatch.1.gz 6226OLD_FILES+=usr/share/man/man1/yppasswd.1.gz 6227OLD_FILES+=usr/share/man/man1/ypwhich.1.gz 6228OLD_FILES+=usr/share/man/man5/netid.5.gz 6229OLD_FILES+=usr/share/man/man5/ypldap.conf.5.gz 6230OLD_FILES+=usr/share/man/man8/mknetid.8.gz 6231OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz 6232OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz 6233OLD_FILES+=usr/share/man/man8/NIS.8.gz 6234OLD_FILES+=usr/share/man/man8/YP.8.gz 6235OLD_FILES+=usr/share/man/man8/yp.8.gz 6236OLD_FILES+=usr/share/man/man8/nis.8.gz 6237OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz 6238OLD_FILES+=usr/share/man/man8/ypbind.8.gz 6239OLD_FILES+=usr/share/man/man8/ypinit.8.gz 6240OLD_FILES+=usr/share/man/man8/ypldap.8.gz 6241OLD_FILES+=usr/share/man/man8/yppoll.8.gz 6242OLD_FILES+=usr/share/man/man8/yppush.8.gz 6243OLD_FILES+=usr/share/man/man8/ypserv.8.gz 6244OLD_FILES+=usr/share/man/man8/ypset.8.gz 6245OLD_FILES+=usr/share/man/man8/ypxfr.8.gz 6246OLD_FILES+=var/yp/Makefile 6247OLD_FILES+=var/yp/Makefile.dist 6248OLD_DIRS+=var/yp 6249.endif 6250 6251.if ${MK_NLS} == no 6252OLD_DIRS+=usr/share/nls/ 6253OLD_DIRS+=usr/share/nls/C 6254OLD_FILES+=usr/share/nls/C/ee.cat 6255OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-1 6256OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-15 6257OLD_DIRS+=usr/share/nls/af_ZA.UTF-8 6258OLD_DIRS+=usr/share/nls/am_ET.UTF-8 6259OLD_DIRS+=usr/share/nls/be_BY.CP1131 6260OLD_DIRS+=usr/share/nls/be_BY.CP1251 6261OLD_DIRS+=usr/share/nls/be_BY.ISO8859-5 6262OLD_DIRS+=usr/share/nls/be_BY.UTF-8 6263OLD_FILES+=usr/share/nls/be_BY.UTF-8/libc.cat 6264OLD_DIRS+=usr/share/nls/bg_BG.CP1251 6265OLD_DIRS+=usr/share/nls/bg_BG.UTF-8 6266OLD_DIRS+=usr/share/nls/ca_ES.ISO8859-1 6267OLD_FILES+=usr/share/nls/ca_ES.ISO8859-1/libc.cat 6268OLD_DIRS+=usr/share/nls/ca_ES.ISO8859-15 6269OLD_DIRS+=usr/share/nls/ca_ES.UTF-8 6270OLD_DIRS+=usr/share/nls/cs_CZ.ISO8859-2 6271OLD_DIRS+=usr/share/nls/cs_CZ.UTF-8 6272OLD_DIRS+=usr/share/nls/da_DK.ISO8859-1 6273OLD_DIRS+=usr/share/nls/da_DK.ISO8859-15 6274OLD_DIRS+=usr/share/nls/da_DK.UTF-8 6275OLD_DIRS+=usr/share/nls/de_AT.ISO8859-1 6276OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/ee.cat 6277OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat 6278OLD_DIRS+=usr/share/nls/de_AT.ISO8859-15 6279OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/ee.cat 6280OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat 6281OLD_DIRS+=usr/share/nls/de_AT.UTF-8 6282OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat 6283OLD_DIRS+=usr/share/nls/de_CH.ISO8859-1 6284OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/ee.cat 6285OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat 6286OLD_DIRS+=usr/share/nls/de_CH.ISO8859-15 6287OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/ee.cat 6288OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat 6289OLD_DIRS+=usr/share/nls/de_CH.UTF-8 6290OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat 6291OLD_DIRS+=usr/share/nls/de_DE.ISO8859-1 6292OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat 6293OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/libc.cat 6294OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat 6295OLD_DIRS+=usr/share/nls/de_DE.ISO8859-15 6296OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/ee.cat 6297OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat 6298OLD_DIRS+=usr/share/nls/de_DE.UTF-8 6299OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat 6300OLD_DIRS+=usr/share/nls/el_GR.ISO8859-7 6301OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/libc.cat 6302OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat 6303OLD_DIRS+=usr/share/nls/el_GR.UTF-8 6304OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat 6305OLD_DIRS+=usr/share/nls/en_AU.ISO8859-1 6306OLD_DIRS+=usr/share/nls/en_AU.ISO8859-15 6307OLD_DIRS+=usr/share/nls/en_AU.US-ASCII 6308OLD_DIRS+=usr/share/nls/en_AU.UTF-8 6309OLD_DIRS+=usr/share/nls/en_CA.ISO8859-1 6310OLD_FILES+=usr/share/nls/en_US.ISO8859-1/ee.cat 6311OLD_DIRS+=usr/share/nls/en_CA.ISO8859-15 6312OLD_DIRS+=usr/share/nls/en_CA.US-ASCII 6313OLD_DIRS+=usr/share/nls/en_CA.UTF-8 6314OLD_DIRS+=usr/share/nls/en_GB.ISO8859-1 6315OLD_DIRS+=usr/share/nls/en_GB.ISO8859-15 6316OLD_DIRS+=usr/share/nls/en_GB.US-ASCII 6317OLD_DIRS+=usr/share/nls/en_GB.UTF-8 6318OLD_DIRS+=usr/share/nls/en_IE.UTF-8 6319OLD_DIRS+=usr/share/nls/en_NZ.ISO8859-1 6320OLD_DIRS+=usr/share/nls/en_NZ.ISO8859-15 6321OLD_DIRS+=usr/share/nls/en_NZ.US-ASCII 6322OLD_DIRS+=usr/share/nls/en_NZ.UTF-8 6323OLD_DIRS+=usr/share/nls/en_US.ISO8859-1 6324OLD_DIRS+=usr/share/nls/en_US.ISO8859-15 6325OLD_FILES+=usr/share/nls/en_US.ISO8859-15/ee.cat 6326OLD_DIRS+=usr/share/nls/en_US.UTF-8 6327OLD_DIRS+=usr/share/nls/es_ES.UTF-8 6328OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/grep.cat 6329OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/libc.cat 6330OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat 6331OLD_DIRS+=usr/share/nls/es_ES.ISO8859-1 6332OLD_DIRS+=usr/share/nls/es_ES.ISO8859-15 6333OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat 6334OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat 6335OLD_DIRS+=usr/share/nls/et_EE.ISO8859-15 6336OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat 6337OLD_DIRS+=usr/share/nls/et_EE.UTF-8 6338OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat 6339OLD_DIRS+=usr/share/nls/fi_FI.ISO8859-1 6340OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/libc.cat 6341OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat 6342OLD_DIRS+=usr/share/nls/fi_FI.ISO8859-15 6343OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat 6344OLD_DIRS+=usr/share/nls/fi_FI.UTF-8 6345OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat 6346OLD_DIRS+=usr/share/nls/fr_BE.ISO8859-1 6347OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/ee.cat 6348OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat 6349OLD_DIRS+=usr/share/nls/fr_BE.ISO8859-15 6350OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/ee.cat 6351OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat 6352OLD_DIRS+=usr/share/nls/fr_BE.UTF-8 6353OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat 6354OLD_DIRS+=usr/share/nls/fr_CA.ISO8859-1 6355OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/ee.cat 6356OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat 6357OLD_DIRS+=usr/share/nls/fr_CA.ISO8859-15 6358OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/ee.cat 6359OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat 6360OLD_DIRS+=usr/share/nls/fr_CA.UTF-8 6361OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat 6362OLD_DIRS+=usr/share/nls/fr_CH.ISO8859-1 6363OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/ee.cat 6364OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat 6365OLD_DIRS+=usr/share/nls/fr_CH.ISO8859-15 6366OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/ee.cat 6367OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat 6368OLD_DIRS+=usr/share/nls/fr_CH.UTF-8 6369OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat 6370OLD_DIRS+=usr/share/nls/fr_FR.ISO8859-1 6371OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat 6372OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/libc.cat 6373OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat 6374OLD_DIRS+=usr/share/nls/fr_FR.ISO8859-15 6375OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/ee.cat 6376OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat 6377OLD_DIRS+=usr/share/nls/fr_FR.UTF-8 6378OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat 6379OLD_DIRS+=usr/share/nls/gl_ES.ISO8859-1 6380OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/grep.cat 6381OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/libc.cat 6382OLD_DIRS+=usr/share/nls/he_IL.UTF-8 6383OLD_DIRS+=usr/share/nls/hi_IN.ISCII-DEV 6384OLD_DIRS+=usr/share/nls/hr_HR.ISO8859-2 6385OLD_DIRS+=usr/share/nls/hu_HU.ISO8859-2 6386OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat 6387OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/grep.cat 6388OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/libc.cat 6389OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/sort.cat 6390OLD_DIRS+=usr/share/nls/hr_HR.UTF-8 6391OLD_DIRS+=usr/share/nls/hu_HU.UTF-8 6392OLD_DIRS+=usr/share/nls/hy_AM.ARMSCII-8 6393OLD_DIRS+=usr/share/nls/hy_AM.UTF-8 6394OLD_DIRS+=usr/share/nls/is_IS.ISO8859-1 6395OLD_DIRS+=usr/share/nls/is_IS.ISO8859-15 6396OLD_DIRS+=usr/share/nls/is_IS.UTF-8 6397OLD_DIRS+=usr/share/nls/it_CH.ISO8859-1 6398OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat 6399OLD_DIRS+=usr/share/nls/it_CH.ISO8859-15 6400OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat 6401OLD_DIRS+=usr/share/nls/it_CH.UTF-8 6402OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat 6403OLD_DIRS+=usr/share/nls/it_IT.ISO8859-1 6404OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat 6405OLD_DIRS+=usr/share/nls/it_IT.ISO8859-15 6406OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/libc.cat 6407OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat 6408OLD_DIRS+=usr/share/nls/it_IT.UTF-8 6409OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat 6410OLD_DIRS+=usr/share/nls/ja_JP.SJIS 6411OLD_FILES+=usr/share/nls/ja_JP.SJIS/grep.cat 6412OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat 6413OLD_DIRS+=usr/share/nls/ja_JP.UTF-8 6414OLD_FILES+=usr/share/nls/ja_JP.UTF-8/grep.cat 6415OLD_FILES+=usr/share/nls/ja_JP.UTF-8/libc.cat 6416OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat 6417OLD_DIRS+=usr/share/nls/ja_JP.eucJP 6418OLD_FILES+=usr/share/nls/ja_JP.eucJP/grep.cat 6419OLD_FILES+=usr/share/nls/ja_JP.eucJP/libc.cat 6420OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat 6421OLD_DIRS+=usr/share/nls/kk_KZ.PT154 6422OLD_DIRS+=usr/share/nls/kk_KZ.UTF-8 6423OLD_DIRS+=usr/share/nls/ko_KR.CP949 6424OLD_DIRS+=usr/share/nls/ko_KR.UTF-8 6425OLD_FILES+=usr/share/nls/ko_KR.UTF-8/libc.cat 6426OLD_DIRS+=usr/share/nls/ko_KR.eucKR 6427OLD_FILES+=usr/share/nls/ko_KR.eucKR/libc.cat 6428OLD_DIRS+=usr/share/nls/lv_LV.UTF-8 6429OLD_DIRS+=usr/share/nls/lt_LT.ISO8859-13 6430OLD_DIRS+=usr/share/nls/lt_LT.UTF-8 6431OLD_DIRS+=usr/share/nls/lv_LV.ISO8859-13 6432OLD_DIRS+=usr/share/nls/mn_MN.UTF-8 6433OLD_FILES+=usr/share/nls/mn_MN.UTF-8/libc.cat 6434OLD_DIRS+=usr/share/nls/nl_BE.ISO8859-1 6435OLD_DIRS+=usr/share/nls/nl_BE.ISO8859-15 6436OLD_DIRS+=usr/share/nls/nl_BE.UTF-8 6437OLD_DIRS+=usr/share/nls/no_NO.ISO8859-1 6438OLD_FILES+=usr/share/nls/nl_NL.ISO8859-1/libc.cat 6439OLD_DIRS+=usr/share/nls/nl_NL.ISO8859-15 6440OLD_DIRS+=usr/share/nls/nl_NL.ISO8859-1 6441OLD_FILES+=usr/share/nls/no_NO.ISO8859-1/libc.cat 6442OLD_DIRS+=usr/share/nls/no_NO.ISO8859-15 6443OLD_DIRS+=usr/share/nls/nl_NL.UTF-8 6444OLD_DIRS+=usr/share/nls/no_NO.UTF-8 6445OLD_DIRS+=usr/share/nls/pl_PL.ISO8859-2 6446OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat 6447OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/libc.cat 6448OLD_DIRS+=usr/share/nls/pl_PL.UTF-8 6449OLD_DIRS+=usr/share/nls/pt_BR.ISO8859-1 6450OLD_DIRS+=usr/share/nls/pt_BR.UTF-8 6451OLD_DIRS+=usr/share/nls/pt_PT.ISO8859-1 6452OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat 6453OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/grep.cat 6454OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/libc.cat 6455OLD_FILES+=usr/share/nls/pt_PT.ISO8859-1/ee.cat 6456OLD_DIRS+=usr/share/nls/pt_PT.ISO8859-15 6457OLD_DIRS+=usr/share/nls/pt_PT.UTF-8 6458OLD_DIRS+=usr/share/nls/ro_RO.ISO8859-2 6459OLD_DIRS+=usr/share/nls/ro_RO.UTF-8 6460OLD_DIRS+=usr/share/nls/ru_RU.CP1251 6461OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat 6462OLD_DIRS+=usr/share/nls/ru_RU.CP866 6463OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat 6464OLD_DIRS+=usr/share/nls/ru_RU.ISO8859-5 6465OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat 6466OLD_DIRS+=usr/share/nls/ru_RU.KOI8-R 6467OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat 6468OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/grep.cat 6469OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/libc.cat 6470OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat 6471OLD_DIRS+=usr/share/nls/ru_RU.UTF-8 6472OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat 6473OLD_DIRS+=usr/share/nls/sk_SK.ISO8859-2 6474OLD_FILES+=usr/share/nls/sk_SK.ISO8859-2/libc.cat 6475OLD_DIRS+=usr/share/nls/sk_SK.UTF-8 6476OLD_DIRS+=usr/share/nls/sl_SI.ISO8859-2 6477OLD_DIRS+=usr/share/nls/sl_SI.UTF-8 6478OLD_DIRS+=usr/share/nls/sr_YU.ISO8859-2 6479OLD_DIRS+=usr/share/nls/sr_YU.ISO8859-5 6480OLD_DIRS+=usr/share/nls/sr_YU.UTF-8 6481OLD_DIRS+=usr/share/nls/sv_SE.ISO8859-1 6482OLD_FILES+=usr/share/nls/sv_SE.ISO8859-1/libc.cat 6483OLD_DIRS+=usr/share/nls/sv_SE.ISO8859-15 6484OLD_DIRS+=usr/share/nls/sv_SE.UTF-8 6485OLD_DIRS+=usr/share/nls/tr_TR.ISO8859-9 6486OLD_DIRS+=usr/share/nls/tr_TR.UTF-8 6487OLD_DIRS+=usr/share/nls/uk_UA.ISO8859-5 6488OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat 6489OLD_DIRS+=usr/share/nls/uk_UA.KOI8-U 6490OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat 6491OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat 6492OLD_DIRS+=usr/share/nls/uk_UA.UTF-8 6493OLD_FILES+=usr/share/nls/uk_UA.UTF-8/grep.cat 6494OLD_FILES+=usr/share/nls/uk_UA.UTF-8/libc.cat 6495OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat 6496OLD_DIRS+=usr/share/nls/zh_CN.GB18030 6497OLD_FILES+=usr/share/nls/zh_CN.GB18030/libc.cat 6498OLD_DIRS+=usr/share/nls/zh_CN.GBK 6499OLD_DIRS+=usr/share/nls/zh_CN.GB2312 6500OLD_FILES+=usr/share/nls/zh_CN.GB2312/libc.cat 6501OLD_DIRS+=usr/share/nls/zh_CN.UTF-8 6502OLD_FILES+=usr/share/nls/zh_CN.UTF-8/grep.cat 6503OLD_FILES+=usr/share/nls/zh_CN.UTF-8/libc.cat 6504OLD_DIRS+=usr/share/nls/zh_CN.eucCN 6505OLD_DIRS+=usr/share/nls/zh_HK.UTF-8 6506OLD_DIRS+=usr/share/nls/zh_TW.UTF-8 6507OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0 6508.endif 6509 6510.if ${MK_NLS_CATALOGS} == no 6511OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat 6512OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat 6513OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat 6514OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat 6515OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat 6516OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat 6517OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat 6518OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat 6519OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat 6520OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat 6521OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat 6522OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat 6523OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat 6524OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat 6525OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat 6526OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat 6527OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat 6528OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat 6529OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat 6530OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat 6531OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat 6532.endif 6533 6534.if ${MK_NS_CACHING} == no 6535OLD_FILES+=etc/nscd.conf 6536OLD_FILES+=etc/rc.d/nscd 6537OLD_FILES+=usr/sbin/nscd 6538OLD_FILES+=usr/share/examples/etc/nscd.conf 6539OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz 6540OLD_FILES+=usr/share/man/man8/nscd.8.gz 6541.endif 6542 6543.if ${MK_NTP} == no 6544OLD_FILES+=etc/ntp/leap-seconds 6545OLD_DIRS+=etc/ntp 6546OLD_FILES+=etc/ntp.conf 6547OLD_FILES+=etc/periodic/daily/480.status-ntpd 6548OLD_FILES+=etc/periodic/daily/480.leapfile-ntpd 6549OLD_FILES+=etc/rc.d/ntpd 6550OLD_FILES+=usr/bin/ntpq 6551OLD_FILES+=usr/sbin/ntp-keygen 6552OLD_FILES+=usr/sbin/ntpd 6553OLD_FILES+=usr/sbin/ntpdate 6554OLD_FILES+=usr/sbin/ntpdc 6555OLD_FILES+=usr/sbin/ntptime 6556OLD_FILES+=usr/sbin/sntp 6557OLD_FILES+=usr/share/doc/ntp/access.html 6558OLD_FILES+=usr/share/doc/ntp/accopt.html 6559OLD_FILES+=usr/share/doc/ntp/assoc.html 6560OLD_FILES+=usr/share/doc/ntp/audio.html 6561OLD_FILES+=usr/share/doc/ntp/authentic.html 6562OLD_FILES+=usr/share/doc/ntp/authopt.html 6563OLD_FILES+=usr/share/doc/ntp/autokey.html 6564OLD_FILES+=usr/share/doc/ntp/bugs.html 6565OLD_FILES+=usr/share/doc/ntp/build.html 6566OLD_FILES+=usr/share/doc/ntp/clock.html 6567OLD_FILES+=usr/share/doc/ntp/clockopt.html 6568OLD_FILES+=usr/share/doc/ntp/cluster.html 6569OLD_FILES+=usr/share/doc/ntp/comdex.html 6570OLD_FILES+=usr/share/doc/ntp/config.html 6571OLD_FILES+=usr/share/doc/ntp/confopt.html 6572OLD_FILES+=usr/share/doc/ntp/copyright.html 6573OLD_FILES+=usr/share/doc/ntp/debug.html 6574OLD_FILES+=usr/share/doc/ntp/decode.html 6575OLD_FILES+=usr/share/doc/ntp/discipline.html 6576OLD_FILES+=usr/share/doc/ntp/discover.html 6577OLD_FILES+=usr/share/doc/ntp/driver1.html 6578OLD_FILES+=usr/share/doc/ntp/driver10.html 6579OLD_FILES+=usr/share/doc/ntp/driver11.html 6580OLD_FILES+=usr/share/doc/ntp/driver12.html 6581OLD_FILES+=usr/share/doc/ntp/driver16.html 6582OLD_FILES+=usr/share/doc/ntp/driver18.html 6583OLD_FILES+=usr/share/doc/ntp/driver19.html 6584OLD_FILES+=usr/share/doc/ntp/driver2.html 6585OLD_FILES+=usr/share/doc/ntp/driver20.html 6586OLD_FILES+=usr/share/doc/ntp/driver22.html 6587OLD_FILES+=usr/share/doc/ntp/driver26.html 6588OLD_FILES+=usr/share/doc/ntp/driver27.html 6589OLD_FILES+=usr/share/doc/ntp/driver28.html 6590OLD_FILES+=usr/share/doc/ntp/driver29.html 6591OLD_FILES+=usr/share/doc/ntp/driver3.html 6592OLD_FILES+=usr/share/doc/ntp/driver30.html 6593OLD_FILES+=usr/share/doc/ntp/driver32.html 6594OLD_FILES+=usr/share/doc/ntp/driver33.html 6595OLD_FILES+=usr/share/doc/ntp/driver34.html 6596OLD_FILES+=usr/share/doc/ntp/driver35.html 6597OLD_FILES+=usr/share/doc/ntp/driver36.html 6598OLD_FILES+=usr/share/doc/ntp/driver37.html 6599OLD_FILES+=usr/share/doc/ntp/driver4.html 6600OLD_FILES+=usr/share/doc/ntp/driver5.html 6601OLD_FILES+=usr/share/doc/ntp/driver6.html 6602OLD_FILES+=usr/share/doc/ntp/driver7.html 6603OLD_FILES+=usr/share/doc/ntp/driver8.html 6604OLD_FILES+=usr/share/doc/ntp/driver9.html 6605OLD_FILES+=usr/share/doc/ntp/drivers/driver1.html 6606OLD_FILES+=usr/share/doc/ntp/drivers/driver10.html 6607OLD_FILES+=usr/share/doc/ntp/drivers/driver11.html 6608OLD_FILES+=usr/share/doc/ntp/drivers/driver12.html 6609OLD_FILES+=usr/share/doc/ntp/drivers/driver16.html 6610OLD_FILES+=usr/share/doc/ntp/drivers/driver18.html 6611OLD_FILES+=usr/share/doc/ntp/drivers/driver19.html 6612OLD_FILES+=usr/share/doc/ntp/drivers/driver20.html 6613OLD_FILES+=usr/share/doc/ntp/drivers/driver22.html 6614OLD_FILES+=usr/share/doc/ntp/drivers/driver26.html 6615OLD_FILES+=usr/share/doc/ntp/drivers/driver27.html 6616OLD_FILES+=usr/share/doc/ntp/drivers/driver28.html 6617OLD_FILES+=usr/share/doc/ntp/drivers/driver29.html 6618OLD_FILES+=usr/share/doc/ntp/drivers/driver3.html 6619OLD_FILES+=usr/share/doc/ntp/drivers/driver30.html 6620OLD_FILES+=usr/share/doc/ntp/drivers/driver31.html 6621OLD_FILES+=usr/share/doc/ntp/drivers/driver32.html 6622OLD_FILES+=usr/share/doc/ntp/drivers/driver33.html 6623OLD_FILES+=usr/share/doc/ntp/drivers/driver34.html 6624OLD_FILES+=usr/share/doc/ntp/drivers/driver35.html 6625OLD_FILES+=usr/share/doc/ntp/drivers/driver36.html 6626OLD_FILES+=usr/share/doc/ntp/drivers/driver37.html 6627OLD_FILES+=usr/share/doc/ntp/drivers/driver38.html 6628OLD_FILES+=usr/share/doc/ntp/drivers/driver39.html 6629OLD_FILES+=usr/share/doc/ntp/drivers/driver4.html 6630OLD_FILES+=usr/share/doc/ntp/drivers/driver40.html 6631OLD_FILES+=usr/share/doc/ntp/drivers/driver42.html 6632OLD_FILES+=usr/share/doc/ntp/drivers/driver43.html 6633OLD_FILES+=usr/share/doc/ntp/drivers/driver44.html 6634OLD_FILES+=usr/share/doc/ntp/drivers/driver45.html 6635OLD_FILES+=usr/share/doc/ntp/drivers/driver46.html 6636OLD_FILES+=usr/share/doc/ntp/drivers/driver5.html 6637OLD_FILES+=usr/share/doc/ntp/drivers/driver6.html 6638OLD_FILES+=usr/share/doc/ntp/drivers/driver7.html 6639OLD_FILES+=usr/share/doc/ntp/drivers/driver8.html 6640OLD_FILES+=usr/share/doc/ntp/drivers/driver9.html 6641OLD_FILES+=usr/share/doc/ntp/drivers/icons/home.gif 6642OLD_FILES+=usr/share/doc/ntp/drivers/icons/mail2.gif 6643OLD_FILES+=usr/share/doc/ntp/drivers/mx4200data.html 6644OLD_FILES+=usr/share/doc/ntp/drivers/oncore-shmem.html 6645OLD_FILES+=usr/share/doc/ntp/drivers/scripts/footer.txt 6646OLD_FILES+=usr/share/doc/ntp/drivers/scripts/style.css 6647OLD_FILES+=usr/share/doc/ntp/drivers/tf582_4.html 6648OLD_FILES+=usr/share/doc/ntp/extern.html 6649OLD_FILES+=usr/share/doc/ntp/filter.html 6650OLD_FILES+=usr/share/doc/ntp/hints.html 6651OLD_FILES+=usr/share/doc/ntp/hints/a-ux 6652OLD_FILES+=usr/share/doc/ntp/hints/aix 6653OLD_FILES+=usr/share/doc/ntp/hints/bsdi 6654OLD_FILES+=usr/share/doc/ntp/hints/changes 6655OLD_FILES+=usr/share/doc/ntp/hints/decosf1 6656OLD_FILES+=usr/share/doc/ntp/hints/decosf2 6657OLD_FILES+=usr/share/doc/ntp/hints/freebsd 6658OLD_FILES+=usr/share/doc/ntp/hints/hpux 6659OLD_FILES+=usr/share/doc/ntp/hints/linux 6660OLD_FILES+=usr/share/doc/ntp/hints/mpeix 6661OLD_FILES+=usr/share/doc/ntp/hints/notes-xntp-v3 6662OLD_FILES+=usr/share/doc/ntp/hints/parse 6663OLD_FILES+=usr/share/doc/ntp/hints/refclocks 6664OLD_FILES+=usr/share/doc/ntp/hints/rs6000 6665OLD_FILES+=usr/share/doc/ntp/hints/sco.html 6666OLD_FILES+=usr/share/doc/ntp/hints/sgi 6667OLD_FILES+=usr/share/doc/ntp/hints/solaris-dosynctodr.html 6668OLD_FILES+=usr/share/doc/ntp/hints/solaris.html 6669OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.4023118 6670OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.4095849 6671OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.S99ntpd 6672OLD_FILES+=usr/share/doc/ntp/hints/solaris.xtra.patchfreq 6673OLD_FILES+=usr/share/doc/ntp/hints/sun4 6674OLD_FILES+=usr/share/doc/ntp/hints/svr4-dell 6675OLD_FILES+=usr/share/doc/ntp/hints/svr4_package 6676OLD_FILES+=usr/share/doc/ntp/hints/todo 6677OLD_FILES+=usr/share/doc/ntp/hints/vxworks.html 6678OLD_FILES+=usr/share/doc/ntp/hints/winnt.html 6679OLD_FILES+=usr/share/doc/ntp/history.html 6680OLD_FILES+=usr/share/doc/ntp/howto.html 6681OLD_FILES+=usr/share/doc/ntp/huffpuff.html 6682OLD_FILES+=usr/share/doc/ntp/icons/home.gif 6683OLD_FILES+=usr/share/doc/ntp/icons/mail2.gif 6684OLD_FILES+=usr/share/doc/ntp/icons/sitemap.png 6685OLD_FILES+=usr/share/doc/ntp/index.html 6686OLD_FILES+=usr/share/doc/ntp/kern.html 6687OLD_FILES+=usr/share/doc/ntp/kernpps.html 6688OLD_FILES+=usr/share/doc/ntp/keygen.html 6689OLD_FILES+=usr/share/doc/ntp/ldisc.html 6690OLD_FILES+=usr/share/doc/ntp/leap.html 6691OLD_FILES+=usr/share/doc/ntp/measure.html 6692OLD_FILES+=usr/share/doc/ntp/miscopt.html 6693OLD_FILES+=usr/share/doc/ntp/monopt.html 6694OLD_FILES+=usr/share/doc/ntp/msyslog.html 6695OLD_FILES+=usr/share/doc/ntp/mx4200data.html 6696OLD_FILES+=usr/share/doc/ntp/notes.html 6697OLD_FILES+=usr/share/doc/ntp/ntp-keygen.html 6698OLD_FILES+=usr/share/doc/ntp/ntp-wait.html 6699OLD_FILES+=usr/share/doc/ntp/ntp.conf.html 6700OLD_FILES+=usr/share/doc/ntp/ntp.keys.html 6701OLD_FILES+=usr/share/doc/ntp/ntp_conf.html 6702OLD_FILES+=usr/share/doc/ntp/ntpd.html 6703OLD_FILES+=usr/share/doc/ntp/ntpdate.html 6704OLD_FILES+=usr/share/doc/ntp/ntpdc.html 6705OLD_FILES+=usr/share/doc/ntp/ntpdsim.html 6706OLD_FILES+=usr/share/doc/ntp/ntpdsim_new.html 6707OLD_FILES+=usr/share/doc/ntp/ntpq.html 6708OLD_FILES+=usr/share/doc/ntp/ntpsnmpd.html 6709OLD_FILES+=usr/share/doc/ntp/ntptime.html 6710OLD_FILES+=usr/share/doc/ntp/ntptrace.html 6711OLD_FILES+=usr/share/doc/ntp/orphan.html 6712OLD_FILES+=usr/share/doc/ntp/parsedata.html 6713OLD_FILES+=usr/share/doc/ntp/parsenew.html 6714OLD_FILES+=usr/share/doc/ntp/patches.html 6715OLD_FILES+=usr/share/doc/ntp/pic/9400n.jpg 6716OLD_FILES+=usr/share/doc/ntp/pic/alice11.gif 6717OLD_FILES+=usr/share/doc/ntp/pic/alice13.gif 6718OLD_FILES+=usr/share/doc/ntp/pic/alice15.gif 6719OLD_FILES+=usr/share/doc/ntp/pic/alice23.gif 6720OLD_FILES+=usr/share/doc/ntp/pic/alice31.gif 6721OLD_FILES+=usr/share/doc/ntp/pic/alice32.gif 6722OLD_FILES+=usr/share/doc/ntp/pic/alice35.gif 6723OLD_FILES+=usr/share/doc/ntp/pic/alice38.gif 6724OLD_FILES+=usr/share/doc/ntp/pic/alice44.gif 6725OLD_FILES+=usr/share/doc/ntp/pic/alice47.gif 6726OLD_FILES+=usr/share/doc/ntp/pic/alice51.gif 6727OLD_FILES+=usr/share/doc/ntp/pic/alice61.gif 6728OLD_FILES+=usr/share/doc/ntp/pic/barnstable.gif 6729OLD_FILES+=usr/share/doc/ntp/pic/beaver.gif 6730OLD_FILES+=usr/share/doc/ntp/pic/boom3.gif 6731OLD_FILES+=usr/share/doc/ntp/pic/boom3a.gif 6732OLD_FILES+=usr/share/doc/ntp/pic/boom4.gif 6733OLD_FILES+=usr/share/doc/ntp/pic/broad.gif 6734OLD_FILES+=usr/share/doc/ntp/pic/bustardfly.gif 6735OLD_FILES+=usr/share/doc/ntp/pic/c51.jpg 6736OLD_FILES+=usr/share/doc/ntp/pic/description.jpg 6737OLD_FILES+=usr/share/doc/ntp/pic/discipline.gif 6738OLD_FILES+=usr/share/doc/ntp/pic/dogsnake.gif 6739OLD_FILES+=usr/share/doc/ntp/pic/driver29.gif 6740OLD_FILES+=usr/share/doc/ntp/pic/driver43_1.gif 6741OLD_FILES+=usr/share/doc/ntp/pic/driver43_2.jpg 6742OLD_FILES+=usr/share/doc/ntp/pic/fg6021.gif 6743OLD_FILES+=usr/share/doc/ntp/pic/fg6039.jpg 6744OLD_FILES+=usr/share/doc/ntp/pic/fig_3_1.gif 6745OLD_FILES+=usr/share/doc/ntp/pic/flatheads.gif 6746OLD_FILES+=usr/share/doc/ntp/pic/flt1.gif 6747OLD_FILES+=usr/share/doc/ntp/pic/flt2.gif 6748OLD_FILES+=usr/share/doc/ntp/pic/flt3.gif 6749OLD_FILES+=usr/share/doc/ntp/pic/flt4.gif 6750OLD_FILES+=usr/share/doc/ntp/pic/flt5.gif 6751OLD_FILES+=usr/share/doc/ntp/pic/flt6.gif 6752OLD_FILES+=usr/share/doc/ntp/pic/flt7.gif 6753OLD_FILES+=usr/share/doc/ntp/pic/flt8.gif 6754OLD_FILES+=usr/share/doc/ntp/pic/flt9.gif 6755OLD_FILES+=usr/share/doc/ntp/pic/freq1211.gif 6756OLD_FILES+=usr/share/doc/ntp/pic/gadget.jpg 6757OLD_FILES+=usr/share/doc/ntp/pic/gps167.jpg 6758OLD_FILES+=usr/share/doc/ntp/pic/group.gif 6759OLD_FILES+=usr/share/doc/ntp/pic/hornraba.gif 6760OLD_FILES+=usr/share/doc/ntp/pic/igclock.gif 6761OLD_FILES+=usr/share/doc/ntp/pic/neoclock4x.gif 6762OLD_FILES+=usr/share/doc/ntp/pic/offset1211.gif 6763OLD_FILES+=usr/share/doc/ntp/pic/oncore_evalbig.gif 6764OLD_FILES+=usr/share/doc/ntp/pic/oncore_remoteant.jpg 6765OLD_FILES+=usr/share/doc/ntp/pic/oncore_utplusbig.gif 6766OLD_FILES+=usr/share/doc/ntp/pic/oz2.gif 6767OLD_FILES+=usr/share/doc/ntp/pic/panda.gif 6768OLD_FILES+=usr/share/doc/ntp/pic/pd_om006.gif 6769OLD_FILES+=usr/share/doc/ntp/pic/pd_om011.gif 6770OLD_FILES+=usr/share/doc/ntp/pic/peer.gif 6771OLD_FILES+=usr/share/doc/ntp/pic/pogo.gif 6772OLD_FILES+=usr/share/doc/ntp/pic/pogo1a.gif 6773OLD_FILES+=usr/share/doc/ntp/pic/pogo3a.gif 6774OLD_FILES+=usr/share/doc/ntp/pic/pogo4.gif 6775OLD_FILES+=usr/share/doc/ntp/pic/pogo5.gif 6776OLD_FILES+=usr/share/doc/ntp/pic/pogo6.gif 6777OLD_FILES+=usr/share/doc/ntp/pic/pogo7.gif 6778OLD_FILES+=usr/share/doc/ntp/pic/pogo8.gif 6779OLD_FILES+=usr/share/doc/ntp/pic/pzf509.jpg 6780OLD_FILES+=usr/share/doc/ntp/pic/pzf511.jpg 6781OLD_FILES+=usr/share/doc/ntp/pic/rabbit.gif 6782OLD_FILES+=usr/share/doc/ntp/pic/radio2.jpg 6783OLD_FILES+=usr/share/doc/ntp/pic/sheepb.jpg 6784OLD_FILES+=usr/share/doc/ntp/pic/stack1a.jpg 6785OLD_FILES+=usr/share/doc/ntp/pic/stats.gif 6786OLD_FILES+=usr/share/doc/ntp/pic/sx5.gif 6787OLD_FILES+=usr/share/doc/ntp/pic/thunderbolt.jpg 6788OLD_FILES+=usr/share/doc/ntp/pic/time1.gif 6789OLD_FILES+=usr/share/doc/ntp/pic/tonea.gif 6790OLD_FILES+=usr/share/doc/ntp/pic/tribeb.gif 6791OLD_FILES+=usr/share/doc/ntp/pic/wingdorothy.gif 6792OLD_FILES+=usr/share/doc/ntp/poll.html 6793OLD_FILES+=usr/share/doc/ntp/porting.html 6794OLD_FILES+=usr/share/doc/ntp/pps.html 6795OLD_FILES+=usr/share/doc/ntp/prefer.html 6796OLD_FILES+=usr/share/doc/ntp/quick.html 6797OLD_FILES+=usr/share/doc/ntp/rate.html 6798OLD_FILES+=usr/share/doc/ntp/rdebug.html 6799OLD_FILES+=usr/share/doc/ntp/refclock.html 6800OLD_FILES+=usr/share/doc/ntp/release.html 6801OLD_FILES+=usr/share/doc/ntp/scripts/accopt.txt 6802OLD_FILES+=usr/share/doc/ntp/scripts/audio.txt 6803OLD_FILES+=usr/share/doc/ntp/scripts/authopt.txt 6804OLD_FILES+=usr/share/doc/ntp/scripts/clockopt.txt 6805OLD_FILES+=usr/share/doc/ntp/scripts/command.txt 6806OLD_FILES+=usr/share/doc/ntp/scripts/config.txt 6807OLD_FILES+=usr/share/doc/ntp/scripts/confopt.txt 6808OLD_FILES+=usr/share/doc/ntp/scripts/external.txt 6809OLD_FILES+=usr/share/doc/ntp/scripts/footer.txt 6810OLD_FILES+=usr/share/doc/ntp/scripts/hand.txt 6811OLD_FILES+=usr/share/doc/ntp/scripts/install.txt 6812OLD_FILES+=usr/share/doc/ntp/scripts/manual.txt 6813OLD_FILES+=usr/share/doc/ntp/scripts/misc.txt 6814OLD_FILES+=usr/share/doc/ntp/scripts/miscopt.txt 6815OLD_FILES+=usr/share/doc/ntp/scripts/monopt.txt 6816OLD_FILES+=usr/share/doc/ntp/scripts/refclock.txt 6817OLD_FILES+=usr/share/doc/ntp/scripts/special.txt 6818OLD_FILES+=usr/share/doc/ntp/scripts/style.css 6819OLD_FILES+=usr/share/doc/ntp/select.html 6820OLD_FILES+=usr/share/doc/ntp/sitemap.html 6821OLD_FILES+=usr/share/doc/ntp/sntp.html 6822OLD_FILES+=usr/share/doc/ntp/stats.html 6823OLD_FILES+=usr/share/doc/ntp/tickadj.html 6824OLD_FILES+=usr/share/doc/ntp/warp.html 6825OLD_FILES+=usr/share/doc/ntp/xleave.html 6826OLD_DIRS+=usr/share/doc/ntp/drivers 6827OLD_DIRS+=usr/share/doc/ntp/drivers/scripts 6828OLD_DIRS+=usr/share/doc/ntp/drivers/icons 6829OLD_DIRS+=usr/share/doc/ntp/hints 6830OLD_DIRS+=usr/share/doc/ntp/icons 6831OLD_DIRS+=usr/share/doc/ntp/pic 6832OLD_DIRS+=usr/share/doc/ntp/scripts 6833OLD_DIRS+=usr/share/doc/ntp 6834OLD_FILES+=usr/share/examples/etc/ntp.conf 6835OLD_FILES+=usr/share/man/man1/sntp.1.gz 6836OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz 6837OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz 6838OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz 6839OLD_FILES+=usr/share/man/man8/ntpd.8.gz 6840OLD_FILES+=usr/share/man/man8/ntpdate.8.gz 6841OLD_FILES+=usr/share/man/man8/ntpdc.8.gz 6842OLD_FILES+=usr/share/man/man8/ntpq.8.gz 6843OLD_FILES+=usr/share/man/man8/ntptime.8.gz 6844.endif 6845 6846.if ${MK_OFED} == no 6847OLD_FILES+=etc/newsyslog.conf.d/opensm.conf 6848OLD_FILES+=etc/rc.d/opensm 6849OLD_FILES+=usr/bin/ibstat 6850OLD_FILES+=usr/bin/ibv_asyncwatch 6851OLD_FILES+=usr/bin/ibv_devices 6852OLD_FILES+=usr/bin/ibv_devinfo 6853OLD_FILES+=usr/bin/ibv_rc_pingpong 6854OLD_FILES+=usr/bin/ibv_srq_pingpong 6855OLD_FILES+=usr/bin/ibv_uc_pingpong 6856OLD_FILES+=usr/bin/ibv_ud_pingpong 6857OLD_FILES+=usr/bin/mckey 6858OLD_FILES+=usr/bin/rping 6859OLD_FILES+=usr/bin/ucmatose 6860OLD_FILES+=usr/bin/udaddy 6861OLD_FILES+=usr/include/infiniband/marshall.h 6862OLD_FILES+=usr/include/infiniband/kern-abi.h 6863OLD_FILES+=usr/include/infiniband/umad_sm.h 6864OLD_FILES+=usr/include/infiniband/umad.h 6865OLD_FILES+=usr/include/infiniband/arch.h 6866OLD_FILES+=usr/include/infiniband/verbs.h 6867OLD_FILES+=usr/include/infiniband/ib.h 6868OLD_FILES+=usr/include/infiniband/cm.h 6869OLD_FILES+=usr/include/infiniband/opcode.h 6870OLD_FILES+=usr/include/infiniband/ibnetdisc.h 6871OLD_FILES+=usr/include/infiniband/driver.h 6872OLD_FILES+=usr/include/infiniband/mad_osd.h 6873OLD_FILES+=usr/include/infiniband/umad_types.h 6874OLD_FILES+=usr/include/infiniband/umad_cm.h 6875OLD_FILES+=usr/include/infiniband/cm_abi.h 6876OLD_FILES+=usr/include/infiniband/sa-kern-abi.h 6877OLD_FILES+=usr/include/infiniband/ibnetdisc_osd.h 6878OLD_FILES+=usr/include/infiniband/opensm/osm_event_plugin.h 6879OLD_FILES+=usr/include/infiniband/opensm/osm_console_io.h 6880OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_cache.h 6881OLD_FILES+=usr/include/infiniband/opensm/osm_port.h 6882OLD_FILES+=usr/include/infiniband/opensm/osm_path.h 6883OLD_FILES+=usr/include/infiniband/opensm/osm_mtree.h 6884OLD_FILES+=usr/include/infiniband/opensm/osm_log.h 6885OLD_FILES+=usr/include/infiniband/opensm/osm_mcm_port.h 6886OLD_FILES+=usr/include/infiniband/opensm/osm_subnet.h 6887OLD_FILES+=usr/include/infiniband/opensm/osm_pkey.h 6888OLD_FILES+=usr/include/infiniband/opensm/osm_remote_sm.h 6889OLD_FILES+=usr/include/infiniband/opensm/osm_qos_policy.h 6890OLD_FILES+=usr/include/infiniband/opensm/osm_sm.h 6891OLD_FILES+=usr/include/infiniband/opensm/osm_node.h 6892OLD_FILES+=usr/include/infiniband/opensm/osm_mcast_mgr.h 6893OLD_FILES+=usr/include/infiniband/opensm/osm_madw.h 6894OLD_FILES+=usr/include/infiniband/opensm/osm_lid_mgr.h 6895OLD_FILES+=usr/include/infiniband/opensm/osm_congestion_control.h 6896OLD_FILES+=usr/include/infiniband/opensm/osm_port_profile.h 6897OLD_FILES+=usr/include/infiniband/opensm/osm_perfmgr.h 6898OLD_FILES+=usr/include/infiniband/opensm/osm_service.h 6899OLD_FILES+=usr/include/infiniband/opensm/osm_base.h 6900OLD_FILES+=usr/include/infiniband/opensm/osm_vl15intf.h 6901OLD_FILES+=usr/include/infiniband/opensm/st.h 6902OLD_FILES+=usr/include/infiniband/opensm/osm_attrib_req.h 6903OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_mgr.h 6904OLD_FILES+=usr/include/infiniband/opensm/osm_db.h 6905OLD_FILES+=usr/include/infiniband/opensm/osm_sa_mad_ctrl.h 6906OLD_FILES+=usr/include/infiniband/opensm/osm_db_pack.h 6907OLD_FILES+=usr/include/infiniband/opensm/osm_opensm.h 6908OLD_FILES+=usr/include/infiniband/opensm/osm_mesh.h 6909OLD_FILES+=usr/include/infiniband/opensm/osm_mcast_tbl.h 6910OLD_FILES+=usr/include/infiniband/opensm/osm_sm_mad_ctrl.h 6911OLD_FILES+=usr/include/infiniband/opensm/osm_stats.h 6912OLD_FILES+=usr/include/infiniband/opensm/osm_mad_pool.h 6913OLD_FILES+=usr/include/infiniband/opensm/osm_switch.h 6914OLD_FILES+=usr/include/infiniband/opensm/osm_ucast_lash.h 6915OLD_FILES+=usr/include/infiniband/opensm/osm_errors.h 6916OLD_FILES+=usr/include/infiniband/opensm/osm_partition.h 6917OLD_FILES+=usr/include/infiniband/opensm/osm_prefix_route.h 6918OLD_FILES+=usr/include/infiniband/opensm/osm_helper.h 6919OLD_FILES+=usr/include/infiniband/opensm/osm_version.h 6920OLD_FILES+=usr/include/infiniband/opensm/osm_sa.h 6921OLD_FILES+=usr/include/infiniband/opensm/osm_config.h 6922OLD_FILES+=usr/include/infiniband/opensm/osm_multicast.h 6923OLD_FILES+=usr/include/infiniband/opensm/osm_file_ids.h 6924OLD_FILES+=usr/include/infiniband/opensm/osm_perfmgr_db.h 6925OLD_FILES+=usr/include/infiniband/opensm/osm_console.h 6926OLD_FILES+=usr/include/infiniband/opensm/osm_msgdef.h 6927OLD_FILES+=usr/include/infiniband/opensm/osm_router.h 6928OLD_FILES+=usr/include/infiniband/opensm/osm_guid.h 6929OLD_FILES+=usr/include/infiniband/opensm/osm_inform.h 6930OLD_DIRS+=usr/include/infiniband/opensm 6931OLD_FILES+=usr/include/infiniband/iba/ib_types.h 6932OLD_FILES+=usr/include/infiniband/iba/ib_cm_types.h 6933OLD_DIRS+=usr/include/infiniband/iba 6934OLD_FILES+=usr/include/infiniband/umad_str.h 6935OLD_FILES+=usr/include/infiniband/udma_barrier.h 6936OLD_FILES+=usr/include/infiniband/umad_sa.h 6937OLD_FILES+=usr/include/infiniband/mad.h 6938OLD_FILES+=usr/include/infiniband/sa.h 6939OLD_FILES+=usr/include/infiniband/byteorder.h 6940OLD_FILES+=usr/include/infiniband/types.h 6941OLD_FILES+=usr/include/infiniband/byteswap.h 6942OLD_FILES+=usr/include/infiniband/vendor/osm_pkt_randomizer.h 6943OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_rmpp_ctx.h 6944OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl_hca_guid.h 6945OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_txn.h 6946OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx.h 6947OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_svc.h 6948OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_test.h 6949OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_inout.h 6950OLD_FILES+=usr/include/infiniband/vendor/osm_mtl_bind.h 6951OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_hca.h 6952OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_sa_api.h 6953OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_sender.h 6954OLD_FILES+=usr/include/infiniband/vendor/osm_vendor.h 6955OLD_FILES+=usr/include/infiniband/vendor/osm_umadt.h 6956OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl_transaction_mgr.h 6957OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_defs.h 6958OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_dispatcher.h 6959OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_api.h 6960OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mtl.h 6961OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_transport.h 6962OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_al.h 6963OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_sar.h 6964OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_umadt.h 6965OLD_FILES+=usr/include/infiniband/vendor/osm_ts_useraccess.h 6966OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_ts.h 6967OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_mlx_transport_anafa.h 6968OLD_FILES+=usr/include/infiniband/vendor/osm_vendor_ibumad.h 6969OLD_DIRS+=usr/include/infiniband/vendor 6970OLD_FILES+=usr/include/infiniband/endian.h 6971OLD_FILES+=usr/include/infiniband/complib/cl_byteswap.h 6972OLD_FILES+=usr/include/infiniband/complib/cl_types.h 6973OLD_FILES+=usr/include/infiniband/complib/cl_map.h 6974OLD_FILES+=usr/include/infiniband/complib/cl_packon.h 6975OLD_FILES+=usr/include/infiniband/complib/cl_timer.h 6976OLD_FILES+=usr/include/infiniband/complib/cl_thread_osd.h 6977OLD_FILES+=usr/include/infiniband/complib/cl_thread.h 6978OLD_FILES+=usr/include/infiniband/complib/cl_event.h 6979OLD_FILES+=usr/include/infiniband/complib/cl_byteswap_osd.h 6980OLD_FILES+=usr/include/infiniband/complib/cl_passivelock.h 6981OLD_FILES+=usr/include/infiniband/complib/cl_vector.h 6982OLD_FILES+=usr/include/infiniband/complib/cl_nodenamemap.h 6983OLD_FILES+=usr/include/infiniband/complib/cl_event_wheel.h 6984OLD_FILES+=usr/include/infiniband/complib/cl_log.h 6985OLD_FILES+=usr/include/infiniband/complib/cl_fleximap.h 6986OLD_FILES+=usr/include/infiniband/complib/cl_qlist.h 6987OLD_FILES+=usr/include/infiniband/complib/cl_timer_osd.h 6988OLD_FILES+=usr/include/infiniband/complib/cl_pool.h 6989OLD_FILES+=usr/include/infiniband/complib/cl_debug.h 6990OLD_FILES+=usr/include/infiniband/complib/cl_types_osd.h 6991OLD_FILES+=usr/include/infiniband/complib/cl_dispatcher.h 6992OLD_FILES+=usr/include/infiniband/complib/cl_ptr_vector.h 6993OLD_FILES+=usr/include/infiniband/complib/cl_atomic_osd.h 6994OLD_FILES+=usr/include/infiniband/complib/cl_qmap.h 6995OLD_FILES+=usr/include/infiniband/complib/cl_spinlock_osd.h 6996OLD_FILES+=usr/include/infiniband/complib/cl_qcomppool.h 6997OLD_FILES+=usr/include/infiniband/complib/cl_threadpool.h 6998OLD_FILES+=usr/include/infiniband/complib/cl_list.h 6999OLD_FILES+=usr/include/infiniband/complib/cl_debug_osd.h 7000OLD_FILES+=usr/include/infiniband/complib/cl_packoff.h 7001OLD_FILES+=usr/include/infiniband/complib/cl_qpool.h 7002OLD_FILES+=usr/include/infiniband/complib/cl_spinlock.h 7003OLD_FILES+=usr/include/infiniband/complib/cl_event_osd.h 7004OLD_FILES+=usr/include/infiniband/complib/cl_atomic.h 7005OLD_FILES+=usr/include/infiniband/complib/cl_math.h 7006OLD_FILES+=usr/include/infiniband/complib/cl_comppool.h 7007OLD_DIRS+=usr/include/infiniband/complib 7008OLD_DIRS+=usr/include/infiniband 7009OLD_FILES+=usr/lib/libcxgb4.a 7010OLD_FILES+=usr/lib/libcxgb4.so 7011OLD_LIBS+=usr/lib/libcxgb4.so.1 7012OLD_FILES+=usr/lib/libibcm.a 7013OLD_FILES+=usr/lib/libibcm.so 7014OLD_LIBS+=usr/lib/libibcm.so.1 7015OLD_FILES+=usr/lib/libibmad.a 7016OLD_FILES+=usr/lib/libibmad.so 7017OLD_LIBS+=usr/lib/libibmad.so.5 7018OLD_FILES+=usr/lib/libibnetdisc.a 7019OLD_FILES+=usr/lib/libibnetdisc.so 7020OLD_LIBS+=usr/lib/libibnetdisc.so.5 7021OLD_FILES+=usr/lib/libibumad.a 7022OLD_FILES+=usr/lib/libibumad.so 7023OLD_LIBS+=usr/lib/libibumad.so.1 7024OLD_FILES+=usr/lib/libibverbs.a 7025OLD_FILES+=usr/lib/libibverbs.so 7026OLD_LIBS+=lib/libibverbs.so.1 7027OLD_FILES+=usr/lib/libmlx4.a 7028OLD_FILES+=usr/lib/libmlx4.so 7029OLD_LIBS+=usr/lib/libmlx4.so.1 7030OLD_FILES+=usr/lib/libmlx5.a 7031OLD_FILES+=usr/lib/libmlx5.so 7032OLD_LIBS+=lib/libmlx5.so.1 7033OLD_FILES+=usr/lib/libopensm.a 7034OLD_FILES+=usr/lib/libopensm.so 7035OLD_LIBS+=usr/lib/libopensm.so.5 7036OLD_FILES+=usr/lib/libosmcomp.a 7037OLD_FILES+=usr/lib/libosmcomp.so 7038OLD_LIBS+=usr/lib/libosmcomp.so.3 7039OLD_FILES+=usr/lib/libosmvendor.a 7040OLD_FILES+=usr/lib/libosmvendor.so 7041OLD_LIBS+=usr/lib/libosmvendor.so.4 7042OLD_FILES+=usr/lib/librdmacm.a 7043OLD_FILES+=usr/lib/librdmacm.so 7044OLD_LIBS+=usr/lib/librdmacm.so.1 7045.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 7046OLD_FILES+=usr/lib32/libcxgb4.a 7047OLD_FILES+=usr/lib32/libcxgb4.so 7048OLD_LIBS+=usr/lib32/libcxgb4.so.1 7049OLD_FILES+=usr/lib32/libibcm.a 7050OLD_FILES+=usr/lib32/libibcm.so 7051OLD_LIBS+=usr/lib32/libibcm.so.1 7052OLD_FILES+=usr/lib32/libibmad.a 7053OLD_FILES+=usr/lib32/libibmad.so 7054OLD_LIBS+=usr/lib32/libibmad.so.5 7055OLD_FILES+=usr/lib32/libibnetdisc.a 7056OLD_FILES+=usr/lib32/libibnetdisc.so 7057OLD_LIBS+=usr/lib32/libibnetdisc.so.5 7058OLD_FILES+=usr/lib32/libibumad.a 7059OLD_FILES+=usr/lib32/libibumad.so 7060OLD_LIBS+=usr/lib32/libibumad.so.1 7061OLD_FILES+=usr/lib32/libibverbs.a 7062OLD_FILES+=usr/lib32/libibverbs.so 7063OLD_LIBS+=usr/lib32/libibverbs.so.1 7064OLD_FILES+=usr/lib32/libmlx4.a 7065OLD_FILES+=usr/lib32/libmlx4.so 7066OLD_LIBS+=usr/lib32/libmlx4.so.1 7067OLD_FILES+=usr/lib32/libmlx5.a 7068OLD_FILES+=usr/lib32/libmlx5.so 7069OLD_LIBS+=usr/lib32/libmlx5.so.1 7070OLD_FILES+=usr/lib32/libopensm.a 7071OLD_FILES+=usr/lib32/libopensm.so 7072OLD_LIBS+=usr/lib32/libopensm.so.5 7073OLD_FILES+=usr/lib32/libosmcomp.a 7074OLD_FILES+=usr/lib32/libosmcomp.so 7075OLD_LIBS+=usr/lib32/libosmcomp.so.3 7076OLD_FILES+=usr/lib32/libosmvendor.a 7077OLD_FILES+=usr/lib32/libosmvendor.so 7078OLD_LIBS+=usr/lib32/libosmvendor.so.4 7079OLD_FILES+=usr/lib32/librdmacm.a 7080OLD_FILES+=usr/lib32/librdmacm.so 7081OLD_LIBS+=usr/lib32/librdmacm.so.1 7082.endif 7083OLD_FILES+=usr/share/man/man1/ibv_asyncwatch.1.gz 7084OLD_FILES+=usr/share/man/man1/ibv_devices.1.gz 7085OLD_FILES+=usr/share/man/man1/ibv_devinfo.1.gz 7086OLD_FILES+=usr/share/man/man1/ibv_rc_pingpong.1.gz 7087OLD_FILES+=usr/share/man/man1/ibv_srq_pingpong.1.gz 7088OLD_FILES+=usr/share/man/man1/ibv_uc_pingpong.1.gz 7089OLD_FILES+=usr/share/man/man1/ibv_ud_pingpong.1.gz 7090OLD_FILES+=usr/share/man/man1/mckey.1.gz 7091OLD_FILES+=usr/share/man/man1/rping.1.gz 7092OLD_FILES+=usr/share/man/man1/ucmatose.1.gz 7093OLD_FILES+=usr/share/man/man1/udaddy.1.gz 7094OLD_FILES+=usr/share/man/man3/ibnd_debug.3.gz 7095OLD_FILES+=usr/share/man/man3/ibnd_destroy_fabric.3.gz 7096OLD_FILES+=usr/share/man/man3/ibnd_discover_fabric.3.gz 7097OLD_FILES+=usr/share/man/man3/ibnd_find_node_dr.3.gz 7098OLD_FILES+=usr/share/man/man3/ibnd_find_node_guid.3.gz 7099OLD_FILES+=usr/share/man/man3/ibnd_iter_nodes.3.gz 7100OLD_FILES+=usr/share/man/man3/ibnd_iter_nodes_type.3.gz 7101OLD_FILES+=usr/share/man/man3/ibnd_show_progress.3.gz 7102OLD_FILES+=usr/share/man/man3/ibv_alloc_mw.3.gz 7103OLD_FILES+=usr/share/man/man3/ibv_alloc_pd.3.gz 7104OLD_FILES+=usr/share/man/man3/ibv_attach_mcast.3.gz 7105OLD_FILES+=usr/share/man/man3/ibv_bind_mw.3.gz 7106OLD_FILES+=usr/share/man/man3/ibv_create_ah.3.gz 7107OLD_FILES+=usr/share/man/man3/ibv_create_ah_from_wc.3.gz 7108OLD_FILES+=usr/share/man/man3/ibv_create_comp_channel.3.gz 7109OLD_FILES+=usr/share/man/man3/ibv_create_cq.3.gz 7110OLD_FILES+=usr/share/man/man3/ibv_create_cq_ex.3.gz 7111OLD_FILES+=usr/share/man/man3/ibv_create_flow.3.gz 7112OLD_FILES+=usr/share/man/man3/ibv_create_qp.3.gz 7113OLD_FILES+=usr/share/man/man3/ibv_create_qp_ex.3.gz 7114OLD_FILES+=usr/share/man/man3/ibv_create_rwq_ind_table.3.gz 7115OLD_FILES+=usr/share/man/man3/ibv_create_srq.3.gz 7116OLD_FILES+=usr/share/man/man3/ibv_create_srq_ex.3.gz 7117OLD_FILES+=usr/share/man/man3/ibv_create_wq.3.gz 7118OLD_FILES+=usr/share/man/man3/ibv_event_type_str.3.gz 7119OLD_FILES+=usr/share/man/man3/ibv_fork_init.3.gz 7120OLD_FILES+=usr/share/man/man3/ibv_get_async_event.3.gz 7121OLD_FILES+=usr/share/man/man3/ibv_get_cq_event.3.gz 7122OLD_FILES+=usr/share/man/man3/ibv_get_device_guid.3.gz 7123OLD_FILES+=usr/share/man/man3/ibv_get_device_list.3.gz 7124OLD_FILES+=usr/share/man/man3/ibv_get_device_name.3.gz 7125OLD_FILES+=usr/share/man/man3/ibv_get_srq_num.3.gz 7126OLD_FILES+=usr/share/man/man3/ibv_inc_rkey.3.gz 7127OLD_FILES+=usr/share/man/man3/ibv_modify_qp.3.gz 7128OLD_FILES+=usr/share/man/man3/ibv_modify_srq.3.gz 7129OLD_FILES+=usr/share/man/man3/ibv_modify_wq.3.gz 7130OLD_FILES+=usr/share/man/man3/ibv_open_device.3.gz 7131OLD_FILES+=usr/share/man/man3/ibv_open_qp.3.gz 7132OLD_FILES+=usr/share/man/man3/ibv_open_xrcd.3.gz 7133OLD_FILES+=usr/share/man/man3/ibv_poll_cq.3.gz 7134OLD_FILES+=usr/share/man/man3/ibv_post_recv.3.gz 7135OLD_FILES+=usr/share/man/man3/ibv_post_send.3.gz 7136OLD_FILES+=usr/share/man/man3/ibv_post_srq_recv.3.gz 7137OLD_FILES+=usr/share/man/man3/ibv_query_device.3.gz 7138OLD_FILES+=usr/share/man/man3/ibv_query_device_ex.3.gz 7139OLD_FILES+=usr/share/man/man3/ibv_query_gid.3.gz 7140OLD_FILES+=usr/share/man/man3/ibv_query_pkey.3.gz 7141OLD_FILES+=usr/share/man/man3/ibv_query_port.3.gz 7142OLD_FILES+=usr/share/man/man3/ibv_query_qp.3.gz 7143OLD_FILES+=usr/share/man/man3/ibv_query_rt_values_ex.3.gz 7144OLD_FILES+=usr/share/man/man3/ibv_query_srq.3.gz 7145OLD_FILES+=usr/share/man/man3/ibv_rate_to_mbps.3.gz 7146OLD_FILES+=usr/share/man/man3/ibv_rate_to_mult.3.gz 7147OLD_FILES+=usr/share/man/man3/ibv_reg_mr.3.gz 7148OLD_FILES+=usr/share/man/man3/ibv_req_notify_cq.3.gz 7149OLD_FILES+=usr/share/man/man3/ibv_rereg_mr.3.gz 7150OLD_FILES+=usr/share/man/man3/ibv_resize_cq.3.gz 7151OLD_FILES+=usr/share/man/man3/rdma_accept.3.gz 7152OLD_FILES+=usr/share/man/man3/rdma_ack_cm_event.3.gz 7153OLD_FILES+=usr/share/man/man3/rdma_bind_addr.3.gz 7154OLD_FILES+=usr/share/man/man3/rdma_connect.3.gz 7155OLD_FILES+=usr/share/man/man3/rdma_create_ep.3.gz 7156OLD_FILES+=usr/share/man/man3/rdma_create_event_channel.3.gz 7157OLD_FILES+=usr/share/man/man3/rdma_create_id.3.gz 7158OLD_FILES+=usr/share/man/man3/rdma_create_qp.3.gz 7159OLD_FILES+=usr/share/man/man3/rdma_create_srq.3.gz 7160OLD_FILES+=usr/share/man/man3/rdma_dereg_mr.3.gz 7161OLD_FILES+=usr/share/man/man3/rdma_destroy_ep.3.gz 7162OLD_FILES+=usr/share/man/man3/rdma_destroy_event_channel.3.gz 7163OLD_FILES+=usr/share/man/man3/rdma_destroy_id.3.gz 7164OLD_FILES+=usr/share/man/man3/rdma_destroy_qp.3.gz 7165OLD_FILES+=usr/share/man/man3/rdma_destroy_srq.3.gz 7166OLD_FILES+=usr/share/man/man3/rdma_disconnect.3.gz 7167OLD_FILES+=usr/share/man/man3/rdma_event_str.3.gz 7168OLD_FILES+=usr/share/man/man3/rdma_free_devices.3.gz 7169OLD_FILES+=usr/share/man/man3/rdma_get_cm_event.3.gz 7170OLD_FILES+=usr/share/man/man3/rdma_get_devices.3.gz 7171OLD_FILES+=usr/share/man/man3/rdma_get_dst_port.3.gz 7172OLD_FILES+=usr/share/man/man3/rdma_get_local_addr.3.gz 7173OLD_FILES+=usr/share/man/man3/rdma_get_peer_addr.3.gz 7174OLD_FILES+=usr/share/man/man3/rdma_get_recv_comp.3.gz 7175OLD_FILES+=usr/share/man/man3/rdma_get_request.3.gz 7176OLD_FILES+=usr/share/man/man3/rdma_get_send_comp.3.gz 7177OLD_FILES+=usr/share/man/man3/rdma_get_src_port.3.gz 7178OLD_FILES+=usr/share/man/man3/rdma_getaddrinfo.3.gz 7179OLD_FILES+=usr/share/man/man3/rdma_join_multicast.3.gz 7180OLD_FILES+=usr/share/man/man3/rdma_leave_multicast.3.gz 7181OLD_FILES+=usr/share/man/man3/rdma_listen.3.gz 7182OLD_FILES+=usr/share/man/man3/rdma_migrate_id.3.gz 7183OLD_FILES+=usr/share/man/man3/rdma_notify.3.gz 7184OLD_FILES+=usr/share/man/man3/rdma_post_read.3.gz 7185OLD_FILES+=usr/share/man/man3/rdma_post_readv.3.gz 7186OLD_FILES+=usr/share/man/man3/rdma_post_recv.3.gz 7187OLD_FILES+=usr/share/man/man3/rdma_post_recvv.3.gz 7188OLD_FILES+=usr/share/man/man3/rdma_post_send.3.gz 7189OLD_FILES+=usr/share/man/man3/rdma_post_sendv.3.gz 7190OLD_FILES+=usr/share/man/man3/rdma_post_ud_send.3.gz 7191OLD_FILES+=usr/share/man/man3/rdma_post_write.3.gz 7192OLD_FILES+=usr/share/man/man3/rdma_post_writev.3.gz 7193OLD_FILES+=usr/share/man/man3/rdma_reg_msgs.3.gz 7194OLD_FILES+=usr/share/man/man3/rdma_reg_read.3.gz 7195OLD_FILES+=usr/share/man/man3/rdma_reg_write.3.gz 7196OLD_FILES+=usr/share/man/man3/rdma_reject.3.gz 7197OLD_FILES+=usr/share/man/man3/rdma_resolve_addr.3.gz 7198OLD_FILES+=usr/share/man/man3/rdma_resolve_route.3.gz 7199OLD_FILES+=usr/share/man/man3/rdma_set_option.3.gz 7200OLD_FILES+=usr/share/man/man4/mlx4ib.4.gz 7201OLD_FILES+=usr/share/man/man4/mlx5ib.4.gz 7202OLD_FILES+=usr/share/man/man8/ibstat.8.gz 7203.endif 7204 7205.if ${MK_OFED_EXTRA} == no 7206OLD_FILES+=usr/bin/dump_fts 7207OLD_FILES+=usr/bin/ibaddr 7208OLD_FILES+=usr/bin/ibcacheedit 7209OLD_FILES+=usr/bin/ibccconfig 7210OLD_FILES+=usr/bin/ibccquery 7211OLD_FILES+=usr/bin/iblinkinfo 7212OLD_FILES+=usr/bin/ibmirror 7213OLD_FILES+=usr/bin/ibnetdiscover 7214OLD_FILES+=usr/bin/ibping 7215OLD_FILES+=usr/bin/ibportstate 7216OLD_FILES+=usr/bin/ibqueryerrors 7217OLD_FILES+=usr/bin/ibroute 7218OLD_FILES+=usr/bin/ibsysstat 7219OLD_FILES+=usr/bin/ibtracert 7220OLD_FILES+=usr/bin/opensm 7221OLD_FILES+=usr/bin/perfquery 7222OLD_FILES+=usr/bin/saquery 7223OLD_FILES+=usr/bin/sminfo 7224OLD_FILES+=usr/bin/smpdump 7225OLD_FILES+=usr/bin/smpquery 7226OLD_FILES+=usr/bin/vendstat 7227OLD_FILES+=usr/share/man/man8/dump_fts.8.gz 7228OLD_FILES+=usr/share/man/man8/ibaddr.8.gz 7229OLD_FILES+=usr/share/man/man8/ibcacheedit.8.gz 7230OLD_FILES+=usr/share/man/man8/ibccconfig.8.gz 7231OLD_FILES+=usr/share/man/man8/ibccquery.8.gz 7232OLD_FILES+=usr/share/man/man8/iblinkinfo.8.gz 7233OLD_FILES+=usr/share/man/man8/ibnetdiscover.8.gz 7234OLD_FILES+=usr/share/man/man8/ibping.8.gz 7235OLD_FILES+=usr/share/man/man8/ibportstate.8.gz 7236OLD_FILES+=usr/share/man/man8/ibqueryerrors.8.gz 7237OLD_FILES+=usr/share/man/man8/ibroute.8.gz 7238OLD_FILES+=usr/share/man/man8/ibsysstat.8.gz 7239OLD_FILES+=usr/share/man/man8/ibtracert.8.gz 7240OLD_FILES+=usr/share/man/man8/opensm.8.gz 7241OLD_FILES+=usr/share/man/man8/perfquery.8.gz 7242OLD_FILES+=usr/share/man/man8/saquery.8.gz 7243OLD_FILES+=usr/share/man/man8/sminfo.8.gz 7244OLD_FILES+=usr/share/man/man8/smpdump.8.gz 7245OLD_FILES+=usr/share/man/man8/smpquery.8.gz 7246OLD_FILES+=usr/share/man/man8/vendstat.8.gz 7247.endif 7248 7249.if ${MK_OPENMP} == no 7250OLD_FILES+=usr/include/omp.h 7251OLD_LIBS+=usr/lib/libgomp.so 7252OLD_LIBS+=usr/lib32/libgomp.so 7253OLD_LIBS+=usr/lib/libomp.so 7254OLD_LIBS+=usr/lib32/libomp.so 7255.endif 7256 7257.if ${MK_OPENSSH} == no 7258OLD_FILES+=etc/rc.d/sshd 7259OLD_FILES+=etc/ssh/moduli 7260OLD_FILES+=etc/ssh/ssh_config 7261OLD_FILES+=etc/ssh/sshd_config 7262OLD_DIRS+=etc/ssh 7263OLD_FILES+=usr/bin/scp 7264OLD_FILES+=usr/bin/sftp 7265OLD_FILES+=usr/bin/slogin 7266OLD_FILES+=usr/bin/ssh 7267OLD_FILES+=usr/bin/ssh-add 7268OLD_FILES+=usr/bin/ssh-agent 7269OLD_FILES+=usr/bin/ssh-copy-id 7270OLD_FILES+=usr/bin/ssh-keygen 7271OLD_FILES+=usr/bin/ssh-keyscan 7272OLD_FILES+=usr/lib/pam_ssh.so 7273OLD_LIBS+=usr/lib/pam_ssh.so.6 7274OLD_FILES+=usr/lib/private/libssh.a 7275OLD_FILES+=usr/lib/private/libssh.so 7276OLD_LIBS+=usr/lib/private/libssh.so.5 7277OLD_FILES+=usr/lib/private/libssh_p.a 7278.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 7279OLD_FILES+=usr/lib32/pam_ssh.so 7280OLD_LIBS+=usr/lib32/pam_ssh.so.6 7281OLD_FILES+=usr/lib32/private/libssh.a 7282OLD_FILES+=usr/lib32/private/libssh.so 7283OLD_LIBS+=usr/lib32/private/libssh.so.5 7284OLD_FILES+=usr/lib32/private/libssh_p.a 7285.endif 7286OLD_FILES+=usr/libexec/sftp-server 7287OLD_FILES+=usr/libexec/ssh-keysign 7288OLD_FILES+=usr/libexec/ssh-pkcs11-helper 7289OLD_FILES+=usr/sbin/sshd 7290OLD_FILES+=usr/share/man/man1/scp.1.gz 7291OLD_FILES+=usr/share/man/man1/sftp.1.gz 7292OLD_FILES+=usr/share/man/man1/slogin.1.gz 7293OLD_FILES+=usr/share/man/man1/ssh-add.1.gz 7294OLD_FILES+=usr/share/man/man1/ssh-agent.1.gz 7295OLD_FILES+=usr/share/man/man1/ssh-copy-id.1.gz 7296OLD_FILES+=usr/share/man/man1/ssh-keygen.1.gz 7297OLD_FILES+=usr/share/man/man1/ssh-keyscan.1.gz 7298OLD_FILES+=usr/share/man/man1/ssh.1.gz 7299OLD_FILES+=usr/share/man/man5/ssh_config.5.gz 7300OLD_FILES+=usr/share/man/man5/sshd_config.5.gz 7301OLD_FILES+=usr/share/man/man8/pam_ssh.8.gz 7302OLD_FILES+=usr/share/man/man8/sftp-server.8.gz 7303OLD_FILES+=usr/share/man/man8/ssh-keysign.8.gz 7304OLD_FILES+=usr/share/man/man8/ssh-pkcs11-helper.8.gz 7305OLD_FILES+=usr/share/man/man8/sshd.8.gz 7306.endif 7307 7308.if ${MK_OPENSSL} == no 7309OLD_FILES+=etc/rc.d/keyserv 7310.endif 7311 7312.if ${MK_PF} == no 7313OLD_FILES+=etc/newsyslog.conf.d/pf.conf 7314OLD_FILES+=etc/periodic/security/520.pfdenied 7315OLD_FILES+=etc/pf.os 7316OLD_FILES+=etc/rc.d/ftp-proxy 7317OLD_FILES+=sbin/pfctl 7318OLD_FILES+=sbin/pflogd 7319OLD_FILES+=usr/include/netpfil/pf/pf.h 7320OLD_FILES+=usr/include/netpfil/pf/pf_altq.h 7321OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h 7322OLD_FILES+=usr/lib/snmp_pf.so 7323OLD_LIBS+=usr/lib/snmp_pf.so.6 7324OLD_FILES+=usr/libexec/tftp-proxy 7325OLD_FILES+=usr/sbin/ftp-proxy 7326OLD_FILES+=usr/share/examples/etc/pf.os 7327OLD_FILES+=usr/share/examples/pf/ackpri 7328OLD_FILES+=usr/share/examples/pf/faq-example1 7329OLD_FILES+=usr/share/examples/pf/faq-example2 7330OLD_FILES+=usr/share/examples/pf/faq-example3 7331OLD_FILES+=usr/share/examples/pf/pf.conf 7332OLD_FILES+=usr/share/examples/pf/queue1 7333OLD_FILES+=usr/share/examples/pf/queue2 7334OLD_FILES+=usr/share/examples/pf/queue3 7335OLD_FILES+=usr/share/examples/pf/queue4 7336OLD_FILES+=usr/share/examples/pf/spamd 7337OLD_DIRS+=usr/share/examples/pf 7338OLD_FILES+=usr/share/man/man4/pf.4.gz 7339OLD_FILES+=usr/share/man/man4/pflog.4.gz 7340OLD_FILES+=usr/share/man/man4/pfsync.4.gz 7341OLD_FILES+=usr/share/man/man5/pf.conf.5.gz 7342OLD_FILES+=usr/share/man/man5/pf.os.5.gz 7343OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz 7344OLD_FILES+=usr/share/man/man8/pfctl.8.gz 7345OLD_FILES+=usr/share/man/man8/pflogd.8.gz 7346OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz 7347OLD_FILES+=usr/share/snmp/defs/pf_tree.def 7348OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt 7349.endif 7350 7351.if ${MK_PKGBOOTSTRAP} == no 7352OLD_FILES+=usr/sbin/pkg 7353OLD_FILES+=usr/share/man/man7/pkg.7.gz 7354.endif 7355 7356.if ${MK_PMC} == no 7357OLD_FILES+=usr/bin/pmcstudy 7358.if ${TARGET_ARCH} == "amd64" 7359OLD_FILES+=usr/include/libipt/pt_last_ip.h 7360OLD_FILES+=usr/include/libipt/intel-pt.h 7361OLD_FILES+=usr/include/libipt/pt_time.h 7362OLD_FILES+=usr/include/libipt/pt_cpu.h 7363OLD_FILES+=usr/include/libipt/pt_compiler.h 7364OLD_DIRS+=usr/include/libipt 7365.endif 7366.if ${TARGET_ARCH} == "aarch64" 7367OLD_FILES+=usr/include/opencsd/c_api/opencsd_c_api.h 7368OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_cust_impl.h 7369OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_types.h 7370OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_cust_fact.h 7371OLD_FILES+=usr/include/opencsd/c_api/ocsd_c_api_custom.h 7372OLD_DIRS+=usr/include/opencsd/c_api 7373OLD_FILES+=usr/include/opencsd/ocsd_if_types.h 7374OLD_FILES+=usr/include/opencsd/ptm/trc_dcd_mngr_ptm.h 7375OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_proc_ptm.h 7376OLD_FILES+=usr/include/opencsd/ptm/trc_cmp_cfg_ptm.h 7377OLD_FILES+=usr/include/opencsd/ptm/ptm_decoder.h 7378OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_elem_ptm.h 7379OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_decode_ptm.h 7380OLD_FILES+=usr/include/opencsd/ptm/trc_pkt_types_ptm.h 7381OLD_DIRS+=usr/include/opencsd/ptm 7382OLD_FILES+=usr/include/opencsd/trc_gen_elem_types.h 7383OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_proc_etmv4.h 7384OLD_FILES+=usr/include/opencsd/etmv4/trc_etmv4_stack_elem.h 7385OLD_FILES+=usr/include/opencsd/etmv4/etmv4_decoder.h 7386OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4i.h 7387OLD_FILES+=usr/include/opencsd/etmv4/trc_dcd_mngr_etmv4i.h 7388OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_types_etmv4.h 7389OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4d.h 7390OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_decode_etmv4i.h 7391OLD_FILES+=usr/include/opencsd/etmv4/trc_cmp_cfg_etmv4.h 7392OLD_DIRS+=usr/include/opencsd/etmv4 7393OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_decode_etmv3.h 7394OLD_FILES+=usr/include/opencsd/etmv3/trc_cmp_cfg_etmv3.h 7395OLD_FILES+=usr/include/opencsd/etmv3/etmv3_decoder.h 7396OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_proc_etmv3.h 7397OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_elem_etmv3.h 7398OLD_FILES+=usr/include/opencsd/etmv3/trc_pkt_types_etmv3.h 7399OLD_FILES+=usr/include/opencsd/etmv3/trc_dcd_mngr_etmv3.h 7400OLD_DIRS+=usr/include/opencsd/etmv3 7401OLD_FILES+=usr/include/opencsd/trc_pkt_types.h 7402OLD_FILES+=usr/include/opencsd/stm/trc_pkt_proc_stm.h 7403OLD_FILES+=usr/include/opencsd/stm/trc_pkt_types_stm.h 7404OLD_FILES+=usr/include/opencsd/stm/stm_decoder.h 7405OLD_FILES+=usr/include/opencsd/stm/trc_dcd_mngr_stm.h 7406OLD_FILES+=usr/include/opencsd/stm/trc_cmp_cfg_stm.h 7407OLD_FILES+=usr/include/opencsd/stm/trc_pkt_elem_stm.h 7408OLD_FILES+=usr/include/opencsd/stm/trc_pkt_decode_stm.h 7409OLD_DIRS+=usr/include/opencsd/stm 7410OLD_DIRS+=usr/include/opencsd 7411.endif 7412OLD_FILES+=usr/include/pmc.h 7413OLD_FILES+=usr/include/pmclog.h 7414OLD_FILES+=usr/include/pmcformat.h 7415OLD_FILES+=usr/include/libpmcstat.h 7416.if ${TARGET_ARCH} == "amd64" 7417OLD_FILES+=usr/lib/libipt.a 7418OLD_FILES+=usr/lib/libipt.so 7419OLD_LIBS+=lib/libipt.so.0 7420OLD_FILES+=usr/lib/libipt_p.a 7421.endif 7422.if ${TARGET_ARCH} == "aarch64" 7423OLD_FILES+=usr/lib/libopencsd.a 7424OLD_FILES+=usr/lib/libopencsd.so 7425OLD_LIBS+=lib/libopencsd.so.0 7426OLD_FILES+=usr/lib/libopencsd_p.a 7427.endif 7428OLD_FILES+=usr/lib/libpmc.a 7429OLD_FILES+=usr/lib/libpmc.so 7430OLD_LIBS+=usr/lib/libpmc.so.5 7431OLD_FILES+=usr/lib/libpmc_p.a 7432OLD_FILES+=usr/lib32/libpmc.a 7433OLD_FILES+=usr/lib32/libpmc.so 7434OLD_LIBS+=usr/lib32/libpmc.so.5 7435OLD_FILES+=usr/lib32/libpmc_p.a 7436OLD_FILES+=usr/sbin/pmc 7437OLD_FILES+=usr/sbin/pmcannotate 7438OLD_FILES+=usr/sbin/pmccontrol 7439OLD_FILES+=usr/sbin/pmcstat 7440OLD_FILES+=usr/share/man/man3/pmc.3.gz 7441OLD_FILES+=usr/share/man/man3/pmc.atom.3.gz 7442OLD_FILES+=usr/share/man/man3/pmc.atomsilvermont.3.gz 7443OLD_FILES+=usr/share/man/man3/pmc.core.3.gz 7444OLD_FILES+=usr/share/man/man3/pmc.core2.3.gz 7445OLD_FILES+=usr/share/man/man3/pmc.corei7.3.gz 7446OLD_FILES+=usr/share/man/man3/pmc.corei7uc.3.gz 7447OLD_FILES+=usr/share/man/man3/pmc.haswell.3.gz 7448OLD_FILES+=usr/share/man/man3/pmc.haswelluc.3.gz 7449OLD_FILES+=usr/share/man/man3/pmc.haswellxeon.3.gz 7450OLD_FILES+=usr/share/man/man3/pmc.iaf.3.gz 7451OLD_FILES+=usr/share/man/man3/pmc.ivybridge.3.gz 7452OLD_FILES+=usr/share/man/man3/pmc.ivybridgexeon.3.gz 7453OLD_FILES+=usr/share/man/man3/pmc.k7.3.gz 7454OLD_FILES+=usr/share/man/man3/pmc.k8.3.gz 7455OLD_FILES+=usr/share/man/man3/pmc.mips24k.3.gz 7456OLD_FILES+=usr/share/man/man3/pmc.octeon.3.gz 7457OLD_FILES+=usr/share/man/man3/pmc.p4.3.gz 7458OLD_FILES+=usr/share/man/man3/pmc.p5.3.gz 7459OLD_FILES+=usr/share/man/man3/pmc.p6.3.gz 7460OLD_FILES+=usr/share/man/man3/pmc.sandybridge.3.gz 7461OLD_FILES+=usr/share/man/man3/pmc.sandybridgeuc.3.gz 7462OLD_FILES+=usr/share/man/man3/pmc.sandybridgexeon.3.gz 7463OLD_FILES+=usr/share/man/man3/pmc.soft.3.gz 7464OLD_FILES+=usr/share/man/man3/pmc.tsc.3.gz 7465OLD_FILES+=usr/share/man/man3/pmc.ucf.3.gz 7466OLD_FILES+=usr/share/man/man3/pmc.westmere.3.gz 7467OLD_FILES+=usr/share/man/man3/pmc.westmereuc.3.gz 7468OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz 7469OLD_FILES+=usr/share/man/man3/pmc_allocate.3.gz 7470OLD_FILES+=usr/share/man/man3/pmc_attach.3.gz 7471OLD_FILES+=usr/share/man/man3/pmc_capabilities.3.gz 7472OLD_FILES+=usr/share/man/man3/pmc_configure_logfile.3.gz 7473OLD_FILES+=usr/share/man/man3/pmc_cpuinfo.3.gz 7474OLD_FILES+=usr/share/man/man3/pmc_detach.3.gz 7475OLD_FILES+=usr/share/man/man3/pmc_disable.3.gz 7476OLD_FILES+=usr/share/man/man3/pmc_enable.3.gz 7477OLD_FILES+=usr/share/man/man3/pmc_event_names_of_class.3.gz 7478OLD_FILES+=usr/share/man/man3/pmc_flush_logfile.3.gz 7479OLD_FILES+=usr/share/man/man3/pmc_get_driver_stats.3.gz 7480OLD_FILES+=usr/share/man/man3/pmc_get_msr.3.gz 7481OLD_FILES+=usr/share/man/man3/pmc_init.3.gz 7482OLD_FILES+=usr/share/man/man3/pmc_name_of_capability.3.gz 7483OLD_FILES+=usr/share/man/man3/pmc_name_of_class.3.gz 7484OLD_FILES+=usr/share/man/man3/pmc_name_of_cputype.3.gz 7485OLD_FILES+=usr/share/man/man3/pmc_name_of_disposition.3.gz 7486OLD_FILES+=usr/share/man/man3/pmc_name_of_event.3.gz 7487OLD_FILES+=usr/share/man/man3/pmc_name_of_mode.3.gz 7488OLD_FILES+=usr/share/man/man3/pmc_name_of_state.3.gz 7489OLD_FILES+=usr/share/man/man3/pmc_ncpu.3.gz 7490OLD_FILES+=usr/share/man/man3/pmc_npmc.3.gz 7491OLD_FILES+=usr/share/man/man3/pmc_pmcinfo.3.gz 7492OLD_FILES+=usr/share/man/man3/pmc_read.3.gz 7493OLD_FILES+=usr/share/man/man3/pmc_release.3.gz 7494OLD_FILES+=usr/share/man/man3/pmc_rw.3.gz 7495OLD_FILES+=usr/share/man/man3/pmc_set.3.gz 7496OLD_FILES+=usr/share/man/man3/pmc_start.3.gz 7497OLD_FILES+=usr/share/man/man3/pmc_stop.3.gz 7498OLD_FILES+=usr/share/man/man3/pmc_width.3.gz 7499OLD_FILES+=usr/share/man/man3/pmc_write.3.gz 7500OLD_FILES+=usr/share/man/man3/pmc_writelog.3.gz 7501OLD_FILES+=usr/share/man/man3/pmclog.3.gz 7502OLD_FILES+=usr/share/man/man3/pmclog_close.3.gz 7503OLD_FILES+=usr/share/man/man3/pmclog_feed.3.gz 7504OLD_FILES+=usr/share/man/man3/pmclog_open.3.gz 7505OLD_FILES+=usr/share/man/man3/pmclog_read.3.gz 7506OLD_FILES+=usr/share/man/man8/pmcannotate.8.gz 7507OLD_FILES+=usr/share/man/man8/pmccontrol.8.gz 7508OLD_FILES+=usr/share/man/man8/pmcstat.8.gz 7509OLD_FILES+=usr/share/man/man8/pmcstudy.8.gz 7510.endif 7511 7512.if ${MK_PORTSNAP} == no 7513OLD_FILES+=etc/portsnap.conf 7514OLD_FILES+=usr/libexec/make_index 7515OLD_FILES+=usr/libexec/phttpget 7516OLD_FILES+=usr/sbin/portsnap 7517OLD_FILES+=usr/share/examples/etc/portsnap.conf 7518OLD_FILES+=usr/share/man/man8/phttpget.8.gz 7519OLD_FILES+=usr/share/man/man8/portsnap.8.gz 7520.endif 7521 7522.if ${MK_PPP} == no 7523OLD_FILES+=etc/newsyslog.conf.d/ppp.conf 7524OLD_FILES+=etc/ppp/ppp.conf 7525OLD_FILES+=etc/syslog.d/ppp.conf 7526OLD_DIRS+=etc/ppp 7527OLD_FILES+=usr/sbin/ppp 7528OLD_FILES+=usr/sbin/pppctl 7529OLD_FILES+=usr/share/man/man8/ppp.8.gz 7530OLD_FILES+=usr/share/man/man8/pppctl.8.gz 7531.endif 7532 7533.if ${MK_PROFILE} == no 7534OLD_FILES+=usr/lib/lib80211_p.a 7535OLD_FILES+=usr/lib/libBlocksRuntime_p.a 7536OLD_FILES+=usr/lib/libalias_cuseeme_p.a 7537OLD_FILES+=usr/lib/libalias_dummy_p.a 7538OLD_FILES+=usr/lib/libalias_ftp_p.a 7539OLD_FILES+=usr/lib/libalias_irc_p.a 7540OLD_FILES+=usr/lib/libalias_nbt_p.a 7541OLD_FILES+=usr/lib/libalias_p.a 7542OLD_FILES+=usr/lib/libalias_pptp_p.a 7543OLD_FILES+=usr/lib/libalias_skinny_p.a 7544OLD_FILES+=usr/lib/libalias_smedia_p.a 7545OLD_FILES+=usr/lib/libarchive_p.a 7546OLD_FILES+=usr/lib/libasn1_p.a 7547OLD_FILES+=usr/lib/libauditd_p.a 7548OLD_FILES+=usr/lib/libavl_p.a 7549OLD_FILES+=usr/lib/libbe_p.a 7550OLD_FILES+=usr/lib/libbegemot_p.a 7551OLD_FILES+=usr/lib/libblacklist_p.a 7552OLD_FILES+=usr/lib/libbluetooth_p.a 7553OLD_FILES+=usr/lib/libbsdxml_p.a 7554OLD_FILES+=usr/lib/libbsm_p.a 7555OLD_FILES+=usr/lib/libbsnmp_p.a 7556OLD_FILES+=usr/lib/libbz2_p.a 7557OLD_FILES+=usr/lib/libc++_p.a 7558OLD_FILES+=usr/lib/libc_p.a 7559OLD_FILES+=usr/lib/libcalendar_p.a 7560OLD_FILES+=usr/lib/libcam_p.a 7561OLD_FILES+=usr/lib/libcom_err_p.a 7562OLD_FILES+=usr/lib/libcompat_p.a 7563OLD_FILES+=usr/lib/libcompiler_rt_p.a 7564OLD_FILES+=usr/lib/libcrypt_p.a 7565OLD_FILES+=usr/lib/libcrypto_p.a 7566OLD_FILES+=usr/lib/libctf_p.a 7567OLD_FILES+=usr/lib/libcurses_p.a 7568OLD_FILES+=usr/lib/libcursesw_p.a 7569OLD_FILES+=usr/lib/libcuse_p.a 7570OLD_FILES+=usr/lib/libcxxrt_p.a 7571OLD_FILES+=usr/lib/libdevctl_p.a 7572OLD_FILES+=usr/lib/libdevinfo_p.a 7573OLD_FILES+=usr/lib/libdevstat_p.a 7574OLD_FILES+=usr/lib/libdialog_p.a 7575OLD_FILES+=usr/lib/libdl_p.a 7576OLD_FILES+=usr/lib/libdpv_p.a 7577OLD_FILES+=usr/lib/libdtrace_p.a 7578OLD_FILES+=usr/lib/libdwarf_p.a 7579OLD_FILES+=usr/lib/libedit_p.a 7580OLD_FILES+=usr/lib/libefivar_p.a 7581OLD_FILES+=usr/lib/libelf_p.a 7582OLD_FILES+=usr/lib/libexecinfo_p.a 7583OLD_FILES+=usr/lib/libfetch_p.a 7584OLD_FILES+=usr/lib/libfigpar_p.a 7585OLD_FILES+=usr/lib/libfl_p.a 7586OLD_FILES+=usr/lib/libform_p.a 7587OLD_FILES+=usr/lib/libformw_p.a 7588OLD_FILES+=usr/lib/libgcc_eh_p.a 7589OLD_FILES+=usr/lib/libgcc_p.a 7590OLD_FILES+=usr/lib/libgeom_p.a 7591OLD_FILES+=usr/lib/libgnuregex_p.a 7592OLD_FILES+=usr/lib/libgpio_p.a 7593OLD_FILES+=usr/lib/libgssapi_krb5_p.a 7594OLD_FILES+=usr/lib/libgssapi_ntlm_p.a 7595OLD_FILES+=usr/lib/libgssapi_p.a 7596OLD_FILES+=usr/lib/libgssapi_spnego_p.a 7597OLD_FILES+=usr/lib/libhdb_p.a 7598OLD_FILES+=usr/lib/libheimbase_p.a 7599OLD_FILES+=usr/lib/libheimntlm_p.a 7600OLD_FILES+=usr/lib/libheimsqlite_p.a 7601OLD_FILES+=usr/lib/libhistory_p.a 7602OLD_FILES+=usr/lib/libhx509_p.a 7603OLD_FILES+=usr/lib/libipsec_p.a 7604OLD_FILES+=usr/lib/libipt_p.a 7605OLD_FILES+=usr/lib/libjail_p.a 7606OLD_FILES+=usr/lib/libkadm5clnt_p.a 7607OLD_FILES+=usr/lib/libkadm5srv_p.a 7608OLD_FILES+=usr/lib/libkafs5_p.a 7609OLD_FILES+=usr/lib/libkdc_p.a 7610OLD_FILES+=usr/lib/libkiconv_p.a 7611OLD_FILES+=usr/lib/libkrb5_p.a 7612OLD_FILES+=usr/lib/libkvm_p.a 7613OLD_FILES+=usr/lib/libl_p.a 7614OLD_FILES+=usr/lib/libln_p.a 7615OLD_FILES+=usr/lib/liblzma_p.a 7616OLD_FILES+=usr/lib/libm_p.a 7617OLD_FILES+=usr/lib/libmagic_p.a 7618OLD_FILES+=usr/lib/libmd_p.a 7619OLD_FILES+=usr/lib/libmemstat_p.a 7620OLD_FILES+=usr/lib/libmenu_p.a 7621OLD_FILES+=usr/lib/libmenuw_p.a 7622OLD_FILES+=usr/lib/libmilter_p.a 7623OLD_FILES+=usr/lib/libmp_p.a 7624OLD_FILES+=usr/lib/libmt_p.a 7625OLD_FILES+=usr/lib/libncurses_p.a 7626OLD_FILES+=usr/lib/libncursesw_p.a 7627OLD_FILES+=usr/lib/libnetgraph_p.a 7628OLD_FILES+=usr/lib/libngatm_p.a 7629OLD_FILES+=usr/lib/libnv_p.a 7630OLD_FILES+=usr/lib/libnvpair_p.a 7631OLD_FILES+=usr/lib/libopencsd_p.a 7632OLD_FILES+=usr/lib/libopie_p.a 7633OLD_FILES+=usr/lib/libpanel_p.a 7634OLD_FILES+=usr/lib/libpanelw_p.a 7635OLD_FILES+=usr/lib/libpathconv_p.a 7636OLD_FILES+=usr/lib/libpcap_p.a 7637OLD_FILES+=usr/lib/libpjdlog_p.a 7638OLD_FILES+=usr/lib/libpmc_p.a 7639OLD_FILES+=usr/lib/libprivatebsdstat_p.a 7640OLD_FILES+=usr/lib/libprivatedevdctl_p.a 7641OLD_FILES+=usr/lib/libprivateevent_p.a 7642OLD_FILES+=usr/lib/libprivateheimipcc_p.a 7643OLD_FILES+=usr/lib/libprivateheimipcs_p.a 7644OLD_FILES+=usr/lib/libprivateifconfig_p.a 7645OLD_FILES+=usr/lib/libprivateldns_p.a 7646OLD_FILES+=usr/lib/libprivatesqlite3_p.a 7647OLD_FILES+=usr/lib/libprivatessh_p.a 7648OLD_FILES+=usr/lib/libprivateucl_p.a 7649OLD_FILES+=usr/lib/libprivateunbound_p.a 7650OLD_FILES+=usr/lib/libprivatezstd_p.a 7651OLD_FILES+=usr/lib/libproc_p.a 7652OLD_FILES+=usr/lib/libprocstat_p.a 7653OLD_FILES+=usr/lib/libpthread_p.a 7654OLD_FILES+=usr/lib/libradius_p.a 7655OLD_FILES+=usr/lib/libregex_p.a 7656OLD_FILES+=usr/lib/libroken_p.a 7657OLD_FILES+=usr/lib/librpcsvc_p.a 7658OLD_FILES+=usr/lib/librss_p.a 7659OLD_FILES+=usr/lib/librt_p.a 7660OLD_FILES+=usr/lib/librtld_db_p.a 7661OLD_FILES+=usr/lib/libsbuf_p.a 7662OLD_FILES+=usr/lib/libsdp_p.a 7663OLD_FILES+=usr/lib/libsmb_p.a 7664OLD_FILES+=usr/lib/libssl_p.a 7665OLD_FILES+=usr/lib/libstdbuf_p.a 7666OLD_FILES+=usr/lib/libstdc++_p.a 7667OLD_FILES+=usr/lib/libstdthreads_p.a 7668OLD_FILES+=usr/lib/libsupc++_p.a 7669OLD_FILES+=usr/lib/libsysdecode_p.a 7670OLD_FILES+=usr/lib/libtacplus_p.a 7671OLD_FILES+=usr/lib/libtermcap_p.a 7672OLD_FILES+=usr/lib/libtermcapw_p.a 7673OLD_FILES+=usr/lib/libtermlib_p.a 7674OLD_FILES+=usr/lib/libtermlibw_p.a 7675OLD_FILES+=usr/lib/libthr_p.a 7676OLD_FILES+=usr/lib/libthread_db_p.a 7677OLD_FILES+=usr/lib/libtinfo_p.a 7678OLD_FILES+=usr/lib/libtinfow_p.a 7679OLD_FILES+=usr/lib/libufs_p.a 7680OLD_FILES+=usr/lib/libugidfw_p.a 7681OLD_FILES+=usr/lib/libulog_p.a 7682OLD_FILES+=usr/lib/libumem_p.a 7683OLD_FILES+=usr/lib/libusb_p.a 7684OLD_FILES+=usr/lib/libusbhid_p.a 7685OLD_FILES+=usr/lib/libutempter_p.a 7686OLD_FILES+=usr/lib/libutil_p.a 7687OLD_FILES+=usr/lib/libuutil_p.a 7688OLD_FILES+=usr/lib/libvgl_p.a 7689OLD_FILES+=usr/lib/libvmmapi_p.a 7690OLD_FILES+=usr/lib/libwind_p.a 7691OLD_FILES+=usr/lib/libwrap_p.a 7692OLD_FILES+=usr/lib/libxo_p.a 7693OLD_FILES+=usr/lib/liby_p.a 7694OLD_FILES+=usr/lib/libypclnt_p.a 7695OLD_FILES+=usr/lib/libz_p.a 7696OLD_FILES+=usr/lib/libzfs_core_p.a 7697OLD_FILES+=usr/lib/libzfs_p.a 7698OLD_FILES+=usr/lib/private/libldns_p.a 7699OLD_FILES+=usr/lib/private/libssh_p.a 7700.endif 7701 7702.if ${MK_QUOTAS} == no 7703OLD_FILES+=sbin/quotacheck 7704OLD_FILES+=usr/bin/quota 7705OLD_FILES+=usr/sbin/edquota 7706OLD_FILES+=usr/sbin/quotaoff 7707OLD_FILES+=usr/sbin/quotaon 7708OLD_FILES+=usr/sbin/repquota 7709OLD_FILES+=usr/share/man/man1/quota.1.gz 7710OLD_FILES+=usr/share/man/man8/edquota.8.gz 7711OLD_FILES+=usr/share/man/man8/quotacheck.8.gz 7712OLD_FILES+=usr/share/man/man8/quotaoff.8.gz 7713OLD_FILES+=usr/share/man/man8/quotaon.8.gz 7714OLD_FILES+=usr/share/man/man8/repquota.8.gz 7715.endif 7716 7717.if ${MK_RADIUS_SUPPORT} == no 7718OLD_FILES+=usr/lib/libradius.a 7719OLD_FILES+=usr/lib/libradius.so 7720OLD_LIBS+=usr/lib/libradius.so.4 7721OLD_FILES+=usr/lib/libradius_p.a 7722OLD_FILES+=usr/lib/pam_radius.so 7723OLD_LIBS+=usr/lib/pam_radius.so.6 7724OLD_FILES+=usr/lib32/libradius.a 7725OLD_FILES+=usr/lib32/libradius.so 7726OLD_LIBS+=usr/lib32/libradius.so.4 7727OLD_FILES+=usr/lib32/libradius_p.a 7728OLD_FILES+=usr/lib32/pam_radius.so 7729OLD_LIBS+=usr/lib32/pam_radius.so.6 7730OLD_FILES+=usr/include/radlib.h 7731OLD_FILES+=usr/include/radlib_vs.h 7732OLD_FILES+=usr/share/man/man3/libradius.3.gz 7733OLD_FILES+=usr/share/man/man3/rad_acct_open.3.gz 7734OLD_FILES+=usr/share/man/man3/rad_add_server.3.gz 7735OLD_FILES+=usr/share/man/man3/rad_add_server_ex.3.gz 7736OLD_FILES+=usr/share/man/man3/rad_auth_open.3.gz 7737OLD_FILES+=usr/share/man/man3/rad_bind_to.3.gz 7738OLD_FILES+=usr/share/man/man3/rad_close.3.gz 7739OLD_FILES+=usr/share/man/man3/rad_config.3.gz 7740OLD_FILES+=usr/share/man/man3/rad_continue_send_request.3.gz 7741OLD_FILES+=usr/share/man/man3/rad_create_request.3.gz 7742OLD_FILES+=usr/share/man/man3/rad_create_response.3.gz 7743OLD_FILES+=usr/share/man/man3/rad_cvt_addr.3.gz 7744OLD_FILES+=usr/share/man/man3/rad_cvt_int.3.gz 7745OLD_FILES+=usr/share/man/man3/rad_cvt_string.3.gz 7746OLD_FILES+=usr/share/man/man3/rad_demangle.3.gz 7747OLD_FILES+=usr/share/man/man3/rad_demangle_mppe_key.3.gz 7748OLD_FILES+=usr/share/man/man3/rad_get_attr.3.gz 7749OLD_FILES+=usr/share/man/man3/rad_get_vendor_attr.3.gz 7750OLD_FILES+=usr/share/man/man3/rad_init_send_request.3.gz 7751OLD_FILES+=usr/share/man/man3/rad_put_addr.3.gz 7752OLD_FILES+=usr/share/man/man3/rad_put_attr.3.gz 7753OLD_FILES+=usr/share/man/man3/rad_put_int.3.gz 7754OLD_FILES+=usr/share/man/man3/rad_put_message_authentic.3.gz 7755OLD_FILES+=usr/share/man/man3/rad_put_string.3.gz 7756OLD_FILES+=usr/share/man/man3/rad_put_vendor_addr.3.gz 7757OLD_FILES+=usr/share/man/man3/rad_put_vendor_attr.3.gz 7758OLD_FILES+=usr/share/man/man3/rad_put_vendor_int.3.gz 7759OLD_FILES+=usr/share/man/man3/rad_put_vendor_string.3.gz 7760OLD_FILES+=usr/share/man/man3/rad_receive_request.3.gz 7761OLD_FILES+=usr/share/man/man3/rad_request_authenticator.3.gz 7762OLD_FILES+=usr/share/man/man3/rad_send_request.3.gz 7763OLD_FILES+=usr/share/man/man3/rad_send_response.3.gz 7764OLD_FILES+=usr/share/man/man3/rad_server_open.3.gz 7765OLD_FILES+=usr/share/man/man3/rad_server_secret.3.gz 7766OLD_FILES+=usr/share/man/man3/rad_strerror.3.gz 7767OLD_FILES+=usr/share/man/man5/radius.conf.5.gz 7768OLD_FILES+=usr/share/man/man8/pam_radius.8.gz 7769.endif 7770 7771.if ${MK_RBOOTD} == no 7772OLD_FILES+=usr/libexec/rbootd 7773OLD_FILES+=usr/share/man/man8/rbootd.8.gz 7774.endif 7775 7776.if ${MK_RESCUE} == no 7777. if exists(${DESTDIR}${TESTSBASE}) 7778RESCUE_DIRS!=find ${DESTDIR}/rescue -type d 2>/dev/null | sed -e 's,^${DESTDIR}/,,'; echo 7779OLD_DIRS+=${RESCUE_DIRS} 7780RESCUE_FILES!=find ${DESTDIR}/rescue \! -type d 2>/dev/null | sed -e 's,^${DESTDIR}/,,'; echo 7781OLD_FILES+=${RESCUE_FILES} 7782. endif 7783.endif 7784 7785.if ${MK_ROUTED} == no 7786OLD_FILES+=etc/rc.d/routed 7787OLD_FILES+=rescue/routed 7788OLD_FILES+=rescue/rtquery 7789OLD_FILES+=sbin/routed 7790OLD_FILES+=sbin/rtquery 7791OLD_FILES+=usr/share/man/man8/routed.8.gz 7792OLD_FILES+=usr/share/man/man8/rtquery.8.gz 7793.endif 7794 7795.if ${MK_SENDMAIL} == no 7796OLD_FILES+=etc/mtree/BSD.sendmail.dist 7797OLD_FILES+=etc/newsyslog.conf.d/sendmail.conf 7798OLD_FILES+=etc/periodic/daily/150.clean-hoststat 7799OLD_FILES+=etc/periodic/daily/440.status-mailq 7800OLD_FILES+=etc/periodic/daily/460.status-mail-rejects 7801OLD_FILES+=etc/periodic/daily/500.queuerun 7802OLD_FILES+=etc/rc.d/sendmail 7803OLD_FILES+=bin/rmail 7804OLD_FILES+=usr/bin/vacation 7805OLD_FILES+=usr/include/libmilter/mfapi.h 7806OLD_FILES+=usr/include/libmilter/mfdef.h 7807OLD_DIRS+=usr/include/libmilter 7808OLD_FILES+=usr/lib/libmilter.a 7809OLD_FILES+=usr/lib/libmilter.so 7810OLD_LIBS+=usr/lib/libmilter.so.5 7811OLD_FILES+=usr/lib/libmilter_p.a 7812.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 7813OLD_FILES+=usr/lib32/libmilter.a 7814OLD_FILES+=usr/lib32/libmilter.so 7815OLD_LIBS+=usr/lib32/libmilter.so.5 7816OLD_FILES+=usr/lib32/libmilter_p.a 7817.endif 7818OLD_FILES+=usr/libexec/mail.local 7819OLD_FILES+=usr/libexec/sendmail/sendmail 7820OLD_FILES+=usr/libexec/smrsh 7821OLD_FILES+=usr/sbin/editmap 7822OLD_FILES+=usr/sbin/mailstats 7823OLD_FILES+=usr/sbin/makemap 7824OLD_FILES+=usr/sbin/praliases 7825OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz 7826OLD_DIRS+=usr/share/doc/smm/08.sendmailop 7827OLD_FILES+=usr/share/man/man1/mailq.1.gz 7828OLD_FILES+=usr/share/man/man1/newaliases.1.gz 7829OLD_FILES+=usr/share/man/man1/vacation.1.gz 7830OLD_FILES+=usr/share/man/man5/aliases.5.gz 7831OLD_FILES+=usr/share/man/man8/editmap.8.gz 7832OLD_FILES+=usr/share/man/man8/hoststat.8.gz 7833OLD_FILES+=usr/share/man/man8/mail.local.8.gz 7834OLD_FILES+=usr/share/man/man8/mailstats.8.gz 7835OLD_FILES+=usr/share/man/man8/makemap.8.gz 7836OLD_FILES+=usr/share/man/man8/praliases.8.gz 7837OLD_FILES+=usr/share/man/man8/purgestat.8.gz 7838OLD_FILES+=usr/share/man/man8/rmail.8.gz 7839OLD_FILES+=usr/share/man/man8/sendmail.8.gz 7840OLD_FILES+=usr/share/man/man8/smrsh.8.gz 7841OLD_FILES+=usr/share/sendmail/cf/README 7842OLD_FILES+=usr/share/sendmail/cf/cf/Makefile 7843OLD_FILES+=usr/share/sendmail/cf/cf/README 7844OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc 7845OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc 7846OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc 7847OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc 7848OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc 7849OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc 7850OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc 7851OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc 7852OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc 7853OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc 7854OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc 7855OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc 7856OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc 7857OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc 7858OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc 7859OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc 7860OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc 7861OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc 7862OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc 7863OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc 7864OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc 7865OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc 7866OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc 7867OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc 7868OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc 7869OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc 7870OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc 7871OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf 7872OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc 7873OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc 7874OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc 7875OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc 7876OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc 7877OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc 7878OLD_DIRS+=usr/share/sendmail/cf/cf 7879OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4 7880OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4 7881OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4 7882OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4 7883OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4 7884OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4 7885OLD_DIRS+=usr/share/sendmail/cf/domain 7886OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4 7887OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4 7888OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4 7889OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4 7890OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4 7891OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4 7892OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4 7893OLD_FILES+=usr/share/sendmail/cf/feature/bcc.m4 7894OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4 7895OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4 7896OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4 7897OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4 7898OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4 7899OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4 7900OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4 7901OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4 7902OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4 7903OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4 7904OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4 7905OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4 7906OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4 7907OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4 7908OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4 7909OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4 7910OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4 7911OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4 7912OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4 7913OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4 7914OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4 7915OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4 7916OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4 7917OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4 7918OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4 7919OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4 7920OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4 7921OLD_FILES+=usr/share/sendmail/cf/feature/nopercenthack.m4 7922OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4 7923OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4 7924OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4 7925OLD_FILES+=usr/share/sendmail/cf/feature/prefixmod.m4 7926OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4 7927OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4 7928OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4 7929OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4 7930OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4 7931OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4 7932OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4 7933OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4 7934OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4 7935OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4 7936OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4 7937OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4 7938OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4 7939OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4 7940OLD_FILES+=usr/share/sendmail/cf/feature/tls_session_features.m4 7941OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4 7942OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4 7943OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4 7944OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4 7945OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4 7946OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4 7947OLD_DIRS+=usr/share/sendmail/cf/feature 7948OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4 7949OLD_FILES+=usr/share/sendmail/cf/hack/xconnect.m4 7950OLD_DIRS+=usr/share/sendmail/cf/hack 7951OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4 7952OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4 7953OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4 7954OLD_FILES+=usr/share/sendmail/cf/m4/version.m4 7955OLD_DIRS+=usr/share/sendmail/cf/m4 7956OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4 7957OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4 7958OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4 7959OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4 7960OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4 7961OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4 7962OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4 7963OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4 7964OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4 7965OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4 7966OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4 7967OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4 7968OLD_DIRS+=usr/share/sendmail/cf/mailer 7969OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4 7970OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4 7971OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4 7972OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4 7973OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4 7974OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4 7975OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4 7976OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4 7977OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4 7978OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4 7979OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4 7980OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4 7981OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4 7982OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4 7983OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4 7984OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4 7985OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4 7986OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4 7987OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4 7988OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4 7989OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4 7990OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4 7991OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4 7992OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4 7993OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4 7994OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4 7995OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4 7996OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4 7997OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4 7998OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4 7999OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4 8000OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4 8001OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4 8002OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4 8003OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4 8004OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4 8005OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4 8006OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4 8007OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4 8008OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4 8009OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4 8010OLD_FILES+=usr/share/sendmail/cf/ostype/solaris11.m4 8011OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4 8012OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4 8013OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4 8014OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4 8015OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4 8016OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4 8017OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4 8018OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4 8019OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4 8020OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4 8021OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4 8022OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4 8023OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4 8024OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4 8025OLD_DIRS+=usr/share/sendmail/cf/ostype 8026OLD_FILES+=usr/share/sendmail/cf/sendmail.schema 8027OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh 8028OLD_DIRS+=usr/share/sendmail/cf/sh 8029OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4 8030OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4 8031OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4 8032OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4 8033OLD_DIRS+=usr/share/sendmail/cf/siteconfig 8034OLD_DIRS+=usr/share/sendmail/cf 8035OLD_DIRS+=usr/share/sendmail 8036OLD_DIRS+=var/spool/clientmqueue 8037.endif 8038 8039.if ${MK_SERVICESDB} == no 8040OLD_FILES+=var/db/services.db 8041.endif 8042 8043.if ${MK_SHAREDOCS} == no 8044OLD_FILES+=usr/share/doc/pjdfstest/README 8045OLD_DIRS+=usr/share/doc/pjdfstest 8046.endif 8047 8048.if ${MK_SYSCONS} == no 8049OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts 8050OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt 8051OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt 8052OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt 8053OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt 8054OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt 8055OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt 8056OLD_FILES+=usr/share/syscons/fonts/cp437-8x14.fnt 8057OLD_FILES+=usr/share/syscons/fonts/cp437-8x16.fnt 8058OLD_FILES+=usr/share/syscons/fonts/cp437-8x8.fnt 8059OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x16.fnt 8060OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x8.fnt 8061OLD_FILES+=usr/share/syscons/fonts/cp850-8x14.fnt 8062OLD_FILES+=usr/share/syscons/fonts/cp850-8x16.fnt 8063OLD_FILES+=usr/share/syscons/fonts/cp850-8x8.fnt 8064OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x16.fnt 8065OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x8.fnt 8066OLD_FILES+=usr/share/syscons/fonts/cp865-8x14.fnt 8067OLD_FILES+=usr/share/syscons/fonts/cp865-8x16.fnt 8068OLD_FILES+=usr/share/syscons/fonts/cp865-8x8.fnt 8069OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x16.fnt 8070OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x8.fnt 8071OLD_FILES+=usr/share/syscons/fonts/cp866-8x14.fnt 8072OLD_FILES+=usr/share/syscons/fonts/cp866-8x16.fnt 8073OLD_FILES+=usr/share/syscons/fonts/cp866-8x8.fnt 8074OLD_FILES+=usr/share/syscons/fonts/cp866b-8x16.fnt 8075OLD_FILES+=usr/share/syscons/fonts/cp866c-8x16.fnt 8076OLD_FILES+=usr/share/syscons/fonts/cp866u-8x14.fnt 8077OLD_FILES+=usr/share/syscons/fonts/cp866u-8x16.fnt 8078OLD_FILES+=usr/share/syscons/fonts/cp866u-8x8.fnt 8079OLD_FILES+=usr/share/syscons/fonts/haik8-8x14.fnt 8080OLD_FILES+=usr/share/syscons/fonts/haik8-8x16.fnt 8081OLD_FILES+=usr/share/syscons/fonts/haik8-8x8.fnt 8082OLD_FILES+=usr/share/syscons/fonts/iso-8x14.fnt 8083OLD_FILES+=usr/share/syscons/fonts/iso-8x16.fnt 8084OLD_FILES+=usr/share/syscons/fonts/iso-8x8.fnt 8085OLD_FILES+=usr/share/syscons/fonts/iso-thin-8x16.fnt 8086OLD_FILES+=usr/share/syscons/fonts/iso02-8x14.fnt 8087OLD_FILES+=usr/share/syscons/fonts/iso02-8x16.fnt 8088OLD_FILES+=usr/share/syscons/fonts/iso02-8x8.fnt 8089OLD_FILES+=usr/share/syscons/fonts/iso04-8x14.fnt 8090OLD_FILES+=usr/share/syscons/fonts/iso04-8x16.fnt 8091OLD_FILES+=usr/share/syscons/fonts/iso04-8x8.fnt 8092OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x14.fnt 8093OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x16.fnt 8094OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x8.fnt 8095OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-wide-8x16.fnt 8096OLD_FILES+=usr/share/syscons/fonts/iso04-wide-8x16.fnt 8097OLD_FILES+=usr/share/syscons/fonts/iso05-8x14.fnt 8098OLD_FILES+=usr/share/syscons/fonts/iso05-8x16.fnt 8099OLD_FILES+=usr/share/syscons/fonts/iso05-8x8.fnt 8100OLD_FILES+=usr/share/syscons/fonts/iso07-8x14.fnt 8101OLD_FILES+=usr/share/syscons/fonts/iso07-8x16.fnt 8102OLD_FILES+=usr/share/syscons/fonts/iso07-8x8.fnt 8103OLD_FILES+=usr/share/syscons/fonts/iso08-8x14.fnt 8104OLD_FILES+=usr/share/syscons/fonts/iso08-8x16.fnt 8105OLD_FILES+=usr/share/syscons/fonts/iso08-8x8.fnt 8106OLD_FILES+=usr/share/syscons/fonts/iso09-8x16.fnt 8107OLD_FILES+=usr/share/syscons/fonts/iso15-8x14.fnt 8108OLD_FILES+=usr/share/syscons/fonts/iso15-8x16.fnt 8109OLD_FILES+=usr/share/syscons/fonts/iso15-8x8.fnt 8110OLD_FILES+=usr/share/syscons/fonts/iso15-thin-8x16.fnt 8111OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x14.fnt 8112OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x16.fnt 8113OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x8.fnt 8114OLD_FILES+=usr/share/syscons/fonts/koi8-rb-8x16.fnt 8115OLD_FILES+=usr/share/syscons/fonts/koi8-rc-8x16.fnt 8116OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x14.fnt 8117OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x16.fnt 8118OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x8.fnt 8119OLD_FILES+=usr/share/syscons/fonts/swiss-1131-8x16.fnt 8120OLD_FILES+=usr/share/syscons/fonts/swiss-1251-8x16.fnt 8121OLD_FILES+=usr/share/syscons/fonts/swiss-8x14.fnt 8122OLD_FILES+=usr/share/syscons/fonts/swiss-8x16.fnt 8123OLD_FILES+=usr/share/syscons/fonts/swiss-8x8.fnt 8124OLD_FILES+=usr/share/syscons/keymaps/INDEX.keymaps 8125OLD_FILES+=usr/share/syscons/keymaps/be.iso.acc.kbd 8126OLD_FILES+=usr/share/syscons/keymaps/be.iso.kbd 8127OLD_FILES+=usr/share/syscons/keymaps/bg.bds.ctrlcaps.kbd 8128OLD_FILES+=usr/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd 8129OLD_FILES+=usr/share/syscons/keymaps/br275.cp850.kbd 8130OLD_FILES+=usr/share/syscons/keymaps/br275.iso.acc.kbd 8131OLD_FILES+=usr/share/syscons/keymaps/br275.iso.kbd 8132OLD_FILES+=usr/share/syscons/keymaps/by.cp1131.kbd 8133OLD_FILES+=usr/share/syscons/keymaps/by.cp1251.kbd 8134OLD_FILES+=usr/share/syscons/keymaps/by.iso5.kbd 8135OLD_FILES+=usr/share/syscons/keymaps/ce.iso2.kbd 8136OLD_FILES+=usr/share/syscons/keymaps/colemak.iso15.acc.kbd 8137OLD_FILES+=usr/share/syscons/keymaps/cs.latin2.qwertz.kbd 8138OLD_FILES+=usr/share/syscons/keymaps/cz.iso2.kbd 8139OLD_FILES+=usr/share/syscons/keymaps/danish.cp865.kbd 8140OLD_FILES+=usr/share/syscons/keymaps/danish.iso.acc.kbd 8141OLD_FILES+=usr/share/syscons/keymaps/danish.iso.kbd 8142OLD_FILES+=usr/share/syscons/keymaps/danish.iso.macbook.kbd 8143OLD_FILES+=usr/share/syscons/keymaps/dutch.iso.acc.kbd 8144OLD_FILES+=usr/share/syscons/keymaps/eee_nordic.kbd 8145OLD_FILES+=usr/share/syscons/keymaps/el.iso07.kbd 8146OLD_FILES+=usr/share/syscons/keymaps/estonian.cp850.kbd 8147OLD_FILES+=usr/share/syscons/keymaps/estonian.iso.kbd 8148OLD_FILES+=usr/share/syscons/keymaps/estonian.iso15.kbd 8149OLD_FILES+=usr/share/syscons/keymaps/finnish.cp850.kbd 8150OLD_FILES+=usr/share/syscons/keymaps/finnish.iso.kbd 8151OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.acc.kbd 8152OLD_FILES+=usr/share/syscons/keymaps/fr.dvorak.kbd 8153OLD_FILES+=usr/share/syscons/keymaps/fr.iso.acc.kbd 8154OLD_FILES+=usr/share/syscons/keymaps/fr.iso.kbd 8155OLD_FILES+=usr/share/syscons/keymaps/fr.macbook.acc.kbd 8156OLD_FILES+=usr/share/syscons/keymaps/fr_CA.iso.acc.kbd 8157OLD_FILES+=usr/share/syscons/keymaps/german.cp850.kbd 8158OLD_FILES+=usr/share/syscons/keymaps/german.iso.acc.kbd 8159OLD_FILES+=usr/share/syscons/keymaps/german.iso.kbd 8160OLD_FILES+=usr/share/syscons/keymaps/gr.elot.acc.kbd 8161OLD_FILES+=usr/share/syscons/keymaps/gr.us101.acc.kbd 8162OLD_FILES+=usr/share/syscons/keymaps/hr.iso.kbd 8163OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.101keys.kbd 8164OLD_FILES+=usr/share/syscons/keymaps/hu.iso2.102keys.kbd 8165OLD_FILES+=usr/share/syscons/keymaps/hy.armscii-8.kbd 8166OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.acc.kbd 8167OLD_FILES+=usr/share/syscons/keymaps/icelandic.iso.kbd 8168OLD_FILES+=usr/share/syscons/keymaps/it.iso.kbd 8169OLD_FILES+=usr/share/syscons/keymaps/iw.iso8.kbd 8170OLD_FILES+=usr/share/syscons/keymaps/jp.106.kbd 8171OLD_FILES+=usr/share/syscons/keymaps/jp.106x.kbd 8172OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.io.kbd 8173OLD_FILES+=usr/share/syscons/keymaps/kk.pt154.kst.kbd 8174OLD_FILES+=usr/share/syscons/keymaps/latinamerican.iso.acc.kbd 8175OLD_FILES+=usr/share/syscons/keymaps/latinamerican.kbd 8176OLD_FILES+=usr/share/syscons/keymaps/lt.iso4.kbd 8177OLD_FILES+=usr/share/syscons/keymaps/norwegian.dvorak.kbd 8178OLD_FILES+=usr/share/syscons/keymaps/norwegian.iso.kbd 8179OLD_FILES+=usr/share/syscons/keymaps/pl_PL.ISO8859-2.kbd 8180OLD_FILES+=usr/share/syscons/keymaps/pl_PL.dvorak.kbd 8181OLD_FILES+=usr/share/syscons/keymaps/pt.iso.acc.kbd 8182OLD_FILES+=usr/share/syscons/keymaps/pt.iso.kbd 8183OLD_FILES+=usr/share/syscons/keymaps/ru.cp866.kbd 8184OLD_FILES+=usr/share/syscons/keymaps/ru.iso5.kbd 8185OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.kbd 8186OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.shift.kbd 8187OLD_FILES+=usr/share/syscons/keymaps/ru.koi8-r.win.kbd 8188OLD_FILES+=usr/share/syscons/keymaps/si.iso.kbd 8189OLD_FILES+=usr/share/syscons/keymaps/sk.iso2.kbd 8190OLD_FILES+=usr/share/syscons/keymaps/spanish.dvorak.kbd 8191OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.acc.kbd 8192OLD_FILES+=usr/share/syscons/keymaps/spanish.iso.kbd 8193OLD_FILES+=usr/share/syscons/keymaps/spanish.iso15.acc.kbd 8194OLD_FILES+=usr/share/syscons/keymaps/swedish.cp850.kbd 8195OLD_FILES+=usr/share/syscons/keymaps/swedish.iso.kbd 8196OLD_FILES+=usr/share/syscons/keymaps/swissfrench.cp850.kbd 8197OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.acc.kbd 8198OLD_FILES+=usr/share/syscons/keymaps/swissfrench.iso.kbd 8199OLD_FILES+=usr/share/syscons/keymaps/swissgerman.cp850.kbd 8200OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.acc.kbd 8201OLD_FILES+=usr/share/syscons/keymaps/swissgerman.iso.kbd 8202OLD_FILES+=usr/share/syscons/keymaps/swissgerman.macbook.acc.kbd 8203OLD_FILES+=usr/share/syscons/keymaps/tr.iso9.q.kbd 8204OLD_FILES+=usr/share/syscons/keymaps/ua.iso5.kbd 8205OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.kbd 8206OLD_FILES+=usr/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd 8207OLD_FILES+=usr/share/syscons/keymaps/uk.cp850-ctrl.kbd 8208OLD_FILES+=usr/share/syscons/keymaps/uk.cp850.kbd 8209OLD_FILES+=usr/share/syscons/keymaps/uk.dvorak.kbd 8210OLD_FILES+=usr/share/syscons/keymaps/uk.iso-ctrl.kbd 8211OLD_FILES+=usr/share/syscons/keymaps/uk.iso.kbd 8212OLD_FILES+=usr/share/syscons/keymaps/us.dvorak.kbd 8213OLD_FILES+=usr/share/syscons/keymaps/us.dvorakl.kbd 8214OLD_FILES+=usr/share/syscons/keymaps/us.dvorakp.kbd 8215OLD_FILES+=usr/share/syscons/keymaps/us.dvorakr.kbd 8216OLD_FILES+=usr/share/syscons/keymaps/us.dvorakx.kbd 8217OLD_FILES+=usr/share/syscons/keymaps/us.emacs.kbd 8218OLD_FILES+=usr/share/syscons/keymaps/us.iso.acc.kbd 8219OLD_FILES+=usr/share/syscons/keymaps/us.iso.kbd 8220OLD_FILES+=usr/share/syscons/keymaps/us.pc-ctrl.kbd 8221OLD_FILES+=usr/share/syscons/keymaps/us.unix.kbd 8222OLD_FILES+=usr/share/syscons/scrnmaps/armscii8-2haik8.scm 8223OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm 8224OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-4_for_vga9.scm 8225OLD_FILES+=usr/share/syscons/scrnmaps/iso-8859-7_to_cp437.scm 8226OLD_FILES+=usr/share/syscons/scrnmaps/koi8-r2cp866.scm 8227OLD_FILES+=usr/share/syscons/scrnmaps/koi8-u2cp866u.scm 8228OLD_FILES+=usr/share/syscons/scrnmaps/us-ascii_to_cp437.scm 8229OLD_DIRS+=usr/share/syscons/fonts 8230OLD_DIRS+=usr/share/syscons/scrnmaps 8231OLD_DIRS+=usr/share/syscons/keymaps 8232OLD_DIRS+=usr/share/syscons 8233.endif 8234 8235.if ${MK_TALK} == no 8236OLD_FILES+=usr/bin/talk 8237OLD_FILES+=usr/libexec/ntalkd 8238OLD_FILES+=usr/share/man/man1/talk.1.gz 8239OLD_FILES+=usr/share/man/man8/talkd.8.gz 8240.endif 8241 8242.if ${MK_TCSH} == no 8243OLD_FILES+=.cshrc 8244OLD_FILES+=etc/csh.cshrc 8245OLD_FILES+=etc/csh.login 8246OLD_FILES+=etc/csh.logout 8247OLD_FILES+=bin/csh 8248OLD_FILES+=bin/tcsh 8249OLD_FILES+=rescue/csh 8250OLD_FILES+=rescue/tcsh 8251OLD_FILES+=root/.cshrc 8252OLD_FILES+=root/.login 8253OLD_FILES+=usr/share/examples/etc/csh.cshrc 8254OLD_FILES+=usr/share/examples/etc/csh.login 8255OLD_FILES+=usr/share/examples/etc/csh.logout 8256OLD_FILES+=usr/share/examples/tcsh/complete.tcsh 8257OLD_FILES+=usr/share/examples/tcsh/csh-mode.el 8258OLD_DIRS+=usr/share/examples/tcsh 8259OLD_FILES+=usr/share/man/man1/csh.1.gz 8260OLD_FILES+=usr/share/man/man1/tcsh.1.gz 8261OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat 8262OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat 8263OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat 8264OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat 8265OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat 8266OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat 8267OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat 8268OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat 8269OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat 8270OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat 8271OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat 8272OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat 8273OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat 8274OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat 8275OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat 8276OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat 8277OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat 8278OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat 8279OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat 8280OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat 8281OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat 8282OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat 8283OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat 8284OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat 8285OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat 8286OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat 8287OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat 8288OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat 8289OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat 8290OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat 8291OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat 8292OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat 8293OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat 8294OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat 8295OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat 8296OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat 8297OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat 8298OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat 8299OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat 8300OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat 8301OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat 8302OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat 8303OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat 8304OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat 8305OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat 8306OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat 8307OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat 8308OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat 8309.endif 8310 8311.if ${MK_TELNET} == no 8312OLD_FILES+=etc/pam.d/telnetd 8313OLD_FILES+=usr/bin/telnet 8314OLD_FILES+=usr/libexec/telnetd 8315OLD_FILES+=usr/share/man/man1/telnet.1.gz 8316OLD_FILES+=usr/share/man/man8/telnetd.8.gz 8317.endif 8318 8319.if ${MK_TESTS} == yes 8320OLD_FILES+=usr/bin/atf-sh 8321OLD_FILES+=usr/include/atf-c++/config.hpp 8322OLD_FILES+=usr/include/atf-c/config.h 8323OLD_LIBS+=usr/lib/libatf-c++.a 8324OLD_LIBS+=usr/lib/libatf-c++.so 8325OLD_LIBS+=usr/lib/libatf-c++.so.1 8326OLD_LIBS+=usr/lib/libatf-c++.so.2 8327OLD_LIBS+=usr/lib/libatf-c++_p.a 8328OLD_LIBS+=usr/lib/libatf-c.a 8329OLD_LIBS+=usr/lib/libatf-c.so 8330OLD_LIBS+=usr/lib/libatf-c.so.1 8331OLD_LIBS+=usr/lib/libatf-c_p.a 8332OLD_LIBS+=usr/lib/private/libatf-c.so.0 8333OLD_LIBS+=usr/lib/private/libatf-c++.so.1 8334.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 8335OLD_LIBS+=usr/lib32/libatf-c++.a 8336OLD_LIBS+=usr/lib32/libatf-c++.so 8337OLD_LIBS+=usr/lib32/libatf-c++.so.1 8338OLD_LIBS+=usr/lib32/libatf-c++.so.2 8339OLD_LIBS+=usr/lib32/libatf-c++_p.a 8340OLD_LIBS+=usr/lib32/libatf-c.a 8341OLD_LIBS+=usr/lib32/libatf-c.so 8342OLD_LIBS+=usr/lib32/libatf-c.so.1 8343OLD_LIBS+=usr/lib32/libatf-c_p.a 8344OLD_LIBS+=usr/lib32/private/libatf-c.so.0 8345OLD_LIBS+=usr/lib32/private/libatf-c++.so.1 8346.endif 8347OLD_FILES+=usr/libdata/pkgconfig/atf-c++.pc 8348OLD_FILES+=usr/libdata/pkgconfig/atf-c.pc 8349OLD_FILES+=usr/libdata/pkgconfig/atf-sh.pc 8350OLD_FILES+=usr/share/aclocal/atf-c++.m4 8351OLD_FILES+=usr/share/aclocal/atf-c.m4 8352OLD_FILES+=usr/share/aclocal/atf-common.m4 8353OLD_FILES+=usr/share/aclocal/atf-sh.m4 8354OLD_DIRS+=usr/share/aclocal 8355OLD_DIRS+=usr/tests/bin/chown 8356OLD_FILES+=usr/tests/bin/chown/Kyuafile 8357OLD_FILES+=usr/tests/bin/chown/chown-f_test 8358OLD_FILES+=usr/tests/bin/chown/units_basics 8359OLD_FILES+=usr/tests/bin/date/legacy_test 8360OLD_FILES+=usr/tests/bin/sh/legacy_test 8361OLD_FILES+=usr/tests/usr.bin/atf/Kyuafile 8362OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/Kyuafile 8363OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/atf_check_test 8364OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/config_test 8365OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/integration_test 8366OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/misc_helpers 8367OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/normalize_test 8368OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tc_test 8369OLD_FILES+=usr/tests/usr.bin/atf/atf-sh/tp_test 8370OLD_DIRS+=usr/tests/usr.bin/atf/atf-sh 8371OLD_DIRS+=usr/tests/usr.bin/atf 8372OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test 8373OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test 8374OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test 8375OLD_FILES+=usr/tests/lib/atf/libatf-c++/config_test 8376OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/expand_test 8377OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/parser_test 8378OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/sanity_test 8379OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/ui_test 8380OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test 8381OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test 8382OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test 8383OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test 8384OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test 8385OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test 8386OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test 8387OLD_FILES+=usr/tests/lib/atf/libatf-c++/pkg_config_test 8388OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test 8389OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test 8390OLD_FILES+=usr/tests/lib/atf/libatf-c/config_test 8391OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test 8392OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test 8393OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test 8394OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test 8395OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test 8396OLD_FILES+=usr/tests/lib/atf/libatf-c/pkg_config_test 8397OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers 8398OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test 8399OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test 8400OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test 8401OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test 8402.if ${MK_MAKE} == yes 8403OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/legacy_test 8404OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Kyuafile 8405OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/Makefile.test 8406OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.1 8407OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.2 8408OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.3 8409OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.4 8410OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.5 8411OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.6 8412OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.status.7 8413OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.1 8414OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.2 8415OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.3 8416OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.4 8417OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.5 8418OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.6 8419OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stderr.7 8420OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.1 8421OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.2 8422OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.3 8423OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.4 8424OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.5 8425OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.6 8426OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/expected.stdout.7 8427OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd/libtest.a 8428OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/legacy_test 8429OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Kyuafile 8430OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/Makefile.test 8431OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.1 8432OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.2 8433OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.3 8434OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.4 8435OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.5 8436OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.6 8437OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.status.7 8438OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.1 8439OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.2 8440OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.3 8441OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.4 8442OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.5 8443OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.6 8444OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stderr.7 8445OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.1 8446OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.2 8447OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.3 8448OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.4 8449OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.5 8450OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.6 8451OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/expected.stdout.7 8452OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod/libtest.a 8453OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/legacy_test 8454OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Kyuafile 8455OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/Makefile.test 8456OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.1 8457OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.2 8458OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.3 8459OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.4 8460OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.5 8461OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.6 8462OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.status.7 8463OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.1 8464OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.2 8465OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.3 8466OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.4 8467OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.5 8468OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.6 8469OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stderr.7 8470OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.1 8471OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.2 8472OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.3 8473OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.4 8474OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.5 8475OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.6 8476OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/expected.stdout.7 8477OLD_FILES+=usr/tests/usr.bin/make/archives/fmt_oldbsd/libtest.a 8478OLD_FILES+=usr/tests/usr.bin/make/archives/Kyuafile 8479OLD_FILES+=usr/tests/usr.bin/make/basic/t0/legacy_test 8480OLD_FILES+=usr/tests/usr.bin/make/basic/t0/Kyuafile 8481OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.status.1 8482OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stderr.1 8483OLD_FILES+=usr/tests/usr.bin/make/basic/t0/expected.stdout.1 8484OLD_FILES+=usr/tests/usr.bin/make/basic/t1/legacy_test 8485OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Kyuafile 8486OLD_FILES+=usr/tests/usr.bin/make/basic/t1/Makefile.test 8487OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.status.1 8488OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stderr.1 8489OLD_FILES+=usr/tests/usr.bin/make/basic/t1/expected.stdout.1 8490OLD_FILES+=usr/tests/usr.bin/make/basic/t2/legacy_test 8491OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Kyuafile 8492OLD_FILES+=usr/tests/usr.bin/make/basic/t2/Makefile.test 8493OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.status.1 8494OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stderr.1 8495OLD_FILES+=usr/tests/usr.bin/make/basic/t2/expected.stdout.1 8496OLD_FILES+=usr/tests/usr.bin/make/basic/t3/legacy_test 8497OLD_FILES+=usr/tests/usr.bin/make/basic/t3/Kyuafile 8498OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.status.1 8499OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stderr.1 8500OLD_FILES+=usr/tests/usr.bin/make/basic/t3/expected.stdout.1 8501OLD_FILES+=usr/tests/usr.bin/make/basic/Kyuafile 8502OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/legacy_test 8503OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Kyuafile 8504OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/Makefile.test 8505OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.status.1 8506OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stderr.1 8507OLD_FILES+=usr/tests/usr.bin/make/execution/ellipsis/expected.stdout.1 8508OLD_FILES+=usr/tests/usr.bin/make/execution/empty/legacy_test 8509OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Kyuafile 8510OLD_FILES+=usr/tests/usr.bin/make/execution/empty/Makefile.test 8511OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.status.1 8512OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stderr.1 8513OLD_FILES+=usr/tests/usr.bin/make/execution/empty/expected.stdout.1 8514OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/legacy_test 8515OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Kyuafile 8516OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/Makefile.test 8517OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.status.1 8518OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stderr.1 8519OLD_FILES+=usr/tests/usr.bin/make/execution/joberr/expected.stdout.1 8520OLD_FILES+=usr/tests/usr.bin/make/execution/plus/legacy_test 8521OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Kyuafile 8522OLD_FILES+=usr/tests/usr.bin/make/execution/plus/Makefile.test 8523OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.status.1 8524OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stderr.1 8525OLD_FILES+=usr/tests/usr.bin/make/execution/plus/expected.stdout.1 8526OLD_FILES+=usr/tests/usr.bin/make/execution/Kyuafile 8527OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/legacy_test 8528OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Kyuafile 8529OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/Makefile.test 8530OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.1 8531OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.status.2 8532OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.1 8533OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stderr.2 8534OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.1 8535OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/expected.stdout.2 8536OLD_FILES+=usr/tests/usr.bin/make/shell/builtin/sh 8537OLD_FILES+=usr/tests/usr.bin/make/shell/meta/legacy_test 8538OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Kyuafile 8539OLD_FILES+=usr/tests/usr.bin/make/shell/meta/Makefile.test 8540OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.1 8541OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.status.2 8542OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.1 8543OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stderr.2 8544OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.1 8545OLD_FILES+=usr/tests/usr.bin/make/shell/meta/expected.stdout.2 8546OLD_FILES+=usr/tests/usr.bin/make/shell/meta/sh 8547OLD_FILES+=usr/tests/usr.bin/make/shell/path/legacy_test 8548OLD_FILES+=usr/tests/usr.bin/make/shell/path/Kyuafile 8549OLD_FILES+=usr/tests/usr.bin/make/shell/path/Makefile.test 8550OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.1 8551OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.status.2 8552OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.1 8553OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stderr.2 8554OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.1 8555OLD_FILES+=usr/tests/usr.bin/make/shell/path/expected.stdout.2 8556OLD_FILES+=usr/tests/usr.bin/make/shell/path/sh 8557OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/legacy_test 8558OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Kyuafile 8559OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/Makefile.test 8560OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.1 8561OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.status.2 8562OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.1 8563OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stderr.2 8564OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.1 8565OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/expected.stdout.2 8566OLD_FILES+=usr/tests/usr.bin/make/shell/path_select/shell 8567OLD_FILES+=usr/tests/usr.bin/make/shell/replace/legacy_test 8568OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Kyuafile 8569OLD_FILES+=usr/tests/usr.bin/make/shell/replace/Makefile.test 8570OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.1 8571OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.status.2 8572OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.1 8573OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stderr.2 8574OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.1 8575OLD_FILES+=usr/tests/usr.bin/make/shell/replace/expected.stdout.2 8576OLD_FILES+=usr/tests/usr.bin/make/shell/replace/shell 8577OLD_FILES+=usr/tests/usr.bin/make/shell/select/legacy_test 8578OLD_FILES+=usr/tests/usr.bin/make/shell/select/Kyuafile 8579OLD_FILES+=usr/tests/usr.bin/make/shell/select/Makefile.test 8580OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.1 8581OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.status.2 8582OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.1 8583OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stderr.2 8584OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.1 8585OLD_FILES+=usr/tests/usr.bin/make/shell/select/expected.stdout.2 8586OLD_FILES+=usr/tests/usr.bin/make/shell/Kyuafile 8587OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/legacy_test 8588OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Kyuafile 8589OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/Makefile.test 8590OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/TEST1.a 8591OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.status.1 8592OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stderr.1 8593OLD_FILES+=usr/tests/usr.bin/make/suffixes/basic/expected.stdout.1 8594OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/legacy_test 8595OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Kyuafile 8596OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/Makefile.test 8597OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST1.a 8598OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/TEST2.a 8599OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.status.1 8600OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stderr.1 8601OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild1/expected.stdout.1 8602OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/legacy_test 8603OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Kyuafile 8604OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/Makefile.test 8605OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST1.a 8606OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/TEST2.a 8607OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.status.1 8608OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stderr.1 8609OLD_FILES+=usr/tests/usr.bin/make/suffixes/src_wild2/expected.stdout.1 8610OLD_FILES+=usr/tests/usr.bin/make/suffixes/Kyuafile 8611OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/legacy_test 8612OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Kyuafile 8613OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/Makefile.test 8614OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.status.1 8615OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stderr.1 8616OLD_FILES+=usr/tests/usr.bin/make/syntax/directive-t0/expected.stdout.1 8617OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/legacy_test 8618OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Kyuafile 8619OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/Makefile.test 8620OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.1 8621OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.2 8622OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.3 8623OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.4 8624OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.status.5 8625OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.1 8626OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.2 8627OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.3 8628OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.4 8629OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stderr.5 8630OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.1 8631OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.2 8632OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.3 8633OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.4 8634OLD_FILES+=usr/tests/usr.bin/make/syntax/enl/expected.stdout.5 8635OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/legacy_test 8636OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Kyuafile 8637OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/Makefile.test 8638OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.1 8639OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.status.2 8640OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.1 8641OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stderr.2 8642OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.1 8643OLD_FILES+=usr/tests/usr.bin/make/syntax/funny-targets/expected.stdout.2 8644OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/legacy_test 8645OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Kyuafile 8646OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/Makefile.test 8647OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.1 8648OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.status.2 8649OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.1 8650OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stderr.2 8651OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.1 8652OLD_FILES+=usr/tests/usr.bin/make/syntax/semi/expected.stdout.2 8653OLD_FILES+=usr/tests/usr.bin/make/syntax/Kyuafile 8654OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/legacy_test 8655OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Kyuafile 8656OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/Makefile.test 8657OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.status.1 8658OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stderr.1 8659OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/1/expected.stdout.1 8660OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/2/Kyuafile 8661OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/sys.mk 8662OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/mk/Kyuafile 8663OLD_FILES+=usr/tests/usr.bin/make/sysmk/t0/Kyuafile 8664OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/legacy_test 8665OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/Kyuafile 8666OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/cleanup 8667OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.status.1 8668OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stderr.1 8669OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/1/expected.stdout.1 8670OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/2/Kyuafile 8671OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/sys.mk 8672OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/mk/Kyuafile 8673OLD_FILES+=usr/tests/usr.bin/make/sysmk/t1/Kyuafile 8674OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/legacy_test 8675OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/Kyuafile 8676OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/cleanup 8677OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.status.1 8678OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stderr.1 8679OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/1/expected.stdout.1 8680OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/2/Kyuafile 8681OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/sys.mk 8682OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/mk/Kyuafile 8683OLD_FILES+=usr/tests/usr.bin/make/sysmk/t2/Kyuafile 8684OLD_FILES+=usr/tests/usr.bin/make/sysmk/Kyuafile 8685OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/legacy_test 8686OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Kyuafile 8687OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/Makefile.test 8688OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.status.1 8689OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stderr.1 8690OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_M/expected.stdout.1 8691OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/legacy_test 8692OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Kyuafile 8693OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/Makefile.test 8694OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.1 8695OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.2 8696OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.status.3 8697OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.1 8698OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.2 8699OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stderr.3 8700OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.1 8701OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.2 8702OLD_FILES+=usr/tests/usr.bin/make/variables/modifier_t/expected.stdout.3 8703OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/legacy_test 8704OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Kyuafile 8705OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/Makefile.test 8706OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.1 8707OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.status.2 8708OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.1 8709OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stderr.2 8710OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.1 8711OLD_FILES+=usr/tests/usr.bin/make/variables/opt_V/expected.stdout.2 8712OLD_FILES+=usr/tests/usr.bin/make/variables/t0/legacy_test 8713OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Kyuafile 8714OLD_FILES+=usr/tests/usr.bin/make/variables/t0/Makefile.test 8715OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.status.1 8716OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stderr.1 8717OLD_FILES+=usr/tests/usr.bin/make/variables/t0/expected.stdout.1 8718OLD_FILES+=usr/tests/usr.bin/make/variables/Kyuafile 8719OLD_FILES+=usr/tests/usr.bin/make/Kyuafile 8720OLD_FILES+=usr/tests/usr.bin/make/common.sh 8721OLD_FILES+=usr/tests/usr.bin/make/test-new.mk 8722OLD_DIRS+=usr/tests/usr.bin/make/variables/t0 8723OLD_DIRS+=usr/tests/usr.bin/make/variables/opt_V 8724OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_t 8725OLD_DIRS+=usr/tests/usr.bin/make/variables/modifier_M 8726OLD_DIRS+=usr/tests/usr.bin/make/variables 8727OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/mk 8728OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2/1 8729OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2/2 8730OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t2 8731OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/mk 8732OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2/1 8733OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1/2 8734OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t1 8735OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/mk 8736OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2/1 8737OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0/2 8738OLD_DIRS+=usr/tests/usr.bin/make/sysmk/t0 8739OLD_DIRS+=usr/tests/usr.bin/make/sysmk 8740OLD_DIRS+=usr/tests/usr.bin/make/syntax/semi 8741OLD_DIRS+=usr/tests/usr.bin/make/syntax/funny-targets 8742OLD_DIRS+=usr/tests/usr.bin/make/syntax/enl 8743OLD_DIRS+=usr/tests/usr.bin/make/syntax/directive-t0 8744OLD_DIRS+=usr/tests/usr.bin/make/syntax 8745OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild2 8746OLD_DIRS+=usr/tests/usr.bin/make/suffixes/src_wild1 8747OLD_DIRS+=usr/tests/usr.bin/make/suffixes/basic 8748OLD_DIRS+=usr/tests/usr.bin/make/suffixes 8749OLD_DIRS+=usr/tests/usr.bin/make/shell/select 8750OLD_DIRS+=usr/tests/usr.bin/make/shell/replace 8751OLD_DIRS+=usr/tests/usr.bin/make/shell/path_select 8752OLD_DIRS+=usr/tests/usr.bin/make/shell/path 8753OLD_DIRS+=usr/tests/usr.bin/make/shell/meta 8754OLD_DIRS+=usr/tests/usr.bin/make/shell/builtin 8755OLD_DIRS+=usr/tests/usr.bin/make/shell 8756OLD_DIRS+=usr/tests/usr.bin/make/execution/plus 8757OLD_DIRS+=usr/tests/usr.bin/make/execution/joberr 8758OLD_DIRS+=usr/tests/usr.bin/make/execution/empty 8759OLD_DIRS+=usr/tests/usr.bin/make/execution/ellipsis 8760OLD_DIRS+=usr/tests/usr.bin/make/execution 8761OLD_DIRS+=usr/tests/usr.bin/make/basic/t3 8762OLD_DIRS+=usr/tests/usr.bin/make/basic/t2 8763OLD_DIRS+=usr/tests/usr.bin/make/basic/t1 8764OLD_DIRS+=usr/tests/usr.bin/make/basic/t0 8765OLD_DIRS+=usr/tests/usr.bin/make/basic 8766OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_oldbsd 8767OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd_mod 8768OLD_DIRS+=usr/tests/usr.bin/make/archives/fmt_44bsd 8769OLD_DIRS+=usr/tests/usr.bin/make/archives 8770OLD_DIRS+=usr/tests/usr.bin/make 8771OLD_FILES+=usr/tests/usr.bin/yacc/legacy_test 8772OLD_FILES+=usr/tests/usr.bin/yacc/regress.00.out 8773OLD_FILES+=usr/tests/usr.bin/yacc/regress.01.out 8774OLD_FILES+=usr/tests/usr.bin/yacc/regress.02.out 8775OLD_FILES+=usr/tests/usr.bin/yacc/regress.03.out 8776OLD_FILES+=usr/tests/usr.bin/yacc/regress.04.out 8777OLD_FILES+=usr/tests/usr.bin/yacc/regress.05.out 8778OLD_FILES+=usr/tests/usr.bin/yacc/regress.06.out 8779OLD_FILES+=usr/tests/usr.bin/yacc/regress.07.out 8780OLD_FILES+=usr/tests/usr.bin/yacc/regress.08.out 8781OLD_FILES+=usr/tests/usr.bin/yacc/regress.09.out 8782OLD_FILES+=usr/tests/usr.bin/yacc/regress.10.out 8783OLD_FILES+=usr/tests/usr.bin/yacc/regress.11.out 8784OLD_FILES+=usr/tests/usr.bin/yacc/regress.12.out 8785OLD_FILES+=usr/tests/usr.bin/yacc/regress.13.out 8786OLD_FILES+=usr/tests/usr.bin/yacc/regress.14.out 8787OLD_FILES+=usr/tests/usr.bin/yacc/regress.sh 8788OLD_FILES+=usr/tests/usr.bin/yacc/undefined.y 8789.endif 8790.else 8791# ATF libraries. 8792OLD_FILES+=etc/mtree/BSD.tests.dist 8793OLD_FILES+=usr/bin/atf-sh 8794OLD_DIRS+=usr/include/atf-c 8795OLD_FILES+=usr/include/atf-c/build.h 8796OLD_FILES+=usr/include/atf-c/check.h 8797OLD_FILES+=usr/include/atf-c/config.h 8798OLD_FILES+=usr/include/atf-c/defs.h 8799OLD_FILES+=usr/include/atf-c/error.h 8800OLD_FILES+=usr/include/atf-c/error_fwd.h 8801OLD_FILES+=usr/include/atf-c/macros.h 8802OLD_FILES+=usr/include/atf-c/tc.h 8803OLD_FILES+=usr/include/atf-c/tp.h 8804OLD_FILES+=usr/include/atf-c/utils.h 8805OLD_FILES+=usr/include/atf-c.h 8806OLD_DIRS+=usr/include/atf-c++ 8807OLD_FILES+=usr/include/atf-c++/build.hpp 8808OLD_FILES+=usr/include/atf-c++/check.hpp 8809OLD_FILES+=usr/include/atf-c++/config.hpp 8810OLD_FILES+=usr/include/atf-c++/macros.hpp 8811OLD_FILES+=usr/include/atf-c++/tests.hpp 8812OLD_FILES+=usr/include/atf-c++/utils.hpp 8813OLD_FILES+=usr/include/atf-c++.hpp 8814OLD_FILES+=usr/lib/libatf-c_p.a 8815OLD_FILES+=usr/lib/libatf-c.so.1 8816OLD_FILES+=usr/lib/libatf-c.so 8817OLD_FILES+=usr/lib/libatf-c++.a 8818OLD_FILES+=usr/lib/libatf-c++_p.a 8819OLD_FILES+=usr/lib/libatf-c++.so.1 8820OLD_FILES+=usr/lib/libatf-c++.so 8821OLD_FILES+=usr/lib/libatf-c.a 8822OLD_FILES+=usr/libexec/atf-check 8823OLD_FILES+=usr/libexec/atf-sh 8824OLD_DIRS+=usr/share/atf 8825OLD_FILES+=usr/share/atf/libatf-sh.subr 8826OLD_DIRS+=usr/share/doc/atf 8827OLD_FILES+=usr/share/doc/atf/AUTHORS 8828OLD_FILES+=usr/share/doc/atf/COPYING 8829OLD_FILES+=usr/share/doc/atf/NEWS 8830OLD_FILES+=usr/share/doc/atf/README 8831OLD_FILES+=usr/share/doc/pjdfstest/README 8832OLD_FILES+=usr/share/man/man1/atf-check.1.gz 8833OLD_FILES+=usr/share/man/man1/atf-sh.1.gz 8834OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz 8835OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz 8836OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz 8837OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz 8838OLD_FILES+=usr/share/man/man3/atf-sh.3.gz 8839OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz 8840OLD_FILES+=usr/share/man/man7/atf.7.gz 8841OLD_FILES+=usr/share/mk/atf.test.mk 8842OLD_FILES+=usr/share/mk/plain.test.mk 8843OLD_FILES+=usr/share/mk/suite.test.mk 8844OLD_FILES+=usr/share/mk/tap.test.mk 8845 8846# Test suite. 8847. if exists(${DESTDIR}${TESTSBASE}) 8848TESTS_DIRS!=find ${DESTDIR}${TESTSBASE} -type d | sed -e 's,^${DESTDIR}/,,'; echo 8849OLD_DIRS+=${TESTS_DIRS} 8850TESTS_FILES!=find ${DESTDIR}${TESTSBASE} \! -type d | sed -e 's,^${DESTDIR}/,,'; echo 8851OLD_FILES+=${TESTS_FILES} 8852. endif 8853.endif # Test suite. 8854 8855.if ${MK_TESTS_SUPPORT} == no 8856OLD_FILES+=usr/bin/kyua 8857OLD_FILES+=usr/include/atf-c++.hpp 8858OLD_FILES+=usr/include/atf-c++/build.hpp 8859OLD_FILES+=usr/include/atf-c++/check.hpp 8860OLD_FILES+=usr/include/atf-c++/macros.hpp 8861OLD_FILES+=usr/include/atf-c++/tests.hpp 8862OLD_FILES+=usr/include/atf-c++/utils.hpp 8863OLD_FILES+=usr/include/atf-c.h 8864OLD_FILES+=usr/include/atf-c/build.h 8865OLD_FILES+=usr/include/atf-c/check.h 8866OLD_FILES+=usr/include/atf-c/defs.h 8867OLD_FILES+=usr/include/atf-c/error.h 8868OLD_FILES+=usr/include/atf-c/error_fwd.h 8869OLD_FILES+=usr/include/atf-c/macros.h 8870OLD_FILES+=usr/include/atf-c/tc.h 8871OLD_FILES+=usr/include/atf-c/tp.h 8872OLD_FILES+=usr/include/atf-c/utils.h 8873OLD_FILES+=usr/lib/debug/usr/bin/kyua.debug 8874OLD_LIBS+=usr/lib/private/libatf-c++.so.2 8875OLD_LIBS+=usr/lib/private/libatf-c.so.1 8876OLD_FILES+=usr/share/examples/kyua/kyua.conf 8877OLD_FILES+=usr/share/examples/kyua/Kyuafile.top 8878OLD_FILES+=usr/share/kyua/misc/context.html 8879OLD_FILES+=usr/share/kyua/misc/index.html 8880OLD_FILES+=usr/share/kyua/misc/report.css 8881OLD_FILES+=usr/share/kyua/misc/test_result.html 8882OLD_FILES+=usr/share/kyua/store/migrate_v1_v2.sql 8883OLD_FILES+=usr/share/kyua/store/migrate_v2_v3.sql 8884OLD_FILES+=usr/share/kyua/store/schema_v3.sql 8885OLD_FILES+=usr/share/man/man1/kyua-about.1.gz 8886OLD_FILES+=usr/share/man/man1/kyua-config.1.gz 8887OLD_FILES+=usr/share/man/man1/kyua-db-exec.1.gz 8888OLD_FILES+=usr/share/man/man1/kyua-db-migrate.1.gz 8889OLD_FILES+=usr/share/man/man1/kyua-debug.1.gz 8890OLD_FILES+=usr/share/man/man1/kyua-help.1.gz 8891OLD_FILES+=usr/share/man/man1/kyua-list.1.gz 8892OLD_FILES+=usr/share/man/man1/kyua-report-html.1.gz 8893OLD_FILES+=usr/share/man/man1/kyua-report-junit.1.gz 8894OLD_FILES+=usr/share/man/man1/kyua-report.1.gz 8895OLD_FILES+=usr/share/man/man1/kyua-test.1.gz 8896OLD_FILES+=usr/share/man/man1/kyua.1.gz 8897OLD_FILES+=usr/share/man/man3/atf-c++.3.gz 8898OLD_FILES+=usr/share/man/man3/atf-c-api++.3.gz 8899OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz 8900OLD_FILES+=usr/share/man/man3/atf-c.3.gz 8901OLD_FILES+=usr/share/man/man5/kyua.conf.5.gz 8902OLD_FILES+=usr/share/man/man5/kyuafile.5.gz 8903OLD_FILES+=usr/tests/lib/atf/Kyuafile 8904OLD_FILES+=usr/tests/lib/atf/libatf-c++/Kyuafile 8905OLD_FILES+=usr/tests/lib/atf/libatf-c++/atf_c++_test 8906OLD_FILES+=usr/tests/lib/atf/libatf-c++/build_test 8907OLD_FILES+=usr/tests/lib/atf/libatf-c++/check_test 8908OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/Kyuafile 8909OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/application_test 8910OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/env_test 8911OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/exceptions_test 8912OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/fs_test 8913OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/process_test 8914OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/text_test 8915OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/version_helper 8916OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_hpp_test.cpp 8917OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_test 8918OLD_FILES+=usr/tests/lib/atf/libatf-c++/tests_test 8919OLD_FILES+=usr/tests/lib/atf/libatf-c++/unused_test.cpp 8920OLD_FILES+=usr/tests/lib/atf/libatf-c++/utils_test 8921OLD_FILES+=usr/tests/lib/atf/libatf-c/Kyuafile 8922OLD_FILES+=usr/tests/lib/atf/libatf-c/atf_c_test 8923OLD_FILES+=usr/tests/lib/atf/libatf-c/build_test 8924OLD_FILES+=usr/tests/lib/atf/libatf-c/check_test 8925OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/Kyuafile 8926OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/dynstr_test 8927OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/env_test 8928OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/fs_test 8929OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/list_test 8930OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/map_test 8931OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_helpers 8932OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_test 8933OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/sanity_test 8934OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/text_test 8935OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/user_test 8936OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/version_helper 8937OLD_FILES+=usr/tests/lib/atf/libatf-c/error_test 8938OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_h_test.c 8939OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_test 8940OLD_FILES+=usr/tests/lib/atf/libatf-c/tc_test 8941OLD_FILES+=usr/tests/lib/atf/libatf-c/tp_test 8942OLD_FILES+=usr/tests/lib/atf/libatf-c/unused_test.c 8943OLD_FILES+=usr/tests/lib/atf/libatf-c/utils_test 8944OLD_FILES+=usr/tests/lib/atf/test-programs/Kyuafile 8945OLD_FILES+=usr/tests/lib/atf/test-programs/c_helpers 8946OLD_FILES+=usr/tests/lib/atf/test-programs/config_test 8947OLD_FILES+=usr/tests/lib/atf/test-programs/cpp_helpers 8948OLD_FILES+=usr/tests/lib/atf/test-programs/expect_test 8949OLD_FILES+=usr/tests/lib/atf/test-programs/meta_data_test 8950OLD_FILES+=usr/tests/lib/atf/test-programs/result_test 8951OLD_FILES+=usr/tests/lib/atf/test-programs/sh_helpers 8952OLD_FILES+=usr/tests/lib/atf/test-programs/srcdir_test 8953.endif 8954 8955.if ${MK_TEXTPROC} == no 8956OLD_FILES+=usr/bin/checknr 8957OLD_FILES+=usr/bin/colcrt 8958OLD_FILES+=usr/bin/ul 8959OLD_FILES+=usr/share/man/man1/checknr.1.gz 8960OLD_FILES+=usr/share/man/man1/colcrt.1.gz 8961OLD_FILES+=usr/share/man/man1/ul.1.gz 8962.endif 8963 8964.if ${MK_TFTP} == no 8965OLD_FILES+=usr/bin/tftp 8966OLD_FILES+=usr/libexec/tftpd 8967OLD_FILES+=usr/share/man/man1/tftp.1.gz 8968OLD_FILES+=usr/share/man/man8/tftpd.8.gz 8969.endif 8970 8971.if ${MK_TOOLCHAIN} == no 8972OLD_FILES+=usr/bin/addr2line 8973OLD_FILES+=usr/bin/as 8974OLD_FILES+=usr/bin/byacc 8975OLD_FILES+=usr/bin/cc 8976OLD_FILES+=usr/bin/c88 8977OLD_FILES+=usr/bin/c++ 8978OLD_FILES+=usr/bin/c++filt 8979OLD_FILES+=usr/bin/ld 8980OLD_FILES+=usr/bin/ld.bfd 8981OLD_FILES+=usr/bin/nm 8982OLD_FILES+=usr/bin/objcopy 8983OLD_FILES+=usr/bin/readelf 8984OLD_FILES+=usr/bin/size 8985OLD_FILES+=usr/bin/strip 8986OLD_FILES+=usr/bin/yacc 8987OLD_FILES+=usr/share/man/man1/addr2line.1.gz 8988OLD_FILES+=usr/share/man/man1/c++filt.1.gz 8989OLD_FILES+=usr/share/man/man1/nm.1.gz 8990OLD_FILES+=usr/share/man/man1/readelf.1.gz 8991OLD_FILES+=usr/share/man/man1/size.1.gz 8992OLD_FILES+=usr/share/man/man1/strip.1.gz 8993OLD_FILES+=usr/share/man/man1/objcopy.1.gz 8994# lib/libelf 8995OLD_FILES+=usr/share/man/man3/elf.3.gz 8996OLD_FILES+=usr/share/man/man3/elf_begin.3.gz 8997OLD_FILES+=usr/share/man/man3/elf_cntl.3.gz 8998OLD_FILES+=usr/share/man/man3/elf_end.3.gz 8999OLD_FILES+=usr/share/man/man3/elf_errmsg.3.gz 9000OLD_FILES+=usr/share/man/man3/elf_fill.3.gz 9001OLD_FILES+=usr/share/man/man3/elf_flagdata.3.gz 9002OLD_FILES+=usr/share/man/man3/elf_getarhdr.3.gz 9003OLD_FILES+=usr/share/man/man3/elf_getarsym.3.gz 9004OLD_FILES+=usr/share/man/man3/elf_getbase.3.gz 9005OLD_FILES+=usr/share/man/man3/elf_getdata.3.gz 9006OLD_FILES+=usr/share/man/man3/elf_getident.3.gz 9007OLD_FILES+=usr/share/man/man3/elf_getscn.3.gz 9008OLD_FILES+=usr/share/man/man3/elf_getphdrnum.3.gz 9009OLD_FILES+=usr/share/man/man3/elf_getphnum.3.gz 9010OLD_FILES+=usr/share/man/man3/elf_getshdrnum.3.gz 9011OLD_FILES+=usr/share/man/man3/elf_getshnum.3.gz 9012OLD_FILES+=usr/share/man/man3/elf_getshdrstrndx.3.gz 9013OLD_FILES+=usr/share/man/man3/elf_getshstrndx.3.gz 9014OLD_FILES+=usr/share/man/man3/elf_hash.3.gz 9015OLD_FILES+=usr/share/man/man3/elf_kind.3.gz 9016OLD_FILES+=usr/share/man/man3/elf_memory.3.gz 9017OLD_FILES+=usr/share/man/man3/elf_next.3.gz 9018OLD_FILES+=usr/share/man/man3/elf_open.3.gz 9019OLD_FILES+=usr/share/man/man3/elf_rawfile.3.gz 9020OLD_FILES+=usr/share/man/man3/elf_rand.3.gz 9021OLD_FILES+=usr/share/man/man3/elf_strptr.3.gz 9022OLD_FILES+=usr/share/man/man3/elf_update.3.gz 9023OLD_FILES+=usr/share/man/man3/elf_version.3.gz 9024OLD_FILES+=usr/share/man/man3/gelf.3.gz 9025OLD_FILES+=usr/share/man/man3/gelf_checksum.3.gz 9026OLD_FILES+=usr/share/man/man3/gelf_fsize.3.gz 9027OLD_FILES+=usr/share/man/man3/gelf_getcap.3.gz 9028OLD_FILES+=usr/share/man/man3/gelf_getclass.3.gz 9029OLD_FILES+=usr/share/man/man3/gelf_getdyn.3.gz 9030OLD_FILES+=usr/share/man/man3/gelf_getehdr.3.gz 9031OLD_FILES+=usr/share/man/man3/gelf_getmove.3.gz 9032OLD_FILES+=usr/share/man/man3/gelf_getphdr.3.gz 9033OLD_FILES+=usr/share/man/man3/gelf_getrel.3.gz 9034OLD_FILES+=usr/share/man/man3/gelf_getrela.3.gz 9035OLD_FILES+=usr/share/man/man3/gelf_getshdr.3.gz 9036OLD_FILES+=usr/share/man/man3/gelf_getsym.3.gz 9037OLD_FILES+=usr/share/man/man3/gelf_getsyminfo.3.gz 9038OLD_FILES+=usr/share/man/man3/gelf_getsymshndx.3.gz 9039OLD_FILES+=usr/share/man/man3/gelf_newehdr.3.gz 9040OLD_FILES+=usr/share/man/man3/gelf_newphdr.3.gz 9041OLD_FILES+=usr/share/man/man3/gelf_update_ehdr.3.gz 9042OLD_FILES+=usr/share/man/man3/gelf_xlatetof.3.gz 9043# lib/libelftc 9044OLD_FILES+=usr/share/man/man3/elftc.3.gz 9045OLD_FILES+=usr/share/man/man3/elftc_bfd_find_target.3.gz 9046OLD_FILES+=usr/share/man/man3/elftc_copyfile.3.gz 9047OLD_FILES+=usr/share/man/man3/elftc_demangle.3.gz 9048OLD_FILES+=usr/share/man/man3/elftc_reloc_type_str.3.gz 9049OLD_FILES+=usr/share/man/man3/elftc_set_timestamps.3.gz 9050OLD_FILES+=usr/share/man/man3/elftc_timestamp.3.gz 9051OLD_FILES+=usr/share/man/man3/elftc_string_table_create.3.gz 9052OLD_FILES+=usr/share/man/man3/elftc_version.3.gz 9053OLD_FILES+=usr/tests/usr.bin/yacc/Kyuafile 9054OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_calc1.y 9055OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_demo.y 9056OLD_FILES+=usr/tests/usr.bin/yacc/calc.y 9057OLD_FILES+=usr/tests/usr.bin/yacc/calc1.y 9058OLD_FILES+=usr/tests/usr.bin/yacc/calc2.y 9059OLD_FILES+=usr/tests/usr.bin/yacc/calc3.y 9060OLD_FILES+=usr/tests/usr.bin/yacc/code_calc.y 9061OLD_FILES+=usr/tests/usr.bin/yacc/code_debug.y 9062OLD_FILES+=usr/tests/usr.bin/yacc/code_error.y 9063OLD_FILES+=usr/tests/usr.bin/yacc/empty.y 9064OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit1.y 9065OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit2.y 9066OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit3.y 9067OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit4.y 9068OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit5.y 9069OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax1.y 9070OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax10.y 9071OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax11.y 9072OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax12.y 9073OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax13.y 9074OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax14.y 9075OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax15.y 9076OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax16.y 9077OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax17.y 9078OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax18.y 9079OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax19.y 9080OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax2.y 9081OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax20.y 9082OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax21.y 9083OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax22.y 9084OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax23.y 9085OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax24.y 9086OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax25.y 9087OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax26.y 9088OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax27.y 9089OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax3.y 9090OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax4.y 9091OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax5.y 9092OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax6.y 9093OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7.y 9094OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7a.y 9095OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax7b.y 9096OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax8.y 9097OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax8a.y 9098OLD_FILES+=usr/tests/usr.bin/yacc/err_syntax9.y 9099OLD_FILES+=usr/tests/usr.bin/yacc/error.y 9100OLD_FILES+=usr/tests/usr.bin/yacc/grammar.y 9101OLD_FILES+=usr/tests/usr.bin/yacc/inherit0.y 9102OLD_FILES+=usr/tests/usr.bin/yacc/inherit1.y 9103OLD_FILES+=usr/tests/usr.bin/yacc/inherit2.y 9104OLD_FILES+=usr/tests/usr.bin/yacc/ok_syntax1.y 9105OLD_FILES+=usr/tests/usr.bin/yacc/pure_calc.y 9106OLD_FILES+=usr/tests/usr.bin/yacc/pure_error.y 9107OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc.y 9108OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc2.y 9109OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc3.y 9110OLD_FILES+=usr/tests/usr.bin/yacc/quote_calc4.y 9111OLD_FILES+=usr/tests/usr.bin/yacc/run_test 9112OLD_FILES+=usr/tests/usr.bin/yacc/varsyntax_calc1.y 9113OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_b.error 9114OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_b.output 9115OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_l.error 9116OLD_FILES+=usr/tests/usr.bin/yacc/yacc/big_l.output 9117OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.error 9118OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.output 9119OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.c 9120OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.h 9121OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.error 9122OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.output 9123OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.c 9124OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.h 9125OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.error 9126OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.output 9127OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.c 9128OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.h 9129OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.error 9130OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.output 9131OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.c 9132OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.h 9133OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.code.c 9134OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.error 9135OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.output 9136OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.tab.c 9137OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_calc.tab.h 9138OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.code.c 9139OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.error 9140OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.output 9141OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.tab.c 9142OLD_FILES+=usr/tests/usr.bin/yacc/yacc/code_error.tab.h 9143OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.error 9144OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.output 9145OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.c 9146OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.h 9147OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.error 9148OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.output 9149OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.tab.c 9150OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax1.tab.h 9151OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.error 9152OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.output 9153OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.tab.c 9154OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax10.tab.h 9155OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.error 9156OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.output 9157OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.tab.c 9158OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax11.tab.h 9159OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.error 9160OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.output 9161OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.tab.c 9162OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax12.tab.h 9163OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.error 9164OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.output 9165OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.tab.c 9166OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax13.tab.h 9167OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.error 9168OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.output 9169OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.tab.c 9170OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax14.tab.h 9171OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.error 9172OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.output 9173OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.tab.c 9174OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax15.tab.h 9175OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.error 9176OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.output 9177OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.tab.c 9178OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax16.tab.h 9179OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.error 9180OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.output 9181OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.tab.c 9182OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax17.tab.h 9183OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.error 9184OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.output 9185OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.tab.c 9186OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax18.tab.h 9187OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.error 9188OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.output 9189OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.tab.c 9190OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax19.tab.h 9191OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.error 9192OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.output 9193OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.tab.c 9194OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax2.tab.h 9195OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.error 9196OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.output 9197OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.tab.c 9198OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax20.tab.h 9199OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.error 9200OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.output 9201OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.tab.c 9202OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax21.tab.h 9203OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.error 9204OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.output 9205OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.tab.c 9206OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax22.tab.h 9207OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.error 9208OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.output 9209OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.tab.c 9210OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax23.tab.h 9211OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.error 9212OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.output 9213OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.tab.c 9214OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax24.tab.h 9215OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.error 9216OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.output 9217OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.tab.c 9218OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax25.tab.h 9219OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.error 9220OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.output 9221OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.tab.c 9222OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax26.tab.h 9223OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.error 9224OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.output 9225OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.tab.c 9226OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax27.tab.h 9227OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.error 9228OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.output 9229OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.tab.c 9230OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax3.tab.h 9231OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.error 9232OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.output 9233OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.tab.c 9234OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax4.tab.h 9235OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.error 9236OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.output 9237OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.tab.c 9238OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax5.tab.h 9239OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.error 9240OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.output 9241OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.tab.c 9242OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax6.tab.h 9243OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.error 9244OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.output 9245OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.tab.c 9246OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7.tab.h 9247OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.error 9248OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.output 9249OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.tab.c 9250OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7a.tab.h 9251OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.error 9252OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.output 9253OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.tab.c 9254OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax7b.tab.h 9255OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.error 9256OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.output 9257OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.tab.c 9258OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8.tab.h 9259OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.error 9260OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.output 9261OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.tab.c 9262OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax8a.tab.h 9263OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.error 9264OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.output 9265OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.tab.c 9266OLD_FILES+=usr/tests/usr.bin/yacc/yacc/err_syntax9.tab.h 9267OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.error 9268OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.output 9269OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.tab.c 9270OLD_FILES+=usr/tests/usr.bin/yacc/yacc/error.tab.h 9271OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.dot 9272OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.error 9273OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.output 9274OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.tab.c 9275OLD_FILES+=usr/tests/usr.bin/yacc/yacc/grammar.tab.h 9276OLD_FILES+=usr/tests/usr.bin/yacc/yacc/help.error 9277OLD_FILES+=usr/tests/usr.bin/yacc/yacc/help.output 9278OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt.error 9279OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt.output 9280OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt1.error 9281OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_b_opt1.output 9282OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_code_c.error 9283OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_code_c.output 9284OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_defines.error 9285OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_defines.output 9286OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_graph.error 9287OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_graph.output 9288OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_include.error 9289OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_include.output 9290OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_opts.error 9291OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_opts.output 9292OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.error 9293OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output.output 9294OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output1.error 9295OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output1.output 9296OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output2.error 9297OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_output2.output 9298OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt.error 9299OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt.output 9300OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt1.error 9301OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_p_opt1.output 9302OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_verbose.error 9303OLD_FILES+=usr/tests/usr.bin/yacc/yacc/no_verbose.output 9304OLD_FILES+=usr/tests/usr.bin/yacc/yacc/nostdin.error 9305OLD_FILES+=usr/tests/usr.bin/yacc/yacc/nostdin.output 9306OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.error 9307OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.output 9308OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.tab.c 9309OLD_FILES+=usr/tests/usr.bin/yacc/yacc/ok_syntax1.tab.h 9310OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.error 9311OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.output 9312OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.tab.c 9313OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_calc.tab.h 9314OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.error 9315OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.output 9316OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.tab.c 9317OLD_FILES+=usr/tests/usr.bin/yacc/yacc/pure_error.tab.h 9318OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.error 9319OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.output 9320OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.tab.c 9321OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc-s.tab.h 9322OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.error 9323OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.output 9324OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.tab.c 9325OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc.tab.h 9326OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.error 9327OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.output 9328OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.tab.c 9329OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2-s.tab.h 9330OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.error 9331OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.output 9332OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.tab.c 9333OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc2.tab.h 9334OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.error 9335OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.output 9336OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.tab.c 9337OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3-s.tab.h 9338OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.error 9339OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.output 9340OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.tab.c 9341OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc3.tab.h 9342OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.error 9343OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.output 9344OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.tab.c 9345OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4-s.tab.h 9346OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.error 9347OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.output 9348OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.tab.c 9349OLD_FILES+=usr/tests/usr.bin/yacc/yacc/quote_calc4.tab.h 9350OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.c 9351OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.error 9352OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.h 9353OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.i 9354OLD_FILES+=usr/tests/usr.bin/yacc/yacc/rename_debug.output 9355OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.error 9356OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.output 9357OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.c 9358OLD_FILES+=usr/tests/usr.bin/yacc/yacc/varsyntax_calc1.tab.h 9359OLD_FILES+=usr/tests/usr.bin/yacc/yacc_tests 9360OLD_DIRS+=usr/tests/usr.bin/yacc 9361.endif 9362 9363.if ${MK_UNBOUND} == no 9364OLD_FILES+=etc/rc.d/local_unbound 9365OLD_FILES+=etc/unbound 9366OLD_FILES+=usr/lib/private/libunbound.a 9367OLD_FILES+=usr/lib/private/libunbound.so 9368OLD_LIBS+=usr/lib/private/libunbound.so.5 9369OLD_FILES+=usr/lib/private/libunbound_p.a 9370.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 9371OLD_FILES+=usr/lib32/private/libunbound.a 9372OLD_FILES+=usr/lib32/private/libunbound.so 9373OLD_LIBS+=usr/lib32/private/libunbound.so.5 9374OLD_FILES+=usr/lib32/private/libunbound_p.a 9375OLD_FILES+=usr/share/man/man5/local-unbound.conf.5.gz 9376OLD_FILES+=usr/share/man/man8/local-unbound-anchor.8.gz 9377OLD_FILES+=usr/share/man/man8/local-unbound-checkconf.8.gz 9378OLD_FILES+=usr/share/man/man8/local-unbound-control.8.gz 9379OLD_FILES+=usr/share/man/man8/local-unbound.8.gz 9380.endif 9381OLD_FILES+=usr/sbin/local-unbound-setup 9382OLD_FILES+=usr/sbin/local-unbound 9383OLD_FILES+=usr/sbin/local-unbound-anchor 9384OLD_FILES+=usr/sbin/local-unbound-checkconf 9385OLD_FILES+=usr/sbin/local-unbound-control 9386.endif 9387 9388.if ${MK_USB} == no 9389OLD_FILES+=etc/devd/uath.conf 9390OLD_FILES+=etc/devd/uauth.conf 9391OLD_FILES+=etc/devd/ulpt.conf 9392OLD_FILES+=etc/devd/usb.conf 9393OLD_FILES+=usr/bin/usbhidaction 9394OLD_FILES+=usr/bin/usbhidctl 9395OLD_FILES+=usr/include/libusb.h 9396OLD_FILES+=usr/include/libusb20.h 9397OLD_FILES+=usr/include/libusb20_desc.h 9398OLD_FILES+=usr/include/usb.h 9399OLD_FILES+=usr/include/usbhid.h 9400OLD_FILES+=usr/lib/libusb.a 9401OLD_FILES+=usr/lib/libusb.so 9402OLD_LIBS+=usr/lib/libusb.so.3 9403OLD_FILES+=usr/lib/libusb_p.a 9404OLD_FILES+=usr/lib/libusbhid.a 9405OLD_FILES+=usr/lib/libusbhid.so 9406OLD_LIBS+=usr/lib/libusbhid.so.4 9407OLD_FILES+=usr/lib/libusbhid_p.a 9408OLD_FILES+=usr/lib32/libusb.a 9409OLD_FILES+=usr/lib32/libusb.so 9410OLD_LIBS+=usr/lib32/libusb.so.3 9411OLD_FILES+=usr/lib32/libusb_p.a 9412OLD_FILES+=usr/lib32/libusbhid.a 9413OLD_FILES+=usr/lib32/libusbhid.so 9414OLD_LIBS+=usr/lib32/libusbhid.so.4 9415OLD_FILES+=usr/lib32/libusbhid_p.a 9416OLD_FILES+=usr/libdata/pkgconfig/libusb-0.1.pc 9417OLD_FILES+=usr/libdata/pkgconfig/libusb-1.0.pc 9418OLD_FILES+=usr/libdata/pkgconfig/libusb-2.0.pc 9419OLD_FILES+=usr/sbin/uathload 9420OLD_FILES+=usr/sbin/uhsoctl 9421OLD_FILES+=usr/sbin/usbconfig 9422OLD_FILES+=usr/sbin/usbdump 9423OLD_FILES+=usr/share/examples/libusb20/Makefile 9424OLD_FILES+=usr/share/examples/libusb20/README 9425OLD_FILES+=usr/share/examples/libusb20/bulk.c 9426OLD_FILES+=usr/share/examples/libusb20/control.c 9427OLD_FILES+=usr/share/examples/libusb20/util.c 9428OLD_FILES+=usr/share/examples/libusb20/util.h 9429OLD_DIRS+=usr/share/examples/libusb20 9430OLD_FILES+=usr/share/firmware/ar5523.bin 9431OLD_FILES+=usr/share/man/man1/uhsoctl.1.gz 9432OLD_FILES+=usr/share/man/man1/usbhidaction.1.gz 9433OLD_FILES+=usr/share/man/man1/usbhidctl.1.gz 9434OLD_FILES+=usr/share/man/man3/hid_dispose_report_desc.3.gz 9435OLD_FILES+=usr/share/man/man3/hid_end_parse.3.gz 9436OLD_FILES+=usr/share/man/man3/hid_get_data.3.gz 9437OLD_FILES+=usr/share/man/man3/hid_get_item.3.gz 9438OLD_FILES+=usr/share/man/man3/hid_get_report_desc.3.gz 9439OLD_FILES+=usr/share/man/man3/hid_init.3.gz 9440OLD_FILES+=usr/share/man/man3/hid_locate.3.gz 9441OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz 9442OLD_FILES+=usr/share/man/man3/hid_set_data.3.gz 9443OLD_FILES+=usr/share/man/man3/hid_start_parse.3.gz 9444OLD_FILES+=usr/share/man/man3/hid_usage_in_page.3.gz 9445OLD_FILES+=usr/share/man/man3/hid_usage_page.3.gz 9446OLD_FILES+=usr/share/man/man3/libusb.3.gz 9447OLD_FILES+=usr/share/man/man3/libusb20.3.gz 9448OLD_FILES+=usr/share/man/man3/libusb20_be_add_dev_quirk.3.gz 9449OLD_FILES+=usr/share/man/man3/libusb20_be_alloc_default.3.gz 9450OLD_FILES+=usr/share/man/man3/libusb20_be_dequeue_device.3.gz 9451OLD_FILES+=usr/share/man/man3/libusb20_be_device_foreach.3.gz 9452OLD_FILES+=usr/share/man/man3/libusb20_be_enqueue_device.3.gz 9453OLD_FILES+=usr/share/man/man3/libusb20_be_free.3.gz 9454OLD_FILES+=usr/share/man/man3/libusb20_be_get_dev_quirk.3.gz 9455OLD_FILES+=usr/share/man/man3/libusb20_be_get_quirk_name.3.gz 9456OLD_FILES+=usr/share/man/man3/libusb20_be_get_template.3.gz 9457OLD_FILES+=usr/share/man/man3/libusb20_be_remove_dev_quirk.3.gz 9458OLD_FILES+=usr/share/man/man3/libusb20_be_set_template.3.gz 9459OLD_FILES+=usr/share/man/man3/libusb20_desc_foreach.3.gz 9460OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc.3.gz 9461OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc_config.3.gz 9462OLD_FILES+=usr/share/man/man3/libusb20_dev_check_connected.3.gz 9463OLD_FILES+=usr/share/man/man3/libusb20_dev_close.3.gz 9464OLD_FILES+=usr/share/man/man3/libusb20_dev_detach_kernel_driver.3.gz 9465OLD_FILES+=usr/share/man/man3/libusb20_dev_free.3.gz 9466OLD_FILES+=usr/share/man/man3/libusb20_dev_get_address.3.gz 9467OLD_FILES+=usr/share/man/man3/libusb20_dev_get_backend_name.3.gz 9468OLD_FILES+=usr/share/man/man3/libusb20_dev_get_bus_number.3.gz 9469OLD_FILES+=usr/share/man/man3/libusb20_dev_get_config_index.3.gz 9470OLD_FILES+=usr/share/man/man3/libusb20_dev_get_debug.3.gz 9471OLD_FILES+=usr/share/man/man3/libusb20_dev_get_desc.3.gz 9472OLD_FILES+=usr/share/man/man3/libusb20_dev_get_device_desc.3.gz 9473OLD_FILES+=usr/share/man/man3/libusb20_dev_get_fd.3.gz 9474OLD_FILES+=usr/share/man/man3/libusb20_dev_get_iface_desc.3.gz 9475OLD_FILES+=usr/share/man/man3/libusb20_dev_get_info.3.gz 9476OLD_FILES+=usr/share/man/man3/libusb20_dev_get_mode.3.gz 9477OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_address.3.gz 9478OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_port.3.gz 9479OLD_FILES+=usr/share/man/man3/libusb20_dev_get_port_path.3.gz 9480OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_mode.3.gz 9481OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_usage.3.gz 9482OLD_FILES+=usr/share/man/man3/libusb20_dev_get_speed.3.gz 9483OLD_FILES+=usr/share/man/man3/libusb20_dev_kernel_driver_active.3.gz 9484OLD_FILES+=usr/share/man/man3/libusb20_dev_open.3.gz 9485OLD_FILES+=usr/share/man/man3/libusb20_dev_process.3.gz 9486OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_simple_sync.3.gz 9487OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_sync.3.gz 9488OLD_FILES+=usr/share/man/man3/libusb20_dev_request_sync.3.gz 9489OLD_FILES+=usr/share/man/man3/libusb20_dev_reset.3.gz 9490OLD_FILES+=usr/share/man/man3/libusb20_dev_set_alt_index.3.gz 9491OLD_FILES+=usr/share/man/man3/libusb20_dev_set_config_index.3.gz 9492OLD_FILES+=usr/share/man/man3/libusb20_dev_set_debug.3.gz 9493OLD_FILES+=usr/share/man/man3/libusb20_dev_set_power_mode.3.gz 9494OLD_FILES+=usr/share/man/man3/libusb20_dev_wait_process.3.gz 9495OLD_FILES+=usr/share/man/man3/libusb20_error_name.3.gz 9496OLD_FILES+=usr/share/man/man3/libusb20_me_decode.3.gz 9497OLD_FILES+=usr/share/man/man3/libusb20_me_encode.3.gz 9498OLD_FILES+=usr/share/man/man3/libusb20_me_get_1.3.gz 9499OLD_FILES+=usr/share/man/man3/libusb20_me_get_2.3.gz 9500OLD_FILES+=usr/share/man/man3/libusb20_strerror.3.gz 9501OLD_FILES+=usr/share/man/man3/libusb20_tr_bulk_intr_sync.3.gz 9502OLD_FILES+=usr/share/man/man3/libusb20_tr_callback_wrapper.3.gz 9503OLD_FILES+=usr/share/man/man3/libusb20_tr_clear_stall_sync.3.gz 9504OLD_FILES+=usr/share/man/man3/libusb20_tr_close.3.gz 9505OLD_FILES+=usr/share/man/man3/libusb20_tr_drain.3.gz 9506OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_frames.3.gz 9507OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_length.3.gz 9508OLD_FILES+=usr/share/man/man3/libusb20_tr_get_length.3.gz 9509OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_frames.3.gz 9510OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_packet_length.3.gz 9511OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_total_length.3.gz 9512OLD_FILES+=usr/share/man/man3/libusb20_tr_get_pointer.3.gz 9513OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc0.3.gz 9514OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc1.3.gz 9515OLD_FILES+=usr/share/man/man3/libusb20_tr_get_status.3.gz 9516OLD_FILES+=usr/share/man/man3/libusb20_tr_get_time_complete.3.gz 9517OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz 9518OLD_FILES+=usr/share/man/man3/libusb20_tr_pending.3.gz 9519OLD_FILES+=usr/share/man/man3/libusb20_tr_set_buffer.3.gz 9520OLD_FILES+=usr/share/man/man3/libusb20_tr_set_callback.3.gz 9521OLD_FILES+=usr/share/man/man3/libusb20_tr_set_flags.3.gz 9522OLD_FILES+=usr/share/man/man3/libusb20_tr_set_length.3.gz 9523OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc0.3.gz 9524OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc1.3.gz 9525OLD_FILES+=usr/share/man/man3/libusb20_tr_set_timeout.3.gz 9526OLD_FILES+=usr/share/man/man3/libusb20_tr_set_total_frames.3.gz 9527OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_bulk.3.gz 9528OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_control.3.gz 9529OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_intr.3.gz 9530OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_isoc.3.gz 9531OLD_FILES+=usr/share/man/man3/libusb20_tr_start.3.gz 9532OLD_FILES+=usr/share/man/man3/libusb20_tr_stop.3.gz 9533OLD_FILES+=usr/share/man/man3/libusb20_tr_submit.3.gz 9534OLD_FILES+=usr/share/man/man3/libusb_alloc_transfer.3.gz 9535OLD_FILES+=usr/share/man/man3/libusb_attach_kernel_driver.3.gz 9536OLD_FILES+=usr/share/man/man3/libusb_bulk_transfer.3.gz 9537OLD_FILES+=usr/share/man/man3/libusb_cancel_transfer.3.gz 9538OLD_FILES+=usr/share/man/man3/libusb_check_connected.3.gz 9539OLD_FILES+=usr/share/man/man3/libusb_claim_interface.3.gz 9540OLD_FILES+=usr/share/man/man3/libusb_clear_halt.3.gz 9541OLD_FILES+=usr/share/man/man3/libusb_close.3.gz 9542OLD_FILES+=usr/share/man/man3/libusb_control_transfer.3.gz 9543OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver.3.gz 9544OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver_np.3.gz 9545OLD_FILES+=usr/share/man/man3/libusb_error_name.3.gz 9546OLD_FILES+=usr/share/man/man3/libusb_event_handler_active.3.gz 9547OLD_FILES+=usr/share/man/man3/libusb_event_handling_ok.3.gz 9548OLD_FILES+=usr/share/man/man3/libusb_exit.3.gz 9549OLD_FILES+=usr/share/man/man3/libusb_free_bos_descriptor.3.gz 9550OLD_FILES+=usr/share/man/man3/libusb_free_config_descriptor.3.gz 9551OLD_FILES+=usr/share/man/man3/libusb_free_device_list.3.gz 9552OLD_FILES+=usr/share/man/man3/libusb_free_ss_endpoint_comp.3.gz 9553OLD_FILES+=usr/share/man/man3/libusb_free_transfer.3.gz 9554OLD_FILES+=usr/share/man/man3/libusb_get_active_config_descriptor.3.gz 9555OLD_FILES+=usr/share/man/man3/libusb_get_bus_number.3.gz 9556OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor.3.gz 9557OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor_by_value.3.gz 9558OLD_FILES+=usr/share/man/man3/libusb_get_configuration.3.gz 9559OLD_FILES+=usr/share/man/man3/libusb_get_device.3.gz 9560OLD_FILES+=usr/share/man/man3/libusb_get_device_address.3.gz 9561OLD_FILES+=usr/share/man/man3/libusb_get_device_descriptor.3.gz 9562OLD_FILES+=usr/share/man/man3/libusb_get_device_list.3.gz 9563OLD_FILES+=usr/share/man/man3/libusb_get_device_speed.3.gz 9564OLD_FILES+=usr/share/man/man3/libusb_get_driver.3.gz 9565OLD_FILES+=usr/share/man/man3/libusb_get_driver_np.3.gz 9566OLD_FILES+=usr/share/man/man3/libusb_get_max_iso_packet_size.3.gz 9567OLD_FILES+=usr/share/man/man3/libusb_get_max_packet_size.3.gz 9568OLD_FILES+=usr/share/man/man3/libusb_get_next_timeout.3.gz 9569OLD_FILES+=usr/share/man/man3/libusb_get_pollfds.3.gz 9570OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor.3.gz 9571OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor_ascii.3.gz 9572OLD_FILES+=usr/share/man/man3/libusb_handle_events.3.gz 9573OLD_FILES+=usr/share/man/man3/libusb_handle_events_completed.3.gz 9574OLD_FILES+=usr/share/man/man3/libusb_handle_events_locked.3.gz 9575OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout.3.gz 9576OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout_completed.3.gz 9577OLD_FILES+=usr/share/man/man3/libusb_init.3.gz 9578OLD_FILES+=usr/share/man/man3/libusb_interrupt_transfer.3.gz 9579OLD_FILES+=usr/share/man/man3/libusb_kernel_driver_active.3.gz 9580OLD_FILES+=usr/share/man/man3/libusb_lock_event_waiters.3.gz 9581OLD_FILES+=usr/share/man/man3/libusb_lock_events.3.gz 9582OLD_FILES+=usr/share/man/man3/libusb_open.3.gz 9583OLD_FILES+=usr/share/man/man3/libusb_open_device_with_vid_pid.3.gz 9584OLD_FILES+=usr/share/man/man3/libusb_parse_bos_descriptor.3.gz 9585OLD_FILES+=usr/share/man/man3/libusb_parse_ss_endpoint_comp.3.gz 9586OLD_FILES+=usr/share/man/man3/libusb_ref_device.3.gz 9587OLD_FILES+=usr/share/man/man3/libusb_release_interface.3.gz 9588OLD_FILES+=usr/share/man/man3/libusb_reset_device.3.gz 9589OLD_FILES+=usr/share/man/man3/libusb_set_configuration.3.gz 9590OLD_FILES+=usr/share/man/man3/libusb_set_debug.3.gz 9591OLD_FILES+=usr/share/man/man3/libusb_set_interface_alt_setting.3.gz 9592OLD_FILES+=usr/share/man/man3/libusb_set_pollfd_notifiers.3.gz 9593OLD_FILES+=usr/share/man/man3/libusb_strerror.3.gz 9594OLD_FILES+=usr/share/man/man3/libusb_submit_transfer.3.gz 9595OLD_FILES+=usr/share/man/man3/libusb_try_lock_events.3.gz 9596OLD_FILES+=usr/share/man/man3/libusb_unlock_event_waiters.3.gz 9597OLD_FILES+=usr/share/man/man3/libusb_unlock_events.3.gz 9598OLD_FILES+=usr/share/man/man3/libusb_unref_device.3.gz 9599OLD_FILES+=usr/share/man/man3/libusb_wait_for_event.3.gz 9600OLD_FILES+=usr/share/man/man3/libusbhid.3.gz 9601OLD_FILES+=usr/share/man/man3/usb.3.gz 9602OLD_FILES+=usr/share/man/man3/usb_bulk_read.3.gz 9603OLD_FILES+=usr/share/man/man3/usb_bulk_write.3.gz 9604OLD_FILES+=usr/share/man/man3/usb_check_connected.3.gz 9605OLD_FILES+=usr/share/man/man3/usb_claim_interface.3.gz 9606OLD_FILES+=usr/share/man/man3/usb_clear_halt.3.gz 9607OLD_FILES+=usr/share/man/man3/usb_close.3.gz 9608OLD_FILES+=usr/share/man/man3/usb_control_msg.3.gz 9609OLD_FILES+=usr/share/man/man3/usb_destroy_configuration.3.gz 9610OLD_FILES+=usr/share/man/man3/usb_device.3.gz 9611OLD_FILES+=usr/share/man/man3/usb_fetch_and_parse_descriptors.3.gz 9612OLD_FILES+=usr/share/man/man3/usb_find_busses.3.gz 9613OLD_FILES+=usr/share/man/man3/usb_find_devices.3.gz 9614OLD_FILES+=usr/share/man/man3/usb_get_busses.3.gz 9615OLD_FILES+=usr/share/man/man3/usb_get_descriptor.3.gz 9616OLD_FILES+=usr/share/man/man3/usb_get_descriptor_by_endpoint.3.gz 9617OLD_FILES+=usr/share/man/man3/usb_get_string.3.gz 9618OLD_FILES+=usr/share/man/man3/usb_get_string_simple.3.gz 9619OLD_FILES+=usr/share/man/man3/usb_init.3.gz 9620OLD_FILES+=usr/share/man/man3/usb_interrupt_read.3.gz 9621OLD_FILES+=usr/share/man/man3/usb_interrupt_write.3.gz 9622OLD_FILES+=usr/share/man/man3/usb_open.3.gz 9623OLD_FILES+=usr/share/man/man3/usb_parse_configuration.3.gz 9624OLD_FILES+=usr/share/man/man3/usb_parse_descriptor.3.gz 9625OLD_FILES+=usr/share/man/man3/usb_release_interface.3.gz 9626OLD_FILES+=usr/share/man/man3/usb_reset.3.gz 9627OLD_FILES+=usr/share/man/man3/usb_resetep.3.gz 9628OLD_FILES+=usr/share/man/man3/usb_set_altinterface.3.gz 9629OLD_FILES+=usr/share/man/man3/usb_set_configuration.3.gz 9630OLD_FILES+=usr/share/man/man3/usb_set_debug.3.gz 9631OLD_FILES+=usr/share/man/man3/usb_strerror.3.gz 9632OLD_FILES+=usr/share/man/man3/usbhid.3.gz 9633OLD_FILES+=usr/share/man/man4/if_otus.4.gz 9634OLD_FILES+=usr/share/man/man4/if_rsu.4.gz 9635OLD_FILES+=usr/share/man/man4/if_rtwn_usb.4.gz 9636OLD_FILES+=usr/share/man/man4/if_rum.4.gz 9637OLD_FILES+=usr/share/man/man4/if_run.4.gz 9638OLD_FILES+=usr/share/man/man4/if_zyd.4.gz 9639OLD_FILES+=usr/share/man/man4/otus.4.gz 9640OLD_FILES+=usr/share/man/man4/otusfw.4.gz 9641OLD_FILES+=usr/share/man/man4/rsu.4.gz 9642OLD_FILES+=usr/share/man/man4/rsufw.4.gz 9643OLD_FILES+=usr/share/man/man4/rtwn_usb.4.gz 9644OLD_FILES+=usr/share/man/man4/rum.4.gz 9645OLD_FILES+=usr/share/man/man4/run.4.gz 9646OLD_FILES+=usr/share/man/man4/runfw.4.gz 9647OLD_FILES+=usr/share/man/man4/u3g.4.gz 9648OLD_FILES+=usr/share/man/man4/u3gstub.4.gz 9649OLD_FILES+=usr/share/man/man4/uark.4.gz 9650OLD_FILES+=usr/share/man/man4/uart.4.gz 9651OLD_FILES+=usr/share/man/man4/uath.4.gz 9652OLD_FILES+=usr/share/man/man4/ubsa.4.gz 9653OLD_FILES+=usr/share/man/man4/ubsec.4.gz 9654OLD_FILES+=usr/share/man/man4/ubser.4.gz 9655OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz 9656OLD_FILES+=usr/share/man/man4/uchcom.4.gz 9657OLD_FILES+=usr/share/man/man4/ucom.4.gz 9658OLD_FILES+=usr/share/man/man4/ucycom.4.gz 9659OLD_FILES+=usr/share/man/man4/udav.4.gz 9660OLD_FILES+=usr/share/man/man4/udbp.4.gz 9661OLD_FILES+=usr/share/man/man4/uep.4.gz 9662OLD_FILES+=usr/share/man/man4/ufm.4.gz 9663OLD_FILES+=usr/share/man/man4/ufoma.4.gz 9664OLD_FILES+=usr/share/man/man4/uftdi.4.gz 9665OLD_FILES+=usr/share/man/man4/ugen.4.gz 9666OLD_FILES+=usr/share/man/man4/uhci.4.gz 9667OLD_FILES+=usr/share/man/man4/uhid.4.gz 9668OLD_FILES+=usr/share/man/man4/uhso.4.gz 9669OLD_FILES+=usr/share/man/man4/uipaq.4.gz 9670OLD_FILES+=usr/share/man/man4/ukbd.4.gz 9671OLD_FILES+=usr/share/man/man4/uled.4.gz 9672OLD_FILES+=usr/share/man/man4/ulpt.4.gz 9673OLD_FILES+=usr/share/man/man4/umass.4.gz 9674OLD_FILES+=usr/share/man/man4/umcs.4.gz 9675OLD_FILES+=usr/share/man/man4/umct.4.gz 9676OLD_FILES+=usr/share/man/man4/umodem.4.gz 9677OLD_FILES+=usr/share/man/man4/umoscom.4.gz 9678OLD_FILES+=usr/share/man/man4/ums.4.gz 9679OLD_FILES+=usr/share/man/man4/unix.4.gz 9680OLD_FILES+=usr/share/man/man4/upgt.4.gz 9681OLD_FILES+=usr/share/man/man4/uplcom.4.gz 9682OLD_FILES+=usr/share/man/man4/ural.4.gz 9683OLD_FILES+=usr/share/man/man4/urio.4.gz 9684OLD_FILES+=usr/share/man/man4/urndis.4.gz 9685OLD_FILES+=usr/share/man/man4/urtw.4.gz 9686OLD_FILES+=usr/share/man/man4/usb.4.gz 9687OLD_FILES+=usr/share/man/man4/usb_quirk.4.gz 9688OLD_FILES+=usr/share/man/man4/usb_template.4.gz 9689OLD_FILES+=usr/share/man/man4/usfs.4.gz 9690OLD_FILES+=usr/share/man/man4/uslcom.4.gz 9691OLD_FILES+=usr/share/man/man4/uvisor.4.gz 9692OLD_FILES+=usr/share/man/man4/uvscom.4.gz 9693OLD_FILES+=usr/share/man/man4/zyd.4.gz 9694OLD_FILES+=usr/share/man/man8/uathload.8.gz 9695OLD_FILES+=usr/share/man/man8/usbconfig.8.gz 9696OLD_FILES+=usr/share/man/man8/usbdump.8.gz 9697OLD_FILES+=usr/share/man/man9/usb_fifo_alloc_buffer.9.gz 9698OLD_FILES+=usr/share/man/man9/usb_fifo_attach.9.gz 9699OLD_FILES+=usr/share/man/man9/usb_fifo_detach.9.gz 9700OLD_FILES+=usr/share/man/man9/usb_fifo_free_buffer.9.gz 9701OLD_FILES+=usr/share/man/man9/usb_fifo_get_data.9.gz 9702OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_buffer.9.gz 9703OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_error.9.gz 9704OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_linear.9.gz 9705OLD_FILES+=usr/share/man/man9/usb_fifo_put_bytes_max.9.gz 9706OLD_FILES+=usr/share/man/man9/usb_fifo_put_data.9.gz 9707OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_buffer.9.gz 9708OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_error.9.gz 9709OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_linear.9.gz 9710OLD_FILES+=usr/share/man/man9/usb_fifo_reset.9.gz 9711OLD_FILES+=usr/share/man/man9/usb_fifo_softc.9.gz 9712OLD_FILES+=usr/share/man/man9/usb_fifo_wakeup.9.gz 9713OLD_FILES+=usr/share/man/man9/usbd_do_request.9.gz 9714OLD_FILES+=usr/share/man/man9/usbd_do_request_flags.9.gz 9715OLD_FILES+=usr/share/man/man9/usbd_errstr.9.gz 9716OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_info.9.gz 9717OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_uaa.9.gz 9718OLD_FILES+=usr/share/man/man9/usbd_transfer_clear_stall.9.gz 9719OLD_FILES+=usr/share/man/man9/usbd_transfer_drain.9.gz 9720OLD_FILES+=usr/share/man/man9/usbd_transfer_pending.9.gz 9721OLD_FILES+=usr/share/man/man9/usbd_transfer_poll.9.gz 9722OLD_FILES+=usr/share/man/man9/usbd_transfer_setup.9.gz 9723OLD_FILES+=usr/share/man/man9/usbd_transfer_start.9.gz 9724OLD_FILES+=usr/share/man/man9/usbd_transfer_stop.9.gz 9725OLD_FILES+=usr/share/man/man9/usbd_transfer_submit.9.gz 9726OLD_FILES+=usr/share/man/man9/usbd_transfer_unsetup.9.gz 9727OLD_FILES+=usr/share/man/man9/usbd_xfer_clr_flag.9.gz 9728OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_data.9.gz 9729OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_len.9.gz 9730OLD_FILES+=usr/share/man/man9/usbd_xfer_get_frame.9.gz 9731OLD_FILES+=usr/share/man/man9/usbd_xfer_get_priv.9.gz 9732OLD_FILES+=usr/share/man/man9/usbd_xfer_is_stalled.9.gz 9733OLD_FILES+=usr/share/man/man9/usbd_xfer_max_framelen.9.gz 9734OLD_FILES+=usr/share/man/man9/usbd_xfer_max_frames.9.gz 9735OLD_FILES+=usr/share/man/man9/usbd_xfer_max_len.9.gz 9736OLD_FILES+=usr/share/man/man9/usbd_xfer_set_flag.9.gz 9737OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_data.9.gz 9738OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_len.9.gz 9739OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_offset.9.gz 9740OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frames.9.gz 9741OLD_FILES+=usr/share/man/man9/usbd_xfer_set_interval.9.gz 9742OLD_FILES+=usr/share/man/man9/usbd_xfer_set_priv.9.gz 9743OLD_FILES+=usr/share/man/man9/usbd_xfer_set_stall.9.gz 9744OLD_FILES+=usr/share/man/man9/usbd_xfer_set_timeout.9.gz 9745OLD_FILES+=usr/share/man/man9/usbd_xfer_softc.9.gz 9746OLD_FILES+=usr/share/man/man9/usbd_xfer_state.9.gz 9747OLD_FILES+=usr/share/man/man9/usbd_xfer_status.9.gz 9748OLD_FILES+=usr/share/man/man9/usbdi.9.gz 9749OLD_FILES+=usr/share/misc/usb_hid_usages 9750OLD_FILES+=usr/share/misc/usbdevs 9751.endif 9752 9753.if ${MK_UTMPX} == no 9754OLD_FILES+=etc/periodic/monthly/200.accounting 9755OLD_FILES+=etc/rc.d/utx 9756OLD_FILES+=usr/bin/last 9757OLD_FILES+=usr/bin/users 9758OLD_FILES+=usr/bin/who 9759OLD_FILES+=usr/sbin/ac 9760OLD_FILES+=usr/sbin/lastlogin 9761OLD_FILES+=usr/sbin/utx 9762OLD_FILES+=usr/share/man/man1/last.1.gz 9763OLD_FILES+=usr/share/man/man1/users.1.gz 9764OLD_FILES+=usr/share/man/man1/who.1.gz 9765OLD_FILES+=usr/share/man/man8/ac.8.gz 9766OLD_FILES+=usr/share/man/man8/lastlogin.8.gz 9767OLD_FILES+=usr/share/man/man8/utx.8.gz 9768.endif 9769 9770.if ${MK_VI} == no 9771OLD_FILES+=etc/rc.d/virecover 9772OLD_FILES+=rescue/ex 9773OLD_FILES+=rescue/vi 9774OLD_FILES+=usr/bin/ex 9775OLD_FILES+=usr/bin/nex 9776OLD_FILES+=usr/bin/nvi 9777OLD_FILES+=usr/bin/nview 9778OLD_FILES+=usr/bin/vi 9779OLD_FILES+=usr/bin/view 9780OLD_FILES+=usr/share/man/man1/ex.1.gz 9781OLD_FILES+=usr/share/man/man1/nex.1.gz 9782OLD_FILES+=usr/share/man/man1/nvi.1.gz 9783OLD_FILES+=usr/share/man/man1/nview.1.gz 9784OLD_FILES+=usr/share/man/man1/vi.1.gz 9785OLD_FILES+=usr/share/man/man1/view.1.gz 9786. if exists(${DESTDIR}/usr/share/vi) 9787VI_DIRS!=find ${DESTDIR}/usr/share/vi -type d \ 9788 | sed -e 's,^${DESTDIR}/,,'; echo 9789VI_FILES!=find ${DESTDIR}/usr/share/vi \! -type d \ 9790 | sed -e 's,^${DESTDIR}/,,'; echo 9791OLD_DIRS+=${VI_DIRS} 9792OLD_FILES+=${VI_FILES} 9793. endif 9794.endif 9795 9796.if ${MK_WIRELESS} == no 9797OLD_FILES+=etc/regdomain.xml 9798OLD_FILES+=etc/rc.d/hostapd 9799OLD_FILES+=etc/rc.d/wpa_supplicant 9800OLD_FILES+=usr/sbin/ancontrol 9801OLD_FILES+=usr/sbin/hostapd 9802OLD_FILES+=usr/sbin/hostapd_cli 9803OLD_FILES+=usr/sbin/ndis_events 9804OLD_FILES+=usr/sbin/wlandebug 9805OLD_FILES+=usr/sbin/wpa_cli 9806OLD_FILES+=usr/sbin/wpa_passphrase 9807OLD_FILES+=usr/sbin/wpa_supplicant 9808OLD_FILES+=usr/share/examples/etc/regdomain.xml 9809OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf 9810OLD_FILES+=usr/share/examples/hostapd/hostapd.conf 9811OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user 9812OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk 9813OLD_DIRS+=usr/share/examples/hostapd 9814OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz 9815OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz 9816OLD_FILES+=usr/share/man/man8/ancontrol.8.gz 9817OLD_FILES+=usr/share/man/man8/hostapd.8.gz 9818OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz 9819OLD_FILES+=usr/share/man/man8/ndis_events.8.gz 9820OLD_FILES+=usr/share/man/man8/wlandebug.8.gz 9821OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz 9822OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz 9823OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz 9824OLD_FILES+=usr/lib/snmp_wlan.so 9825OLD_LIBS+=usr/lib/snmp_wlan.so.6 9826# bsnmp module 9827OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz 9828OLD_FILES+=usr/share/snmp/defs/wlan_tree.def 9829OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt 9830.endif 9831 9832.if ${MK_SVNLITE} == no || ${MK_SVN} == yes 9833OLD_FILES+=usr/bin/svnlite 9834OLD_FILES+=usr/bin/svnliteadmin 9835OLD_FILES+=usr/bin/svnlitebench 9836OLD_FILES+=usr/bin/svnlitedumpfilter 9837OLD_FILES+=usr/bin/svnlitefsfs 9838OLD_FILES+=usr/bin/svnlitelook 9839OLD_FILES+=usr/bin/svnlitemucc 9840OLD_FILES+=usr/bin/svnliterdump 9841OLD_FILES+=usr/bin/svnliteserve 9842OLD_FILES+=usr/bin/svnlitesync 9843OLD_FILES+=usr/bin/svnliteversion 9844OLD_FILES+=usr/share/man/man1/svnlite.1.gz 9845.endif 9846 9847.if ${MK_SVN} == no 9848OLD_FILES+=usr/bin/svn 9849OLD_FILES+=usr/bin/svnadmin 9850OLD_FILES+=usr/bin/svnbench 9851OLD_FILES+=usr/bin/svndumpfilter 9852OLD_FILES+=usr/bin/svnfsfs 9853OLD_FILES+=usr/bin/svnlook 9854OLD_FILES+=usr/bin/svnmucc 9855OLD_FILES+=usr/bin/svnrdump 9856OLD_FILES+=usr/bin/svnserve 9857OLD_FILES+=usr/bin/svnsync 9858OLD_FILES+=usr/bin/svnversion 9859.endif 9860 9861.if ${MK_HYPERV} == no 9862OLD_FILES+=etc/devd/hyperv.conf 9863OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig 9864OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info 9865OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info 9866OLD_FILES+=usr/sbin/hv_kvp_daemon 9867OLD_FILES+=usr/sbin/hv_vss_daemon 9868OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz 9869.endif 9870 9871.if ${MK_ZONEINFO} == no 9872OLD_FILES+=usr/share/zoneinfo/Africa/Abidjan 9873OLD_FILES+=usr/share/zoneinfo/Africa/Accra 9874OLD_FILES+=usr/share/zoneinfo/Africa/Addis_Ababa 9875OLD_FILES+=usr/share/zoneinfo/Africa/Algiers 9876OLD_FILES+=usr/share/zoneinfo/Africa/Asmara 9877OLD_FILES+=usr/share/zoneinfo/Africa/Bamako 9878OLD_FILES+=usr/share/zoneinfo/Africa/Bangui 9879OLD_FILES+=usr/share/zoneinfo/Africa/Banjul 9880OLD_FILES+=usr/share/zoneinfo/Africa/Bissau 9881OLD_FILES+=usr/share/zoneinfo/Africa/Blantyre 9882OLD_FILES+=usr/share/zoneinfo/Africa/Brazzaville 9883OLD_FILES+=usr/share/zoneinfo/Africa/Bujumbura 9884OLD_FILES+=usr/share/zoneinfo/Africa/Cairo 9885OLD_FILES+=usr/share/zoneinfo/Africa/Casablanca 9886OLD_FILES+=usr/share/zoneinfo/Africa/Ceuta 9887OLD_FILES+=usr/share/zoneinfo/Africa/Conakry 9888OLD_FILES+=usr/share/zoneinfo/Africa/Dakar 9889OLD_FILES+=usr/share/zoneinfo/Africa/Dar_es_Salaam 9890OLD_FILES+=usr/share/zoneinfo/Africa/Djibouti 9891OLD_FILES+=usr/share/zoneinfo/Africa/Douala 9892OLD_FILES+=usr/share/zoneinfo/Africa/El_Aaiun 9893OLD_FILES+=usr/share/zoneinfo/Africa/Freetown 9894OLD_FILES+=usr/share/zoneinfo/Africa/Gaborone 9895OLD_FILES+=usr/share/zoneinfo/Africa/Harare 9896OLD_FILES+=usr/share/zoneinfo/Africa/Johannesburg 9897OLD_FILES+=usr/share/zoneinfo/Africa/Juba 9898OLD_FILES+=usr/share/zoneinfo/Africa/Kampala 9899OLD_FILES+=usr/share/zoneinfo/Africa/Khartoum 9900OLD_FILES+=usr/share/zoneinfo/Africa/Kigali 9901OLD_FILES+=usr/share/zoneinfo/Africa/Kinshasa 9902OLD_FILES+=usr/share/zoneinfo/Africa/Lagos 9903OLD_FILES+=usr/share/zoneinfo/Africa/Libreville 9904OLD_FILES+=usr/share/zoneinfo/Africa/Lome 9905OLD_FILES+=usr/share/zoneinfo/Africa/Luanda 9906OLD_FILES+=usr/share/zoneinfo/Africa/Lubumbashi 9907OLD_FILES+=usr/share/zoneinfo/Africa/Lusaka 9908OLD_FILES+=usr/share/zoneinfo/Africa/Malabo 9909OLD_FILES+=usr/share/zoneinfo/Africa/Maputo 9910OLD_FILES+=usr/share/zoneinfo/Africa/Maseru 9911OLD_FILES+=usr/share/zoneinfo/Africa/Mbabane 9912OLD_FILES+=usr/share/zoneinfo/Africa/Mogadishu 9913OLD_FILES+=usr/share/zoneinfo/Africa/Monrovia 9914OLD_FILES+=usr/share/zoneinfo/Africa/Nairobi 9915OLD_FILES+=usr/share/zoneinfo/Africa/Ndjamena 9916OLD_FILES+=usr/share/zoneinfo/Africa/Niamey 9917OLD_FILES+=usr/share/zoneinfo/Africa/Nouakchott 9918OLD_FILES+=usr/share/zoneinfo/Africa/Ouagadougou 9919OLD_FILES+=usr/share/zoneinfo/Africa/Porto-Novo 9920OLD_FILES+=usr/share/zoneinfo/Africa/Sao_Tome 9921OLD_FILES+=usr/share/zoneinfo/Africa/Tripoli 9922OLD_FILES+=usr/share/zoneinfo/Africa/Tunis 9923OLD_FILES+=usr/share/zoneinfo/Africa/Windhoek 9924OLD_FILES+=usr/share/zoneinfo/America/Adak 9925OLD_FILES+=usr/share/zoneinfo/America/Anchorage 9926OLD_FILES+=usr/share/zoneinfo/America/Anguilla 9927OLD_FILES+=usr/share/zoneinfo/America/Antigua 9928OLD_FILES+=usr/share/zoneinfo/America/Araguaina 9929OLD_FILES+=usr/share/zoneinfo/America/Argentina/Buenos_Aires 9930OLD_FILES+=usr/share/zoneinfo/America/Argentina/Catamarca 9931OLD_FILES+=usr/share/zoneinfo/America/Argentina/Cordoba 9932OLD_FILES+=usr/share/zoneinfo/America/Argentina/Jujuy 9933OLD_FILES+=usr/share/zoneinfo/America/Argentina/La_Rioja 9934OLD_FILES+=usr/share/zoneinfo/America/Argentina/Mendoza 9935OLD_FILES+=usr/share/zoneinfo/America/Argentina/Rio_Gallegos 9936OLD_FILES+=usr/share/zoneinfo/America/Argentina/Salta 9937OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Juan 9938OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Luis 9939OLD_FILES+=usr/share/zoneinfo/America/Argentina/Tucuman 9940OLD_FILES+=usr/share/zoneinfo/America/Argentina/Ushuaia 9941OLD_FILES+=usr/share/zoneinfo/America/Aruba 9942OLD_FILES+=usr/share/zoneinfo/America/Asuncion 9943OLD_FILES+=usr/share/zoneinfo/America/Atikokan 9944OLD_FILES+=usr/share/zoneinfo/America/Bahia 9945OLD_FILES+=usr/share/zoneinfo/America/Bahia_Banderas 9946OLD_FILES+=usr/share/zoneinfo/America/Barbados 9947OLD_FILES+=usr/share/zoneinfo/America/Belem 9948OLD_FILES+=usr/share/zoneinfo/America/Belize 9949OLD_FILES+=usr/share/zoneinfo/America/Blanc-Sablon 9950OLD_FILES+=usr/share/zoneinfo/America/Boa_Vista 9951OLD_FILES+=usr/share/zoneinfo/America/Bogota 9952OLD_FILES+=usr/share/zoneinfo/America/Boise 9953OLD_FILES+=usr/share/zoneinfo/America/Cambridge_Bay 9954OLD_FILES+=usr/share/zoneinfo/America/Campo_Grande 9955OLD_FILES+=usr/share/zoneinfo/America/Cancun 9956OLD_FILES+=usr/share/zoneinfo/America/Caracas 9957OLD_FILES+=usr/share/zoneinfo/America/Cayenne 9958OLD_FILES+=usr/share/zoneinfo/America/Cayman 9959OLD_FILES+=usr/share/zoneinfo/America/Chicago 9960OLD_FILES+=usr/share/zoneinfo/America/Chihuahua 9961OLD_FILES+=usr/share/zoneinfo/America/Costa_Rica 9962OLD_FILES+=usr/share/zoneinfo/America/Creston 9963OLD_FILES+=usr/share/zoneinfo/America/Cuiaba 9964OLD_FILES+=usr/share/zoneinfo/America/Curacao 9965OLD_FILES+=usr/share/zoneinfo/America/Danmarkshavn 9966OLD_FILES+=usr/share/zoneinfo/America/Dawson 9967OLD_FILES+=usr/share/zoneinfo/America/Dawson_Creek 9968OLD_FILES+=usr/share/zoneinfo/America/Denver 9969OLD_FILES+=usr/share/zoneinfo/America/Detroit 9970OLD_FILES+=usr/share/zoneinfo/America/Dominica 9971OLD_FILES+=usr/share/zoneinfo/America/Edmonton 9972OLD_FILES+=usr/share/zoneinfo/America/Eirunepe 9973OLD_FILES+=usr/share/zoneinfo/America/El_Salvador 9974OLD_FILES+=usr/share/zoneinfo/America/Fortaleza 9975OLD_FILES+=usr/share/zoneinfo/America/Glace_Bay 9976OLD_FILES+=usr/share/zoneinfo/America/Godthab 9977OLD_FILES+=usr/share/zoneinfo/America/Goose_Bay 9978OLD_FILES+=usr/share/zoneinfo/America/Grand_Turk 9979OLD_FILES+=usr/share/zoneinfo/America/Grenada 9980OLD_FILES+=usr/share/zoneinfo/America/Guadeloupe 9981OLD_FILES+=usr/share/zoneinfo/America/Guatemala 9982OLD_FILES+=usr/share/zoneinfo/America/Guayaquil 9983OLD_FILES+=usr/share/zoneinfo/America/Guyana 9984OLD_FILES+=usr/share/zoneinfo/America/Halifax 9985OLD_FILES+=usr/share/zoneinfo/America/Havana 9986OLD_FILES+=usr/share/zoneinfo/America/Hermosillo 9987OLD_FILES+=usr/share/zoneinfo/America/Indiana/Indianapolis 9988OLD_FILES+=usr/share/zoneinfo/America/Indiana/Knox 9989OLD_FILES+=usr/share/zoneinfo/America/Indiana/Marengo 9990OLD_FILES+=usr/share/zoneinfo/America/Indiana/Petersburg 9991OLD_FILES+=usr/share/zoneinfo/America/Indiana/Tell_City 9992OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vevay 9993OLD_FILES+=usr/share/zoneinfo/America/Indiana/Vincennes 9994OLD_FILES+=usr/share/zoneinfo/America/Indiana/Winamac 9995OLD_FILES+=usr/share/zoneinfo/America/Inuvik 9996OLD_FILES+=usr/share/zoneinfo/America/Iqaluit 9997OLD_FILES+=usr/share/zoneinfo/America/Jamaica 9998OLD_FILES+=usr/share/zoneinfo/America/Juneau 9999OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Louisville 10000OLD_FILES+=usr/share/zoneinfo/America/Kentucky/Monticello 10001OLD_FILES+=usr/share/zoneinfo/America/Kralendijk 10002OLD_FILES+=usr/share/zoneinfo/America/La_Paz 10003OLD_FILES+=usr/share/zoneinfo/America/Lima 10004OLD_FILES+=usr/share/zoneinfo/America/Los_Angeles 10005OLD_FILES+=usr/share/zoneinfo/America/Lower_Princes 10006OLD_FILES+=usr/share/zoneinfo/America/Maceio 10007OLD_FILES+=usr/share/zoneinfo/America/Managua 10008OLD_FILES+=usr/share/zoneinfo/America/Manaus 10009OLD_FILES+=usr/share/zoneinfo/America/Marigot 10010OLD_FILES+=usr/share/zoneinfo/America/Martinique 10011OLD_FILES+=usr/share/zoneinfo/America/Matamoros 10012OLD_FILES+=usr/share/zoneinfo/America/Mazatlan 10013OLD_FILES+=usr/share/zoneinfo/America/Menominee 10014OLD_FILES+=usr/share/zoneinfo/America/Merida 10015OLD_FILES+=usr/share/zoneinfo/America/Metlakatla 10016OLD_FILES+=usr/share/zoneinfo/America/Mexico_City 10017OLD_FILES+=usr/share/zoneinfo/America/Miquelon 10018OLD_FILES+=usr/share/zoneinfo/America/Moncton 10019OLD_FILES+=usr/share/zoneinfo/America/Monterrey 10020OLD_FILES+=usr/share/zoneinfo/America/Montevideo 10021OLD_FILES+=usr/share/zoneinfo/America/Montreal 10022OLD_FILES+=usr/share/zoneinfo/America/Montserrat 10023OLD_FILES+=usr/share/zoneinfo/America/Nassau 10024OLD_FILES+=usr/share/zoneinfo/America/New_York 10025OLD_FILES+=usr/share/zoneinfo/America/Nipigon 10026OLD_FILES+=usr/share/zoneinfo/America/Nome 10027OLD_FILES+=usr/share/zoneinfo/America/Noronha 10028OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Beulah 10029OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/Center 10030OLD_FILES+=usr/share/zoneinfo/America/North_Dakota/New_Salem 10031OLD_FILES+=usr/share/zoneinfo/America/Ojinaga 10032OLD_FILES+=usr/share/zoneinfo/America/Panama 10033OLD_FILES+=usr/share/zoneinfo/America/Pangnirtung 10034OLD_FILES+=usr/share/zoneinfo/America/Paramaribo 10035OLD_FILES+=usr/share/zoneinfo/America/Phoenix 10036OLD_FILES+=usr/share/zoneinfo/America/Port-au-Prince 10037OLD_FILES+=usr/share/zoneinfo/America/Port_of_Spain 10038OLD_FILES+=usr/share/zoneinfo/America/Porto_Velho 10039OLD_FILES+=usr/share/zoneinfo/America/Puerto_Rico 10040OLD_FILES+=usr/share/zoneinfo/America/Rainy_River 10041OLD_FILES+=usr/share/zoneinfo/America/Rankin_Inlet 10042OLD_FILES+=usr/share/zoneinfo/America/Recife 10043OLD_FILES+=usr/share/zoneinfo/America/Regina 10044OLD_FILES+=usr/share/zoneinfo/America/Resolute 10045OLD_FILES+=usr/share/zoneinfo/America/Rio_Branco 10046OLD_FILES+=usr/share/zoneinfo/America/Santa_Isabel 10047OLD_FILES+=usr/share/zoneinfo/America/Santarem 10048OLD_FILES+=usr/share/zoneinfo/America/Santiago 10049OLD_FILES+=usr/share/zoneinfo/America/Santo_Domingo 10050OLD_FILES+=usr/share/zoneinfo/America/Sao_Paulo 10051OLD_FILES+=usr/share/zoneinfo/America/Scoresbysund 10052OLD_FILES+=usr/share/zoneinfo/America/Sitka 10053OLD_FILES+=usr/share/zoneinfo/America/St_Barthelemy 10054OLD_FILES+=usr/share/zoneinfo/America/St_Johns 10055OLD_FILES+=usr/share/zoneinfo/America/St_Kitts 10056OLD_FILES+=usr/share/zoneinfo/America/St_Lucia 10057OLD_FILES+=usr/share/zoneinfo/America/St_Thomas 10058OLD_FILES+=usr/share/zoneinfo/America/St_Vincent 10059OLD_FILES+=usr/share/zoneinfo/America/Swift_Current 10060OLD_FILES+=usr/share/zoneinfo/America/Tegucigalpa 10061OLD_FILES+=usr/share/zoneinfo/America/Thule 10062OLD_FILES+=usr/share/zoneinfo/America/Thunder_Bay 10063OLD_FILES+=usr/share/zoneinfo/America/Tijuana 10064OLD_FILES+=usr/share/zoneinfo/America/Toronto 10065OLD_FILES+=usr/share/zoneinfo/America/Tortola 10066OLD_FILES+=usr/share/zoneinfo/America/Vancouver 10067OLD_FILES+=usr/share/zoneinfo/America/Whitehorse 10068OLD_FILES+=usr/share/zoneinfo/America/Winnipeg 10069OLD_FILES+=usr/share/zoneinfo/America/Yakutat 10070OLD_FILES+=usr/share/zoneinfo/America/Yellowknife 10071OLD_FILES+=usr/share/zoneinfo/Antarctica/Casey 10072OLD_FILES+=usr/share/zoneinfo/Antarctica/Davis 10073OLD_FILES+=usr/share/zoneinfo/Antarctica/DumontDUrville 10074OLD_FILES+=usr/share/zoneinfo/Antarctica/Macquarie 10075OLD_FILES+=usr/share/zoneinfo/Antarctica/Mawson 10076OLD_FILES+=usr/share/zoneinfo/Antarctica/McMurdo 10077OLD_FILES+=usr/share/zoneinfo/Antarctica/Palmer 10078OLD_FILES+=usr/share/zoneinfo/Antarctica/Rothera 10079OLD_FILES+=usr/share/zoneinfo/Antarctica/Syowa 10080OLD_FILES+=usr/share/zoneinfo/Antarctica/Troll 10081OLD_FILES+=usr/share/zoneinfo/Antarctica/Vostok 10082OLD_FILES+=usr/share/zoneinfo/Arctic/Longyearbyen 10083OLD_FILES+=usr/share/zoneinfo/Asia/Aden 10084OLD_FILES+=usr/share/zoneinfo/Asia/Almaty 10085OLD_FILES+=usr/share/zoneinfo/Asia/Amman 10086OLD_FILES+=usr/share/zoneinfo/Asia/Anadyr 10087OLD_FILES+=usr/share/zoneinfo/Asia/Aqtau 10088OLD_FILES+=usr/share/zoneinfo/Asia/Aqtobe 10089OLD_FILES+=usr/share/zoneinfo/Asia/Ashgabat 10090OLD_FILES+=usr/share/zoneinfo/Asia/Baghdad 10091OLD_FILES+=usr/share/zoneinfo/Asia/Bahrain 10092OLD_FILES+=usr/share/zoneinfo/Asia/Baku 10093OLD_FILES+=usr/share/zoneinfo/Asia/Bangkok 10094OLD_FILES+=usr/share/zoneinfo/Asia/Beirut 10095OLD_FILES+=usr/share/zoneinfo/Asia/Bishkek 10096OLD_FILES+=usr/share/zoneinfo/Asia/Brunei 10097OLD_FILES+=usr/share/zoneinfo/Asia/Chita 10098OLD_FILES+=usr/share/zoneinfo/Asia/Choibalsan 10099OLD_FILES+=usr/share/zoneinfo/Asia/Colombo 10100OLD_FILES+=usr/share/zoneinfo/Asia/Damascus 10101OLD_FILES+=usr/share/zoneinfo/Asia/Dhaka 10102OLD_FILES+=usr/share/zoneinfo/Asia/Dili 10103OLD_FILES+=usr/share/zoneinfo/Asia/Dubai 10104OLD_FILES+=usr/share/zoneinfo/Asia/Dushanbe 10105OLD_FILES+=usr/share/zoneinfo/Asia/Gaza 10106OLD_FILES+=usr/share/zoneinfo/Asia/Hebron 10107OLD_FILES+=usr/share/zoneinfo/Asia/Ho_Chi_Minh 10108OLD_FILES+=usr/share/zoneinfo/Asia/Hong_Kong 10109OLD_FILES+=usr/share/zoneinfo/Asia/Hovd 10110OLD_FILES+=usr/share/zoneinfo/Asia/Irkutsk 10111OLD_FILES+=usr/share/zoneinfo/Asia/Istanbul 10112OLD_FILES+=usr/share/zoneinfo/Asia/Jakarta 10113OLD_FILES+=usr/share/zoneinfo/Asia/Jayapura 10114OLD_FILES+=usr/share/zoneinfo/Asia/Jerusalem 10115OLD_FILES+=usr/share/zoneinfo/Asia/Kabul 10116OLD_FILES+=usr/share/zoneinfo/Asia/Kamchatka 10117OLD_FILES+=usr/share/zoneinfo/Asia/Karachi 10118OLD_FILES+=usr/share/zoneinfo/Asia/Kathmandu 10119OLD_FILES+=usr/share/zoneinfo/Asia/Khandyga 10120OLD_FILES+=usr/share/zoneinfo/Asia/Kolkata 10121OLD_FILES+=usr/share/zoneinfo/Asia/Krasnoyarsk 10122OLD_FILES+=usr/share/zoneinfo/Asia/Kuala_Lumpur 10123OLD_FILES+=usr/share/zoneinfo/Asia/Kuching 10124OLD_FILES+=usr/share/zoneinfo/Asia/Kuwait 10125OLD_FILES+=usr/share/zoneinfo/Asia/Macau 10126OLD_FILES+=usr/share/zoneinfo/Asia/Magadan 10127OLD_FILES+=usr/share/zoneinfo/Asia/Makassar 10128OLD_FILES+=usr/share/zoneinfo/Asia/Manila 10129OLD_FILES+=usr/share/zoneinfo/Asia/Muscat 10130OLD_FILES+=usr/share/zoneinfo/Asia/Nicosia 10131OLD_FILES+=usr/share/zoneinfo/Asia/Novokuznetsk 10132OLD_FILES+=usr/share/zoneinfo/Asia/Novosibirsk 10133OLD_FILES+=usr/share/zoneinfo/Asia/Omsk 10134OLD_FILES+=usr/share/zoneinfo/Asia/Oral 10135OLD_FILES+=usr/share/zoneinfo/Asia/Phnom_Penh 10136OLD_FILES+=usr/share/zoneinfo/Asia/Pontianak 10137OLD_FILES+=usr/share/zoneinfo/Asia/Pyongyang 10138OLD_FILES+=usr/share/zoneinfo/Asia/Qatar 10139OLD_FILES+=usr/share/zoneinfo/Asia/Qyzylorda 10140OLD_FILES+=usr/share/zoneinfo/Asia/Rangoon 10141OLD_FILES+=usr/share/zoneinfo/Asia/Riyadh 10142OLD_FILES+=usr/share/zoneinfo/Asia/Sakhalin 10143OLD_FILES+=usr/share/zoneinfo/Asia/Samarkand 10144OLD_FILES+=usr/share/zoneinfo/Asia/Seoul 10145OLD_FILES+=usr/share/zoneinfo/Asia/Shanghai 10146OLD_FILES+=usr/share/zoneinfo/Asia/Singapore 10147OLD_FILES+=usr/share/zoneinfo/Asia/Srednekolymsk 10148OLD_FILES+=usr/share/zoneinfo/Asia/Taipei 10149OLD_FILES+=usr/share/zoneinfo/Asia/Tashkent 10150OLD_FILES+=usr/share/zoneinfo/Asia/Tbilisi 10151OLD_FILES+=usr/share/zoneinfo/Asia/Tehran 10152OLD_FILES+=usr/share/zoneinfo/Asia/Thimphu 10153OLD_FILES+=usr/share/zoneinfo/Asia/Tokyo 10154OLD_FILES+=usr/share/zoneinfo/Asia/Ulaanbaatar 10155OLD_FILES+=usr/share/zoneinfo/Asia/Urumqi 10156OLD_FILES+=usr/share/zoneinfo/Asia/Ust-Nera 10157OLD_FILES+=usr/share/zoneinfo/Asia/Vientiane 10158OLD_FILES+=usr/share/zoneinfo/Asia/Vladivostok 10159OLD_FILES+=usr/share/zoneinfo/Asia/Yakutsk 10160OLD_FILES+=usr/share/zoneinfo/Asia/Yekaterinburg 10161OLD_FILES+=usr/share/zoneinfo/Asia/Yerevan 10162OLD_FILES+=usr/share/zoneinfo/Atlantic/Azores 10163OLD_FILES+=usr/share/zoneinfo/Atlantic/Bermuda 10164OLD_FILES+=usr/share/zoneinfo/Atlantic/Canary 10165OLD_FILES+=usr/share/zoneinfo/Atlantic/Cape_Verde 10166OLD_FILES+=usr/share/zoneinfo/Atlantic/Faroe 10167OLD_FILES+=usr/share/zoneinfo/Atlantic/Madeira 10168OLD_FILES+=usr/share/zoneinfo/Atlantic/Reykjavik 10169OLD_FILES+=usr/share/zoneinfo/Atlantic/South_Georgia 10170OLD_FILES+=usr/share/zoneinfo/Atlantic/St_Helena 10171OLD_FILES+=usr/share/zoneinfo/Atlantic/Stanley 10172OLD_FILES+=usr/share/zoneinfo/Australia/Adelaide 10173OLD_FILES+=usr/share/zoneinfo/Australia/Brisbane 10174OLD_FILES+=usr/share/zoneinfo/Australia/Broken_Hill 10175OLD_FILES+=usr/share/zoneinfo/Australia/Currie 10176OLD_FILES+=usr/share/zoneinfo/Australia/Darwin 10177OLD_FILES+=usr/share/zoneinfo/Australia/Eucla 10178OLD_FILES+=usr/share/zoneinfo/Australia/Hobart 10179OLD_FILES+=usr/share/zoneinfo/Australia/Lindeman 10180OLD_FILES+=usr/share/zoneinfo/Australia/Lord_Howe 10181OLD_FILES+=usr/share/zoneinfo/Australia/Melbourne 10182OLD_FILES+=usr/share/zoneinfo/Australia/Perth 10183OLD_FILES+=usr/share/zoneinfo/Australia/Sydney 10184OLD_FILES+=usr/share/zoneinfo/CET 10185OLD_FILES+=usr/share/zoneinfo/CST6CDT 10186OLD_FILES+=usr/share/zoneinfo/EET 10187OLD_FILES+=usr/share/zoneinfo/EST 10188OLD_FILES+=usr/share/zoneinfo/EST5EDT 10189OLD_FILES+=usr/share/zoneinfo/Etc/GMT 10190OLD_FILES+=usr/share/zoneinfo/Etc/GMT+0 10191OLD_FILES+=usr/share/zoneinfo/Etc/GMT+1 10192OLD_FILES+=usr/share/zoneinfo/Etc/GMT+10 10193OLD_FILES+=usr/share/zoneinfo/Etc/GMT+11 10194OLD_FILES+=usr/share/zoneinfo/Etc/GMT+12 10195OLD_FILES+=usr/share/zoneinfo/Etc/GMT+2 10196OLD_FILES+=usr/share/zoneinfo/Etc/GMT+3 10197OLD_FILES+=usr/share/zoneinfo/Etc/GMT+4 10198OLD_FILES+=usr/share/zoneinfo/Etc/GMT+5 10199OLD_FILES+=usr/share/zoneinfo/Etc/GMT+6 10200OLD_FILES+=usr/share/zoneinfo/Etc/GMT+7 10201OLD_FILES+=usr/share/zoneinfo/Etc/GMT+8 10202OLD_FILES+=usr/share/zoneinfo/Etc/GMT+9 10203OLD_FILES+=usr/share/zoneinfo/Etc/GMT-0 10204OLD_FILES+=usr/share/zoneinfo/Etc/GMT-1 10205OLD_FILES+=usr/share/zoneinfo/Etc/GMT-10 10206OLD_FILES+=usr/share/zoneinfo/Etc/GMT-11 10207OLD_FILES+=usr/share/zoneinfo/Etc/GMT-12 10208OLD_FILES+=usr/share/zoneinfo/Etc/GMT-13 10209OLD_FILES+=usr/share/zoneinfo/Etc/GMT-14 10210OLD_FILES+=usr/share/zoneinfo/Etc/GMT-2 10211OLD_FILES+=usr/share/zoneinfo/Etc/GMT-3 10212OLD_FILES+=usr/share/zoneinfo/Etc/GMT-4 10213OLD_FILES+=usr/share/zoneinfo/Etc/GMT-5 10214OLD_FILES+=usr/share/zoneinfo/Etc/GMT-6 10215OLD_FILES+=usr/share/zoneinfo/Etc/GMT-7 10216OLD_FILES+=usr/share/zoneinfo/Etc/GMT-8 10217OLD_FILES+=usr/share/zoneinfo/Etc/GMT-9 10218OLD_FILES+=usr/share/zoneinfo/Etc/GMT0 10219OLD_FILES+=usr/share/zoneinfo/Etc/Greenwich 10220OLD_FILES+=usr/share/zoneinfo/Etc/UCT 10221OLD_FILES+=usr/share/zoneinfo/Etc/UTC 10222OLD_FILES+=usr/share/zoneinfo/Etc/Universal 10223OLD_FILES+=usr/share/zoneinfo/Etc/Zulu 10224OLD_FILES+=usr/share/zoneinfo/Europe/Amsterdam 10225OLD_FILES+=usr/share/zoneinfo/Europe/Andorra 10226OLD_FILES+=usr/share/zoneinfo/Europe/Athens 10227OLD_FILES+=usr/share/zoneinfo/Europe/Belgrade 10228OLD_FILES+=usr/share/zoneinfo/Europe/Berlin 10229OLD_FILES+=usr/share/zoneinfo/Europe/Bratislava 10230OLD_FILES+=usr/share/zoneinfo/Europe/Brussels 10231OLD_FILES+=usr/share/zoneinfo/Europe/Bucharest 10232OLD_FILES+=usr/share/zoneinfo/Europe/Budapest 10233OLD_FILES+=usr/share/zoneinfo/Europe/Busingen 10234OLD_FILES+=usr/share/zoneinfo/Europe/Chisinau 10235OLD_FILES+=usr/share/zoneinfo/Europe/Copenhagen 10236OLD_FILES+=usr/share/zoneinfo/Europe/Dublin 10237OLD_FILES+=usr/share/zoneinfo/Europe/Gibraltar 10238OLD_FILES+=usr/share/zoneinfo/Europe/Guernsey 10239OLD_FILES+=usr/share/zoneinfo/Europe/Helsinki 10240OLD_FILES+=usr/share/zoneinfo/Europe/Isle_of_Man 10241OLD_FILES+=usr/share/zoneinfo/Europe/Istanbul 10242OLD_FILES+=usr/share/zoneinfo/Europe/Jersey 10243OLD_FILES+=usr/share/zoneinfo/Europe/Kaliningrad 10244OLD_FILES+=usr/share/zoneinfo/Europe/Kiev 10245OLD_FILES+=usr/share/zoneinfo/Europe/Lisbon 10246OLD_FILES+=usr/share/zoneinfo/Europe/Ljubljana 10247OLD_FILES+=usr/share/zoneinfo/Europe/London 10248OLD_FILES+=usr/share/zoneinfo/Europe/Luxembourg 10249OLD_FILES+=usr/share/zoneinfo/Europe/Madrid 10250OLD_FILES+=usr/share/zoneinfo/Europe/Malta 10251OLD_FILES+=usr/share/zoneinfo/Europe/Mariehamn 10252OLD_FILES+=usr/share/zoneinfo/Europe/Minsk 10253OLD_FILES+=usr/share/zoneinfo/Europe/Monaco 10254OLD_FILES+=usr/share/zoneinfo/Europe/Moscow 10255OLD_FILES+=usr/share/zoneinfo/Europe/Nicosia 10256OLD_FILES+=usr/share/zoneinfo/Europe/Oslo 10257OLD_FILES+=usr/share/zoneinfo/Europe/Paris 10258OLD_FILES+=usr/share/zoneinfo/Europe/Podgorica 10259OLD_FILES+=usr/share/zoneinfo/Europe/Prague 10260OLD_FILES+=usr/share/zoneinfo/Europe/Riga 10261OLD_FILES+=usr/share/zoneinfo/Europe/Rome 10262OLD_FILES+=usr/share/zoneinfo/Europe/Samara 10263OLD_FILES+=usr/share/zoneinfo/Europe/San_Marino 10264OLD_FILES+=usr/share/zoneinfo/Europe/Sarajevo 10265OLD_FILES+=usr/share/zoneinfo/Europe/Simferopol 10266OLD_FILES+=usr/share/zoneinfo/Europe/Skopje 10267OLD_FILES+=usr/share/zoneinfo/Europe/Sofia 10268OLD_FILES+=usr/share/zoneinfo/Europe/Stockholm 10269OLD_FILES+=usr/share/zoneinfo/Europe/Tallinn 10270OLD_FILES+=usr/share/zoneinfo/Europe/Tirane 10271OLD_FILES+=usr/share/zoneinfo/Europe/Uzhgorod 10272OLD_FILES+=usr/share/zoneinfo/Europe/Vaduz 10273OLD_FILES+=usr/share/zoneinfo/Europe/Vatican 10274OLD_FILES+=usr/share/zoneinfo/Europe/Vienna 10275OLD_FILES+=usr/share/zoneinfo/Europe/Vilnius 10276OLD_FILES+=usr/share/zoneinfo/Europe/Volgograd 10277OLD_FILES+=usr/share/zoneinfo/Europe/Warsaw 10278OLD_FILES+=usr/share/zoneinfo/Europe/Zagreb 10279OLD_FILES+=usr/share/zoneinfo/Europe/Zaporozhye 10280OLD_FILES+=usr/share/zoneinfo/Europe/Zurich 10281OLD_FILES+=usr/share/zoneinfo/Factory 10282OLD_FILES+=usr/share/zoneinfo/HST 10283OLD_FILES+=usr/share/zoneinfo/Indian/Antananarivo 10284OLD_FILES+=usr/share/zoneinfo/Indian/Chagos 10285OLD_FILES+=usr/share/zoneinfo/Indian/Christmas 10286OLD_FILES+=usr/share/zoneinfo/Indian/Cocos 10287OLD_FILES+=usr/share/zoneinfo/Indian/Comoro 10288OLD_FILES+=usr/share/zoneinfo/Indian/Kerguelen 10289OLD_FILES+=usr/share/zoneinfo/Indian/Mahe 10290OLD_FILES+=usr/share/zoneinfo/Indian/Maldives 10291OLD_FILES+=usr/share/zoneinfo/Indian/Mauritius 10292OLD_FILES+=usr/share/zoneinfo/Indian/Mayotte 10293OLD_FILES+=usr/share/zoneinfo/Indian/Reunion 10294OLD_FILES+=usr/share/zoneinfo/MET 10295OLD_FILES+=usr/share/zoneinfo/MST 10296OLD_FILES+=usr/share/zoneinfo/MST7MDT 10297OLD_FILES+=usr/share/zoneinfo/PST8PDT 10298OLD_FILES+=usr/share/zoneinfo/Pacific/Apia 10299OLD_FILES+=usr/share/zoneinfo/Pacific/Auckland 10300OLD_FILES+=usr/share/zoneinfo/Pacific/Bougainville 10301OLD_FILES+=usr/share/zoneinfo/Pacific/Chatham 10302OLD_FILES+=usr/share/zoneinfo/Pacific/Chuuk 10303OLD_FILES+=usr/share/zoneinfo/Pacific/Easter 10304OLD_FILES+=usr/share/zoneinfo/Pacific/Efate 10305OLD_FILES+=usr/share/zoneinfo/Pacific/Enderbury 10306OLD_FILES+=usr/share/zoneinfo/Pacific/Fakaofo 10307OLD_FILES+=usr/share/zoneinfo/Pacific/Fiji 10308OLD_FILES+=usr/share/zoneinfo/Pacific/Funafuti 10309OLD_FILES+=usr/share/zoneinfo/Pacific/Galapagos 10310OLD_FILES+=usr/share/zoneinfo/Pacific/Gambier 10311OLD_FILES+=usr/share/zoneinfo/Pacific/Guadalcanal 10312OLD_FILES+=usr/share/zoneinfo/Pacific/Guam 10313OLD_FILES+=usr/share/zoneinfo/Pacific/Honolulu 10314OLD_FILES+=usr/share/zoneinfo/Pacific/Johnston 10315OLD_FILES+=usr/share/zoneinfo/Pacific/Kiritimati 10316OLD_FILES+=usr/share/zoneinfo/Pacific/Kosrae 10317OLD_FILES+=usr/share/zoneinfo/Pacific/Kwajalein 10318OLD_FILES+=usr/share/zoneinfo/Pacific/Majuro 10319OLD_FILES+=usr/share/zoneinfo/Pacific/Marquesas 10320OLD_FILES+=usr/share/zoneinfo/Pacific/Midway 10321OLD_FILES+=usr/share/zoneinfo/Pacific/Nauru 10322OLD_FILES+=usr/share/zoneinfo/Pacific/Niue 10323OLD_FILES+=usr/share/zoneinfo/Pacific/Norfolk 10324OLD_FILES+=usr/share/zoneinfo/Pacific/Noumea 10325OLD_FILES+=usr/share/zoneinfo/Pacific/Pago_Pago 10326OLD_FILES+=usr/share/zoneinfo/Pacific/Palau 10327OLD_FILES+=usr/share/zoneinfo/Pacific/Pitcairn 10328OLD_FILES+=usr/share/zoneinfo/Pacific/Pohnpei 10329OLD_FILES+=usr/share/zoneinfo/Pacific/Port_Moresby 10330OLD_FILES+=usr/share/zoneinfo/Pacific/Rarotonga 10331OLD_FILES+=usr/share/zoneinfo/Pacific/Saipan 10332OLD_FILES+=usr/share/zoneinfo/Pacific/Tahiti 10333OLD_FILES+=usr/share/zoneinfo/Pacific/Tarawa 10334OLD_FILES+=usr/share/zoneinfo/Pacific/Tongatapu 10335OLD_FILES+=usr/share/zoneinfo/Pacific/Wake 10336OLD_FILES+=usr/share/zoneinfo/Pacific/Wallis 10337OLD_FILES+=usr/share/zoneinfo/UTC 10338OLD_FILES+=usr/share/zoneinfo/WET 10339OLD_FILES+=usr/share/zoneinfo/posixrules 10340OLD_FILES+=usr/share/zoneinfo/zone.tab 10341.endif 10342