mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Connect OpenSSL to the build.
This commit is contained in:
parent
d05257b0f2
commit
45b8027e25
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= libcipher libdes
|
||||
SUBDIR= libcipher libcrypto libdes libssl
|
||||
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
||||
SUBDIR+=libtelnet
|
||||
.endif
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= bdes
|
||||
SUBDIR= bdes openssl
|
||||
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
||||
SUBDIR+=telnet
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue