diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-05-26 10:28:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-05-26 10:28:32 +0000 |
commit | 0dfe4e99562878bc575e682926c2e345661d08a1 (patch) | |
tree | fab9d8c78a24c8b10f6763cb79fb70a57d150f87 /init/Makefile.in | |
parent | febd744d314f5c05f0a7c88444a1d310f9daf318 (diff) | |
download | busybox-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.in | 3 |
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:= | |||
26 | INIT-$(CONFIG_HALT) += halt.o | 26 | INIT-$(CONFIG_HALT) += halt.o |
27 | INIT-$(CONFIG_INIT) += init.o | 27 | INIT-$(CONFIG_INIT) += init.o |
28 | INIT-$(CONFIG_MESG) += mesg.o | 28 | INIT-$(CONFIG_MESG) += mesg.o |
29 | INIT-$(CONFIG_MINIT) += minit.o | ||
30 | INIT-$(CONFIG_MSVC) += msvc.o | ||
31 | INIT-$(CONFIG_PIDFILEHACK) += pidfilehack.o | ||
32 | INIT-$(CONFIG_POWEROFF) += poweroff.o | 29 | INIT-$(CONFIG_POWEROFF) += poweroff.o |
33 | INIT-$(CONFIG_REBOOT) += reboot.o | 30 | INIT-$(CONFIG_REBOOT) += reboot.o |
34 | 31 | ||