diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-29 20:58:18 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-29 20:58:18 -0400 |
commit | 1b156399b42332a82b1b083c69777a20b011091f (patch) | |
tree | b77bdea61d563602ea2d03fab3d118e9c6843f00 /usr.sbin/Makefile | |
parent | f27caba0386adabde524bdb3f4cccd231cf936c8 (diff) |
usr.sbin: Add 'inject' program for loading KRQs
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index a884d0c..870848c 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -7,3 +7,4 @@ ARGS = -I$(ROOT)/builddeps LDSCRIPT=$(LDSCRIPT) USRDIR=$(USRDIR) ROOT=$(ROOT) all: make -C init/ $(ARGS) make -C install/ $(ARGS) + make -C inject/ $(ARGS) |