11 lines
203 B
Makefile
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>
|