xref: /freebsd/secure/libexec/Makefile (revision 8e28d84935f2f0ee081d44f9803f3052b960e50b)
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
6SUBDIR+=sshd-auth
7.endif
8
9SUBDIR.${MK_TESTS}+= tests
10
11SUBDIR_PARALLEL=
12
13.include <bsd.subdir.mk>
14