2012-01-25 20:32:10 +01:00
|
|
|
# Makefile for the boot stuff.
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2012-10-26 15:22:39 +02:00
|
|
|
SUBDIR = arch/i386/stand/mbr
|
2012-01-25 20:32:10 +01:00
|
|
|
SUBDIR+= arch/i386/stand/bootxx
|
|
|
|
SUBDIR+= arch/i386/stand/boot
|
|
|
|
SUBDIR+= arch/i386/stand/cdboot
|
2012-03-13 02:37:22 +01:00
|
|
|
SUBDIR+= ufs
|
2012-01-25 20:32:10 +01:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|