diff 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
line wrap: on
line diff
--- a/toys/pwd.c	Sat Jan 19 17:08:39 2008 -0600
+++ b/toys/pwd.c	Sat Jan 19 17:43:27 2008 -0600
@@ -8,6 +8,8 @@
  *
  * TODO: add -L -P
 
+USE_PWD(NEWTOY(pwd, NULL, TOYFLAG_BIN))
+
 config PWD
 	bool "pwd"
 	default y