1*e86372a0SGvozden Neskovic# 2*e86372a0SGvozden Neskovic# This file and its contents are supplied under the terms of the 3*e86372a0SGvozden Neskovic# Common Development and Distribution License ("CDDL"), version 1.0. 4*e86372a0SGvozden Neskovic# You may only use this file in accordance with the terms of version 5*e86372a0SGvozden Neskovic# 1.0 of the CDDL. 6*e86372a0SGvozden Neskovic# 7*e86372a0SGvozden Neskovic# A full copy of the text of the CDDL should have accompanied this 8*e86372a0SGvozden Neskovic# source. A copy of the CDDL is also available via the Internet at 9*e86372a0SGvozden Neskovic# http://www.illumos.org/license/CDDL. 10*e86372a0SGvozden Neskovic# 11*e86372a0SGvozden Neskovic 12*e86372a0SGvozden Neskovic# 13*e86372a0SGvozden Neskovic# Copyright 2020 Joyent, Inc. 14*e86372a0SGvozden Neskovic# 15*e86372a0SGvozden Neskovic 16*e86372a0SGvozden Neskovicinclude $(SRC)/Makefile.master 17*e86372a0SGvozden Neskovic 18*e86372a0SGvozden NeskovicROOTOPTPKG = $(ROOT)/opt/zfs-tests 19*e86372a0SGvozden NeskovicTARGETDIR = $(ROOTOPTPKG)/tests/functional/raidz 20*e86372a0SGvozden Neskovic 21*e86372a0SGvozden Neskovicinclude $(SRC)/test/zfs-tests/Makefile.com 22