From 07f88c96a6fd5c66c1883c7170e665d18c38861c Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 8 Oct 2021 01:50:28 -0400 Subject: new command toxish --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 60ec88b..f08e26e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ SOURCES = client.c gitversion.c log.c mach.c main.c util.c OBJECTS = $(SOURCES:.c=.o) +SCRIPTS = scripts/tokssh scripts/toxish EXECUTABLES = tuntox tuntox_nostatic DEB_VERSION = 0.0.9-1 DEB_ARCH = amd64 @@ -63,7 +64,7 @@ install: tuntox_nostatic install -d -m755 $(DESTDIR)$(bindir) $(DESTDIR)$(etcdir) install -d -m700 $(DESTDIR)$(etcdir)/tuntox install -D -T tuntox_nostatic $(DESTDIR)$(bindir)/tuntox - install -D scripts/tokssh -t $(DESTDIR)$(bindir)/ + install -D -t $(DESTDIR)$(bindir) $(SCRIPTS) install -m0644 -D -t $(DESTDIR)$(etcdir)/systemd/system scripts/tuntox.service ifeq ($(SKIP_SYSTEMCTL),) systemctl daemon-reload -- cgit v1.2.3