diff options
Diffstat (limited to 'toys/touch.c')
-rw-r--r-- | toys/touch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/touch.c b/toys/touch.c index 8c9b7aaa..65afe58d 100644 --- a/toys/touch.c +++ b/toys/touch.c @@ -6,6 +6,8 @@ * * See http://www.opengroup.org/onlinepubs/009695399/utilities/touch.html +USE_TOUCH(NEWTOY(touch, "l#t:r:mca", TOYFLAG_BIN)) + config TOUCH bool "touch" default y |