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