ee63e7dc15
cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
15 lines
211 B
Makefile
15 lines
211 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=libcrypto libssl
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=libssh
|
|
.endif
|
|
.if defined(NO_KERBEROS)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|