diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-21 04:16:29 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-21 04:16:29 -0400 |
commit | eb806d8a5d42d1728875264c7276c597c5924252 (patch) | |
tree | b20d1854c365a5cd1381e72878788fc530418c38 /usr.bin/Makefile | |
parent | f5d7accdd042a56ccdc6b74c6c3f24a023bb100a (diff) |
usr: Add initial OSMX64 emulator sources
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b190492..3d641f7 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -23,3 +23,6 @@ all: make -C kstat/ $(ARGS) make -C nerve/ $(ARGS) make -C whoami/ $(ARGS) + make -C ied/ $(ARGS) + make -C oasm/ $(ARGS) + make -C oemu/ $(ARGS) |