summaryrefslogtreecommitdiffstats
path: root/secure/libexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/libexec/Makefile')
-rw-r--r--secure/libexec/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
index 16f8b89..5a3f79d 100644
--- a/secure/libexec/Makefile
+++ b/secure/libexec/Makefile
@@ -1,10 +1,13 @@
# $FreeBSD$
-.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
-SUBDIR= telnetd
-.endif
-.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
+SUBDIR=
+.if !defined(NO_OPENSSL)
+.if !defined(NO_OPENSSH)
SUBDIR+=sftp-server ssh-keysign
.endif
+.if !defined(MAKE_KERBEROS5)
+SUBDIR+=telnetd
+.endif
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud