X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=init%2FMakefile.in;h=6264710db244c59b2215396d9a69a27831f7228f;hb=7b08cdd98cdf99b0d2bd622566e9288d44b17529;hp=1eee3d18a15a7a1e2e6fa209165a3f173dd592f0;hpb=b01ed65ad2e46fc7747010b16e53b3a9e1a7c23a;p=oweals%2Fbusybox.git diff --git a/init/Makefile.in b/init/Makefile.in index 1eee3d18a..6264710db 100644 --- a/init/Makefile.in +++ b/init/Makefile.in @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen +# Copyright (C) 1999-2004 by Erik Andersen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,12 +26,8 @@ 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 ifeq ($(CONFIG_HALT), y) CONFIG_INIT_SHARED=y