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>
|