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