diff options
author | Eric Andersen | 2004-05-26 10:28:32 +0000 |
---|---|---|
committer | Eric Andersen | 2004-05-26 10:28:32 +0000 |
commit | 0dfe4e99562878bc575e682926c2e345661d08a1 (patch) | |
tree | fab9d8c78a24c8b10f6763cb79fb70a57d150f87 /init/Makefile.in | |
parent | febd744d314f5c05f0a7c88444a1d310f9daf318 (diff) | |
download | busybox-0dfe4e99562878bc575e682926c2e345661d08a1.zip busybox-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.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/Makefile.in b/init/Makefile.in index 0399214..6264710 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 |