summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4375069..b0779f9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,9 @@ PACKAGE = rapid-tunneling
SPEC = rapid-tunneling.spec
SCRIPTS = rapid-tunneling rapid-tunneling-status rtadm rt-from-remote
-CONFIGS = rtadm.config sshd_support_config support_env rapid-tunneling.conf gui.htpasswd rtadm.bash_completion
-INIT_D = sshd_support
+CONFIGS = rtadm.config support_env rapid-tunneling.conf gui.htpasswd rtadm.bash_completion
GUI = gui
-SOURCES = Makefile $(SPEC) $(SCRIPTS) $(CONFIGS) $(INIT_D) $(GUI) \
+SOURCES = Makefile $(SPEC) $(SCRIPTS) $(CONFIGS) $(GUI) \
.placeholder rapid-tunneling.8 rapid-tunneling-status.8
SBINDIR = /usr/sbin
MANDIR = /usr/share/man/man8
@@ -59,8 +58,6 @@ install:
install -m 755 -d $(DESTDIR)/etc/rapid-tunneling
install -m 644 rtadm.config $(DESTDIR)/etc/rapid-tunneling/rtadm
install -m 644 gui.htpasswd $(DESTDIR)/etc/rapid-tunneling/
- install -m 755 -d $(DESTDIR)/etc/ssh
- install -m 644 sshd_support_config $(DESTDIR)/etc/ssh/
install -m 755 -d $(DESTDIR)/var/lib/rapid-tunneling
install -m 644 .placeholder $(DESTDIR)/var/lib/rapid-tunneling/
install -m 755 -d $(DESTDIR)$(WWWHOME)