Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
9725N/A#
9725N/A# CDDL HEADER START
9725N/A#
9725N/A# The contents of this file are subject to the terms of the
9725N/A# Common Development and Distribution License, Version 1.0 only
9725N/A# (the "License"). You may not use this file except in compliance
9725N/A# with the License.
9725N/A#
9725N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9725N/A# or http://www.opensolaris.org/os/licensing.
9725N/A# See the License for the specific language governing permissions
9725N/A# and limitations under the License.
9725N/A#
9725N/A# When distributing Covered Code, include this CDDL HEADER in each
9725N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9725N/A# If applicable, add the following below this CDDL HEADER, with the
9725N/A# fields enclosed by brackets "[]" replaced with your own identifying
9725N/A# information: Portions Copyright [yyyy] [name of copyright owner]
9725N/A#
9725N/A# CDDL HEADER END
9725N/A#
9725N/A#
9725N/A#pragma ident "%Z%%M% %I% %E% SMI"
9725N/A#
9725N/A# Copyright (c) 2001 by Sun Microsystems, Inc.
9725N/A# All rights reserved.
9725N/A#
9725N/A
9725N/A.KEEP_STATE:
9725N/A
9725N/A# To enable apptrace, comment out the following line
9725N/ADISABLE_APPTRACE= $(POUND_SIGN)
9725N/A
9725N/Ainclude ../Makefile.targ
9725N/A
9725N/A# Add arch specific objects here
9725N/AOBJECTS +=
9725N/A
9725N/Ainclude $(SRC)/lib/Makefile.lib
9725N/A
9725N/A# Uncomment the following if the linker complains
9725N/A#sparc_C_PICFLAGS = -K PIC
9725N/A
9725N/Ainclude $(SRC)/lib/Makefile.spec
9725N/A
9725N/A$(DISABLE_APPTRACE)install: $(SPECMAP) $(ABILIB)
9725N/A$(DISABLE_APPTRACE) $(INS) -s -d -m $(DIRMODE) -u $(OWNER) \
9725N/A$(DISABLE_APPTRACE) -g $(GROUP) $(SNADMINLIB_ABI)
9725N/A$(DISABLE_APPTRACE) $(INS) -s -m $(FILEMODE) -u $(OWNER) \
9725N/A$(DISABLE_APPTRACE) -g $(GROUP) -f $(SNADMINLIB_ABI) $(ABILIB)
9725N/A