60a2ce010a
- Build sys with everything else. - Gitignore files built by new boot stuff.
10 lines
203 B
Makefile
10 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>
|