freebsd-dev/secure/libexec/Makefile

17 lines
218 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <src.opts.mk>
SUBDIR=
.if ${MK_OPENSSH} != "no"
2010-03-10 11:33:15 +00:00
SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
2000-09-16 22:43:00 +00:00
.endif
.if ${MK_TESTS} != "no"
SUBDIR+=tests
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>