commit 12e3826
niche-yrittaja
·
2026-04-30 21:16:12 +0000 UTC
parent fbce9ce
Update Makefile
1 files changed,
+4,
-1
M
Makefile
M
Makefile
+4,
-1
1@@ -52,6 +52,9 @@ install-conf:
2 install-rcctl:
3 install -m 0555 scripts/openbsd-parados.sh /etc/rc.d/parados
4
5+install-openrc:
6+ install -m 0555 scripts/openrc-parados /etc/init.d/parados
7+
8 uninstall:
9 rm -f $(DESTDIR)$(BINDIR)/$(OUT)
10 rm -f $(DESTDIR)$(MAN1DIR)/parados.1
11@@ -62,5 +65,5 @@ compile_flags:
12 rm -f compile_flags.txt
13 for f in ${CPPFLAGS} ${CFLAGS}; do echo $$f >> compile_flags.txt; done
14
15-.PHONY: all release debug clean install install-conf install-rcctl uninstall compile_flags
16+.PHONY: all release debug clean install install-conf install-rcctl install-openrc uninstall compile_flags
17