From 1552ff7efb760214eb4e5afc97f200136a935643 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 31 Oct 2001 11:07:12 +0000 Subject: Move usage.h to include/usage.h --- 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 b0536ac01..44d274b85 100644 --- a/include/applets.h +++ b/include/applets.h @@ -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 -- cgit v1.2.3