freebsd-dev/secure/lib/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
139 B
Makefile

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