aboutsummaryrefslogtreecommitdiff
path: root/init/Makefile.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-09-16 04:21:46 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-09-16 04:21:46 +0000
commit061c9001763f4a19d8104d5be61bbb09b50b1dae (patch)
tree3942c0a93b5e11fbb838777dba8d3002b17c2583 /init/Makefile.in
parentebdc8b48a563615f6e0b08bdf2c91241fed669e0 (diff)
downloadbusybox-w32-061c9001763f4a19d8104d5be61bbb09b50b1dae.tar.gz
busybox-w32-061c9001763f4a19d8104d5be61bbb09b50b1dae.tar.bz2
busybox-w32-061c9001763f4a19d8104d5be61bbb09b50b1dae.zip
mesg applet by Manuel Novoa III
Diffstat (limited to 'init/Makefile.in')
-rw-r--r--init/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Makefile.in b/init/Makefile.in
index 8cc95264d..cd3ead839 100644
--- a/init/Makefile.in
+++ b/init/Makefile.in
@@ -25,6 +25,7 @@ endif
25INIT-y:= 25INIT-y:=
26INIT-$(CONFIG_HALT) += halt.o 26INIT-$(CONFIG_HALT) += halt.o
27INIT-$(CONFIG_INIT) += init.o 27INIT-$(CONFIG_INIT) += init.o
28INIT-$(CONFIG_MESG) += mesg.o
28INIT-$(CONFIG_POWEROFF) += poweroff.o 29INIT-$(CONFIG_POWEROFF) += poweroff.o
29INIT-$(CONFIG_REBOOT) += reboot.o 30INIT-$(CONFIG_REBOOT) += reboot.o
30INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o 31INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o