]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/boot/i386/zfsloader/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / boot / i386 / zfsloader / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../loader
4
5 LOADER=         zfsloader
6 NEWVERSWHAT=    "ZFS enabled bootstrap loader" x86
7 LOADER_ZFS_SUPPORT=yes
8 LOADER_ONLY=    yes
9 NO_MAN=         yes
10
11 .include "${.CURDIR}/../loader/Makefile"
12