mesg applet by Manuel Novoa III

This commit is contained in:
Glenn L McGrath
2002-09-16 04:21:46 +00:00
parent ebdc8b48a5
commit 061c900176
5 changed files with 70 additions and 0 deletions

View File

@@ -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