dbf104e68d
cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
15 lines
241 B
Makefile
15 lines
241 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= bdes
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=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>
|