53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# CDDL HEADER START
53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# The contents of this file are subject to the terms of the
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# Common Development and Distribution License, Version 1.0 only
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# (the "License"). You may not use this file except in compliance
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# with the License.
53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# or http://www.opensolaris.org/os/licensing.
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# See the License for the specific language governing permissions
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# and limitations under the License.
53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# When distributing Covered Code, include this CDDL HEADER in each
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# If applicable, add the following below this CDDL HEADER, with the
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# fields enclosed by brackets "[]" replaced with your own identifying
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# information: Portions Copyright [yyyy] [name of copyright owner]
53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# CDDL HEADER END
53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# Use is subject to license terms.
53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock# Copyright (c) 2012 by Delphix. All rights reserved.
53089ab7c84db6fb76c16ca50076c147cda11757eschrock#
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrockPROG= zhack
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrockinclude ../Makefile.cmd
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrock$(INTEL_BLD)SUBDIRS = $(MACH)
53089ab7c84db6fb76c16ca50076c147cda11757eschrock$(BUILD64)SUBDIRS += $(MACH64)
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrockall := TARGET = all
53089ab7c84db6fb76c16ca50076c147cda11757eschrockinstall := TARGET = install
53089ab7c84db6fb76c16ca50076c147cda11757eschrockclean := TARGET = clean
53089ab7c84db6fb76c16ca50076c147cda11757eschrockclobber := TARGET = clobber
53089ab7c84db6fb76c16ca50076c147cda11757eschrocklint := TARGET = lint
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrock.KEEP_STATE:
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrockall clean clobber lint: $(SUBDIRS)
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrockinstall: $(SUBDIRS)
53089ab7c84db6fb76c16ca50076c147cda11757eschrock -$(RM) $(ROOTUSRSBINPROG)
53089ab7c84db6fb76c16ca50076c147cda11757eschrock -$(LN) $(ISAEXEC) $(ROOTUSRSBINPROG)
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrock$(SUBDIRS): FRC
53089ab7c84db6fb76c16ca50076c147cda11757eschrock @cd $@; pwd; $(MAKE) $(TARGET)
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrockFRC:
53089ab7c84db6fb76c16ca50076c147cda11757eschrock
53089ab7c84db6fb76c16ca50076c147cda11757eschrockinclude ../Makefile.targ