mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- bump version to 2.0.0-FreeBSD_gbf156c966
- install definition files for the new "-o compatibility" option
to "zpool create"
MFC after: 2 weeks
(cherry picked from commit 10f57cb98f)
13 lines
139 B
Makefile
13 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= ${_zfs}
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
_zfs= zfs
|
|
.endif
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|