| commit | 55928b1e0a08d84a5cbc50020f0a8c1024f5b6ce | [log] [tgz] |
|---|---|---|
| author | Rob Landley <rob@landley.net> | Sat Jan 19 17:43:27 2008 -0600 |
| committer | Rob Landley <rob@landley.net> | Sat Jan 19 17:43:27 2008 -0600 |
| tree | 22a4175b86fc92f3ac5745f658dcb4f4f339fcec | |
| parent | 2896480c4918f2accccb8301bec457a7bff7377e [diff] [blame] |
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