195N/A#
195N/A# CDDL HEADER START
195N/A#
195N/A# The contents of this file are subject to the terms of the
195N/A# Common Development and Distribution License, Version 1.0 only
195N/A# (the "License"). You may not use this file except in compliance
195N/A# with the License.
195N/A#
195N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
195N/A# or http://www.opensolaris.org/os/licensing.
195N/A# See the License for the specific language governing permissions
195N/A# and limitations under the License.
195N/A#
195N/A# When distributing Covered Code, include this CDDL HEADER in each
195N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
195N/A# If applicable, add the following below this CDDL HEADER, with the
195N/A# fields enclosed by brackets "[]" replaced with your own identifying
195N/A# information: Portions Copyright [yyyy] [name of copyright owner]
195N/A#
195N/A# CDDL HEADER END
5680N/A#
5680N/A#
5663N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
195N/A# Use is subject to license terms.
5680N/A#
5680N/A# ident "%Z%%M% %I% %E% SMI"
195N/A#
195N/A# psm/stand/lib/promif/Makefile
195N/A#
5663N/A
618N/Ainclude ../../../../Makefile.master
195N/A
844N/Asparc_ARCHITECTURES = sparcv9
5663N/A
195N/ASUBDIRS = $($(MACH)_ARCHITECTURES)
195N/A
778N/Aall := TARGET = all
778N/Ainstall := TARGET = install
844N/Aclean := TARGET = clean
5663N/Aclobber := TARGET = clobber
778N/Alint := TARGET = lint
778N/A
5663N/Aall install clean clobber lint: $(SUBDIRS)
2899N/A
5680N/A$(SUBDIRS): FRC
5680N/A @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
5680N/A
3902N/AFRC:
1845N/A