comparison toys/mke2fs.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 6b292ee780ab
comparison
equal deleted inserted replaced
233:d4176f3f3835 234:163498bf547b
3 * mke2fs.c - Create an ext2 filesystem image. 3 * mke2fs.c - Create an ext2 filesystem image.
4 * 4 *
5 * Copyright 2006, 2007 Rob Landley <rob@landley.net> 5 * Copyright 2006, 2007 Rob Landley <rob@landley.net>
6 * 6 *
7 * Not in SUSv3. 7 * Not in SUSv3.
8
9 USE_MKE2FS(NEWTOY(mke2fs, MKE2FS_OPTSTRING, TOYFLAG_SBIN))
8 10
9 config MKE2FS 11 config MKE2FS
10 bool "mke2fs" 12 bool "mke2fs"
11 default n 13 default n
12 help 14 help