Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-05-11 18:52:39 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2003-05-11 18:52:39 +0400
commit1e11c34be4decfef8fbda8a8e01cd60def8232e5 (patch)
tree6e93956fef2bcd4c1db18031dc081dcaf689f2d1 /init/Makefile.in
parent8c6887c855460ee9e688e2a51e29f99faa2a2d8c (diff)
minit, a Minimal init system.
Diffstat (limited to 'init/Makefile.in')
-rw-r--r--init/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Makefile.in b/init/Makefile.in
index a43c4a7f4..9e2f4bcf7 100644
--- a/init/Makefile.in
+++ b/init/Makefile.in
@@ -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