diff options
Diffstat (limited to 'secure/usr.bin/Makefile')
-rw-r--r-- | secure/usr.bin/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 77674ab..4d78845 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -6,9 +6,6 @@ SUBDIR+=bdes openssl .if !defined(NO_OPENSSH) SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan .endif -.if defined(NO_KERBEROS) -SUBDIR+=telnet -.endif .endif .include <bsd.subdir.mk> |