dbf104e68d
cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
14 lines
191 B
Makefile
14 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=
|
|
.if !defined(NO_OPENSSL)
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=sftp-server ssh-keysign
|
|
.endif
|
|
.if defined(NO_KERBEROS)
|
|
SUBDIR+=telnetd
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|