diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-23 18:46:42 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-23 18:47:57 -0400 |
commit | f9a78caefd6f254e854fd6cdf64a8642ccddc34e (patch) | |
tree | bcf0c1e592fdc633d0d5f52481ac80eb2506942c /usr.bin | |
parent | 5ce067ea82c5d54cbe4cff9ddd0a4dcc7e5f7201 (diff) |
usr: Add 'oasm' and 'oemu' to the build list
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 2 |
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) |