Connect OpenSSL to the build.

This commit is contained in:
Kris Kennaway 2000-01-14 08:01:51 +00:00
parent d05257b0f2
commit 45b8027e25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55956
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SUBDIR= libcipher libdes
SUBDIR= libcipher libcrypto libdes libssl
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=libtelnet
.endif

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SUBDIR= bdes
SUBDIR= bdes openssl
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=telnet
.endif