Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
148N/A#
148N/A# CDDL HEADER START
148N/A#
148N/A# The contents of this file are subject to the terms of the
148N/A# Common Development and Distribution License, Version 1.0 only
148N/A# (the "License"). You may not use this file except in compliance
148N/A# with the License.
148N/A#
148N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
148N/A# or http://www.opensolaris.org/os/licensing.
148N/A# See the License for the specific language governing permissions
148N/A# and limitations under the License.
148N/A#
148N/A# When distributing Covered Code, include this CDDL HEADER in each
148N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
148N/A# If applicable, add the following below this CDDL HEADER, with the
148N/A# fields enclosed by brackets "[]" replaced with your own identifying
148N/A# information: Portions Copyright [yyyy] [name of copyright owner]
148N/A#
148N/A# CDDL HEADER END
148N/A#
148N/A#
690N/A# Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved.
148N/A# Use is subject to license terms.
148N/A#
148N/A# ident "%Z%%M% %I% %E% SMI"
148N/A#
148N/A
148N/Ainclude ../Makefile.com
618N/A
148N/A.KEEP_STATE:
148N/A
844N/ALINTFLAGS64 += $(VAR_LINTFLAGS64)
844N/A
148N/Aall: $(DYNLIB)
1273N/Ainstall: all $(ROOTDYNLIB64)
148N/A
1002N/Ainclude ../Makefile.targ
1002N/Ainclude ../../Makefile.sub.64
1002N/A