summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r--secure/lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 48121bd..9c8856d 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -1,14 +1,14 @@
# $FreeBSD$
SUBDIR= libcipher
-.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
-SUBDIR+=libtelnet
-.endif
.if !defined(NO_OPENSSL)
SUBDIR+=libcrypto libssl
.if !defined(NO_OPENSSH)
SUBDIR+=libssh
.endif
+.if !defined(MAKE_KERBEROS5)
+SUBDIR+=libtelnet
+.endif
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud