Makefile revision 291792
1# $FreeBSD: stable/10/secure/usr.bin/Makefile 291792 2015-12-04 18:14:31Z bdrewery $
2
3.include <bsd.own.mk>
4
5SUBDIR=
6.if ${MK_OPENSSL} != "no"
7SUBDIR+=bdes openssl
8.if ${MK_OPENSSH} != "no"
9SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
10.endif
11.endif
12
13.if ${MK_TESTS} != "no"
14SUBDIR+=tests
15.endif
16
17SUBDIR_PARALLEL=
18
19.include <bsd.subdir.mk>
20