]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/boot/i386/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / boot / i386 / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR=         mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot kgzldr \
6                 libi386 libfirewire loader
7
8 # special boot programs, 'self-extracting boot2+loader'
9 SUBDIR+=        pxeldr
10
11 .if ${MK_ZFS} != "no"
12 SUBDIR+=        zfsboot gptzfsboot zfsloader
13 .endif
14
15 .include <bsd.subdir.mk>