opnsense-src/secure/usr.bin/Makefile

14 lines
219 B
Makefile
Raw Normal View History

1999-08-27 21:35:59 -04:00
# $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>