mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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>
|