mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
9 lines
132 B
Makefile
9 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= bdes openssl
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR+=telnet
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|