ipcalc applet by Stephan Linz and Jordan Crouse

This commit is contained in:
Glenn L McGrath
2002-11-10 23:42:27 +00:00
parent 912d8f4cbc
commit c11986d89e
6 changed files with 211 additions and 4 deletions

View File

@@ -254,6 +254,9 @@
#ifdef CONFIG_IP
APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_IPCALC
APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_KILL
APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif