bce0c9275c
we won't be here.
11 lines
203 B
Makefile
11 lines
203 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
|
|
SUBDIR= telnetd
|
|
.endif
|
|
.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
|
|
SUBDIR+=sftp-server ssh-keysign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|