summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2022-03-15 09:49:59 -0700
committerLee Duncan <lduncan@suse.com>2022-03-15 09:49:59 -0700
commit04c8645bc27df59117e96b7d2da9fb6b0a5bf7c1 (patch)
tree52e0f647b2e75ed73f8de010d476f7e68b49248e /Makefile
parenta2ad59b74a382e7b73d3ba1d23357ae430ec7551 (diff)
downloadopen-iscsi-04c8645bc27df59117e96b7d2da9fb6b0a5bf7c1.tar.gz
Remove SUSE init.d startup files
These files have not been used for years.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 8c9be16..9130ff5 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ clean:
# now -jXXX will still be safe
# note that make may still execute the blocks in parallel
.NOTPARALLEL: install_user install_programs install_initd \
- install_initd_suse install_initd_redhat install_initd_debian \
+ install_initd_redhat install_initd_debian \
install_etc install_iface install_doc install_iname
install: install_programs install_doc install_etc \
@@ -140,18 +140,9 @@ install_initd:
$(MAKE) install_initd_debian ; \
elif [ -f /etc/redhat-release ]; then \
$(MAKE) install_initd_redhat ; \
- elif [ -f /etc/SuSE-release ]; then \
- $(MAKE) install_initd_suse ; \
fi
# these are external targets to allow bypassing distribution detection
-install_initd_suse:
- $(INSTALL) -d $(DESTDIR)$(initddir)
- $(INSTALL) -m 755 etc/initd/initd.suse \
- $(DESTDIR)$(initddir)/open-iscsi
- $(INSTALL) -m 755 etc/initd/boot.suse \
- $(DESTDIR)$(initddir)/boot.open-iscsi
-
install_initd_redhat:
$(INSTALL) -d $(DESTDIR)$(initddir)
$(INSTALL) -m 755 etc/initd/initd.redhat \