diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-09-16 04:21:46 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-09-16 04:21:46 +0000 |
commit | 061c9001763f4a19d8104d5be61bbb09b50b1dae (patch) | |
tree | 3942c0a93b5e11fbb838777dba8d3002b17c2583 /include/applets.h | |
parent | ebdc8b48a563615f6e0b08bdf2c91241fed669e0 (diff) |
mesg applet by Manuel Novoa III
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 38d75344f..f6a840024 100644 --- a/include/applets.h +++ b/include/applets.h @@ -293,6 +293,9 @@ #ifdef CONFIG_MD5SUM APPLET(md5sum, md5sum_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_MESG + APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_MKDIR APPLET(mkdir, mkdir_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif |