1*db8a370dSJohn Wren Kennedy# 2*db8a370dSJohn Wren Kennedy# This file and its contents are supplied under the terms of the 3*db8a370dSJohn Wren Kennedy# Common Development and Distribution License ("CDDL"), version 1.0. 4*db8a370dSJohn Wren Kennedy# You may only use this file in accordance with the terms of version 5*db8a370dSJohn Wren Kennedy# 1.0 of the CDDL. 6*db8a370dSJohn Wren Kennedy# 7*db8a370dSJohn Wren Kennedy# A full copy of the text of the CDDL should have accompanied this 8*db8a370dSJohn Wren Kennedy# source. A copy of the CDDL is also available via the Internet at 9*db8a370dSJohn Wren Kennedy# http://www.illumos.org/license/CDDL. 10*db8a370dSJohn Wren Kennedy# 11*db8a370dSJohn Wren Kennedy 12*db8a370dSJohn Wren Kennedy# 13*db8a370dSJohn Wren Kennedy# Copyright 2022 Toomas Soome <tsoome@me.com> 14*db8a370dSJohn Wren Kennedy# 15*db8a370dSJohn Wren Kennedy 16*db8a370dSJohn Wren KennedyPROG = btree_test 17*db8a370dSJohn Wren Kennedy 18*db8a370dSJohn Wren Kennedyinclude $(SRC)/cmd/Makefile.cmd 19*db8a370dSJohn Wren Kennedy 20*db8a370dSJohn Wren KennedyCPPFLAGS += -I$(SRC)/uts/common/fs/zfs -DDEBUG 21*db8a370dSJohn Wren KennedyLDLIBS += -lavl -lzpool -lumem 22*db8a370dSJohn Wren Kennedy 23*db8a370dSJohn Wren Kennedyinclude ../Makefile.subdirs 24