aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
commitbb49f794f5ee647d19e458b23eca844a3a85f813 (patch)
tree241cba11dae37496c9a301b88acaa078786e551a /secure/usr.bin/Makefile
parentd1a417f17ed3893fe20613320b44ecd60c0435b2 (diff)
downloadsrc-bb49f794f5ee647d19e458b23eca844a3a85f813.tar.gz
src-bb49f794f5ee647d19e458b23eca844a3a85f813.zip
Buildworld fixes for NO_OPENSSH and NO_OPENSSL
Approved by: jkh
Notes
Notes: svn path=/head/; revision=57841
Diffstat (limited to 'secure/usr.bin/Makefile')
-rw-r--r--secure/usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index 3d284daf8402..fd67fd8482a2 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,14 +1,14 @@
# $FreeBSD$
SUBDIR= bdes
-.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
+.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
SUBDIR+=telnet
.endif
.if !defined(NO_OPENSSL)
SUBDIR+=openssl
-.endif
.if !defined(NO_OPENSSH)
SUBDIR+=scp ssh ssh-add ssh-agent ssh-keygen
.endif
+.endif
.include <bsd.subdir.mk>