]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/boot/i386/zfsloader/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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