xref: /freebsd/secure/libexec/Makefile (revision 0fdf8fae8b569bf9fff3b5171e669dcd7cf9c79e)
1.include <src.opts.mk>
2
3SUBDIR=
4.if ${MK_OPENSSH} != "no"
5SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper ssh-sk-helper sshd-session
6.endif
7
8SUBDIR.${MK_TESTS}+= tests
9
10SUBDIR_PARALLEL=
11
12.include <bsd.subdir.mk>
13