diff options
Diffstat (limited to 'toys/bzcat.c')
-rw-r--r-- | toys/bzcat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/bzcat.c b/toys/bzcat.c index 39b962e3..d540524d 100644 --- a/toys/bzcat.c +++ b/toys/bzcat.c @@ -6,6 +6,8 @@ * * Not in SUSv3. +USE_BZCAT(NEWTOY(bzcat, NULL, TOYFLAG_USR|TOYFLAG_BIN)) + config BZCAT bool "bzcat" default n |