summaryrefslogtreecommitdiff
path: root/util-linux/Makefile
diff options
context:
space:
mode:
authorGlenn L McGrath2001-11-02 11:39:46 +0000
committerGlenn L McGrath2001-11-02 11:39:46 +0000
commit60281118d022a702c62c9047ba6998ef873917d4 (patch)
treec84573dea7b7461c7d2174391911075b1470e86e /util-linux/Makefile
parentb89637a037c362a4bfef26375bb8cd1ddfdc98e0 (diff)
downloadbusybox-60281118d022a702c62c9047ba6998ef873917d4.zip
busybox-60281118d022a702c62c9047ba6998ef873917d4.tar.gz
Introduce od and hexdump applets
Diffstat (limited to 'util-linux/Makefile')
-rw-r--r--util-linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Makefile b/util-linux/Makefile
index ddecf50..0971aca 100644
--- a/util-linux/Makefile
+++ b/util-linux/Makefile
@@ -30,6 +30,7 @@ obj-$(CONFIG_FDFLUSH) += fdflush.o
obj-$(CONFIG_FREERAMDISK) += freeramdisk.o
obj-$(CONFIG_FSCK_MINIX) += fsck_minix.o
obj-$(CONFIG_GETOPT) += getopt.o
+obj-$(CONFIG_HEXDUMP) += hexdump.o
obj-$(CONFIG_MKFS_MINIX) += mkfs_minix.o
obj-$(CONFIG_MKSWAP) += mkswap.o
obj-$(CONFIG_MORE) += more.o