From 60281118d022a702c62c9047ba6998ef873917d4 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 2 Nov 2001 11:39:46 +0000 Subject: Introduce od and hexdump applets --- util-linux/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util-linux/Makefile') 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 -- cgit v1.1