aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index a4d272746..7267b8248 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -196,6 +196,9 @@
196#ifdef CONFIG_FDISK 196#ifdef CONFIG_FDISK
197 APPLET(fdisk, fdisk_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 197 APPLET(fdisk, fdisk_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
198#endif 198#endif
199#if defined(CONFIG_FEATURE_GREP_FGREP_ALIAS)
200 APPLET_NOUSAGE("fgrep", grep_main, _BB_DIR_BIN, _BB_SUID_NEVER)
201#endif
199#ifdef CONFIG_FIND 202#ifdef CONFIG_FIND
200 APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 203 APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
201#endif 204#endif