bb49f794f5
Approved by: jkh
15 lines
301 B
Makefile
15 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>
|