mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL)
|
|
SUBDIR= telnetd
|
|
.endif
|
|
SUBDIR+= sftp-server
|
|
|
|
.include <bsd.subdir.mk>
|