From f03c933e473760cb3776aee8283ecb3e4bddf097 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 13 Dec 2002 00:01:44 +0000 Subject: New applet, nameif by Nick Fedchik and myself. --- 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 9257fc940..bd2053039 100644 --- a/include/applets.h +++ b/include/applets.h @@ -368,6 +368,9 @@ #ifdef CONFIG_MV APPLET(mv, mv_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_NAMEIF + APPLET(nameif, nameif_main, _BB_DIR_SBIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_NC APPLET(nc, nc_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3-55-g6feb