Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
diff --git a/toys/true.c b/toys/true.c
index 88e9590..582b2ca 100644
--- a/toys/true.c
+++ b/toys/true.c
@@ -6,6 +6,8 @@
  *
  * See http://www.opengroup.org/onlinepubs/009695399/utilities/true.html
 
+USE_TRUE(NEWTOY(true, NULL, TOYFLAG_BIN))
+
 config TRUE
 	bool "true"
 	default y