aboutsummaryrefslogtreecommitdiff
path: root/libbb/Makefile
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-11-02 11:39:46 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-11-02 11:39:46 +0000
commit60281118d022a702c62c9047ba6998ef873917d4 (patch)
treec84573dea7b7461c7d2174391911075b1470e86e /libbb/Makefile
parentb89637a037c362a4bfef26375bb8cd1ddfdc98e0 (diff)
downloadbusybox-60281118d022a702c62c9047ba6998ef873917d4.tar.gz
Introduce od and hexdump applets
Diffstat (limited to 'libbb/Makefile')
-rw-r--r--libbb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile b/libbb/Makefile
index 85ce95c90..f4f2d857f 100644
--- a/libbb/Makefile
+++ b/libbb/Makefile
@@ -32,7 +32,7 @@ obj-n :=
obj- :=
obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \
- copy_file_chunk.o libc5.o device_open.o error_msg.o \
+ copy_file_chunk.o dump.o libc5.o device_open.o error_msg.o \
error_msg_and_die.o fgets_str.o find_mount_point.o find_pid_by_name.o \
find_root_device.o full_read.o full_write.o get_console.o \
get_last_path_component.o get_line_from_file.o gz_open.o human_readable.o \