1689N/A#
1689N/A# CDDL HEADER START
1689N/A#
1689N/A# The contents of this file are subject to the terms of the
1689N/A# Common Development and Distribution License, Version 1.0 only
1689N/A# (the "License"). You may not use this file except in compliance
1689N/A# with the License.
1689N/A#
1689N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1689N/A# or http://www.opensolaris.org/os/licensing.
1689N/A# See the License for the specific language governing permissions
1689N/A# and limitations under the License.
1689N/A#
1689N/A# When distributing Covered Code, include this CDDL HEADER in each
1689N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1689N/A# If applicable, add the following below this CDDL HEADER, with the
1689N/A# fields enclosed by brackets "[]" replaced with your own identifying
1689N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1689N/A#
1689N/A# CDDL HEADER END
1689N/A#
1689N/A#
1689N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
1689N/A# Use is subject to license terms.
5154N/A#
6047N/A# ident "%Z%%M% %I% %E% SMI"
1689N/A#
1689N/A
2086N/Ainclude ../../../Makefile.cmd
2086N/Ainclude ../../../Makefile.cmd.64
1689N/ACOMMON_DIR= ../../common # for Makefile.com
1689N/Ainclude ../Makefile.rcapd
3853N/Ainclude ../../Makefile.com
1689N/A
1689N/AROOTUSRLIBRCAPLINK=$(ROOTUSRLIBRCAPPROG)
1689N/A$(ROOTUSRLIBRCAPLINK): $(ISAEXEC) $(ROOTUSRLIBRCAP) $(ROOTUSRLIBRCAPPROG64)
1689N/A -$(RM) $(ROOTUSRLIBRCAPPROG)
1689N/A $(LN) $(ISAEXEC) $(ROOTUSRLIBRCAPPROG)
1689N/A
1689N/Ainstall: all $(ROOTUSRLIBRCAPPROG64) $(ROOTUSRLIBRCAPLINK)
1689N/A