indent(1): Removed whitespace shouldn't be considered in column calculations.
[freebsd-src.git] / secure / libexec / Makefile
blob2e2eaf96da1d4b83bfc99ba46dfcc8a204342f1e
1 # $FreeBSD$
3 .include <src.opts.mk>
5 SUBDIR=
6 .if ${MK_OPENSSH} != "no"
7 SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
8 .endif
10 .if ${MK_TESTS} != "no"
11 SUBDIR+=tests
12 .endif
14 SUBDIR_PARALLEL=
16 .include <bsd.subdir.mk>