xref: /freebsd-13-stable/secure/usr.bin/Makefile (revision 023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9)
1
2.include <src.opts.mk>
3
4SUBDIR=
5.if ${MK_OPENSSL} != "no"
6SUBDIR+=openssl
7.if ${MK_OPENSSH} != "no"
8SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
9.endif
10.endif
11
12SUBDIR.${MK_TESTS}+= tests
13
14SUBDIR_PARALLEL=
15
16.include <bsd.subdir.mk>
17