From d527cf1b1d8ddbfa79d9b912fe9a7943e19f6555 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 5 Jul 2025 04:18:16 +0000 Subject: usr.bin: Add 'readcore' program This commit introduces a new program called 'readcore'. This program allows a user to debug crashed programs by passing in the path of a coredump file. 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 5a931c8..a2abdf0 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -17,3 +17,4 @@ all: make -C cat/ $(ARGS) make -C getconf/ $(ARGS) make -C echo/ $(ARGS) + make -C readcore/ $(ARGS) -- cgit v1.2.3