Move usage.h to include/usage.h

This commit is contained in:
Eric Andersen
2001-10-31 11:07:12 +00:00
parent ec07469a3e
commit 1552ff7efb
4 changed files with 16 additions and 1906 deletions

View File

@@ -311,6 +311,9 @@
#ifdef CONFIG_NC
APPLET(nc, nc_main, _BB_DIR_USR_BIN)
#endif
#ifdef CONFIG_NETSTAT
APPLET(netstat, netstat_main, _BB_DIR_BIN)
#endif
#ifdef CONFIG_NSLOOKUP
APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN)
#endif