summaryrefslogtreecommitdiffstats
path: root/crypto/libssh/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libssh/BUILD')
-rwxr-xr-xcrypto/libssh/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/libssh/BUILD b/crypto/libssh/BUILD
new file mode 100755
index 0000000000..41e5294306
--- /dev/null
+++ b/crypto/libssh/BUILD
@@ -0,0 +1,5 @@
+mkdir build &&
+cd build &&
+
+cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr .. &&
+make