diff options
Diffstat (limited to 'toys/hello.c')
-rw-r--r-- | toys/hello.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/hello.c b/toys/hello.c index 278fa0a5..a8caeefe 100644 --- a/toys/hello.c +++ b/toys/hello.c @@ -7,6 +7,8 @@ * Not in SUSv3. * See http://www.opengroup.org/onlinepubs/009695399/utilities/ +USE_HELLO(NEWTOY(hello, NULL, TOYFLAG_USR|TOYFLAG_BIN)) + config HELLO bool "hello" default y |