minix/sys/Makefile
Evgeniy Ivanov 60a2ce010a Integrate new boot stuff into build scheme.
- Build sys with everything else.
- Gitignore files built by new boot stuff.
2012-02-09 18:54:43 +01:00

11 lines
203 B
Makefile

# Makefile for the boot stuff.
.include <bsd.own.mk>
SUBDIR= arch/i386/stand/mbr
SUBDIR+= arch/i386/stand/bootxx
SUBDIR+= arch/i386/stand/boot
SUBDIR+= arch/i386/stand/cdboot
.include <bsd.subdir.mk>