diff options
Diffstat (limited to 'toys/which.c')
-rw-r--r-- | toys/which.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/which.c b/toys/which.c index d7205fde..63e12aa4 100644 --- a/toys/which.c +++ b/toys/which.c @@ -6,6 +6,8 @@ * * Not in SUSv3. +USE_WHICH(NEWTOY(which, "a", TOYFLAG_USR|TOYFLAG_BIN)) + config WHICH bool "which" default y |