mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
14 lines
301 B
Makefile
14 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= bdes
|
|
.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
|
|
SUBDIR+=telnet
|
|
.endif
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=openssl
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=scp ssh ssh-add ssh-agent ssh-keygen
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|