diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-31 17:14:55 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-31 17:14:55 -0400 |
commit | b86fde14a13edabcb6b9552910c89e64f68a6e8e (patch) | |
tree | b7a4bf2a8d3e7f50d039d1fedaf3b2990fc00f33 /usr.bin/Makefile | |
parent | 7609d17106b077595439008437b8e3845a930006 (diff) |
usr.bin: osh: Make kmsg its own program
- Give command table entries a path field to refer to
paths of executable files
- Make kmsg its own program in /usr/bin/kmsg
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 1c973ff..09d593d 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -6,3 +6,4 @@ ARGS = -I$(ROOT)/builddeps LDSCRIPT=$(LDSCRIPT) USRDIR=$(USRDIR) ROOT=$(ROOT) .PHONY: all all: make -C osh/ $(ARGS) + make -C kmsg/ $(ARGS) |