Promote xxd to other.
diff --git a/toys/pending/xxd.c b/toys/other/xxd.c
similarity index 98%
rename from toys/pending/xxd.c
rename to toys/other/xxd.c
index dee8c31..e9ad839 100644
--- a/toys/pending/xxd.c
+++ b/toys/other/xxd.c
@@ -12,7 +12,7 @@
 
 config XXD
   bool "xxd"
-  default n
+  default y
   help
     usage: xxd [-c n] [-g n] [-l n] [file]