152244c09SJohn Wren Kennedy# 252244c09SJohn Wren Kennedy# This file and its contents are supplied under the terms of the 352244c09SJohn Wren Kennedy# Common Development and Distribution License ("CDDL"), version 1.0. 452244c09SJohn Wren Kennedy# You may only use this file in accordance with the terms of version 552244c09SJohn Wren Kennedy# 1.0 of the CDDL. 652244c09SJohn Wren Kennedy# 752244c09SJohn Wren Kennedy# A full copy of the text of the CDDL should have accompanied this 852244c09SJohn Wren Kennedy# source. A copy of the CDDL is also available via the Internet at 952244c09SJohn Wren Kennedy# http://www.illumos.org/license/CDDL. 1052244c09SJohn Wren Kennedy# 1152244c09SJohn Wren Kennedy 1252244c09SJohn Wren Kennedy# 13*ad42deeaSJohn Wren Kennedy# Copyright (c) 2014, 2016 by Delphix. All rights reserved. 1452244c09SJohn Wren Kennedy# 1552244c09SJohn Wren Kennedy 1652244c09SJohn Wren Kennedyinclude $(SRC)/Makefile.master 1752244c09SJohn Wren Kennedy 1852244c09SJohn Wren KennedyROOTOPTPKG = $(ROOT)/opt/zfs-tests 19*ad42deeaSJohn Wren KennedyTARGETDIR = $(ROOTOPTPKG)/tests/functional/holes 2052244c09SJohn Wren Kennedy 21*ad42deeaSJohn Wren Kennedyinclude $(SRC)/test/zfs-tests/Makefile.com 22