From 55928b1e0a08d84a5cbc50020f0a8c1024f5b6ce Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 19 Jan 2008 17:43:27 -0600 Subject: Move NEWTOY() list from end of toylist.h to generated/newtoys.h. --- toys/touch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toys/touch.c') 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 -- cgit v1.2.3