View | Details | Raw Unified | Return to bug 193980
Collapse All | Expand All

(-)tools/build/mk/OptionalObsoleteFiles.inc (+23 lines)
Lines 2044-2052 Link Here
2044
.endif
2044
.endif
2045
2045
2046
.if ${MK_KERBEROS} == no
2046
.if ${MK_KERBEROS} == no
2047
OLD_FILES+=usr/bin/asn1_compile
2047
OLD_FILES+=usr/bin/compile_et
2048
OLD_FILES+=usr/bin/compile_et
2048
OLD_FILES+=usr/bin/hxtool
2049
OLD_FILES+=usr/bin/hxtool
2049
OLD_FILES+=usr/bin/kadmin
2050
OLD_FILES+=usr/bin/kadmin
2051
OLD_FILES+=usr/bin/kcc
2050
OLD_FILES+=usr/bin/kdestroy
2052
OLD_FILES+=usr/bin/kdestroy
2051
OLD_FILES+=usr/bin/kf
2053
OLD_FILES+=usr/bin/kf
2052
OLD_FILES+=usr/bin/kgetcred
2054
OLD_FILES+=usr/bin/kgetcred
Lines 2056-2061 Link Here
2056
OLD_FILES+=usr/bin/krb5-config
2058
OLD_FILES+=usr/bin/krb5-config
2057
OLD_FILES+=usr/bin/ksu
2059
OLD_FILES+=usr/bin/ksu
2058
OLD_FILES+=usr/bin/kswitch
2060
OLD_FILES+=usr/bin/kswitch
2061
OLD_FILES+=usr/bin/make-roken
2062
OLD_FILES+=usr/bin/slc
2059
OLD_FILES+=usr/bin/string2key
2063
OLD_FILES+=usr/bin/string2key
2060
OLD_FILES+=usr/bin/verify_krb5_conf
2064
OLD_FILES+=usr/bin/verify_krb5_conf
2061
OLD_FILES+=usr/include/asn1-common.h
2065
OLD_FILES+=usr/include/asn1-common.h
Lines 3432-3449 Link Here
3432
#.endif
3436
#.endif
3433
3437
3434
.if ${MK_OPENSSH} == no
3438
.if ${MK_OPENSSH} == no
3439
OLD_FILES+=etc/rc.d/sshd
3440
OLD_FILES+=usr/bin/scp
3435
OLD_FILES+=usr/bin/sftp
3441
OLD_FILES+=usr/bin/sftp
3442
OLD_FILES+=usr/bin/slogin
3436
OLD_FILES+=usr/bin/ssh
3443
OLD_FILES+=usr/bin/ssh
3437
OLD_FILES+=usr/bin/ssh-add
3444
OLD_FILES+=usr/bin/ssh-add
3438
OLD_FILES+=usr/bin/ssh-agent
3445
OLD_FILES+=usr/bin/ssh-agent
3439
OLD_FILES+=usr/bin/ssh-copy-id
3446
OLD_FILES+=usr/bin/ssh-copy-id
3440
OLD_FILES+=usr/bin/ssh-keygen
3447
OLD_FILES+=usr/bin/ssh-keygen
3441
OLD_FILES+=usr/bin/ssh-keyscan
3448
OLD_FILES+=usr/bin/ssh-keyscan
3449
OLD_LIBS+=usr/lib/pam_ssh.so
3450
OLD_LIBS+=usr/lib/pam_ssh.so.5
3442
OLD_FILES+=usr/lib/private/libssh.a
3451
OLD_FILES+=usr/lib/private/libssh.a
3443
OLD_FILES+=usr/lib/private/libssh.so
3452
OLD_FILES+=usr/lib/private/libssh.so
3444
OLD_LIBS+=usr/lib/private/libssh.so.5
3453
OLD_LIBS+=usr/lib/private/libssh.so.5
3445
OLD_FILES+=usr/lib/private/libssh_p.a
3454
OLD_FILES+=usr/lib/private/libssh_p.a
3446
.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3455
.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3456
OLD_LIBS+=usr/lib32/pam_ssh.so
3457
OLD_LIBS+=usr/lib32/pam_ssh.so.5
3447
OLD_FILES+=usr/lib32/private/libssh.a
3458
OLD_FILES+=usr/lib32/private/libssh.a
3448
OLD_FILES+=usr/lib32/private/libssh.so
3459
OLD_FILES+=usr/lib32/private/libssh.so
3449
OLD_LIBS+=usr/lib32/private/libssh.so.5
3460
OLD_LIBS+=usr/lib32/private/libssh.so.5
Lines 3453-3458 Link Here
3453
OLD_FILES+=usr/libexec/ssh-keysign
3464
OLD_FILES+=usr/libexec/ssh-keysign
3454
OLD_FILES+=usr/libexec/ssh-pkcs11-helper
3465
OLD_FILES+=usr/libexec/ssh-pkcs11-helper
3455
OLD_FILES+=usr/sbin/sshd
3466
OLD_FILES+=usr/sbin/sshd
3467
OLD_FILES+=usr/share/man/man1/ssh-add.1.gz
3468
OLD_FILES+=usr/share/man/man1/ssh-keygen.1.gz
3469
OLD_FILES+=usr/share/man/man1/ssh-agent.1.gz
3470
OLD_FILES+=usr/share/man/man1/ssh-copy-id.1.gz
3471
OLD_FILES+=usr/share/man/man1/ssh.1.gz
3472
OLD_FILES+=usr/share/man/man1/ssh-keyscan.1.gz
3473
OLD_FILES+=usr/share/man/man8/sshd.8.gz
3474
OLD_FILES+=usr/share/man/man8/pam_ssh.8.gz
3475
OLD_FILES+=usr/share/man/man8/ssh-keysign.8.gz
3476
OLD_FILES+=usr/share/man/man8/ssh-pkcs11-helper.8.gz
3477
OLD_FILES+=usr/share/man/man5/sshd_config.5.gz
3478
OLD_FILES+=usr/share/man/man5/ssh_config.5.gz
3456
.endif
3479
.endif
3457
3480
3458
#.if ${MK_OPENSSL} == no
3481
#.if ${MK_OPENSSL} == no

Return to bug 193980