Switch base to use private LibreSSL libaries
[dragonfly.git] / secure / usr.bin / Makefile
1 SUBDIR=
2 .if !defined(NO_LIBRESSL)
3 SUBDIR+=bdes openssl scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
4 .endif
5
6 .include <bsd.subdir.mk>