comparison toys/pwd.c @ 234:163498bf547b

Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
author Rob Landley <rob@landley.net>
date Sat, 19 Jan 2008 17:43:27 -0600
parents d4176f3f3835
children
comparison
equal deleted inserted replaced
233:d4176f3f3835 234:163498bf547b
5 * Copyright 2006 Rob Landley <rob@landley.net> 5 * Copyright 2006 Rob Landley <rob@landley.net>
6 * 6 *
7 * See http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html 7 * See http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html
8 * 8 *
9 * TODO: add -L -P 9 * TODO: add -L -P
10
11 USE_PWD(NEWTOY(pwd, NULL, TOYFLAG_BIN))
10 12
11 config PWD 13 config PWD
12 bool "pwd" 14 bool "pwd"
13 default y 15 default y
14 help 16 help