xref: /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unload-key/Makefile (revision eb633035c80613ec93d62f90482837adaaf21a0a)
1*eb633035STom Caputi#
2*eb633035STom Caputi# This file and its contents are supplied under the terms of the
3*eb633035STom Caputi# Common Development and Distribution License ("CDDL"), version 1.0.
4*eb633035STom Caputi# You may only use this file in accordance with the terms of version
5*eb633035STom Caputi# 1.0 of the CDDL.
6*eb633035STom Caputi#
7*eb633035STom Caputi# A full copy of the text of the CDDL should have accompanied this
8*eb633035STom Caputi# source.  A copy of the CDDL is also available via the Internet at
9*eb633035STom Caputi# http://www.illumos.org/license/CDDL.
10*eb633035STom Caputi#
11*eb633035STom Caputi
12*eb633035STom Caputi#
13*eb633035STom Caputi# Copyright (c) 2012, 2016 by Delphix. All rights reserved.
14*eb633035STom Caputi#
15*eb633035STom Caputi
16*eb633035STom Caputiinclude $(SRC)/Makefile.master
17*eb633035STom Caputi
18*eb633035STom CaputiROOTOPTPKG = $(ROOT)/opt/zfs-tests
19*eb633035STom CaputiTARGETDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zfs_unload-key
20*eb633035STom Caputi
21*eb633035STom Caputiinclude $(SRC)/test/zfs-tests/Makefile.com
22