summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/Makefile')
-rw-r--r--secure/usr.bin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index 6be66f4..a6bf02b 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,14 +1,14 @@
# $FreeBSD$
SUBDIR= bdes
-.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
-SUBDIR+=telnet
-.endif
.if !defined(NO_OPENSSL)
SUBDIR+=openssl
.if !defined(NO_OPENSSH)
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
.endif
+.if !defined(MAKE_KERBEROS5)
+SUBDIR+=telnet
+.endif
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud