mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
14 lines
241 B
Makefile
14 lines
241 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=bdes openssl
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
|
|
.endif
|
|
.if defined(NO_KERBEROS)
|
|
SUBDIR+=telnet
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|