diff options
Diffstat (limited to 'toys/count.c')
-rw-r--r-- | toys/count.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/count.c b/toys/count.c index b4e24332..96102e4e 100644 --- a/toys/count.c +++ b/toys/count.c @@ -6,6 +6,8 @@ * * Not in SUSv3. +USE_COUNT(NEWTOY(count, NULL, TOYFLAG_USR|TOYFLAG_BIN)) + config COUNT bool "count" default y |