New applet, nameif by Nick Fedchik and myself.

This commit is contained in:
Glenn L McGrath
2002-12-13 00:01:44 +00:00
parent 9130c85847
commit f03c933e47
5 changed files with 248 additions and 0 deletions

View File

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