minit, a Minimal init system.

This commit is contained in:
Glenn L McGrath
2003-05-11 14:52:39 +00:00
parent 8c6887c855
commit 1e11c34be4
7 changed files with 1051 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ INIT-y:=
INIT-$(CONFIG_HALT) += halt.o
INIT-$(CONFIG_INIT) += init.o
INIT-$(CONFIG_MESG) += mesg.o
INIT-$(CONFIG_MINIT) += minit.o
INIT-$(CONFIG_MSVC) += msvc.o
INIT-$(CONFIG_PIDFILEHACK) += pidfilehack.o
INIT-$(CONFIG_POWEROFF) += poweroff.o
INIT-$(CONFIG_REBOOT) += reboot.o
INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o