repo: tlswrap
action: commit
revision: 
path_from: 
revision_from: 00aa90bf667382de870d1320ddc09bc19af8bc0a:
path_to: 
revision_to: 
git.thebackupbox.net
tlswrap
git clone git://git.thebackupbox.net/tlswrap
commit 00aa90bf667382de870d1320ddc09bc19af8bc0a
Author: epoch 
Date:   Mon Feb 28 01:49:47 2022 +0000

    renamed to tlswrap

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..6484c7c5f6fcc27b8cf1d8bb61aa9c9e77d8bfe7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+tlswrap
diff --git a/Makefile b/Makefile
index 7aa4ae06750169a947c4c699759af5520a2ce377..
index ..91a9ed7ea9d1a636b227c658c1f1c42444d631c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,12 @@
-sslwrap: CFLAGS=-pedantic -Wall
-sslwrap: LDLIBS=-lssl -lcrypto
-sslwrap: sslwrap.c
+PREFIX:=/usr/local
+
+.PHONY: install all
+
+all: tlswrap
+
+tlswrap: CFLAGS=-pedantic -Wall
+tlswrap: LDLIBS=-lssl -lcrypto
+tlswrap: tlswrap.c
+
+install:
+	install -Dt $(PREFIX)/bin tlswrap
diff --git a/sslwrap.c b/tlswrap.c
similarity index 100%
rename from sslwrap.c
rename to tlswrap.c

-----END OF PAGE-----