commit | c11986d89eba564945b226660031e624bf897561 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Sun Nov 10 23:42:27 2002 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Sun Nov 10 23:42:27 2002 +0000 |
tree | 916cab407d266dbbf8f0069e65ab0434583b336c | |
parent | 912d8f4cbc724ce6ef9d8bd3f73d16d7ef4cf069 [diff] [blame] |
ipcalc applet by Stephan Linz and Jordan Crouse
diff --git a/include/applets.h b/include/applets.h index a9f93cc..e8bcb0e 100644 --- a/include/applets.h +++ b/include/applets.h
@@ -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