summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-08 01:50:28 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-08 04:01:58 -0400
commit07f88c96a6fd5c66c1883c7170e665d18c38861c (patch)
treeb9d5800559732b782685a0ac664abd79e02b8b57 /Makefile
parenteb4d601667665c3b757a917f7c9ad0f2c233fe07 (diff)
new command toxish
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