cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git] / secure / usr.bin / Makefile
blobf85fced7501a95f78f4845e7169c6d4561ee1943
1 # $FreeBSD$
3 .include <src.opts.mk>
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
13 .if ${MK_TESTS} != "no"
14 SUBDIR+=tests
15 .endif
17 SUBDIR_PARALLEL=
19 .include <bsd.subdir.mk>