]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - secure/usr.bin/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / secure / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR=
6 .if ${MK_OPENSSL} != "no"
7 SUBDIR+=bdes openssl
8 .if ${MK_OPENSSH} != "no"
9 SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
10 .endif
11 .endif
12
13 .include <bsd.subdir.mk>