aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-04-27 02:43:54 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-04-27 02:43:54 +0000
commitc91ce5709998976d8b6614b3ac6201692d20eb94 (patch)
treeac868eaf7ef7fca5851603b6e3421750e36db0ed /include
parentc5408fe7f7ed809f11dd406a403071715cc9bd06 (diff)
downloadbusybox-c91ce5709998976d8b6614b3ac6201692d20eb94.tar.gz
Config option to create an fgrep alias
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 @@
#ifdef CONFIG_FDISK
APPLET(fdisk, fdisk_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
+#if defined(CONFIG_FEATURE_GREP_FGREP_ALIAS)
+ APPLET_NOUSAGE("fgrep", grep_main, _BB_DIR_BIN, _BB_SUID_NEVER)
+#endif
#ifdef CONFIG_FIND
APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif