freebsd-src/secure/libexec/Makefile

17 lines
217 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.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 23:43:00 +01:00
.endif
.if ${MK_TESTS} != "no"
SUBDIR+=tests
.endif
2015-12-04 18:14:31 +00:00
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>