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