freebsd-dev/secure/libexec/Makefile
2014-05-06 04:22:01 +00:00

15 lines
200 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
SUBDIR=
.if ${MK_OPENSSH} != "no"
SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
.endif
.if ${MK_TESTS} != "no"
SUBDIR+=tests
.endif
.include <bsd.subdir.mk>