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