Merge branch 'vendor/OPENSSL'
[dragonfly.git] / secure / usr.bin / Makefile
1 # $FreeBSD: src/secure/usr.bin/Makefile,v 1.14.2.4 2002/07/05 11:11:01 des Exp $
2 # $DragonFly: src/secure/usr.bin/Makefile,v 1.5 2008/05/16 11:44:56 corecode Exp $
3
4 SUBDIR= bdes
5 .if !defined(NO_OPENSSL)
6 SUBDIR+=openssl
7 .if !defined(NO_OPENSSH)
8 SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan ssh-vulnkey
9 .endif
10 .endif
11
12 .include <bsd.subdir.mk>