From f6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 Oct 2002 12:24:59 +0000 Subject: last_patch63 from vodz: add in crond and crontab applets --- include/applets.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index e59342051..de393be8f 100644 --- a/include/applets.h +++ b/include/applets.h @@ -107,6 +107,12 @@ #ifdef CONFIG_CPIO APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef BB_CROND + APPLET(crond, crond_main, _BB_DIR_USR_SBIN) +#endif +#ifdef BB_CRONTAB + APPLET(crontab, crontab_main, _BB_DIR_USR_BIN) +#endif #ifdef CONFIG_CUT APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3