diff options
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 43871b7..f923774 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -349,6 +349,9 @@ const struct BB_applet applets[] = { #ifdef BB_WHOAMI {"whoami", whoami_main, _BB_DIR_USR_BIN, whoami_usage}, #endif +#ifdef BB_XARGS + {"xargs", xargs_main, _BB_DIR_USR_BIN, xargs_usage}, +#endif #ifdef BB_YES {"yes", yes_main, _BB_DIR_USR_BIN, yes_usage}, #endif |