Config option to create an fgrep alias

This commit is contained in:
Glenn L McGrath
2003-04-27 02:43:54 +00:00
parent c5408fe7f7
commit c91ce57099
2 changed files with 12 additions and 0 deletions

View File

@@ -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