freebsd-dev/secure/libexec/Makefile
Mark Murray 1a19815c14 Dont build telenet if we are going for kerberised telnet; this just
jumps all over kerberised telnet otherwise.
1999-10-12 19:48:05 +00:00

8 lines
112 B
Makefile

# $FreeBSD$
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR= telnetd
.endif
.include <bsd.subdir.mk>