Initial checkin of toy OS project.
[os.git] / Makefile
1 SUBDIR += boot0
2 SUBDIR += boot1
3 SUBDIR += kernel
4
5 .include <bsd.port.subdir.mk>