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