summaryrefslogtreecommitdiffstats
path: root/secure/libexec/Makefile
blob: 9edc8e66c1971e7d9c87a92ccda0d3c88b3ab76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <bsd.own.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>
OpenPOWER on IntegriCloud