aboutsummaryrefslogtreecommitdiff
path: root/initd/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2020-03-31 13:09:04 +0200
committerDavid Oberhollenzer <goliath@infraroot.at>2020-03-31 13:09:04 +0200
commit9f9807d4d3e0ecabc9bb67658d58644d714a9fd7 (patch)
tree0261dc3b87584006d98472408e0527c2eeda8c5f /initd/Makemodule.am
parent0d985a7430299aba28e136d9558497ae02c8085e (diff)
cleanup: initd: simplify and merge linux specific code into main.c
Targetting anything else than Linux isn't really relevant. All other systems ($BSD and other Unices) are a closed ecosystem where kernel & userspace are developed together. They don't need something like a third party init system, so compatibillity can be largely ignored. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'initd/Makemodule.am')
-rw-r--r--initd/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/initd/Makemodule.am b/initd/Makemodule.am
index 7e7fd37..9b2b7a6 100644
--- a/initd/Makemodule.am
+++ b/initd/Makemodule.am
@@ -1,4 +1,4 @@
-init_SOURCES = initd/main.c initd/init.h initd/signal_linux.c initd/runsvc.c
+init_SOURCES = initd/main.c initd/init.h initd/runsvc.c
init_SOURCES += initd/status.c initd/supervisor.c initd/initsock.c
init_CPPFLAGS = $(AM_CPPFLAGS)
init_CFLAGS = $(AM_CFLAGS)