commit | ffde8673fe8b2c32076aa3e01eab1fefc5f08e86 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Jan 25 23:40:32 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Jan 25 23:40:32 2001 +0000 |
tree | ca0bf058a242ffb3d2f10d8f862d47a6557cd8eb | |
parent | 8ba1b1120ee08b281f8bae2837c8f3307d166872 [diff] [blame] |
Add in spoon's watchdog timer app. -Erik
diff --git a/applets.h b/applets.h index 4837cb5..80ff1fe 100644 --- a/applets.h +++ b/applets.h
@@ -362,6 +362,9 @@ #ifdef BB_UUENCODE APPLET("uuencode", uuencode_main, _BB_DIR_USR_BIN, uuencode_usage) #endif +#ifdef BB_WATCHDOG + APPLET("watchdog", watchdog_main, _BB_DIR_SBIN, watchdog_usage) +#endif #ifdef BB_WC APPLET("wc", wc_main, _BB_DIR_USR_BIN, wc_usage) #endif