mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
14 lines
215 B
Makefile
14 lines
215 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=libcrypto libssl
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=libssh
|
|
.endif
|
|
.if !defined(MAKE_KERBEROS5)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|