81d858170e
setuid so ssh(1) doesn't have to be. Pointy hat to: des Submitted by: Katsuyuki TATEISHI <katsu@iec.hiroshima-u.ac.jp>
11 lines
252 B
Makefile
11 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5) && !defined(NO_OPENSSL)
|
|
SUBDIR= telnetd
|
|
.endif
|
|
.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
|
|
SUBDIR+=sftp-server ssh-keysign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|