1*286ef713SPaul Dagnelie# 2*286ef713SPaul Dagnelie# This file and its contents are supplied under the terms of the 3*286ef713SPaul Dagnelie# Common Development and Distribution License ("CDDL"), version 1.0. 4*286ef713SPaul Dagnelie# You may only use this file in accordance with the terms of version 5*286ef713SPaul Dagnelie# 1.0 of the CDDL. 6*286ef713SPaul Dagnelie# 7*286ef713SPaul Dagnelie# A full copy of the text of the CDDL should have accompanied this 8*286ef713SPaul Dagnelie# source. A copy of the CDDL is also available via the Internet at 9*286ef713SPaul Dagnelie# http://www.illumos.org/license/CDDL. 10*286ef713SPaul Dagnelie# 11*286ef713SPaul Dagnelie 12*286ef713SPaul Dagnelie# 13*286ef713SPaul Dagnelie# Copyright (c) 2016 by Delphix. All rights reserved. 14*286ef713SPaul Dagnelie# 15*286ef713SPaul Dagnelie 16*286ef713SPaul DagneliePROG = mkfiles 17*286ef713SPaul Dagnelie 18*286ef713SPaul Dagnelieinclude $(SRC)/cmd/Makefile.cmd 19*286ef713SPaul Dagnelie 20*286ef713SPaul DagnelieLDLIBS += -lc 21*286ef713SPaul DagnelieC99MODE = -xc99=%all 22*286ef713SPaul Dagnelie 23*286ef713SPaul Dagnelieinclude ../Makefile.subdirs 24