1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/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>