freebsd-dev/secure/usr.bin/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

9 lines
124 B
Makefile

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