freebsd_amp_hwpstate/secure/usr.bin/Makefile

14 lines
219 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
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
.include <bsd.subdir.mk>