summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-09 10:06:01 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-09 10:06:01 +0000
commit9e598413750c0decba90222f29104f31b39e5837 (patch)
treeb6eeae83f81b7feb203eb5ce33a8e9c51941e9ca /include/applets.h
parentdd3461af2f227efae7a69a67e5b8dc1f665b57b9 (diff)
downloadbusybox-w32-9e598413750c0decba90222f29104f31b39e5837.tar.gz
busybox-w32-9e598413750c0decba90222f29104f31b39e5837.tar.bz2
busybox-w32-9e598413750c0decba90222f29104f31b39e5837.zip
arping applet by Nick Fedchik
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 177e82352..9e95b2e9d 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -58,6 +58,9 @@
58#ifdef CONFIG_AR 58#ifdef CONFIG_AR
59 APPLET(ar, ar_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 59 APPLET(ar, ar_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
60#endif 60#endif
61#ifdef CONFIG_ARPING
62 APPLET(arping, arping_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
63#endif
61#ifdef CONFIG_ASH 64#ifdef CONFIG_ASH
62 APPLET_NOUSAGE("ash", ash_main, _BB_DIR_BIN, _BB_SUID_NEVER) 65 APPLET_NOUSAGE("ash", ash_main, _BB_DIR_BIN, _BB_SUID_NEVER)
63#endif 66#endif