summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60ec88b..f08e26e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
1SOURCES = client.c gitversion.c log.c mach.c main.c util.c 1SOURCES = client.c gitversion.c log.c mach.c main.c util.c
2OBJECTS = $(SOURCES:.c=.o) 2OBJECTS = $(SOURCES:.c=.o)
3SCRIPTS = scripts/tokssh scripts/toxish
3EXECUTABLES = tuntox tuntox_nostatic 4EXECUTABLES = tuntox tuntox_nostatic
4DEB_VERSION = 0.0.9-1 5DEB_VERSION = 0.0.9-1
5DEB_ARCH = amd64 6DEB_ARCH = amd64
@@ -63,7 +64,7 @@ install: tuntox_nostatic
63 install -d -m755 $(DESTDIR)$(bindir) $(DESTDIR)$(etcdir) 64 install -d -m755 $(DESTDIR)$(bindir) $(DESTDIR)$(etcdir)
64 install -d -m700 $(DESTDIR)$(etcdir)/tuntox 65 install -d -m700 $(DESTDIR)$(etcdir)/tuntox
65 install -D -T tuntox_nostatic $(DESTDIR)$(bindir)/tuntox 66 install -D -T tuntox_nostatic $(DESTDIR)$(bindir)/tuntox
66 install -D scripts/tokssh -t $(DESTDIR)$(bindir)/ 67 install -D -t $(DESTDIR)$(bindir) $(SCRIPTS)
67 install -m0644 -D -t $(DESTDIR)$(etcdir)/systemd/system scripts/tuntox.service 68 install -m0644 -D -t $(DESTDIR)$(etcdir)/systemd/system scripts/tuntox.service
68ifeq ($(SKIP_SYSTEMCTL),) 69ifeq ($(SKIP_SYSTEMCTL),)
69 systemctl daemon-reload 70 systemctl daemon-reload