mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../loader
|
|
|
|
LOADER= zfsloader
|
|
NEWVERSWHAT= "ZFS enabled bootstrap loader" x86
|
|
LOADER_ZFS_SUPPORT=yes
|
|
LOADER_ONLY= yes
|
|
NO_MAN= yes
|
|
|
|
.include "${.CURDIR}/../loader/Makefile"
|
|
|