summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/Makefile
blob: 5f431e137aa12c00137edfff55a339ad07a7b49d (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

SUBDIR= bdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=telnet
.endif
.if !defined(NO_OPENSSL)
SUBDIR+=openssl
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud