From 16807ff976a8cf71babf9d28bcfe3ceb7911f142 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 23 Jun 2025 15:08:38 -0400 Subject: usr.bin: Add 'elfdump' tool Introduce the 'elfdump' utility to dump information relating to ELF files. This is useful for debugging purposes. Signed-off-by: Ian Moffett --- usr.bin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/Makefile') diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 9b241d8..0dd6b84 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -13,3 +13,4 @@ all: make -C mex/ $(ARGS) make -C beep/ $(ARGS) make -C mrow/ $(ARGS) + make -C elfdump/ $(ARGS) -- cgit v1.2.3