]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - secure/usr.bin/Makefile
MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.
[FreeBSD/stable/10.git] / secure / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR=
6 .if ${MK_OPENSSL} != "no"
7 SUBDIR+=bdes openssl
8 .if ${MK_OPENSSH} != "no"
9 SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
10 .endif
11 .endif
12
13 .if ${MK_TESTS} != "no"
14 SUBDIR+=tests
15 .endif
16
17 .include <bsd.subdir.mk>