From 18b76e6f8047edf2e9e3d8fcc962a2e40ed8ffbd Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 16 Sep 2002 09:10:04 +0000 Subject: Watch applet by Michael Habermann --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index d5c257052..de07cc960 100644 --- a/include/applets.h +++ b/include/applets.h @@ -532,6 +532,9 @@ #ifdef CONFIG_VLOCK APPLET(vlock, vlock_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS) #endif +#ifdef CONFIG_WATCH + APPLET(watch, watch_main, _BB_DIR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_WATCHDOG APPLET(watchdog, watchdog_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3