1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/secure/usr.bin/Makefile
2000-01-16 05:25:26 +00:00

9 lines
132 B
Makefile

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