4909N/A#
4909N/A# CDDL HEADER START
4909N/A#
4909N/A# The contents of this file are subject to the terms of the
4909N/A# Common Development and Distribution License (the "License").
4909N/A# You may not use this file except in compliance with the License.
4909N/A#
4909N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4909N/A# or http://www.opensolaris.org/os/licensing.
4909N/A# See the License for the specific language governing permissions
4909N/A# and limitations under the License.
4909N/A#
4909N/A# When distributing Covered Code, include this CDDL HEADER in each
4909N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4909N/A# If applicable, add the following below this CDDL HEADER, with the
4909N/A# fields enclosed by brackets "[]" replaced with your own identifying
4909N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4909N/A#
4909N/A# CDDL HEADER END
4909N/A#
4909N/A#
4909N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
4909N/A#
4909N/A
4909N/Ainclude ../Makefile.lib
4909N/A
4909N/ASUBDIRS = $(MACH)
4909N/A$(BUILD64)SUBDIRS += $(MACH64)
4909N/A
4909N/Aall := TARGET= all
4909N/Aclean := TARGET= clean
4909N/Aclobber := TARGET= clobber
4909N/Ainstall := TARGET= install
4909N/Alint := TARGET= lint
4909N/Astub := TARGET = stub
4909N/Astubinstall := TARGET = stubinstall
4909N/A
4909N/AHDRS= libiscsit.h
4909N/AHDRDIR= common
4909N/AROOTHDRS= $(ROOTHDRDIR)/libiscsit.h
4909N/A
4909N/A.KEEP_STATE:
4909N/A
4909N/Aall clean clobber install lint stub stubinstall: $(SUBDIRS)
4909N/A
4909N/A$(ROOTHDRDIR)/%: common/%
4909N/A $(INS.file)
4909N/Ainstall_h: $(ROOTHDRS)
4909N/A
4909N/Acheck: $(CHECKHDRS)
4909N/A
4909N/A$(SUBDIRS): FRC
4909N/A @cd $@; pwd; $(MAKE) $(TARGET)
FRC: