Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# CDDL HEADER START
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# The contents of this file are subject to the terms of the
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# Common Development and Distribution License (the "License").
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# You may not use this file except in compliance with the License.
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# or http://www.opensolaris.org/os/licensing.
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# See the License for the specific language governing permissions
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# and limitations under the License.
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# When distributing Covered Code, include this CDDL HEADER in each
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# If applicable, add the following below this CDDL HEADER, with the
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# fields enclosed by brackets "[]" replaced with your own identifying
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# information: Portions Copyright [yyyy] [name of copyright owner]
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# CDDL HEADER END
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# Use is subject to license terms.
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington# ident "%Z%%M% %I% %E% SMI"
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill CunningtonBUILD.SO= $(CC) $(CFLAGS) -o $@ -G $(DYNFLAGS) $(PICS) \
5dc171fcee4f9e3e144b120a10a51dadbde01f69Phill Cunnington -L $(ROOT)/usr/ucblib/$(MACH64) -L $(ROOT)/usr/lib/$(MACH64) $(LDLIBS)