compat.S: add setlocale(3)
[minix3.git] / boot / Makefile
blobf79185e9552b5df13e438f5cf790c67a2ef593d0
1 # Makefile for the boot monitor package.
3 .include <bsd.own.mk>
5 # 16-bit code; various boot blocks
6 SUBDIR= masterboot bootblock cdbootblock
8 # Supplementary MBR code (alternate to masterboot)
9 SUBDIR+= jumpboot
11 # 16-bit code; needs the i86 ACK library
12 SUBDIR+= boot
14 # Userland MINIX code
15 SUBDIR+= installboot edparams
17 .include <bsd.subdir.mk>