summaryrefslogtreecommitdiff
path: root/secure/libexec/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-25 01:11:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-25 01:11:17 +0000
commitabe829c0e358027dbf81d079fe5921e58b83f86c (patch)
tree04aa90c0f34349e57de99861b5ac1aa00290e9a1 /secure/libexec/Makefile
parent678f9e335efa5d4759d235773b06e7a5a4c91236 (diff)
Notes
Diffstat (limited to 'secure/libexec/Makefile')
-rw-r--r--secure/libexec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
index 8661ee263d7d..8e791963c441 100644
--- a/secure/libexec/Makefile
+++ b/secure/libexec/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
+.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL)
SUBDIR= telnetd
.endif