summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-29 20:58:18 -0400
committerIan Moffett <ian@osmora.org>2025-06-29 20:58:18 -0400
commit1b156399b42332a82b1b083c69777a20b011091f (patch)
treeb77bdea61d563602ea2d03fab3d118e9c6843f00 /usr.sbin/Makefile
parentf27caba0386adabde524bdb3f4cccd231cf936c8 (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/Makefile1
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)