# $FreeBSD: head/secure/usr.bin/Makefile 265420 2014-05-06 04:22:01Z imp $ .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 .include