1 # Makefile for the boot monitor package.
5 # 16-bit code; various boot blocks
6 SUBDIR
= masterboot bootblock cdbootblock
8 # Supplementary MBR code (alternate to masterboot)
11 # 16-bit code; needs the i86 ACK library
15 SUBDIR
+= installboot edparams
17 .
include <bsd.subdir.mk
>