opnsense-src/secure/usr.bin/Makefile

12 lines
194 B
Makefile
Raw Normal View History

1999-08-27 21:35:59 -04:00
# $FreeBSD$
SUBDIR=
.if !defined(NO_OPENSSL)
SUBDIR+=bdes openssl
.if !defined(NO_OPENSSH)
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
.endif
.endif
.include <bsd.subdir.mk>