diff options
author | Glenn L McGrath | 2002-09-16 04:21:46 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-09-16 04:21:46 +0000 |
commit | 061c9001763f4a19d8104d5be61bbb09b50b1dae (patch) | |
tree | 3942c0a93b5e11fbb838777dba8d3002b17c2583 /init/Makefile.in | |
parent | ebdc8b48a563615f6e0b08bdf2c91241fed669e0 (diff) | |
download | busybox-061c9001763f4a19d8104d5be61bbb09b50b1dae.zip busybox-061c9001763f4a19d8104d5be61bbb09b50b1dae.tar.gz |
mesg applet by Manuel Novoa III
Diffstat (limited to 'init/Makefile.in')
-rw-r--r-- | init/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Makefile.in b/init/Makefile.in index 8cc9526..cd3ead8 100644 --- a/init/Makefile.in +++ b/init/Makefile.in @@ -25,6 +25,7 @@ endif INIT-y:= INIT-$(CONFIG_HALT) += halt.o INIT-$(CONFIG_INIT) += init.o +INIT-$(CONFIG_MESG) += mesg.o INIT-$(CONFIG_POWEROFF) += poweroff.o INIT-$(CONFIG_REBOOT) += reboot.o INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o |