diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-11-02 11:39:46 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-11-02 11:39:46 +0000 |
commit | 60281118d022a702c62c9047ba6998ef873917d4 (patch) | |
tree | c84573dea7b7461c7d2174391911075b1470e86e /util-linux/config.in | |
parent | b89637a037c362a4bfef26375bb8cd1ddfdc98e0 (diff) |
Introduce od and hexdump applets
Diffstat (limited to 'util-linux/config.in')
-rw-r--r-- | util-linux/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/config.in b/util-linux/config.in index 3eb8ee0b5..50a874d6c 100644 --- a/util-linux/config.in +++ b/util-linux/config.in @@ -13,6 +13,7 @@ bool 'fdflush' CONFIG_FDFLUSH bool 'freeramdisk' CONFIG_FREERAMDISK bool 'fsck_minix' CONFIG_FSCK_MINIX bool 'getopt' CONFIG_GETOPT +bool 'hexdump' CONFIG_HEXDUMP bool 'mkfs_minix' CONFIG_MKFS_MINIX bool 'mkswap' CONFIG_MKSWAP bool 'more' CONFIG_MORE |