# $FreeBSD: head/secure/usr.bin/Makefile 289393 2015-10-15 22:55:08Z bdrewery $ .include SUBDIR= .if ${MK_OPENSSL} != "no" SUBDIR+=bdes openssl .if ${MK_OPENSSH} != "no" SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan .endif .endif .if ${MK_TESTS} != "no" SUBDIR+=tests .endif SUBDIR_PARALLEL= .include