Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3717N/A#
3717N/A# CDDL HEADER START
3717N/A#
3717N/A# The contents of this file are subject to the terms of the
3717N/A# Common Development and Distribution License, Version 1.0 only
3717N/A# (the "License"). You may not use this file except in compliance
3717N/A# with the License.
3717N/A#
3717N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3717N/A# or http://www.opensolaris.org/os/licensing.
3717N/A# See the License for the specific language governing permissions
3717N/A# and limitations under the License.
3717N/A#
3717N/A# When distributing Covered Code, include this CDDL HEADER in each
3717N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3717N/A# If applicable, add the following below this CDDL HEADER, with the
3717N/A# fields enclosed by brackets "[]" replaced with your own identifying
3717N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3717N/A#
3717N/A# CDDL HEADER END
3717N/A#
3717N/A#
3717N/A# Copyright (c) 1997-1999 by Sun Microsystems, Inc.
3717N/A# All rights reserved.
3717N/A#
4618N/A#pragma ident "%Z%%M% %I% %E% SMI"
3717N/A#
3717N/A# libcmd/spec/i386/Makefile
3717N/A
3717N/A.KEEP_STATE:
3717N/A
3717N/Ainclude ../Makefile.targ
3717N/A
3717N/A# Add arch specific objects here
3717N/AOBJECTS +=
3717N/A
3717N/Ainclude $(SRC)/lib/Makefile.lib
3717N/A
3717N/A# Uncomment the following if the linker complains
3717N/A#i386_C_PICFLAGS = -K PIC
3717N/A
3717N/Ainclude $(SRC)/lib/Makefile.spec
3717N/A
3717N/Ainstall: $(ROOTABILIB)
3717N/A