aboutsummaryrefslogtreecommitdiff
path: root/init/Makefile.in
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-26 09:16:00 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-26 09:16:00 +0000
commitec886971ccf2b40fdeba282095e4fd537cde01f5 (patch)
tree80ceac0ee76ad0bee1838252ced4f0cfd097659c /init/Makefile.in
parent3518555621b8f58d6a90e4f14c2a07348c23eddc (diff)
downloadbusybox-w32-ec886971ccf2b40fdeba282095e4fd537cde01f5.tar.gz
busybox-w32-ec886971ccf2b40fdeba282095e4fd537cde01f5.tar.bz2
busybox-w32-ec886971ccf2b40fdeba282095e4fd537cde01f5.zip
Move start_stop_daemon to debianutils.
Cleanup run_parts a bit and add long opts git-svn-id: svn://busybox.net/trunk/busybox@7113 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init/Makefile.in')
-rw-r--r--init/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Makefile.in b/init/Makefile.in
index b1f464d19..1b13f693b 100644
--- a/init/Makefile.in
+++ b/init/Makefile.in
@@ -31,7 +31,6 @@ INIT-$(CONFIG_MSVC) += msvc.o
31INIT-$(CONFIG_PIDFILEHACK) += pidfilehack.o 31INIT-$(CONFIG_PIDFILEHACK) += pidfilehack.o
32INIT-$(CONFIG_POWEROFF) += poweroff.o 32INIT-$(CONFIG_POWEROFF) += poweroff.o
33INIT-$(CONFIG_REBOOT) += reboot.o 33INIT-$(CONFIG_REBOOT) += reboot.o
34INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o
35 34
36ifeq ($(CONFIG_HALT), y) 35ifeq ($(CONFIG_HALT), y)
37CONFIG_INIT_SHARED=y 36CONFIG_INIT_SHARED=y