2005-04-21 16:53:53 +02:00
|
|
|
# Makefile for the boot monitor package.
|
|
|
|
|
2011-04-25 15:10:57 +02:00
|
|
|
.include <bsd.own.mk>
|
2010-05-19 15:24:15 +02:00
|
|
|
|
2011-04-25 15:10:57 +02:00
|
|
|
# 16-bit code; various boot blocks
|
|
|
|
SUBDIR= masterboot bootblock cdbootblock
|
2010-05-12 18:28:54 +02:00
|
|
|
|
2011-04-25 15:10:57 +02:00
|
|
|
# Supplementary MBR code (alternate to masterboot)
|
|
|
|
SUBDIR+= jumpboot
|
2010-05-12 18:28:54 +02:00
|
|
|
|
2011-04-25 15:10:57 +02:00
|
|
|
# 16-bit code; needs the i86 ACK library
|
|
|
|
SUBDIR+= boot
|
2010-05-12 18:28:54 +02:00
|
|
|
|
2011-04-25 15:10:57 +02:00
|
|
|
# Userland MINIX code
|
|
|
|
SUBDIR+= installboot edparams
|
2010-06-23 18:24:40 +02:00
|
|
|
|
2011-04-25 15:10:57 +02:00
|
|
|
.include <bsd.subdir.mk>
|