diff options
-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) |