]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/usr.bin/Makefile
kern: cpuset: allow jails to modify child jails' roots
[FreeBSD/FreeBSD.git] / secure / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR=
6 .if ${MK_OPENSSL} != "no"
7 SUBDIR+=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 SUBDIR.${MK_TESTS}+= tests
14
15 SUBDIR_PARALLEL=
16
17 .include <bsd.subdir.mk>