diff options
Diffstat (limited to 'toys/sleep.c')
-rw-r--r-- | toys/sleep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/sleep.c b/toys/sleep.c index 205adf21..55a6b977 100644 --- a/toys/sleep.c +++ b/toys/sleep.c @@ -6,6 +6,8 @@ * * See http://www.opengroup.org/onlinepubs/009695399/utilities/sleep.html +USE_SLEEP(NEWTOY(sleep, "<1", TOYFLAG_BIN)) + config SLEEP bool "sleep" default y |