summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-06-21 08:54:03 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-06-21 08:54:03 +0000
commit072f6798f837d6b05f10ad69fd742bc352f5bcab (patch)
treeca0aaebd5de820a84d2a30fd9f4306f7227b8706 /secure
parent382ac430cd76bf985f194e2c489e16a397101fa3 (diff)
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index a6f15de72504..40731dd3f3ff 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -6,9 +6,9 @@ SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)
SUBDIR+=libcrypto libssl
-.endif
.if !defined(NO_OPENSSH)
SUBDIR+=libssh
.endif
+.endif
.include <bsd.subdir.mk>