1a19815c14
jumps all over kerberised telnet otherwise.
8 lines
112 B
Makefile
8 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR= telnetd
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|