mirror of
https://github.com/pygos/init.git
synced 2024-11-05 20:27:09 +01:00
David Oberhollenzer
9f9807d4d3
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>
8 lines
275 B
Text
8 lines
275 B
Text
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)
|
|
init_LDFLAGS = $(AM_LDFLAGS)
|
|
init_LDADD = libinit.a libcfg.a libutil.a
|
|
|
|
sbin_PROGRAMS += init
|