From 0ca0851a01251b960ba19d958978004168f58593 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 26 Feb 2019 17:04:25 +0300 Subject: Add implementation --- libssl/buildfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libssl/buildfile (limited to 'libssl/buildfile') diff --git a/libssl/buildfile b/libssl/buildfile new file mode 100644 index 0000000..4c31f89 --- /dev/null +++ b/libssl/buildfile @@ -0,0 +1,10 @@ +# file : buildfile +# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd +# license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file + +./: {*/ -build/} doc{LICENSE INSTALL README} manifest + +# Don't install tests or the INSTALL file. +# +tests/: install = false +doc{INSTALL}@./: install = false -- cgit v1.1