1*c5389946SJohn Wren Kennedy# 2*c5389946SJohn Wren Kennedy# This file and its contents are supplied under the terms of the 3*c5389946SJohn Wren Kennedy# Common Development and Distribution License ("CDDL"), version 1.0. 4*c5389946SJohn Wren Kennedy# You may only use this file in accordance with the terms of version 5*c5389946SJohn Wren Kennedy# 1.0 of the CDDL. 6*c5389946SJohn Wren Kennedy# 7*c5389946SJohn Wren Kennedy# A full copy of the text of the CDDL should have accompanied this 8*c5389946SJohn Wren Kennedy# source. A copy of the CDDL is also available via the Internet at 9*c5389946SJohn Wren Kennedy# http://www.illumos.org/license/CDDL. 10*c5389946SJohn Wren Kennedy# 11*c5389946SJohn Wren Kennedy 12*c5389946SJohn Wren Kennedy# 13*c5389946SJohn Wren Kennedy# Copyright (c) 2014 by Delphix. All rights reserved. 14*c5389946SJohn Wren Kennedy# 15*c5389946SJohn Wren Kennedy 16*c5389946SJohn Wren KennedyPROG = mkholes 17*c5389946SJohn Wren Kennedy 18*c5389946SJohn Wren Kennedyinclude $(SRC)/cmd/Makefile.cmd 19*c5389946SJohn Wren Kennedy 20*c5389946SJohn Wren KennedyLDLIBS += -lumem -lcmdutils 21*c5389946SJohn Wren Kennedy 22*c5389946SJohn Wren Kennedyinclude ../Makefile.subdirs 23