]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/usr.sbin/Makefile
Optionally bind ktls threads to NUMA domains
[FreeBSD/FreeBSD.git] / secure / usr.sbin / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= 
6 .if ${MK_OPENSSH} != "no"
7 SUBDIR+=sshd
8 .endif
9
10 SUBDIR.${MK_TESTS}+= tests
11
12 SUBDIR_PARALLEL=
13
14 .include <bsd.subdir.mk>