freebsd-nq/cddl/Makefile
Martin Matuska e295b9d9f5 zfs: bump version and install new share files
- 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)
2021-03-10 02:26:35 +01:00

13 lines
158 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
SUBDIR= lib .WAIT \
sbin share usr.bin usr.sbin
SUBDIR.${MK_TESTS}+= tests
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>