diff options
Diffstat (limited to 'toys/dirname.c')
-rw-r--r-- | toys/dirname.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/dirname.c b/toys/dirname.c index 9d1ad430..7300c7af 100644 --- a/toys/dirname.c +++ b/toys/dirname.c @@ -6,6 +6,8 @@ * * See http://www.opengroup.org/onlinepubs/009695399/utilities/dirname.html +USE_DIRNAME(NEWTOY(dirname, "<1>1", TOYFLAG_BIN)) + config DIRNAME bool "dirname" default y |