aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-04-23 15:45:55 -0400
committerRob Landley <rob@landley.net>2007-04-23 15:45:55 -0400
commitc92fde0bc75ade9d06c0d843c4693b9e2e338938 (patch)
treeae47a9a3ea727cc9170c67fbc044aa039f22a480 /toys/toylist.h
parent4f34f0aa4d4f0874a6dbcafe8e43cc8ef2182092 (diff)
downloadtoybox-c92fde0bc75ade9d06c0d843c4693b9e2e338938.tar.gz
Add sync and an incomplete version of mdev.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r--toys/toylist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/toylist.h b/toys/toylist.h
index b2122153..d686877c 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -95,6 +95,7 @@ USE_MKE2FS(NEWTOY(mke2fs, MKE2FS_OPTSTRING, TOYFLAG_SBIN))
USE_ONEIT(NEWTOY(oneit, "+<1p", TOYFLAG_SBIN))
USE_PWD(NEWTOY(pwd, NULL, TOYFLAG_BIN))
USE_TOYSH(OLDTOY(sh, toysh, "c:i", TOYFLAG_BIN))
+USE_SYNC(NEWTOY(sync, NULL, TOYFLAG_BIN))
USE_TOUCH(NEWTOY(touch, "l#t:r:mca", TOYFLAG_BIN))
USE_TOYSH(NEWTOY(toysh, "c:i", TOYFLAG_BIN))
USE_WHICH(NEWTOY(which, "a", TOYFLAG_USR|TOYFLAG_BIN))