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