summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1a43b1e..7878d80 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
prefix = /usr
sbindir = $(prefix)/sbin
-rcdir = /etc/rc.d
systemddir = $(prefix)/lib/systemd/system
confdir = /etc/conf.d
@@ -10,7 +9,6 @@ install: \
$(DESTDIR)$(sbindir)/parabolaweb-update \
$(DESTDIR)$(sbindir)/parabolaweb-fcgi \
$(DESTDIR)$(confdir)/parabolaweb \
- $(DESTDIR)$(rcdir)/parabolaweb \
$(DESTDIR)$(systemddir)/parabolaweb.service
depends.txt: list-depends depends_static.txt
@@ -19,9 +17,6 @@ depends.txt: list-depends depends_static.txt
$(DESTDIR)$(sbindir)/%: %
install -Dm755 $< $@
-$(DESTDIR)$(rcdir)/%: %.rc
- install -Dm755 $< $@
-
$(DESTDIR)$(systemddir)/%.service: %.service
install -Dm644 $< $@