8c52579a78
Requested by: wollman
12 lines
172 B
Makefile
12 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= bdes
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR+=telnet
|
|
.endif
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=openssl
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|