summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-23 18:46:42 -0400
committerIan Moffett <ian@osmora.org>2025-07-23 18:47:57 -0400
commitf9a78caefd6f254e854fd6cdf64a8642ccddc34e (patch)
treebcf0c1e592fdc633d0d5f52481ac80eb2506942c
parent5ce067ea82c5d54cbe4cff9ddd0a4dcc7e5f7201 (diff)
usr: Add 'oasm' and 'oemu' to the build list
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index b190492..7fdf603 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -23,3 +23,5 @@ all:
make -C kstat/ $(ARGS)
make -C nerve/ $(ARGS)
make -C whoami/ $(ARGS)
+ make -C oasm/ $(ARGS)
+ make -C oemu/ $(ARGS)