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