From 5961303fc6e8f87e61a7abb1b4c14d24e7e30758 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 29 Aug 2020 14:19:37 -0400 Subject: install tokssh --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e6b0cef..0fe0bb0 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ clean: install: tuntox_nostatic $(INSTALL_MKDIR) -d $(DESTDIR)$(bindir) cp tuntox_nostatic $(DESTDIR)$(bindir)/tuntox + install scripts/tokssh $(DESTDIR)$(bindir)/ debs = ../tuntox_0.0.9-1_amd64.deb ../tuntox-dbgsym_0.0.9-1_amd64.deb .PHONY: install-debs debs -- cgit v1.2.3