]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/usr.bin/Makefile
Notable upstream pull request merges:
[FreeBSD/FreeBSD.git] / secure / usr.bin / Makefile
1
2 .include <src.opts.mk>
3
4 SUBDIR=
5 .if ${MK_OPENSSL} != "no"
6 SUBDIR+=openssl
7 .if ${MK_OPENSSH} != "no"
8 SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
9 .endif
10 .endif
11
12 SUBDIR.${MK_TESTS}+= tests
13
14 SUBDIR_PARALLEL=
15
16 .include <bsd.subdir.mk>