diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-10-31 10:24:36 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-10-31 10:24:36 +0000 |
| commit | 6cf47a79acfef8dbe4e651560f59200978b656b1 (patch) | |
| tree | 3ae009b33f74d131da1747d558ab357511136f7d /init/Makefile | |
| parent | 2bc4dec7a15998fa37c03005a9612c7f22df4f7a (diff) | |
| download | busybox-w32-6cf47a79acfef8dbe4e651560f59200978b656b1.tar.gz busybox-w32-6cf47a79acfef8dbe4e651560f59200978b656b1.tar.bz2 busybox-w32-6cf47a79acfef8dbe4e651560f59200978b656b1.zip | |
Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
Diffstat (limited to 'init/Makefile')
| -rw-r--r-- | init/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Makefile b/init/Makefile index 472fb02b1..76f49794d 100644 --- a/init/Makefile +++ b/init/Makefile | |||
| @@ -29,6 +29,7 @@ obj-$(CONFIG_INIT) += init.o | |||
| 29 | obj-$(CONFIG_POWEROFF) += poweroff.o | 29 | obj-$(CONFIG_POWEROFF) += poweroff.o |
| 30 | obj-$(CONFIG_REBOOT) += reboot.o | 30 | obj-$(CONFIG_REBOOT) += reboot.o |
| 31 | obj-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o | 31 | obj-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o |
| 32 | obj-$(CONFIG_RUN_PARTS) += run_parts.o | ||
| 32 | 33 | ||
| 33 | 34 | ||
| 34 | # Hand off to toplevel Rules.mak | 35 | # Hand off to toplevel Rules.mak |
