aboutsummaryrefslogtreecommitdiff
path: root/init/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-05-26 10:28:32 +0000
committerEric Andersen <andersen@codepoet.org>2004-05-26 10:28:32 +0000
commit0dfe4e99562878bc575e682926c2e345661d08a1 (patch)
treefab9d8c78a24c8b10f6763cb79fb70a57d150f87 /init/Makefile.in
parentfebd744d314f5c05f0a7c88444a1d310f9daf318 (diff)
downloadbusybox-0dfe4e99562878bc575e682926c2e345661d08a1.tar.gz
As discussed, drop minit, which was not being supported in busybox.
People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/
Diffstat (limited to 'init/Makefile.in')
-rw-r--r--init/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/Makefile.in b/init/Makefile.in
index 039921435..6264710db 100644
--- a/init/Makefile.in
+++ b/init/Makefile.in
@@ -26,9 +26,6 @@ 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