From 7a32aaacd02c7f4035b0894aced7860658703985 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 15 Sep 2002 17:03:48 +0000 Subject: Awk applet written from scratch by Dmitry Zakharov --- 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 a1084fcc6..9117880ad 100644 --- a/include/applets.h +++ b/include/applets.h @@ -61,6 +61,9 @@ #ifdef CONFIG_ASH APPLET_NOUSAGE("ash", ash_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_AWK + APPLET(awk, awk_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_BASENAME APPLET(basename, basename_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3