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