summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/Makefile')
-rw-r--r--secure/usr.bin/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
new file mode 100644
index 0000000..f85fced
--- /dev/null
+++ b/secure/usr.bin/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+.include <src.opts.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
+
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
+SUBDIR_PARALLEL=
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud