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/periodic/daily/310.accounting 10OLD_FILES+=etc/periodic/monthly/200.accounting 11OLD_FILES+=usr/sbin/ac 12OLD_FILES+=usr/sbin/accton 13OLD_FILES+=usr/sbin/sa 14OLD_FILES+=usr/share/man/man8/ac.8.gz 15OLD_FILES+=usr/share/man/man8/accton.8.gz 16OLD_FILES+=usr/share/man/man8/sa.8.gz 17.endif 18 19.if ${MK_ACPI} == no 20OLD_FILES+=usr/sbin/acpiconf 21OLD_FILES+=usr/sbin/acpidb 22OLD_FILES+=usr/sbin/acpidump 23OLD_FILES+=usr/sbin/iasl 24OLD_FILES+=usr/share/man/man8/acpiconf.8.gz 25OLD_FILES+=usr/share/man/man8/acpidb.8.gz 26OLD_FILES+=usr/share/man/man8/acpidump.8.gz 27OLD_FILES+=usr/share/man/man8/iasl.8.gz 28.endif 29 30.if ${MK_AMD} == no 31OLD_FILES+=etc/amd.map 32OLD_FILES+=usr/bin/pawd 33OLD_FILES+=usr/sbin/amd 34OLD_FILES+=usr/sbin/amq 35OLD_FILES+=usr/sbin/fixmount 36OLD_FILES+=usr/sbin/fsinfo 37OLD_FILES+=usr/sbin/hlfsd 38OLD_FILES+=usr/sbin/mk-amd-map 39OLD_FILES+=usr/sbin/wire-test 40OLD_FILES+=usr/share/examples/etc/amd.map 41OLD_FILES+=usr/share/info/am-utils.info.gz 42OLD_FILES+=usr/share/man/man1/pawd.1.gz 43OLD_FILES+=usr/share/man/man5/amd.conf.5.gz 44OLD_FILES+=usr/share/man/man8/amd.8.gz 45OLD_FILES+=usr/share/man/man8/amq.8.gz 46OLD_FILES+=usr/share/man/man8/fixmount.8.gz 47OLD_FILES+=usr/share/man/man8/fsinfo.8.gz 48OLD_FILES+=usr/share/man/man8/hlfsd.8.gz 49OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz 50OLD_FILES+=usr/share/man/man8/wire-test.8.gz 51.endif 52 53.if ${MK_APM} == no 54OLD_FILES+=etc/apmd.conf 55OLD_FILES+=usr/sbin/apm 56OLD_FILES+=usr/share/examples/etc/apmd.conf 57OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz 58OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz 59.endif 60 61.if ${MK_AT} == no 62OLD_FILES+=usr/bin/at 63OLD_FILES+=usr/bin/atq 64OLD_FILES+=usr/bin/atrm 65OLD_FILES+=usr/bin/batch 66OLD_FILES+=usr/libexec/atrun 67OLD_FILES+=usr/share/man/man1/at.1.gz 68OLD_FILES+=usr/share/man/man1/atq.1.gz 69OLD_FILES+=usr/share/man/man1/atrm.1.gz 70OLD_FILES+=usr/share/man/man1/batch.1.gz 71OLD_FILES+=usr/share/man/man8/atrun.8.gz 72.endif 73 74.if ${MK_ATM} == no 75OLD_FILES+=rescue/atmconfig 76OLD_FILES+=sbin/atmconfig 77OLD_FILES+=usr/bin/sscop 78OLD_FILES+=usr/include/bsnmp/snmp_atm.h 79OLD_FILES+=usr/include/netnatm/addr.h 80OLD_FILES+=usr/include/netnatm/api/atmapi.h 81OLD_FILES+=usr/include/netnatm/api/ccatm.h 82OLD_FILES+=usr/include/netnatm/api/unisap.h 83OLD_FILES+=usr/include/netnatm/msg/uni_config.h 84OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h 85OLD_FILES+=usr/include/netnatm/msg/uni_ie.h 86OLD_FILES+=usr/include/netnatm/msg/uni_msg.h 87OLD_FILES+=usr/include/netnatm/msg/unimsglib.h 88OLD_FILES+=usr/include/netnatm/msg/uniprint.h 89OLD_FILES+=usr/include/netnatm/msg/unistruct.h 90OLD_FILES+=usr/include/netnatm/saal/sscfu.h 91OLD_FILES+=usr/include/netnatm/saal/sscfudef.h 92OLD_FILES+=usr/include/netnatm/saal/sscop.h 93OLD_FILES+=usr/include/netnatm/saal/sscopdef.h 94OLD_FILES+=usr/include/netnatm/sig/uni.h 95OLD_FILES+=usr/include/netnatm/sig/unidef.h 96OLD_FILES+=usr/include/netnatm/sig/unisig.h 97OLD_FILES+=usr/include/netnatm/unimsg.h 98OLD_FILES+=usr/lib/libngatm.a 99OLD_FILES+=usr/lib/libngatm.so 100OLD_LIBS+=usr/lib/libngatm.so.4 101OLD_FILES+=usr/lib/libngatm_p.a 102OLD_FILES+=usr/lib/snmp_atm.so 103OLD_LIBS+=usr/lib/snmp_atm.so.6 104.if ${TARGET_ARCH} == "amd64" 105OLD_FILES+=usr/lib32/libngatm.a 106OLD_FILES+=usr/lib32/libngatm.so 107OLD_LIBS+=usr/lib32/libngatm.so.4 108OLD_FILES+=usr/lib32/libngatm_p.a 109.endif 110OLD_FILES+=usr/share/doc/atm/atmconfig.help 111OLD_FILES+=usr/share/doc/atm/atmconfig_device.help 112OLD_FILES+=usr/share/man/man1/sscop.1.gz 113OLD_FILES+=usr/share/man/man3/libngatm.3.gz 114OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz 115OLD_FILES+=usr/share/man/man3/uniaddr.3.gz 116OLD_FILES+=usr/share/man/man3/unifunc.3.gz 117OLD_FILES+=usr/share/man/man3/unimsg.3.gz 118OLD_FILES+=usr/share/man/man3/unisap.3.gz 119OLD_FILES+=usr/share/man/man3/unistruct.3.gz 120OLD_FILES+=usr/share/man/man8/atmconfig.8.gz 121OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def 122OLD_FILES+=usr/share/snmp/defs/atm_tree.def 123OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt 124OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt 125.endif 126 127.if ${MK_AUDIT} == no 128OLD_FILES+=usr/sbin/audit 129OLD_FILES+=usr/sbin/auditd 130OLD_FILES+=usr/sbin/auditreduce 131OLD_FILES+=usr/sbin/praudit 132OLD_FILES+=usr/share/man/man1/auditreduce.1.gz 133OLD_FILES+=usr/share/man/man1/praudit.1.gz 134OLD_FILES+=usr/share/man/man8/audit.8.gz 135OLD_FILES+=usr/share/man/man8/auditd.8.gz 136.endif 137 138.if ${MK_AUTHPF} == no 139OLD_FILES+=usr/sbin/authpf 140OLD_FILES+=usr/share/man/man8/authpf.8.gz 141.endif 142 143.if ${MK_BIND} == no 144OLD_FILES+=etc/periodic/daily/470.status-named 145OLD_FILES+=usr/bin/dig 146OLD_FILES+=usr/bin/host 147OLD_FILES+=usr/bin/nslookup 148OLD_FILES+=usr/bin/nsupdate 149OLD_FILES+=usr/include/lwres/context.h 150OLD_FILES+=usr/include/lwres/int.h 151OLD_FILES+=usr/include/lwres/ipv6.h 152OLD_FILES+=usr/include/lwres/lang.h 153OLD_FILES+=usr/include/lwres/list.h 154OLD_FILES+=usr/include/lwres/lwbuffer.h 155OLD_FILES+=usr/include/lwres/lwpacket.h 156OLD_FILES+=usr/include/lwres/lwres.h 157OLD_FILES+=usr/include/lwres/result.h 158OLD_FILES+=usr/include/lwres/version.h 159OLD_FILES+=usr/include/lwres/net.h 160OLD_FILES+=usr/include/lwres/netdb.h 161OLD_FILES+=usr/include/lwres/platform.h 162OLD_DIRS+=usr/include/lwres 163OLD_FILES+=usr/lib/liblwres.a 164OLD_FILES+=usr/lib/liblwres_p.a 165OLD_LIBS+=usr/lib/liblwres.so.10 166OLD_FILES+=usr/lib/liblwres.so 167OLD_FILES+=usr/sbin/named 168OLD_FILES+=usr/sbin/lwresd 169OLD_FILES+=usr/sbin/named-checkconf 170OLD_FILES+=usr/sbin/named-checkzone 171OLD_FILES+=usr/sbin/named.reload 172OLD_FILES+=usr/sbin/named.reconfig 173OLD_FILES+=usr/sbin/rndc 174OLD_FILES+=usr/sbin/rndc-confgen 175OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch01.html 176OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch02.html 177OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch03.html 178OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch04.html 179OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch05.html 180OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch06.html 181OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch07.html 182OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch08.html 183OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch09.html 184OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.html 185OLD_DIRS+=usr/share/doc/bind9/arm 186OLD_FILES+=usr/share/doc/bind9/misc/dnssec 187OLD_FILES+=usr/share/doc/bind9/misc/format-options.pl 188OLD_FILES+=usr/share/doc/bind9/misc/ipv6 189OLD_FILES+=usr/share/doc/bind9/misc/migration 190OLD_FILES+=usr/share/doc/bind9/misc/migration-4to9 191OLD_FILES+=usr/share/doc/bind9/misc/options 192OLD_FILES+=usr/share/doc/bind9/misc/rfc-compliance 193OLD_FILES+=usr/share/doc/bind9/misc/roadmap 194OLD_FILES+=usr/share/doc/bind9/misc/sdb 195OLD_DIRS+=usr/share/doc/bind9/misc 196OLD_DIRS+=usr/share/doc/bind9 197OLD_FILES+=usr/share/doc/bind9/CHANGES 198OLD_FILES+=usr/share/doc/bind9/COPYRIGHT 199OLD_FILES+=usr/share/doc/bind9/FAQ 200OLD_FILES+=usr/share/doc/bind9/README 201OLD_FILES+=usr/share/man/man1/dig.1.gz 202OLD_FILES+=usr/share/man/man1/host.1.gz 203OLD_FILES+=usr/share/man/man1/nslookup.1.gz 204OLD_FILES+=usr/share/man/man3/lwres.3.gz 205OLD_FILES+=usr/share/man/man3/lwres_buffer.3.gz 206OLD_FILES+=usr/share/man/man3/lwres_config.3.gz 207OLD_FILES+=usr/share/man/man3/lwres_context.3.gz 208OLD_FILES+=usr/share/man/man3/lwres_gabn.3.gz 209OLD_FILES+=usr/share/man/man3/lwres_gai_strerror.3.gz 210OLD_FILES+=usr/share/man/man3/lwres_getaddrinfo.3.gz 211OLD_FILES+=usr/share/man/man3/lwres_gethostent.3.gz 212OLD_FILES+=usr/share/man/man3/lwres_getipnode.3.gz 213OLD_FILES+=usr/share/man/man3/lwres_getnameinfo.3.gz 214OLD_FILES+=usr/share/man/man3/lwres_getrrsetbyname.3.gz 215OLD_FILES+=usr/share/man/man3/lwres_gnba.3.gz 216OLD_FILES+=usr/share/man/man3/lwres_inetntop.3.gz 217OLD_FILES+=usr/share/man/man3/lwres_hstrerror.3.gz 218OLD_FILES+=usr/share/man/man3/lwres_noop.3.gz 219OLD_FILES+=usr/share/man/man3/lwres_packet.3.gz 220OLD_FILES+=usr/share/man/man3/lwres_resutil.3.gz 221OLD_FILES+=usr/share/man/man3/lwres_buffer_add.3.gz 222OLD_FILES+=usr/share/man/man3/lwres_buffer_back.3.gz 223OLD_FILES+=usr/share/man/man3/lwres_buffer_clear.3.gz 224OLD_FILES+=usr/share/man/man3/lwres_buffer_first.3.gz 225OLD_FILES+=usr/share/man/man3/lwres_buffer_forward.3.gz 226OLD_FILES+=usr/share/man/man3/lwres_buffer_getmem.3.gz 227OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint16.3.gz 228OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint32.3.gz 229OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint8.3.gz 230OLD_FILES+=usr/share/man/man3/lwres_buffer_init.3.gz 231OLD_FILES+=usr/share/man/man3/lwres_buffer_invalidate.3.gz 232OLD_FILES+=usr/share/man/man3/lwres_buffer_putmem.3.gz 233OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint16.3.gz 234OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint32.3.gz 235OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint8.3.gz 236OLD_FILES+=usr/share/man/man3/lwres_buffer_subtract.3.gz 237OLD_FILES+=usr/share/man/man3/lwres_conf_clear.3.gz 238OLD_FILES+=usr/share/man/man3/lwres_conf_get.3.gz 239OLD_FILES+=usr/share/man/man3/lwres_conf_init.3.gz 240OLD_FILES+=usr/share/man/man3/lwres_conf_parse.3.gz 241OLD_FILES+=usr/share/man/man3/lwres_conf_print.3.gz 242OLD_FILES+=usr/share/man/man3/lwres_context_allocmem.3.gz 243OLD_FILES+=usr/share/man/man3/lwres_context_create.3.gz 244OLD_FILES+=usr/share/man/man3/lwres_context_destroy.3.gz 245OLD_FILES+=usr/share/man/man3/lwres_context_freemem.3.gz 246OLD_FILES+=usr/share/man/man3/lwres_freeaddrinfo.3.gz 247OLD_FILES+=usr/share/man/man3/lwres_context_initserial.3.gz 248OLD_FILES+=usr/share/man/man3/lwres_context_nextserial.3.gz 249OLD_FILES+=usr/share/man/man3/lwres_context_sendrecv.3.gz 250OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_free.3.gz 251OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_parse.3.gz 252OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_render.3.gz 253OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_free.3.gz 254OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_parse.3.gz 255OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_render.3.gz 256OLD_FILES+=usr/share/man/man3/lwres_endhostent.3.gz 257OLD_FILES+=usr/share/man/man3/lwres_endhostent_r.3.gz 258OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr.3.gz 259OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr_r.3.gz 260OLD_FILES+=usr/share/man/man3/lwres_gethostbyname.3.gz 261OLD_FILES+=usr/share/man/man3/lwres_gethostbyname2.3.gz 262OLD_FILES+=usr/share/man/man3/lwres_gethostbyname_r.3.gz 263OLD_FILES+=usr/share/man/man3/lwres_gethostent_r.3.gz 264OLD_FILES+=usr/share/man/man3/lwres_sethostent.3.gz 265OLD_FILES+=usr/share/man/man3/lwres_sethostent_r.3.gz 266OLD_FILES+=usr/share/man/man3/lwres_freehostent.3.gz 267OLD_FILES+=usr/share/man/man3/lwres_getipnodebyaddr.3.gz 268OLD_FILES+=usr/share/man/man3/lwres_getipnodebyname.3.gz 269OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_free.3.gz 270OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_parse.3.gz 271OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_render.3.gz 272OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_free.3.gz 273OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_parse.3.gz 274OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_render.3.gz 275OLD_FILES+=usr/share/man/man3/lwres_herror.3.gz 276OLD_FILES+=usr/share/man/man3/lwres_net_ntop.3.gz 277OLD_FILES+=usr/share/man/man3/lwres_nooprequest_free.3.gz 278OLD_FILES+=usr/share/man/man3/lwres_nooprequest_parse.3.gz 279OLD_FILES+=usr/share/man/man3/lwres_nooprequest_render.3.gz 280OLD_FILES+=usr/share/man/man3/lwres_noopresponse_free.3.gz 281OLD_FILES+=usr/share/man/man3/lwres_noopresponse_parse.3.gz 282OLD_FILES+=usr/share/man/man3/lwres_noopresponse_render.3.gz 283OLD_FILES+=usr/share/man/man3/lwres_lwpacket_parseheader.3.gz 284OLD_FILES+=usr/share/man/man3/lwres_lwpacket_renderheader.3.gz 285OLD_FILES+=usr/share/man/man3/lwres_addr_parse.3.gz 286OLD_FILES+=usr/share/man/man3/lwres_getaddrsbyname.3.gz 287OLD_FILES+=usr/share/man/man3/lwres_getnamebyaddr.3.gz 288OLD_FILES+=usr/share/man/man3/lwres_string_parse.3.gz 289OLD_FILES+=usr/share/man/man5/named.conf.5.gz 290OLD_FILES+=usr/share/man/man5/rndc.conf.5.gz 291OLD_FILES+=usr/share/man/man8/nsupdate.8.gz 292OLD_FILES+=usr/share/man/man8/dnssec-keygen.8.gz 293OLD_FILES+=usr/share/man/man8/dnssec-signzone.8.gz 294OLD_FILES+=usr/share/man/man8/named.8.gz 295OLD_FILES+=usr/share/man/man8/lwresd.8.gz 296OLD_FILES+=usr/share/man/man8/named-checkconf.8.gz 297OLD_FILES+=usr/share/man/man8/named-checkzone.8.gz 298OLD_FILES+=usr/share/man/man8/named.reload.8.gz 299OLD_FILES+=usr/share/man/man8/named.reconfig.8.gz 300OLD_FILES+=usr/share/man/man8/rndc.8.gz 301OLD_FILES+=usr/share/man/man8/rndc-confgen.8.gz 302OLD_DIRS+=var/named/dev 303OLD_DIRS+=var/named/var/stats 304OLD_DIRS+=var/named/var/run/named 305OLD_DIRS+=var/named/var/run 306OLD_DIRS+=var/named/var/log 307OLD_DIRS+=var/named/var/dump 308OLD_DIRS+=var/named/var 309.endif 310 311.if ${MK_BIND_DNSSEC} == no || ${MK_BIND} == no 312OLD_FILES+=usr/sbin/dnssec-keygen 313OLD_FILES+=usr/sbin/dnssec-signzone 314.endif 315 316.if ${MK_BIND_ETC} == no || ${MK_BIND} == no 317OLD_FILES+=var/named/etc/namedb/PROTO.localhost-v6.rev 318OLD_FILES+=var/named/etc/namedb/PROTO.localhost.rev 319OLD_FILES+=var/named/etc/namedb/make-localhost 320#OLD_FILES+=var/named/etc/namedb/named.conf # intentionally left out 321OLD_FILES+=var/named/etc/namedb/named.root 322OLD_DIRS+=var/named/etc/namedb/slave 323OLD_DIRS+=var/named/etc/namedb/master 324OLD_DIRS+=var/named/etc/namedb/dynamic 325#OLD_DIRS+=var/named/etc/namedb 326#OLD_DIRS+=var/named/etc 327.endif 328 329#.if ${MK_BIND_LIBS} == no || ${MK_BIND} == no 330# to be filled in and removed above 331#.endif 332 333#.if ${MK_BIND_LIBS_LWRES} == no || ${MK_BIND} == no 334# to be filled in and removed above 335#.endif 336 337#.if ${MK_BIND_NAMED} == no || ${MK_BIND} == no 338# to be filled in and removed above 339#.endif 340 341.if ${MK_BLUETOOTH} == no 342OLD_FILES+=etc/bluetooth/hcsecd.conf 343OLD_FILES+=etc/bluetooth/hosts 344OLD_FILES+=etc/bluetooth/protocols 345OLD_FILES+=usr/bin/bthost 346OLD_FILES+=usr/bin/btsockstat 347OLD_FILES+=usr/bin/rfcomm_sppd 348OLD_FILES+=usr/include/bluetooth.h 349OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h 350OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h 351OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h 352OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h 353OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h 354OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h 355OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h 356OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h 357OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h 358OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h 359OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h 360OLD_DIRS+=usr/include/netgraph/bluetooth/include 361OLD_DIRS+=usr/include/netgraph/bluetooth 362OLD_FILES+=usr/include/sdp.h 363OLD_FILES+=usr/lib/libbluetooth.a 364OLD_FILES+=usr/lib/libbluetooth.so 365OLD_LIBS+=usr/lib/libbluetooth.so.4 366OLD_FILES+=usr/lib/libbluetooth_p.a 367OLD_FILES+=usr/lib/libsdp.a 368OLD_FILES+=usr/lib/libsdp.so 369OLD_LIBS+=usr/lib/libsdp.so.4 370OLD_FILES+=usr/lib/libsdp_p.a 371.if ${TARGET_ARCH} == "amd64" 372OLD_FILES+=usr/lib32/libbluetooth.a 373OLD_FILES+=usr/lib32/libbluetooth.so 374OLD_LIBS+=usr/lib32/libbluetooth.so.4 375OLD_FILES+=usr/lib32/libbluetooth_p.a 376OLD_FILES+=usr/lib32/libsdp.a 377OLD_FILES+=usr/lib32/libsdp.so 378OLD_LIBS+=usr/lib32/libsdp.so.4 379OLD_FILES+=usr/lib32/libsdp_p.a 380.endif 381OLD_FILES+=usr/sbin/bcmfw 382OLD_FILES+=usr/sbin/bt3cfw 383OLD_FILES+=usr/sbin/bthidcontrol 384OLD_FILES+=usr/sbin/bthidd 385OLD_FILES+=usr/sbin/btpand 386OLD_FILES+=usr/sbin/hccontrol 387OLD_FILES+=usr/sbin/hcsecd 388OLD_FILES+=usr/sbin/hcseriald 389OLD_FILES+=usr/sbin/l2control 390OLD_FILES+=usr/sbin/l2ping 391OLD_FILES+=usr/sbin/rfcomm_pppd 392OLD_FILES+=usr/sbin/sdpcontrol 393OLD_FILES+=usr/sbin/sdpd 394OLD_FILES+=usr/share/man/man1/bthost.1.gz 395OLD_FILES+=usr/share/man/man1/btsockstat.1.gz 396OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz 397OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz 398OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz 399OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz 400OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz 401OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz 402OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz 403OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz 404OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz 405OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz 406OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz 407OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz 408OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz 409OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz 410OLD_FILES+=usr/share/man/man3/bluetooth.3.gz 411OLD_FILES+=usr/share/man/man3/bt_aton.3.gz 412OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz 413OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz 414OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz 415OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz 416OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz 417OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz 418OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz 419OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz 420OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz 421OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz 422OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz 423OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz 424OLD_FILES+=usr/share/man/man3/bt_devname.3.gz 425OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz 426OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz 427OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz 428OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz 429OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz 430OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz 431OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz 432OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz 433OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz 434OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz 435OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz 436OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz 437OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz 438OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz 439OLD_FILES+=usr/share/man/man3/sdp.3.gz 440OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz 441OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz 442OLD_FILES+=usr/share/man/man3/sdp_close.3.gz 443OLD_FILES+=usr/share/man/man3/sdp_error.3.gz 444OLD_FILES+=usr/share/man/man3/sdp_open.3.gz 445OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz 446OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz 447OLD_FILES+=usr/share/man/man3/sdp_search.3.gz 448OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz 449OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz 450OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz 451OLD_FILES+=usr/share/man/man8/bcmfw.8.gz 452OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz 453OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz 454OLD_FILES+=usr/share/man/man8/bthidd.8.gz 455OLD_FILES+=usr/share/man/man8/btpand.8.gz 456OLD_FILES+=usr/share/man/man8/hccontrol.8.gz 457OLD_FILES+=usr/share/man/man8/hcsecd.8.gz 458OLD_FILES+=usr/share/man/man8/hcseriald.8.gz 459OLD_FILES+=usr/share/man/man8/l2control.8.gz 460OLD_FILES+=usr/share/man/man8/l2ping.8.gz 461OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz 462OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz 463OLD_FILES+=usr/share/man/man8/sdpd.8.gz 464.endif 465 466#.if ${MK_BOOT} == no 467# to be filled in 468#.endif 469 470.if ${MK_CALENDAR} == no 471OLD_FILES+=etc/periodic/daily/300.calendar 472OLD_FILES+=usr/bin/calendar 473OLD_FILES+=usr/share/calendar/calendar.all 474OLD_FILES+=usr/share/calendar/calendar.australia 475OLD_FILES+=usr/share/calendar/calendar.birthday 476OLD_FILES+=usr/share/calendar/calendar.christian 477OLD_FILES+=usr/share/calendar/calendar.computer 478OLD_FILES+=usr/share/calendar/calendar.croatian 479OLD_FILES+=usr/share/calendar/calendar.dutch 480OLD_FILES+=usr/share/calendar/calendar.freebsd 481OLD_FILES+=usr/share/calendar/calendar.french 482OLD_FILES+=usr/share/calendar/calendar.german 483OLD_FILES+=usr/share/calendar/calendar.history 484OLD_FILES+=usr/share/calendar/calendar.holiday 485OLD_FILES+=usr/share/calendar/calendar.hungarian 486OLD_FILES+=usr/share/calendar/calendar.judaic 487OLD_FILES+=usr/share/calendar/calendar.lotr 488OLD_FILES+=usr/share/calendar/calendar.music 489OLD_FILES+=usr/share/calendar/calendar.newzealand 490OLD_FILES+=usr/share/calendar/calendar.russian 491OLD_FILES+=usr/share/calendar/calendar.southafrica 492OLD_FILES+=usr/share/calendar/calendar.ukrainian 493OLD_FILES+=usr/share/calendar/calendar.usholiday 494OLD_FILES+=usr/share/calendar/calendar.world 495OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15 496OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag 497OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all 498OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag 499OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte 500OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche 501OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur 502OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik 503OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft 504OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15 505OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all 506OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes 507OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french 508OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies 509OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes 510OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15 511OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all 512OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici 513OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all 514OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok 515OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek 516OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all 517OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common 518OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday 519OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military 520OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.msk 521OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox 522OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan 523OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all 524OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday 525OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc 526OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox 527OLD_FILES+=usr/share/man/man1/calendar.1.gz 528.endif 529 530.if ${MK_CDDL} == no 531OLD_LIBS+=lib/libavl.so.2 532OLD_LIBS+=lib/libctf.so.2 533OLD_LIBS+=lib/libdtrace.so.2 534OLD_LIBS+=lib/libnvpair.so.2 535OLD_LIBS+=lib/libumem.so.2 536OLD_LIBS+=lib/libuutil.so.2 537OLD_FILES+=usr/bin/ctfconvert 538OLD_FILES+=usr/bin/ctfdump 539OLD_FILES+=usr/bin/ctfmerge 540OLD_FILES+=usr/bin/sgsmsg 541OLD_FILES+=usr/lib/dtrace/drti.o 542OLD_FILES+=usr/lib/dtrace/errno.d 543OLD_FILES+=usr/lib/dtrace/psinfo.d 544OLD_FILES+=usr/lib/dtrace/signal.d 545OLD_FILES+=usr/lib/dtrace/unistd.d 546OLD_FILES+=usr/lib/libavl.a 547OLD_FILES+=usr/lib/libavl.so 548OLD_FILES+=usr/lib/libavl_p.a 549OLD_FILES+=usr/lib/libctf.a 550OLD_FILES+=usr/lib/libctf.so 551OLD_FILES+=usr/lib/libctf_p.a 552OLD_FILES+=usr/lib/libdtrace.a 553OLD_FILES+=usr/lib/libdtrace.so 554OLD_FILES+=usr/lib/libdtrace_p.a 555OLD_FILES+=usr/lib/libnvpair.a 556OLD_FILES+=usr/lib/libnvpair.so 557OLD_FILES+=usr/lib/libnvpair_p.a 558OLD_FILES+=usr/lib/libumem.a 559OLD_FILES+=usr/lib/libumem.so 560OLD_FILES+=usr/lib/libumem_p.a 561OLD_FILES+=usr/lib/libuutil.a 562OLD_FILES+=usr/lib/libuutil.so 563OLD_FILES+=usr/lib/libuutil_p.a 564.if ${TARGET_ARCH} == "amd64" 565OLD_FILES+=usr/lib32/dtrace/drti.o 566OLD_FILES+=usr/lib32/libavl.a 567OLD_FILES+=usr/lib32/libavl.so 568OLD_LIBS+=usr/lib32/libavl.so.2 569OLD_FILES+=usr/lib32/libavl_p.a 570OLD_FILES+=usr/lib32/libctf.a 571OLD_FILES+=usr/lib32/libctf.so 572OLD_LIBS+=usr/lib32/libctf.so.2 573OLD_FILES+=usr/lib32/libctf_p.a 574OLD_FILES+=usr/lib32/libdtrace.a 575OLD_FILES+=usr/lib32/libdtrace.so 576OLD_LIBS+=usr/lib32/libdtrace.so.2 577OLD_FILES+=usr/lib32/libdtrace_p.a 578OLD_FILES+=usr/lib32/libnvpair.a 579OLD_FILES+=usr/lib32/libnvpair.so 580OLD_LIBS+=usr/lib32/libnvpair.so.2 581OLD_FILES+=usr/lib32/libnvpair_p.a 582OLD_FILES+=usr/lib32/libumem.a 583OLD_FILES+=usr/lib32/libumem.so 584OLD_LIBS+=usr/lib32/libumem.so.2 585OLD_FILES+=usr/lib32/libumem_p.a 586OLD_FILES+=usr/lib32/libuutil.a 587OLD_FILES+=usr/lib32/libuutil.so 588OLD_LIBS+=usr/lib32/libuutil.so.2 589OLD_FILES+=usr/lib32/libuutil_p.a 590.endif 591OLD_FILES+=usr/sbin/dtrace 592OLD_FILES+=usr/sbin/lockstat 593OLD_FILES+=usr/share/man/man1/dtrace.1.gz 594.endif 595 596.if ${MK_ZFS} == no 597OLD_FILES+=boot/gptzfsboot 598OLD_FILES+=boot/zfsboot 599OLD_FILES+=boot/zfsloader 600OLD_FILES+=etc/periodic/daily/404.status-zfs 601OLD_FILES+=etc/periodic/daily/800.scrub-zfs 602OLD_LIBS+=lib/libzfs.so.2 603OLD_LIBS+=lib/libzpool.so.2 604OLD_FILES+=rescue/zfs 605OLD_FILES+=rescue/zpool 606OLD_FILES+=sbin/zfs 607OLD_FILES+=sbin/zpool 608OLD_FILES+=usr/bin/zinject 609OLD_FILES+=usr/bin/ztest 610OLD_FILES+=usr/lib/libzfs.a 611OLD_FILES+=usr/lib/libzfs.so 612OLD_FILES+=usr/lib/libzfs_p.a 613OLD_FILES+=usr/lib/libzpool.a 614OLD_FILES+=usr/lib/libzpool.so 615.if ${TARGET_ARCH} == "amd64" 616OLD_FILES+=usr/lib32/libzfs.a 617OLD_FILES+=usr/lib32/libzfs.so 618OLD_LIBS+=usr/lib32/libzfs.so.2 619OLD_FILES+=usr/lib32/libzfs_p.a 620OLD_FILES+=usr/lib32/libzpool.a 621OLD_FILES+=usr/lib32/libzpool.so 622OLD_LIBS+=usr/lib32/libzpool.so.2 623.endif 624OLD_FILES+=usr/sbin/zdb 625OLD_FILES+=usr/share/man/man8/zdb.8.gz 626OLD_FILES+=usr/share/man/man8/zfs.8.gz 627OLD_FILES+=usr/share/man/man8/zpool.8.gz 628.endif 629 630.if ${MK_CLANG} == no 631OLD_FILES+=usr/bin/clang 632OLD_FILES+=usr/bin/clang++ 633OLD_FILES+=usr/bin/tblgen 634OLD_FILES+=usr/include/clang/2.8/emmintrin.h 635OLD_FILES+=usr/include/clang/2.8/mm_malloc.h 636OLD_FILES+=usr/include/clang/2.8/mmintrin.h 637OLD_FILES+=usr/include/clang/2.8/pmmintrin.h 638OLD_FILES+=usr/include/clang/2.8/tmmintrin.h 639OLD_FILES+=usr/include/clang/2.8/xmmintrin.h 640.endif 641 642.if ${MK_CPP} == no 643OLD_FILES+=usr/bin/cpp 644OLD_FILES+=usr/share/man/man1/cpp.1.gz 645.endif 646 647#.if ${MK_CRYPT} == no 648# to be filled in 649#.endif 650 651.if ${MK_CTM} == no 652OLD_FILES+=usr/sbin/ctm 653OLD_FILES+=usr/sbin/ctm_dequeue 654OLD_FILES+=usr/sbin/ctm_rmail 655OLD_FILES+=usr/sbin/ctm_smail 656OLD_FILES+=usr/share/man/man1/ctm.1.gz 657OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz 658OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz 659OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz 660OLD_FILES+=usr/share/man/man5/ctm.5.gz 661.endif 662 663.if ${MK_CVS} == no 664OLD_FILES+=usr/bin/cvs 665OLD_FILES+=usr/bin/cvsbug 666OLD_FILES+=usr/share/examples/cvs/contrib/README 667OLD_FILES+=usr/share/examples/cvs/contrib/clmerge 668OLD_FILES+=usr/share/examples/cvs/contrib/cln_hist 669OLD_FILES+=usr/share/examples/cvs/contrib/commit_prep 670OLD_FILES+=usr/share/examples/cvs/contrib/cvs2vendor 671OLD_FILES+=usr/share/examples/cvs/contrib/cvs_acls 672OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck 673OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck.man 674OLD_FILES+=usr/share/examples/cvs/contrib/cvshelp.man 675OLD_FILES+=usr/share/examples/cvs/contrib/descend.man 676OLD_FILES+=usr/share/examples/cvs/contrib/easy-import 677OLD_FILES+=usr/share/examples/cvs/contrib/intro.doc 678OLD_FILES+=usr/share/examples/cvs/contrib/log 679OLD_FILES+=usr/share/examples/cvs/contrib/log_accum 680OLD_FILES+=usr/share/examples/cvs/contrib/mfpipe 681OLD_FILES+=usr/share/examples/cvs/contrib/rcs-to-cvs 682OLD_FILES+=usr/share/examples/cvs/contrib/rcs2log 683OLD_FILES+=usr/share/examples/cvs/contrib/rcslock 684OLD_FILES+=usr/share/examples/cvs/contrib/sccs2rcs 685OLD_FILES+=usr/share/info/cvs.info.gz 686OLD_FILES+=usr/share/info/cvsclient.info.gz 687OLD_FILES+=usr/share/man/man1/cvs.1.gz 688OLD_FILES+=usr/share/man/man5/cvs.5.gz 689OLD_FILES+=usr/share/man/man8/cvsbug.8.gz 690.endif 691 692#.if ${MK_CXX} == no 693# to be filled in 694#.endif 695 696.if ${MK_DICT} == no 697OLD_FILES+=usr/share/dict/README 698OLD_FILES+=usr/share/dict/freebsd 699OLD_FILES+=usr/share/dict/propernames 700OLD_FILES+=usr/share/dict/web2 701OLD_FILES+=usr/share/dict/web2a 702OLD_FILES+=usr/share/dict/words 703.endif 704 705#.if ${MK_EXAMPLES} == no 706# to be filled in 707#.endif 708 709.if ${MK_FLOPPY} == no 710OLD_FILES+=usr/sbin/fdcontrol 711OLD_FILES+=usr/sbin/fdformat 712OLD_FILES+=usr/sbin/fdread 713OLD_FILES+=usr/sbin/fdwrite 714OLD_FILES+=usr/share/man/man1/fdformat.1.gz 715OLD_FILES+=usr/share/man/man1/fdread.1.gz 716OLD_FILES+=usr/share/man/man1/fdwrite.1.gz 717OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz 718.endif 719 720.if ${MK_FREEBSD_UPDATE} == no 721OLD_FILES+=etc/freebsd-update.conf 722OLD_FILES+=usr/sbin/freebsd-update 723OLD_FILES+=usr/share/examples/etc/freebsd-update.conf 724OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz 725.endif 726 727.if ${MK_GAMES} == no 728OLD_FILES+=usr/games/bcd 729OLD_FILES+=usr/games/caesar 730OLD_FILES+=usr/games/factor 731OLD_FILES+=usr/games/fortune 732OLD_FILES+=usr/games/grdc 733OLD_FILES+=usr/games/morse 734OLD_FILES+=usr/games/number 735OLD_FILES+=usr/games/pom 736OLD_FILES+=usr/games/ppt 737OLD_FILES+=usr/games/primes 738OLD_FILES+=usr/games/random 739OLD_FILES+=usr/games/rot13 740OLD_FILES+=usr/games/strfile 741OLD_FILES+=usr/games/unstr 742OLD_FILES+=usr/share/games/fortune/fortunes 743OLD_FILES+=usr/share/games/fortune/fortunes-o 744OLD_FILES+=usr/share/games/fortune/fortunes-o.dat 745OLD_FILES+=usr/share/games/fortune/fortunes.dat 746OLD_FILES+=usr/share/games/fortune/freebsd-tips 747OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat 748OLD_FILES+=usr/share/games/fortune/gerrold.limerick 749OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat 750OLD_FILES+=usr/share/games/fortune/limerick 751OLD_FILES+=usr/share/games/fortune/limerick.dat 752OLD_FILES+=usr/share/games/fortune/murphy 753OLD_FILES+=usr/share/games/fortune/murphy-o 754OLD_FILES+=usr/share/games/fortune/murphy-o.dat 755OLD_FILES+=usr/share/games/fortune/murphy.dat 756OLD_FILES+=usr/share/games/fortune/startrek 757OLD_FILES+=usr/share/games/fortune/startrek.dat 758OLD_FILES+=usr/share/games/fortune/zippy 759OLD_FILES+=usr/share/games/fortune/zippy.dat 760OLD_FILES+=usr/share/man/man6/bcd.6.gz 761OLD_FILES+=usr/share/man/man6/caesar.6.gz 762OLD_FILES+=usr/share/man/man6/factor.6.gz 763OLD_FILES+=usr/share/man/man6/fortune.6.gz 764OLD_FILES+=usr/share/man/man6/grdc.6.gz 765OLD_FILES+=usr/share/man/man6/morse.6.gz 766OLD_FILES+=usr/share/man/man6/number.6.gz 767OLD_FILES+=usr/share/man/man6/pom.6.gz 768OLD_FILES+=usr/share/man/man6/ppt.6.gz 769OLD_FILES+=usr/share/man/man6/primes.6.gz 770OLD_FILES+=usr/share/man/man6/random.6.gz 771OLD_FILES+=usr/share/man/man6/rot13.6.gz 772OLD_FILES+=usr/share/man/man8/strfile.8.gz 773OLD_FILES+=usr/share/man/man8/unstr.8.gz 774.endif 775 776.if ${MK_GCOV} == no 777OLD_FILES+=usr/bin/gcov 778OLD_FILES+=usr/share/man/man1/gcov.1.gz 779.endif 780 781.if ${MK_GDB} == no 782OLD_FILES+=usr/bin/gdb 783OLD_FILES+=usr/bin/gdbserver 784OLD_FILES+=usr/bin/gdbtui 785OLD_FILES+=usr/bin/kgdb 786OLD_FILES+=usr/share/info/gdb.info.gz 787OLD_FILES+=usr/share/info/gdbint.info.gz 788OLD_FILES+=usr/share/info/stabs.info.gz 789OLD_FILES+=usr/share/man/man1/gdb.1.gz 790OLD_FILES+=usr/share/man/man1/gdbserver.1.gz 791OLD_FILES+=usr/share/man/man1/kgdb.1.gz 792.endif 793 794.if ${MK_GPIB} == no 795OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h 796OLD_FILES+=usr/include/dev/ieee488/ugpib.h 797OLD_FILES+=usr/include/dev/ieee488/upd7210.h 798OLD_FILES+=usr/include/gpib/gpib.h 799OLD_FILES+=usr/lib/libgpib.a 800OLD_FILES+=usr/lib/libgpib.so 801OLD_LIBS+=usr/lib/libgpib.so.3 802OLD_FILES+=usr/lib/libgpib_p.a 803.if ${TARGET_ARCH} == "amd64" 804OLD_FILES+=usr/lib32/libgpib.a 805OLD_FILES+=usr/lib32/libgpib.so 806OLD_LIBS+=usr/lib32/libgpib.so.3 807OLD_FILES+=usr/lib32/libgpib_p.a 808.endif 809.endif 810 811.if ${MK_GSSAPI} == no 812OLD_FILES+=usr/lib/libgssapi.a 813OLD_FILES+=usr/lib/libgssapi.so 814OLD_LIBS+=usr/lib/libgssapi.so.10 815OLD_FILES+=usr/lib/libgssapi_p.a 816OLD_FILES+=usr/lib/librpcsec_gss.a 817OLD_FILES+=usr/lib/librpcsec_gss.so 818OLD_LIBS+=usr/lib/librpcsec_gss.so.1 819.if ${TARGET_ARCH} == "amd64" 820OLD_FILES+=usr/lib32/libgssapi.a 821OLD_FILES+=usr/lib32/libgssapi.so 822OLD_LIBS+=usr/lib32/libgssapi.so.10 823OLD_FILES+=usr/lib32/libgssapi_p.a 824OLD_FILES+=usr/lib32/librpcsec_gss.a 825OLD_FILES+=usr/lib32/librpcsec_gss.so 826OLD_LIBS+=usr/lib32/librpcsec_gss.so.1 827.endif 828OLD_FILES+=usr/sbin/gssd 829OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz 830OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz 831OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz 832OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz 833OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz 834OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz 835OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz 836OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz 837OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz 838OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz 839OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz 840OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz 841OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz 842OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz 843OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz 844OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz 845OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz 846OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz 847OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz 848OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz 849OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz 850OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz 851OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz 852OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz 853OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz 854OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz 855OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz 856OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz 857OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz 858OLD_FILES+=usr/share/man/man3/gss_seal.3.gz 859OLD_FILES+=usr/share/man/man3/gss_sign.3.gz 860OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz 861OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz 862OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz 863OLD_FILES+=usr/share/man/man3/gss_verify.3.gz 864OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz 865OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz 866OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz 867OLD_FILES+=usr/share/man/man3/gssapi.3.gz 868OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz 869OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz 870OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz 871OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz 872OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz 873OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz 874OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz 875OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz 876OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz 877OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz 878OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz 879OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz 880OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz 881OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz 882OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz 883OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz 884OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz 885OLD_FILES+=usr/share/man/man5/mech.5.gz 886OLD_FILES+=usr/share/man/man5/qop.5.gz 887OLD_FILES+=usr/share/man/man8/gssd.8.gz 888.endif 889 890#.if ${MK_GROFF} == no 891# to be filled in 892#.endif 893 894.if ${MK_HESIOD} == no 895OLD_FILES+=usr/bin/hesinfo 896OLD_FILES+=usr/include/hesiod.h 897OLD_FILES+=usr/share/man/man1/hesinfo.1.gz 898OLD_FILES+=usr/share/man/man3/hesiod.3.gz 899OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz 900.endif 901 902#.if ${MK_HTML} == no 903# to be filled in 904#.endif 905 906.if ${MK_IDEA} == no 907OLD_FILES+=usr/include/openssl/idea.h 908.endif 909 910.if ${MK_INET6} == no 911OLD_FILES+=sbin/ping6 912OLD_FILES+=sbin/rtsol 913OLD_FILES+=usr/sbin/faithd 914OLD_FILES+=usr/sbin/ip6addrctl 915OLD_FILES+=usr/sbin/mld6query 916OLD_FILES+=usr/sbin/ndp 917OLD_FILES+=usr/sbin/rip6query 918OLD_FILES+=usr/sbin/route6d 919OLD_FILES+=usr/sbin/rrenumd 920OLD_FILES+=usr/sbin/rtadvd 921OLD_FILES+=usr/sbin/rtsold 922OLD_FILES+=usr/sbin/traceroute6 923OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz 924OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz 925OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz 926OLD_FILES+=usr/share/man/man8/mld6query.8.gz 927OLD_FILES+=usr/share/man/man8/ndp.8.gz 928OLD_FILES+=usr/share/man/man8/ping6.8.gz 929OLD_FILES+=usr/share/man/man8/rip6query.8.gz 930OLD_FILES+=usr/share/man/man8/route6d.8.gz 931OLD_FILES+=usr/share/man/man8/rrenumd.8.gz 932OLD_FILES+=usr/share/man/man8/rtadvd.8.gz 933OLD_FILES+=usr/share/man/man8/rtsol.8.gz 934OLD_FILES+=usr/share/man/man8/rtsold.8.gz 935OLD_FILES+=usr/share/man/man8/traceroute6.8.gz 936.endif 937 938.if ${MK_INET6_SUPPORT} == no 939OLD_FILES+=rescue/ping6 940.endif 941 942#.if ${MK_INFO} == no 943# to be filled in 944#.endif 945 946.if ${MK_IPFILTER} == no 947OLD_FILES+=etc/periodic/security/510.ipfdenied 948OLD_FILES+=rescue/ipf 949OLD_FILES+=sbin/ipf 950OLD_FILES+=sbin/ipfs 951OLD_FILES+=sbin/ipfstat 952OLD_FILES+=sbin/ipftest 953OLD_FILES+=sbin/ipmon 954OLD_FILES+=sbin/ipnat 955OLD_FILES+=sbin/ippool 956OLD_FILES+=sbin/ipresend 957OLD_FILES+=usr/include/netinet/ip_auth.h 958OLD_FILES+=usr/include/netinet/ip_compat.h 959OLD_FILES+=usr/include/netinet/ip_fil.h 960OLD_FILES+=usr/include/netinet/ip_frag.h 961OLD_FILES+=usr/include/netinet/ip_htable.h 962OLD_FILES+=usr/include/netinet/ip_lookup.h 963OLD_FILES+=usr/include/netinet/ip_nat.h 964OLD_FILES+=usr/include/netinet/ip_pool.h 965OLD_FILES+=usr/include/netinet/ip_proxy.h 966OLD_FILES+=usr/include/netinet/ip_rules.h 967OLD_FILES+=usr/include/netinet/ip_scan.h 968OLD_FILES+=usr/include/netinet/ip_state.h 969OLD_FILES+=usr/include/netinet/ip_sync.h 970OLD_FILES+=usr/include/netinet/ipl.h 971OLD_FILES+=usr/share/examples/ipfilter/README 972OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT 973OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW 974OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW 975OLD_FILES+=usr/share/examples/ipfilter/example.1 976OLD_FILES+=usr/share/examples/ipfilter/example.2 977OLD_FILES+=usr/share/examples/ipfilter/example.3 978OLD_FILES+=usr/share/examples/ipfilter/example.4 979OLD_FILES+=usr/share/examples/ipfilter/example.5 980OLD_FILES+=usr/share/examples/ipfilter/example.6 981OLD_FILES+=usr/share/examples/ipfilter/example.7 982OLD_FILES+=usr/share/examples/ipfilter/example.8 983OLD_FILES+=usr/share/examples/ipfilter/example.9 984OLD_FILES+=usr/share/examples/ipfilter/example.10 985OLD_FILES+=usr/share/examples/ipfilter/example.11 986OLD_FILES+=usr/share/examples/ipfilter/example.12 987OLD_FILES+=usr/share/examples/ipfilter/example.13 988OLD_FILES+=usr/share/examples/ipfilter/example.sr 989OLD_FILES+=usr/share/examples/ipfilter/firewall 990OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy 991OLD_FILES+=usr/share/examples/ipfilter/ftppxy 992OLD_FILES+=usr/share/examples/ipfilter/nat-setup 993OLD_FILES+=usr/share/examples/ipfilter/nat.eg 994OLD_FILES+=usr/share/examples/ipfilter/server 995OLD_FILES+=usr/share/examples/ipfilter/tcpstate 996OLD_FILES+=usr/share/examples/ipfilter/example.14 997OLD_FILES+=usr/share/examples/ipfilter/firewall.1 998OLD_FILES+=usr/share/examples/ipfilter/firewall.2 999OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive 1000OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive 1001OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample 1002OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample 1003OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt 1004OLD_FILES+=usr/share/examples/ipfilter/examples.txt 1005OLD_FILES+=usr/share/examples/ipfilter/rules.txt 1006OLD_FILES+=usr/share/man/man1/ipftest.1.gz 1007OLD_FILES+=usr/share/man/man1/ipresend.1.gz 1008OLD_FILES+=usr/share/man/man4/ipf.4.gz 1009OLD_FILES+=usr/share/man/man4/ipl.4.gz 1010OLD_FILES+=usr/share/man/man4/ipfilter.4.gz 1011OLD_FILES+=usr/share/man/man4/ipnat.4.gz 1012OLD_FILES+=usr/share/man/man5/ipf.5.gz 1013OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz 1014OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz 1015OLD_FILES+=usr/share/man/man5/ipnat.5.gz 1016OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz 1017OLD_FILES+=usr/share/man/man5/ippool.5.gz 1018OLD_FILES+=usr/share/man/man8/ipf.8.gz 1019OLD_FILES+=usr/share/man/man8/ipfs.8.gz 1020OLD_FILES+=usr/share/man/man8/ipfstat.8.gz 1021OLD_FILES+=usr/share/man/man8/ipmon.8.gz 1022OLD_FILES+=usr/share/man/man8/ipnat.8.gz 1023OLD_FILES+=usr/share/man/man8/ippool.8.gz 1024.endif 1025 1026.if ${MK_IPFW} == no 1027OLD_FILES+=etc/periodic/security/500.ipfwdenied 1028OLD_FILES+=etc/periodic/security/550.ipfwlimit 1029OLD_FILES+=sbin/ipfw 1030OLD_FILES+=sbin/natd 1031OLD_FILES+=usr/sbin/ipfwpcap 1032OLD_FILES+=usr/share/man/man8/ipfw.8.gz 1033OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz 1034OLD_FILES+=usr/share/man/man8/natd.8.gz 1035.endif 1036 1037.if ${MK_IPX} == no 1038OLD_LIBS+=lib/libipx.so.5 1039OLD_FILES+=usr/lib/libipx.a 1040OLD_FILES+=usr/lib/libipx.so 1041OLD_FILES+=usr/lib/libipx_p.a 1042.if ${TARGET_ARCH} == "amd64" 1043OLD_FILES+=usr/lib32/libipx.a 1044OLD_FILES+=usr/lib32/libipx.so 1045OLD_LIBS+=usr/lib32/libipx.so.5 1046OLD_FILES+=usr/lib32/libipx_p.a 1047.endif 1048OLD_FILES+=usr/sbin/IPXrouted 1049OLD_FILES+=usr/share/man/man3/ipx.3.gz 1050OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz 1051OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz 1052OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz 1053.endif 1054 1055.if ${MK_JAIL} == no 1056OLD_FILES+=usr/sbin/jail 1057OLD_FILES+=usr/sbin/jexec 1058OLD_FILES+=usr/sbin/jls 1059OLD_FILES+=usr/share/man/man8/jail.8.gz 1060OLD_FILES+=usr/share/man/man8/jexec.8.gz 1061OLD_FILES+=usr/share/man/man8/jls.8.gz 1062.endif 1063 1064.if ${MK_KERBEROS} == no 1065OLD_FILES+=usr/bin/kadmin 1066OLD_FILES+=usr/bin/kdestroy 1067OLD_FILES+=usr/bin/kinit 1068OLD_FILES+=usr/bin/klist 1069OLD_FILES+=usr/bin/kpasswd 1070OLD_FILES+=usr/bin/krb5-config 1071OLD_FILES+=usr/bin/ksu 1072OLD_FILES+=usr/bin/verify_krb5_conf 1073OLD_FILES+=usr/include/asn1_err.h 1074OLD_FILES+=usr/include/cms_asn1.h 1075OLD_FILES+=usr/include/digest_asn1.h 1076OLD_FILES+=usr/include/gssapi/gssapi_krb5.h 1077OLD_FILES+=usr/include/hdb-private.h 1078OLD_FILES+=usr/include/hdb-protos.h 1079OLD_FILES+=usr/include/hdb.h 1080OLD_FILES+=usr/include/hdb_asn1.h 1081OLD_FILES+=usr/include/hdb_err.h 1082OLD_FILES+=usr/include/heim_asn1.h 1083OLD_FILES+=usr/include/heim_err.h 1084OLD_FILES+=usr/include/heim_threads.h 1085OLD_FILES+=usr/include/heimntlm-protos.h 1086OLD_FILES+=usr/include/heimntlm.h 1087OLD_FILES+=usr/include/hx509-private.h 1088OLD_FILES+=usr/include/hx509-protos.h 1089OLD_FILES+=usr/include/hx509.h 1090OLD_FILES+=usr/include/hx509_err.h 1091OLD_FILES+=usr/include/k524_err.h 1092OLD_FILES+=usr/include/kadm5/admin.h 1093OLD_FILES+=usr/include/kadm5/kadm5-private.h 1094OLD_FILES+=usr/include/kadm5/kadm5-protos.h 1095OLD_FILES+=usr/include/kadm5/kadm5_err.h 1096OLD_FILES+=usr/include/kadm5/private.h 1097OLD_FILES+=usr/include/kafs.h 1098OLD_FILES+=usr/include/krb5-protos.h 1099OLD_FILES+=usr/include/krb5-types.h 1100OLD_FILES+=usr/include/krb5-v4compat.h 1101OLD_FILES+=usr/include/krb5.h 1102OLD_FILES+=usr/include/krb5_asn1.h 1103OLD_FILES+=usr/include/krb5_err.h 1104OLD_FILES+=usr/include/krb_err.h 1105OLD_FILES+=usr/include/kx509_asn1.h 1106OLD_FILES+=usr/include/ocsp_asn1.h 1107OLD_FILES+=usr/include/pkcs10_asn1.h 1108OLD_FILES+=usr/include/pkcs12_asn1.h 1109OLD_FILES+=usr/include/pkcs8_asn1.h 1110OLD_FILES+=usr/include/pkcs9_asn1.h 1111OLD_FILES+=usr/include/pkinit_asn1.h 1112OLD_FILES+=usr/include/rfc2459_asn1.h 1113OLD_FILES+=usr/include/roken-common.h 1114OLD_FILES+=usr/include/roken.h 1115OLD_FILES+=usr/lib/libasn1.a 1116OLD_FILES+=usr/lib/libasn1.so 1117OLD_LIBS+=usr/lib/libasn1.so.10 1118OLD_FILES+=usr/lib/libasn1_p.a 1119OLD_FILES+=usr/lib/libgssapi_krb5.a 1120OLD_FILES+=usr/lib/libgssapi_krb5.so 1121OLD_LIBS+=usr/lib/libgssapi_krb5.so.10 1122OLD_FILES+=usr/lib/libgssapi_krb5_p.a 1123OLD_FILES+=usr/lib/libgssapi_ntlm.a 1124OLD_FILES+=usr/lib/libgssapi_ntlm.so 1125OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10 1126OLD_FILES+=usr/lib/libgssapi_ntlm_p.a 1127OLD_FILES+=usr/lib/libgssapi_spnego.a 1128OLD_FILES+=usr/lib/libgssapi_spnego.so 1129OLD_LIBS+=usr/lib/libgssapi_spnego.so.10 1130OLD_FILES+=usr/lib/libgssapi_spnego_p.a 1131OLD_FILES+=usr/lib/libhdb.a 1132OLD_FILES+=usr/lib/libhdb.so 1133OLD_LIBS+=usr/lib/libhdb.so.10 1134OLD_FILES+=usr/lib/libhdb_p.a 1135OLD_FILES+=usr/lib/libheimntlm.a 1136OLD_FILES+=usr/lib/libheimntlm.so 1137OLD_LIBS+=usr/lib/libheimntlm.so.10 1138OLD_FILES+=usr/lib/libheimntlm_p.a 1139OLD_FILES+=usr/lib/libhx509.a 1140OLD_FILES+=usr/lib/libhx509.so 1141OLD_LIBS+=usr/lib/libhx509.so.10 1142OLD_FILES+=usr/lib/libhx509_p.a 1143OLD_FILES+=usr/lib/libkadm5clnt.a 1144OLD_FILES+=usr/lib/libkadm5clnt.so 1145OLD_LIBS+=usr/lib/libkadm5clnt.so.10 1146OLD_FILES+=usr/lib/libkadm5clnt_p.a 1147OLD_FILES+=usr/lib/libkadm5srv.a 1148OLD_FILES+=usr/lib/libkadm5srv.so 1149OLD_LIBS+=usr/lib/libkadm5srv.so.10 1150OLD_FILES+=usr/lib/libkadm5srv_p.a 1151OLD_FILES+=usr/lib/libkafs5.a 1152OLD_FILES+=usr/lib/libkafs5.so 1153OLD_LIBS+=usr/lib/libkafs5.so.10 1154OLD_FILES+=usr/lib/libkafs5_p.a 1155OLD_FILES+=usr/lib/libkrb5.a 1156OLD_FILES+=usr/lib/libkrb5.so 1157OLD_LIBS+=usr/lib/libkrb5.so.10 1158OLD_FILES+=usr/lib/libkrb5_p.a 1159OLD_FILES+=usr/lib/libroken.a 1160OLD_FILES+=usr/lib/libroken.so 1161OLD_LIBS+=usr/lib/libroken.so.10 1162OLD_FILES+=usr/lib/libroken_p.a 1163OLD_FILES+=usr/lib/pam_krb5.so 1164OLD_LIBS+=usr/lib/pam_krb5.so.5 1165OLD_FILES+=usr/lib/pam_ksu.so 1166OLD_LIBS+=usr/lib/pam_ksu.so.5 1167.if ${TARGET_ARCH} == "amd64" 1168OLD_FILES+=usr/lib32/libasn1.a 1169OLD_FILES+=usr/lib32/libasn1.so 1170OLD_LIBS+=usr/lib32/libasn1.so.10 1171OLD_FILES+=usr/lib32/libasn1_p.a 1172OLD_FILES+=usr/lib32/libgssapi_krb5.a 1173OLD_FILES+=usr/lib32/libgssapi_krb5.so 1174OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10 1175OLD_FILES+=usr/lib32/libgssapi_krb5_p.a 1176OLD_FILES+=usr/lib32/libgssapi_ntlm.a 1177OLD_FILES+=usr/lib32/libgssapi_ntlm.so 1178OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10 1179OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a 1180OLD_FILES+=usr/lib32/libgssapi_spnego.a 1181OLD_FILES+=usr/lib32/libgssapi_spnego.so 1182OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10 1183OLD_FILES+=usr/lib32/libgssapi_spnego_p.a 1184OLD_FILES+=usr/lib32/libhdb.a 1185OLD_FILES+=usr/lib32/libhdb.so 1186OLD_LIBS+=usr/lib32/libhdb.so.10 1187OLD_FILES+=usr/lib32/libhdb_p.a 1188OLD_FILES+=usr/lib32/libheimntlm.a 1189OLD_FILES+=usr/lib32/libheimntlm.so 1190OLD_LIBS+=usr/lib32/libheimntlm.so.10 1191OLD_FILES+=usr/lib32/libheimntlm_p.a 1192OLD_FILES+=usr/lib32/libhx509.a 1193OLD_FILES+=usr/lib32/libhx509.so 1194OLD_LIBS+=usr/lib32/libhx509.so.10 1195OLD_FILES+=usr/lib32/libhx509_p.a 1196OLD_FILES+=usr/lib32/libkadm5clnt.a 1197OLD_FILES+=usr/lib32/libkadm5clnt.so 1198OLD_LIBS+=usr/lib32/libkadm5clnt.so.10 1199OLD_FILES+=usr/lib32/libkadm5clnt_p.a 1200OLD_FILES+=usr/lib32/libkadm5srv.a 1201OLD_FILES+=usr/lib32/libkadm5srv.so 1202OLD_LIBS+=usr/lib32/libkadm5srv.so.10 1203OLD_FILES+=usr/lib32/libkadm5srv_p.a 1204OLD_FILES+=usr/lib32/libkafs5.a 1205OLD_FILES+=usr/lib32/libkafs5.so 1206OLD_LIBS+=usr/lib32/libkafs5.so.10 1207OLD_FILES+=usr/lib32/libkafs5_p.a 1208OLD_FILES+=usr/lib32/libkrb5.a 1209OLD_FILES+=usr/lib32/libkrb5.so 1210OLD_LIBS+=usr/lib32/libkrb5.so.10 1211OLD_FILES+=usr/lib32/libkrb5_p.a 1212OLD_FILES+=usr/lib32/libroken.a 1213OLD_FILES+=usr/lib32/libroken.so 1214OLD_LIBS+=usr/lib32/libroken.so.10 1215OLD_FILES+=usr/lib32/libroken_p.a 1216OLD_FILES+=usr/lib32/pam_krb5.so 1217OLD_LIBS+=usr/lib32/pam_krb5.so.5 1218OLD_FILES+=usr/lib32/pam_ksu.so 1219OLD_LIBS+=usr/lib32/pam_ksu.so.5 1220.endif 1221OLD_FILES+=usr/libexec/hprop 1222OLD_FILES+=usr/libexec/hpropd 1223OLD_FILES+=usr/libexec/ipropd-master 1224OLD_FILES+=usr/libexec/ipropd-slave 1225OLD_FILES+=usr/libexec/kadmind 1226OLD_FILES+=usr/libexec/kcm 1227OLD_FILES+=usr/libexec/kdc 1228OLD_FILES+=usr/libexec/kpasswdd 1229OLD_FILES+=usr/sbin/kstash 1230OLD_FILES+=usr/sbin/ktutil 1231OLD_FILES+=usr/share/info/heimdal.info.gz 1232OLD_FILES+=usr/share/man/man1/kdestroy.1.gz 1233OLD_FILES+=usr/share/man/man1/kinit.1.gz 1234OLD_FILES+=usr/share/man/man1/klist.1.gz 1235OLD_FILES+=usr/share/man/man1/kpasswd.1.gz 1236OLD_FILES+=usr/share/man/man1/krb5-config.1.gz 1237OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz 1238OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz 1239OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz 1240OLD_FILES+=usr/share/man/man3/k_setpag.3.gz 1241OLD_FILES+=usr/share/man/man3/k_unlog.3.gz 1242OLD_FILES+=usr/share/man/man3/kafs.3.gz 1243OLD_FILES+=usr/share/man/man3/kafs5.3.gz 1244OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz 1245OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz 1246OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz 1247OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz 1248OLD_FILES+=usr/share/man/man3/krb5.3.gz 1249OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz 1250OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz 1251OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz 1252OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz 1253OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz 1254OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz 1255OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz 1256OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz 1257OLD_FILES+=usr/share/man/man3/krb5_address.3.gz 1258OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz 1259OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz 1260OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz 1261OLD_FILES+=usr/share/man/man3/krb5_addresses.3.gz 1262OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz 1263OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz 1264OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz 1265OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz 1266OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz 1267OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz 1268OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz 1269OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz 1270OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz 1271OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz 1272OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz 1273OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz 1274OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz 1275OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz 1276OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz 1277OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz 1278OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz 1279OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz 1280OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz 1281OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz 1282OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz 1283OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz 1284OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz 1285OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz 1286OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz 1287OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz 1288OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz 1289OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz 1290OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz 1291OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz 1292OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz 1293OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz 1294OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz 1295OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz 1296OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz 1297OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz 1298OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz 1299OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz 1300OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz 1301OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz 1302OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz 1303OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz 1304OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz 1305OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz 1306OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz 1307OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz 1308OLD_FILES+=usr/share/man/man3/krb5_cc_cursor.3.gz 1309OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz 1310OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz 1311OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz 1312OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz 1313OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz 1314OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz 1315OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz 1316OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz 1317OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz 1318OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz 1319OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz 1320OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz 1321OLD_FILES+=usr/share/man/man3/krb5_cc_ops.3.gz 1322OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz 1323OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz 1324OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz 1325OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz 1326OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz 1327OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz 1328OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz 1329OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz 1330OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz 1331OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz 1332OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz 1333OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz 1334OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz 1335OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz 1336OLD_FILES+=usr/share/man/man3/krb5_config.3.gz 1337OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz 1338OLD_FILES+=usr/share/man/man3/krb5_config_get_int_default.3.gz 1339OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz 1340OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz 1341OLD_FILES+=usr/share/man/man3/krb5_context.3.gz 1342OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz 1343OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz 1344OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz 1345OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz 1346OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz 1347OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz 1348OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz 1349OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz 1350OLD_FILES+=usr/share/man/man3/krb5_data.3.gz 1351OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz 1352OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz 1353OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz 1354OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz 1355OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz 1356OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz 1357OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz 1358OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz 1359OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz 1360OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz 1361OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz 1362OLD_FILES+=usr/share/man/man3/krb5_err.3.gz 1363OLD_FILES+=usr/share/man/man3/krb5_errx.3.gz 1364OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz 1365OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz 1366OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz 1367OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz 1368OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz 1369OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz 1370OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz 1371OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz 1372OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz 1373OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz 1374OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz 1375OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz 1376OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz 1377OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz 1378OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz 1379OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz 1380OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz 1381OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz 1382OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz 1383OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz 1384OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz 1385OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz 1386OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz 1387OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz 1388OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz 1389OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz 1390OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz 1391OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz 1392OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz 1393OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz 1394OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz 1395OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz 1396OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz 1397OLD_FILES+=usr/share/man/man3/krb5_keyblock.3.gz 1398OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz 1399OLD_FILES+=usr/share/man/man3/krb5_keytab_entry.3.gz 1400OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz 1401OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz 1402OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz 1403OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz 1404OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz 1405OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz 1406OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz 1407OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz 1408OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz 1409OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz 1410OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz 1411OLD_FILES+=usr/share/man/man3/krb5_kt_cursor.3.gz 1412OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz 1413OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz 1414OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz 1415OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz 1416OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz 1417OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz 1418OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz 1419OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz 1420OLD_FILES+=usr/share/man/man3/krb5_kt_ops.3.gz 1421OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz 1422OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz 1423OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz 1424OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz 1425OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz 1426OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz 1427OLD_FILES+=usr/share/man/man3/krb5_log.3.gz 1428OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz 1429OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz 1430OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz 1431OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz 1432OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz 1433OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz 1434OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz 1435OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz 1436OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz 1437OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz 1438OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz 1439OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz 1440OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz 1441OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz 1442OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz 1443OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz 1444OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz 1445OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz 1446OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz 1447OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz 1448OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz 1449OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz 1450OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz 1451OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz 1452OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz 1453OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz 1454OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz 1455OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz 1456OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz 1457OLD_FILES+=usr/share/man/man3/krb5_set_warn_dest.3.gz 1458OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz 1459OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz 1460OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz 1461OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz 1462OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz 1463OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz 1464OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz 1465OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz 1466OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz 1467OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz 1468OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz 1469OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz 1470OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz 1471OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz 1472OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz 1473OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz 1474OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz 1475OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz 1476OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz 1477OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz 1478OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz 1479OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz 1480OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz 1481OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz 1482OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz 1483OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz 1484OLD_FILES+=usr/share/man/man3/krb5_verr.3.gz 1485OLD_FILES+=usr/share/man/man3/krb5_verrx.3.gz 1486OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz 1487OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz 1488OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz 1489OLD_FILES+=usr/share/man/man3/krb5_vwarnx.3.gz 1490OLD_FILES+=usr/share/man/man3/krb5_warn.3.gz 1491OLD_FILES+=usr/share/man/man3/krb5_warnx.3.gz 1492OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz 1493OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz 1494OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz 1495OLD_FILES+=usr/share/man/man8/hprop.8.gz 1496OLD_FILES+=usr/share/man/man8/hpropd.8.gz 1497OLD_FILES+=usr/share/man/man8/kadmin.8.gz 1498OLD_FILES+=usr/share/man/man8/kadmind.8.gz 1499OLD_FILES+=usr/share/man/man8/kcm.8.gz 1500OLD_FILES+=usr/share/man/man8/kdc.8.gz 1501OLD_FILES+=usr/share/man/man8/kerberos.8.gz 1502OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz 1503OLD_FILES+=usr/share/man/man8/kstash.8.gz 1504OLD_FILES+=usr/share/man/man8/ktutil.8.gz 1505OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz 1506OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz 1507OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz 1508.endif 1509 1510#.if ${MK_LIB32} == no 1511# to be filled in 1512#.endif 1513 1514#.if ${MK_LIBTHR} == no 1515# to be filled in 1516#.endif 1517 1518#.if ${MK_LOCALES} == no 1519# to be filled in 1520#.endif 1521 1522.if ${MK_LOCATE} == no 1523OLD_FILES+=etc/locate.rc 1524OLD_FILES+=etc/periodic/weekly/310.locate 1525OLD_FILES+=usr/bin/locate 1526OLD_FILES+=usr/libexec/locate.bigram 1527OLD_FILES+=usr/libexec/locate.code 1528OLD_FILES+=usr/libexec/locate.concatdb 1529OLD_FILES+=usr/libexec/locate.mklocatedb 1530OLD_FILES+=usr/libexec/locate.updatedb 1531OLD_FILES+=usr/share/man/man1/locate.1.gz 1532OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz 1533OLD_FILES+=usr/share/man/man8/updatedb.8.gz 1534.endif 1535 1536.if ${MK_LPR} == no 1537OLD_FILES+=etc/hosts.lpd 1538OLD_FILES+=etc/printcap 1539OLD_FILES+=usr/bin/lp 1540OLD_FILES+=usr/bin/lpq 1541OLD_FILES+=usr/bin/lpr 1542OLD_FILES+=usr/bin/lprm 1543OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample 1544OLD_FILES+=usr/libexec/lpr/ru/koi2alt 1545OLD_FILES+=usr/libexec/lpr/ru/koi2855 1546OLD_FILES+=usr/libexec/lpr/lpf 1547OLD_FILES+=usr/sbin/chkprintcap 1548OLD_FILES+=usr/sbin/lpc 1549OLD_FILES+=usr/sbin/lpd 1550OLD_FILES+=usr/sbin/lptest 1551OLD_FILES+=usr/sbin/pac 1552OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz 1553OLD_FILES+=usr/share/examples/etc/hosts.lpd 1554OLD_FILES+=usr/share/examples/etc/printcap 1555OLD_FILES+=usr/share/man/man1/lp.1.gz 1556OLD_FILES+=usr/share/man/man1/lpq.1.gz 1557OLD_FILES+=usr/share/man/man1/lpr.1.gz 1558OLD_FILES+=usr/share/man/man1/lprm.1.gz 1559OLD_FILES+=usr/share/man/man1/lptest.1.gz 1560OLD_FILES+=usr/share/man/man5/printcap.5.gz 1561OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz 1562OLD_FILES+=usr/share/man/man8/lpc.8.gz 1563OLD_FILES+=usr/share/man/man8/lpd.8.gz 1564OLD_FILES+=usr/share/man/man8/pac.8.gz 1565.endif 1566 1567.if ${MK_MAIL} == no 1568OLD_FILES+=etc/periodic/daily/130.clean-msgs 1569OLD_FILES+=usr/bin/Mail 1570OLD_FILES+=usr/bin/biff 1571OLD_FILES+=usr/bin/from 1572OLD_FILES+=usr/bin/mail 1573OLD_FILES+=usr/bin/mailx 1574OLD_FILES+=usr/bin/msgs 1575OLD_FILES+=usr/libexec/comsat 1576OLD_FILES+=usr/share/examples/etc/mail.rc 1577OLD_FILES+=usr/share/man/man1/Mail.1.gz 1578OLD_FILES+=usr/share/man/man1/biff.1.gz 1579OLD_FILES+=usr/share/man/man1/from.1.gz 1580OLD_FILES+=usr/share/man/man1/mail.1.gz 1581OLD_FILES+=usr/share/man/man1/mailx.1.gz 1582OLD_FILES+=usr/share/man/man1/msgs.1.gz 1583OLD_FILES+=usr/share/man/man8/comsat.8.gz 1584OLD_FILES+=usr/share/misc/mail.help 1585OLD_FILES+=usr/share/misc/mail.tildehelp 1586.endif 1587 1588.if ${MK_MAILWRAPPER} == no 1589OLD_FILES+=etc/mail/mailer.conf 1590.if ${MK_SENDMAIL} == no 1591OLD_FILES+=usr/sbin/mailwrapper 1592.endif 1593OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz 1594.endif 1595 1596#.if ${MK_MAN} == no 1597# This should add a dependency to a special target which removes all man pages. 1598# Listing all of them here is overkill. 1599#.endif 1600 1601.if ${MK_NCP} == no 1602OLD_FILES+=usr/bin/ncplist 1603OLD_FILES+=usr/bin/ncplogin 1604OLD_FILES+=usr/bin/ncplogout 1605OLD_FILES+=usr/include/fs/nwfs/nwfs.h 1606OLD_FILES+=usr/include/fs/nwfs/nwfs_mount.h 1607OLD_FILES+=usr/include/fs/nwfs/nwfs_node.h 1608OLD_FILES+=usr/include/fs/nwfs/nwfs_subr.h 1609#OLD_DIRS+=usr/include/fs/nwfs 1610OLD_FILES+=usr/include/netncp/ncp.h 1611OLD_FILES+=usr/include/netncp/ncp_cfg.h 1612OLD_FILES+=usr/include/netncp/ncp_conn.h 1613OLD_FILES+=usr/include/netncp/ncp_file.h 1614OLD_FILES+=usr/include/netncp/ncp_lib.h 1615OLD_FILES+=usr/include/netncp/ncp_ncp.h 1616OLD_FILES+=usr/include/netncp/ncp_nls.h 1617OLD_FILES+=usr/include/netncp/ncp_rcfile.h 1618OLD_FILES+=usr/include/netncp/ncp_rq.h 1619OLD_FILES+=usr/include/netncp/ncp_sock.h 1620OLD_FILES+=usr/include/netncp/ncp_subr.h 1621OLD_FILES+=usr/include/netncp/ncp_user.h 1622OLD_FILES+=usr/include/netncp/ncpio.h 1623OLD_FILES+=usr/include/netncp/nwerror.h 1624#OLD_DIRS+=usr/include/netncp 1625OLD_FILES+=usr/lib/libncp.a 1626OLD_FILES+=usr/lib/libncp.so 1627OLD_LIBS+=usr/lib/libncp.so.4 1628OLD_FILES+=usr/lib/libncp_p.a 1629.if ${TARGET_ARCH} == "amd64" 1630OLD_FILES+=usr/lib32/libncp.a 1631OLD_FILES+=usr/lib32/libncp.so 1632OLD_LIBS+=usr/lib32/libncp.so.4 1633OLD_FILES+=usr/lib32/libncp_p.a 1634.endif 1635OLD_FILES+=usr/sbin/mount_nwfs 1636OLD_FILES+=usr/share/man/man1/ncplist.1.gz 1637OLD_FILES+=usr/share/man/man1/ncplogin.1.gz 1638OLD_FILES+=usr/share/man/man1/ncplogout.1.gz 1639OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz 1640.endif 1641 1642.if ${MK_NDIS} == no 1643OLD_FILES+=usr/sbin/ndiscvt 1644OLD_FILES+=usr/sbin/ndisgen 1645OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz 1646OLD_FILES+=usr/share/man/man8/ndisgen.8.gz 1647OLD_FILES+=usr/share/misc/windrv_stub.c 1648.endif 1649 1650.if ${MK_NETCAT} == no 1651OLD_FILES+=usr/bin/nc 1652OLD_FILES+=usr/share/man/man1/nc.1.gz 1653.endif 1654 1655#.if ${MK_NIS} == no 1656# to be filled in 1657#.endif 1658 1659#.if ${MK_NLS} == no 1660# to be filled in 1661#.endif 1662 1663.if ${MK_NTP} == no 1664OLD_FILES+=etc/ntp.conf 1665OLD_FILES+=etc/periodic/daily/480.status-ntpd 1666OLD_FILES+=usr/bin/ntpq 1667OLD_FILES+=usr/sbin/ntp-keygen 1668OLD_FILES+=usr/sbin/ntpd 1669OLD_FILES+=usr/sbin/ntpdate 1670OLD_FILES+=usr/sbin/ntpdc 1671OLD_FILES+=usr/sbin/ntptime 1672OLD_FILES+=usr/sbin/sntp 1673OLD_FILES+=usr/share/doc/ntp/accopt.html 1674OLD_FILES+=usr/share/doc/ntp/assoc.html 1675OLD_FILES+=usr/share/doc/ntp/audio.html 1676OLD_FILES+=usr/share/doc/ntp/authopt.html 1677OLD_FILES+=usr/share/doc/ntp/build.html 1678OLD_FILES+=usr/share/doc/ntp/clockopt.html 1679OLD_FILES+=usr/share/doc/ntp/config.html 1680OLD_FILES+=usr/share/doc/ntp/confopt.html 1681OLD_FILES+=usr/share/doc/ntp/copyright.html 1682OLD_FILES+=usr/share/doc/ntp/debug.html 1683OLD_FILES+=usr/share/doc/ntp/driver1.html 1684OLD_FILES+=usr/share/doc/ntp/driver10.html 1685OLD_FILES+=usr/share/doc/ntp/driver11.html 1686OLD_FILES+=usr/share/doc/ntp/driver12.html 1687OLD_FILES+=usr/share/doc/ntp/driver16.html 1688OLD_FILES+=usr/share/doc/ntp/driver18.html 1689OLD_FILES+=usr/share/doc/ntp/driver19.html 1690OLD_FILES+=usr/share/doc/ntp/driver2.html 1691OLD_FILES+=usr/share/doc/ntp/driver20.html 1692OLD_FILES+=usr/share/doc/ntp/driver22.html 1693OLD_FILES+=usr/share/doc/ntp/driver26.html 1694OLD_FILES+=usr/share/doc/ntp/driver27.html 1695OLD_FILES+=usr/share/doc/ntp/driver28.html 1696OLD_FILES+=usr/share/doc/ntp/driver29.html 1697OLD_FILES+=usr/share/doc/ntp/driver3.html 1698OLD_FILES+=usr/share/doc/ntp/driver30.html 1699OLD_FILES+=usr/share/doc/ntp/driver32.html 1700OLD_FILES+=usr/share/doc/ntp/driver33.html 1701OLD_FILES+=usr/share/doc/ntp/driver34.html 1702OLD_FILES+=usr/share/doc/ntp/driver35.html 1703OLD_FILES+=usr/share/doc/ntp/driver36.html 1704OLD_FILES+=usr/share/doc/ntp/driver37.html 1705OLD_FILES+=usr/share/doc/ntp/driver4.html 1706OLD_FILES+=usr/share/doc/ntp/driver5.html 1707OLD_FILES+=usr/share/doc/ntp/driver6.html 1708OLD_FILES+=usr/share/doc/ntp/driver7.html 1709OLD_FILES+=usr/share/doc/ntp/driver8.html 1710OLD_FILES+=usr/share/doc/ntp/driver9.html 1711OLD_FILES+=usr/share/doc/ntp/extern.html 1712OLD_FILES+=usr/share/doc/ntp/hints.html 1713OLD_FILES+=usr/share/doc/ntp/howto.html 1714OLD_FILES+=usr/share/doc/ntp/index.html 1715OLD_FILES+=usr/share/doc/ntp/kern.html 1716OLD_FILES+=usr/share/doc/ntp/ldisc.html 1717OLD_FILES+=usr/share/doc/ntp/measure.html 1718OLD_FILES+=usr/share/doc/ntp/miscopt.html 1719OLD_FILES+=usr/share/doc/ntp/monopt.html 1720OLD_FILES+=usr/share/doc/ntp/mx4200data.html 1721OLD_FILES+=usr/share/doc/ntp/notes.html 1722OLD_FILES+=usr/share/doc/ntp/ntpd.html 1723OLD_FILES+=usr/share/doc/ntp/ntpdate.html 1724OLD_FILES+=usr/share/doc/ntp/ntpdc.html 1725OLD_FILES+=usr/share/doc/ntp/ntpq.html 1726OLD_FILES+=usr/share/doc/ntp/ntptime.html 1727OLD_FILES+=usr/share/doc/ntp/ntptrace.html 1728OLD_FILES+=usr/share/doc/ntp/parsedata.html 1729OLD_FILES+=usr/share/doc/ntp/parsenew.html 1730OLD_FILES+=usr/share/doc/ntp/patches.html 1731OLD_FILES+=usr/share/doc/ntp/porting.html 1732OLD_FILES+=usr/share/doc/ntp/pps.html 1733OLD_FILES+=usr/share/doc/ntp/prefer.html 1734OLD_FILES+=usr/share/doc/ntp/quick.html 1735OLD_FILES+=usr/share/doc/ntp/rdebug.html 1736OLD_FILES+=usr/share/doc/ntp/refclock.html 1737OLD_FILES+=usr/share/doc/ntp/release.html 1738OLD_FILES+=usr/share/doc/ntp/tickadj.html 1739OLD_FILES+=usr/share/examples/etc/ntp.conf 1740OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz 1741OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz 1742OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz 1743OLD_FILES+=usr/share/man/man8/ntpd.8.gz 1744OLD_FILES+=usr/share/man/man8/ntpdate.8.gz 1745OLD_FILES+=usr/share/man/man8/ntpdc.8.gz 1746OLD_FILES+=usr/share/man/man8/ntpq.8.gz 1747OLD_FILES+=usr/share/man/man8/ntptime.8.gz 1748.endif 1749 1750#.if ${MK_OBJC} == no 1751# to be filled in 1752#.endif 1753 1754#.if ${MK_OPENSSH} == no 1755# to be filled in 1756#.endif 1757 1758#.if ${MK_OPENSSL} == no 1759# to be filled in 1760#.endif 1761 1762.if ${MK_PF} == no 1763OLD_FILES+=etc/periodic/security/520.pfdenied 1764OLD_FILES+=etc/pf.os 1765OLD_FILES+=sbin/pfctl 1766OLD_FILES+=sbin/pflogd 1767OLD_FILES+=usr/libexec/tftp-proxy 1768OLD_FILES+=usr/sbin/ftp-proxy 1769OLD_FILES+=usr/share/examples/etc/pf.os 1770OLD_FILES+=usr/share/examples/pf/ackpri 1771OLD_FILES+=usr/share/examples/pf/faq-example1 1772OLD_FILES+=usr/share/examples/pf/faq-example2 1773OLD_FILES+=usr/share/examples/pf/faq-example3 1774OLD_FILES+=usr/share/examples/pf/pf.conf 1775OLD_FILES+=usr/share/examples/pf/queue1 1776OLD_FILES+=usr/share/examples/pf/queue2 1777OLD_FILES+=usr/share/examples/pf/queue3 1778OLD_FILES+=usr/share/examples/pf/queue4 1779OLD_FILES+=usr/share/examples/pf/spamd 1780OLD_FILES+=usr/share/man/man4/pf.4.gz 1781OLD_FILES+=usr/share/man/man4/pflog.4.gz 1782OLD_FILES+=usr/share/man/man4/pfsync.4.gz 1783OLD_FILES+=usr/share/man/man5/pf.conf.5.gz 1784OLD_FILES+=usr/share/man/man5/pf.os.5.gz 1785OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz 1786OLD_FILES+=usr/share/man/man8/pfctl.8.gz 1787OLD_FILES+=usr/share/man/man8/pflogd.8.gz 1788OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz 1789.endif 1790 1791.if ${MK_PKGTOOLS} == no 1792OLD_FILES+=etc/periodic/daily/490.status-pkg-changes 1793OLD_FILES+=etc/periodic/security/460.chkportsum 1794OLD_FILES+=etc/periodic/weekly/400.status-pkg 1795OLD_FILES+=usr/include/pkg.h 1796OLD_FILES+=usr/lib/libpkg.a 1797OLD_FILES+=usr/lib/libpkg.so 1798OLD_LIBS+=usr/lib/libpkg.so.0 1799OLD_FILES+=usr/sbin/pkg_add 1800OLD_FILES+=usr/sbin/pkg_create 1801OLD_FILES+=usr/sbin/pkg_delete 1802OLD_FILES+=usr/sbin/pkg_info 1803OLD_FILES+=usr/sbin/pkg_updating 1804OLD_FILES+=usr/sbin/pkg_version 1805OLD_FILES+=usr/share/man/man1/pkg_add.1.gz 1806OLD_FILES+=usr/share/man/man1/pkg_create.1.gz 1807OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz 1808OLD_FILES+=usr/share/man/man1/pkg_info.1.gz 1809OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz 1810OLD_FILES+=usr/share/man/man1/pkg_version.1.gz 1811.endif 1812 1813.if ${MK_PORTSNAP} == no 1814OLD_FILES+=etc/portsnap.conf 1815OLD_FILES+=usr/libexec/make_index 1816OLD_FILES+=usr/libexec/phttpget 1817OLD_FILES+=usr/sbin/portsnap 1818OLD_FILES+=usr/share/examples/etc/portsnap.conf 1819OLD_FILES+=usr/share/man/man8/portsnap.8.gz 1820.endif 1821 1822.if ${MK_PPP} == no 1823OLD_FILES+=etc/ppp/ppp.conf 1824OLD_FILES+=usr/sbin/ppp 1825OLD_FILES+=usr/sbin/pppctl 1826OLD_FILES+=usr/share/man/man8/ppp.8.gz 1827OLD_FILES+=usr/share/man/man8/pppctl.8.gz 1828.endif 1829 1830.if ${MK_PROFILE} == no 1831OLD_FILES+=usr/lib/libalias_cuseeme_p.a 1832OLD_FILES+=usr/lib/libalias_dummy_p.a 1833OLD_FILES+=usr/lib/libalias_ftp_p.a 1834OLD_FILES+=usr/lib/libalias_irc_p.a 1835OLD_FILES+=usr/lib/libalias_nbt_p.a 1836OLD_FILES+=usr/lib/libalias_p.a 1837OLD_FILES+=usr/lib/libalias_pptp_p.a 1838OLD_FILES+=usr/lib/libalias_skinny_p.a 1839OLD_FILES+=usr/lib/libalias_smedia_p.a 1840OLD_FILES+=usr/lib/libarchive_p.a 1841OLD_FILES+=usr/lib/libasn1_p.a 1842OLD_FILES+=usr/lib/libatm_p.a 1843OLD_FILES+=usr/lib/libbegemot_p.a 1844OLD_FILES+=usr/lib/libbluetooth_p.a 1845OLD_FILES+=usr/lib/libbsdxml_p.a 1846OLD_FILES+=usr/lib/libbsm_p.a 1847OLD_FILES+=usr/lib/libbsnmp_p.a 1848OLD_FILES+=usr/lib/libbz2_p.a 1849OLD_FILES+=usr/lib/libc_p.a 1850OLD_FILES+=usr/lib/libcalendar_p.a 1851OLD_FILES+=usr/lib/libcam_p.a 1852OLD_FILES+=usr/lib/libcom_err_p.a 1853OLD_FILES+=usr/lib/libcompat_p.a 1854OLD_FILES+=usr/lib/libcrypt_p.a 1855OLD_FILES+=usr/lib/libcrypto_p.a 1856OLD_FILES+=usr/lib/libcurses_p.a 1857OLD_FILES+=usr/lib/libcursesw_p.a 1858OLD_FILES+=usr/lib/libdevinfo_p.a 1859OLD_FILES+=usr/lib/libdevstat_p.a 1860OLD_FILES+=usr/lib/libdialog_p.a 1861OLD_FILES+=usr/lib/libedit_p.a 1862OLD_FILES+=usr/lib/libelf_p.a 1863OLD_FILES+=usr/lib/libfetch_p.a 1864OLD_FILES+=usr/lib/libfl_p.a 1865OLD_FILES+=usr/lib/libform_p.a 1866OLD_FILES+=usr/lib/libformw_p.a 1867OLD_FILES+=usr/lib/libftpio_p.a 1868OLD_FILES+=usr/lib/libg2c_p.a 1869OLD_FILES+=usr/lib/libgcc_p.a 1870OLD_FILES+=usr/lib/libgeom_p.a 1871OLD_FILES+=usr/lib/libgnuregex_p.a 1872OLD_FILES+=usr/lib/libgpib_p.a 1873OLD_FILES+=usr/lib/libgssapi_krb5_p.a 1874OLD_FILES+=usr/lib/libgssapi_p.a 1875OLD_FILES+=usr/lib/libhdb_p.a 1876OLD_FILES+=usr/lib/libhistory_p.a 1877OLD_FILES+=usr/lib/libipsec_p.a 1878OLD_FILES+=usr/lib/libipx_p.a 1879OLD_FILES+=usr/lib/libjail_p.a 1880OLD_FILES+=usr/lib/libkadm5clnt_p.a 1881OLD_FILES+=usr/lib/libkadm5srv_p.a 1882OLD_FILES+=usr/lib/libkafs5_p.a 1883OLD_FILES+=usr/lib/libkeycap_p.a 1884OLD_FILES+=usr/lib/libkiconv_p.a 1885OLD_FILES+=usr/lib/libkrb5_p.a 1886OLD_FILES+=usr/lib/libkvm_p.a 1887OLD_FILES+=usr/lib/libl_p.a 1888OLD_FILES+=usr/lib/libln_p.a 1889OLD_FILES+=usr/lib/liblwres_p.a 1890OLD_FILES+=usr/lib/libm_p.a 1891OLD_FILES+=usr/lib/libmagic_p.a 1892OLD_FILES+=usr/lib/libmd_p.a 1893OLD_FILES+=usr/lib/libmemstat_p.a 1894OLD_FILES+=usr/lib/libmenu_p.a 1895OLD_FILES+=usr/lib/libmenuw_p.a 1896OLD_FILES+=usr/lib/libmilter_p.a 1897OLD_FILES+=usr/lib/libmp_p.a 1898OLD_FILES+=usr/lib/libmytinfo_p.a 1899OLD_FILES+=usr/lib/libncp_p.a 1900OLD_FILES+=usr/lib/libncurses_p.a 1901OLD_FILES+=usr/lib/libncursesw_p.a 1902OLD_FILES+=usr/lib/libnetgraph_p.a 1903OLD_FILES+=usr/lib/libngatm_p.a 1904OLD_FILES+=usr/lib/libobjc_p.a 1905OLD_FILES+=usr/lib/libopie_p.a 1906OLD_FILES+=usr/lib/libpanel_p.a 1907OLD_FILES+=usr/lib/libpanelw_p.a 1908OLD_FILES+=usr/lib/libpcap_p.a 1909OLD_FILES+=usr/lib/libpmc_p.a 1910OLD_FILES+=usr/lib/libpthread_p.a 1911OLD_FILES+=usr/lib/libradius_p.a 1912OLD_FILES+=usr/lib/libreadline_p.a 1913OLD_FILES+=usr/lib/libroken_p.a 1914OLD_FILES+=usr/lib/librpcsvc_p.a 1915OLD_FILES+=usr/lib/librt_p.a 1916OLD_FILES+=usr/lib/libsbuf_p.a 1917OLD_FILES+=usr/lib/libsdp_p.a 1918OLD_FILES+=usr/lib/libsmb_p.a 1919OLD_FILES+=usr/lib/libssh_p.a 1920OLD_FILES+=usr/lib/libssl_p.a 1921OLD_FILES+=usr/lib/libstdc++_p.a 1922OLD_FILES+=usr/lib/libsupc++_p.a 1923OLD_FILES+=usr/lib/libtacplus_p.a 1924OLD_FILES+=usr/lib/libtermcap_p.a 1925OLD_FILES+=usr/lib/libtermcapw_p.a 1926OLD_FILES+=usr/lib/libtermlib_p.a 1927OLD_FILES+=usr/lib/libtermlibw_p.a 1928OLD_FILES+=usr/lib/libthr_p.a 1929OLD_FILES+=usr/lib/libthread_db_p.a 1930OLD_FILES+=usr/lib/libtinfo_p.a 1931OLD_FILES+=usr/lib/libtinfow_p.a 1932OLD_FILES+=usr/lib/libufs_p.a 1933OLD_FILES+=usr/lib/libugidfw_p.a 1934OLD_FILES+=usr/lib/libusbhid_p.a 1935OLD_FILES+=usr/lib/libutil_p.a 1936OLD_FILES+=usr/lib/libvgl_p.a 1937OLD_FILES+=usr/lib/libwrap_p.a 1938OLD_FILES+=usr/lib/liby_p.a 1939OLD_FILES+=usr/lib/libypclnt_p.a 1940OLD_FILES+=usr/lib/libz_p.a 1941.endif 1942 1943.if ${MK_RCMDS} == no 1944OLD_FILES+=bin/rcp 1945OLD_FILES+=etc/periodic/daily/140.clean-rwho 1946OLD_FILES+=etc/periodic/daily/430.status-rwho 1947OLD_FILES+=rescue/rcp 1948OLD_FILES+=usr/bin/rlogin 1949OLD_FILES+=usr/bin/rsh 1950OLD_FILES+=usr/bin/ruptime 1951OLD_FILES+=usr/bin/rwho 1952OLD_FILES+=usr/libexec/rlogind 1953OLD_FILES+=usr/libexec/rshd 1954OLD_FILES+=usr/sbin/rwhod 1955OLD_FILES+=usr/share/man/man1/rcp.1.gz 1956OLD_FILES+=usr/share/man/man1/rlogin.1.gz 1957OLD_FILES+=usr/share/man/man1/rsh.1.gz 1958OLD_FILES+=usr/share/man/man1/ruptime.1.gz 1959OLD_FILES+=usr/share/man/man1/rwho.1.gz 1960OLD_FILES+=usr/share/man/man8/rlogind.8.gz 1961OLD_FILES+=usr/share/man/man8/rshd.8.gz 1962OLD_FILES+=usr/share/man/man8/rwhod.8.gz 1963.endif 1964 1965.if ${MK_RCS} == no 1966OLD_FILES+=usr/bin/ci 1967OLD_FILES+=usr/bin/co 1968OLD_FILES+=usr/bin/ident 1969OLD_FILES+=usr/bin/merge 1970OLD_FILES+=usr/bin/rcs 1971OLD_FILES+=usr/bin/rcsclean 1972OLD_FILES+=usr/bin/rcsdiff 1973OLD_FILES+=usr/bin/rcsfreeze 1974OLD_FILES+=usr/bin/rcsmerge 1975OLD_FILES+=usr/bin/rlog 1976OLD_FILES+=usr/share/man/man1/ci.1.gz 1977OLD_FILES+=usr/share/man/man1/co.1.gz 1978OLD_FILES+=usr/share/man/man1/ident.1.gz 1979OLD_FILES+=usr/share/man/man1/merge.1.gz 1980OLD_FILES+=usr/share/man/man1/rcs.1.gz 1981OLD_FILES+=usr/share/man/man1/rcsclean.1.gz 1982OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz 1983OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz 1984OLD_FILES+=usr/share/man/man1/rcsintro.1.gz 1985OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz 1986OLD_FILES+=usr/share/man/man1/rlog.1.gz 1987OLD_FILES+=usr/share/man/man5/rcsfile.5.gz 1988.endif 1989 1990#.if ${MK_RESCUE} == no 1991# to be filled in or replaced with a special target 1992#.endif 1993 1994.if ${MK_ROUTED} == no 1995OLD_FILES+=sbin/routed 1996OLD_FILES+=sbin/rtquery 1997OLD_FILES+=usr/share/man/man8/routed.8.gz 1998OLD_FILES+=usr/share/man/man8/rtquery.8.gz 1999.endif 2000 2001.if ${MK_SENDMAIL} == no 2002OLD_FILES+=etc/periodic/daily/150.clean-hoststat 2003OLD_FILES+=etc/periodic/daily/210.backup-aliases 2004OLD_FILES+=etc/periodic/daily/440.status-mailq 2005OLD_FILES+=etc/periodic/daily/460.status-mail-rejects 2006OLD_FILES+=etc/periodic/daily/500.queuerun 2007.if ${MK_MAILWRAPPER} == no 2008OLD_FILES+=bin/rmail 2009.endif 2010OLD_FILES+=usr/bin/vacation 2011OLD_FILES+=usr/include/libmilter/mfapi.h 2012OLD_FILES+=usr/include/libmilter/mfdef.h 2013OLD_FILES+=usr/lib/libmilter.a 2014OLD_LIBS+=usr/lib/libmilter.so.5 2015OLD_FILES+=usr/lib/libmilter_p.a 2016.if ${TARGET_ARCH} == "amd64" 2017OLD_FILES+=usr/lib32/libmilter.a 2018OLD_LIBS+=usr/lib32/libmilter.so.5 2019OLD_FILES+=usr/lib32/libmilter_p.a 2020.endif 2021OLD_FILES+=usr/libexec/mail.local 2022OLD_FILES+=usr/libexec/sendmail/sendmail 2023OLD_FILES+=usr/libexec/smrsh 2024OLD_FILES+=usr/sbin/editmap 2025OLD_FILES+=usr/sbin/mailstats 2026OLD_FILES+=usr/sbin/makemap 2027OLD_FILES+=usr/sbin/praliases 2028OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz 2029OLD_FILES+=usr/share/man/man1/mailq.1.gz 2030OLD_FILES+=usr/share/man/man1/newaliases.1.gz 2031OLD_FILES+=usr/share/man/man1/vacation.1.gz 2032OLD_FILES+=usr/share/man/man5/aliases.5.gz 2033OLD_FILES+=usr/share/man/man8/editmap.8.gz 2034OLD_FILES+=usr/share/man/man8/hoststat.8.gz 2035OLD_FILES+=usr/share/man/man8/mail.local.8.gz 2036OLD_FILES+=usr/share/man/man8/mailstats.8.gz 2037OLD_FILES+=usr/share/man/man8/makemap.8.gz 2038OLD_FILES+=usr/share/man/man8/praliases.8.gz 2039OLD_FILES+=usr/share/man/man8/purgestat.8.gz 2040OLD_FILES+=usr/share/man/man8/rmail.8.gz 2041OLD_FILES+=usr/share/man/man8/sendmail.8.gz 2042OLD_FILES+=usr/share/man/man8/smrsh.8.gz 2043OLD_FILES+=usr/share/sendmail/cf/README 2044OLD_FILES+=usr/share/sendmail/cf/cf/Makefile 2045OLD_FILES+=usr/share/sendmail/cf/cf/README 2046OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc 2047OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc 2048OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc 2049OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc 2050OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc 2051OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc 2052OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc 2053OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc 2054OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc 2055OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc 2056OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc 2057OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc 2058OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc 2059OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc 2060OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc 2061OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc 2062OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc 2063OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc 2064OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc 2065OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc 2066OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc 2067OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc 2068OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc 2069OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc 2070OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc 2071OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc 2072OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc 2073OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf 2074OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc 2075OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc 2076OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc 2077OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc 2078OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc 2079OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc 2080OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4 2081OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4 2082OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4 2083OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4 2084OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4 2085OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4 2086OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4 2087OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4 2088OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4 2089OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4 2090OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4 2091OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4 2092OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4 2093OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4 2094OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4 2095OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4 2096OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4 2097OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4 2098OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4 2099OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4 2100OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4 2101OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4 2102OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4 2103OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4 2104OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4 2105OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4 2106OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4 2107OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4 2108OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4 2109OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4 2110OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4 2111OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4 2112OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4 2113OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4 2114OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4 2115OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4 2116OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4 2117OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4 2118OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4 2119OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4 2120OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4 2121OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4 2122OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4 2123OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4 2124OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4 2125OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4 2126OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4 2127OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4 2128OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4 2129OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4 2130OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4 2131OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4 2132OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4 2133OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4 2134OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4 2135OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4 2136OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4 2137OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4 2138OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4 2139OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4 2140OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4 2141OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4 2142OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4 2143OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4 2144OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4 2145OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4 2146OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4 2147OLD_FILES+=usr/share/sendmail/cf/m4/version.m4 2148OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4 2149OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4 2150OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4 2151OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4 2152OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4 2153OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4 2154OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4 2155OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4 2156OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4 2157OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4 2158OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4 2159OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4 2160OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4 2161OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4 2162OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4 2163OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4 2164OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4 2165OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4 2166OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4 2167OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4 2168OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4 2169OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4 2170OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4 2171OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4 2172OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4 2173OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4 2174OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4 2175OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4 2176OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4 2177OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4 2178OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4 2179OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4 2180OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4 2181OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4 2182OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4 2183OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4 2184OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4 2185OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4 2186OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4 2187OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4 2188OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4 2189OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4 2190OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4 2191OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4 2192OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4 2193OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4 2194OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4 2195OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4 2196OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4 2197OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4 2198OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4 2199OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4 2200OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4 2201OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4 2202OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4 2203OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4 2204OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4 2205OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4 2206OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4 2207OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4 2208OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4 2209OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4 2210OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4 2211OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4 2212OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4 2213OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4 2214OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4 2215OLD_FILES+=usr/share/sendmail/cf/sendmail.schema 2216OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh 2217OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4 2218OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4 2219OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4 2220OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4 2221.endif 2222 2223#.if ${MK_SHAREDOCS} == no 2224# to be filled in 2225#.endif 2226 2227#.if ${MK_SYSCONS} == no 2228# to be filled in 2229#.endif 2230 2231.if ${MK_TCSH} == no 2232OLD_FILES+=bin/csh 2233OLD_FILES+=bin/tcsh 2234OLD_FILES+=rescue/csh 2235OLD_FILES+=rescue/tcsh 2236OLD_FILES+=usr/share/examples/tcsh/complete.tcsh 2237OLD_FILES+=usr/share/examples/tcsh/csh-mode.el 2238OLD_FILES+=usr/share/man/man1/csh.1.gz 2239OLD_FILES+=usr/share/man/man1/tcsh.1.gz 2240OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat 2241OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat 2242OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat 2243OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat 2244OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat 2245OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat 2246OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat 2247OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat 2248OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat 2249OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat 2250OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat 2251OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat 2252OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat 2253OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat 2254OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat 2255OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat 2256OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat 2257OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat 2258OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat 2259OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat 2260OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat 2261OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat 2262OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat 2263OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat 2264OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat 2265OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat 2266OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat 2267.endif 2268 2269.if ${MK_TELNET} == no 2270OLD_FILES+=usr/bin/telnet 2271OLD_FILES+=usr/libexec/telnetd 2272OLD_FILES+=usr/share/man/man1/telnet.1.gz 2273OLD_FILES+=usr/share/man/man8/telnetd.8.gz 2274.endif 2275 2276#.if ${MK_TOOLCHAIN} == no 2277# to be filled in 2278#.endif 2279 2280#.if ${MK_USB} == no 2281# to be filled in 2282#.endif 2283 2284.if ${MK_WIRELESS} == no 2285OLD_FILES+=etc/regdomain.xml 2286OLD_FILES+=usr/sbin/ancontrol 2287OLD_FILES+=usr/sbin/hostapd 2288OLD_FILES+=usr/sbin/hostapd_cli 2289OLD_FILES+=usr/sbin/ndis_events 2290OLD_FILES+=usr/sbin/wlandebug 2291OLD_FILES+=usr/sbin/wlconfig 2292OLD_FILES+=usr/sbin/wpa_cli 2293OLD_FILES+=usr/sbin/wpa_passphrase 2294OLD_FILES+=usr/sbin/wpa_supplicant 2295OLD_FILES+=usr/share/examples/etc/regdomain.xml 2296OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf 2297OLD_FILES+=usr/share/examples/hostapd/hostapd.conf 2298OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user 2299OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk 2300OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz 2301OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz 2302OLD_FILES+=usr/share/man/man8/ancontrol.8.gz 2303OLD_FILES+=usr/share/man/man8/hostapd.8.gz 2304OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz 2305OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz 2306OLD_FILES+=usr/share/man/man8/ndis_events.8.gz 2307OLD_FILES+=usr/share/man/man8/wlandebug.8.gz 2308OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz 2309OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz 2310OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz 2311.endif 2312