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