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-w32-0dfe4e99562878bc575e682926c2e345661d08a1.tar.gz
busybox-w32-0dfe4e99562878bc575e682926c2e345661d08a1.tar.bz2
busybox-w32-0dfe4e99562878bc575e682926c2e345661d08a1.zip
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:=
26INIT-$(CONFIG_HALT) += halt.o 26INIT-$(CONFIG_HALT) += halt.o
27INIT-$(CONFIG_INIT) += init.o 27INIT-$(CONFIG_INIT) += init.o
28INIT-$(CONFIG_MESG) += mesg.o 28INIT-$(CONFIG_MESG) += mesg.o
29INIT-$(CONFIG_MINIT) += minit.o
30INIT-$(CONFIG_MSVC) += msvc.o
31INIT-$(CONFIG_PIDFILEHACK) += pidfilehack.o
32INIT-$(CONFIG_POWEROFF) += poweroff.o 29INIT-$(CONFIG_POWEROFF) += poweroff.o
33INIT-$(CONFIG_REBOOT) += reboot.o 30INIT-$(CONFIG_REBOOT) += reboot.o
34 31