freebsd-skq/secure/usr.bin/Makefile

18 lines
261 B
Makefile
Raw Permalink Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
.include <src.opts.mk>
SUBDIR=
.if ${MK_OPENSSL} != "no"
SUBDIR+=openssl
.if ${MK_OPENSSH} != "no"
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
.endif
.endif
SUBDIR.${MK_TESTS}+= tests
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>