1*77b938d5Svb160487# 2*77b938d5Svb160487# CDDL HEADER START 3*77b938d5Svb160487# 4*77b938d5Svb160487# The contents of this file are subject to the terms of the 5*77b938d5Svb160487# Common Development and Distribution License, Version 1.0 only 6*77b938d5Svb160487# (the "License"). You may not use this file except in compliance 7*77b938d5Svb160487# with the License. 8*77b938d5Svb160487# 9*77b938d5Svb160487# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*77b938d5Svb160487# or http://www.opensolaris.org/os/licensing. 11*77b938d5Svb160487# See the License for the specific language governing permissions 12*77b938d5Svb160487# and limitations under the License. 13*77b938d5Svb160487# 14*77b938d5Svb160487# When distributing Covered Code, include this CDDL HEADER in each 15*77b938d5Svb160487# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*77b938d5Svb160487# If applicable, add the following below this CDDL HEADER, with the 17*77b938d5Svb160487# fields enclosed by brackets "[]" replaced with your own identifying 18*77b938d5Svb160487# information: Portions Copyright [yyyy] [name of copyright owner] 19*77b938d5Svb160487# 20*77b938d5Svb160487# CDDL HEADER END 21*77b938d5Svb160487# 22*77b938d5Svb160487# 23*77b938d5Svb160487# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 24*77b938d5Svb160487# Use is subject to license terms. 25*77b938d5Svb160487# 26*77b938d5Svb160487#ident "%Z%%M% %I% %E% SMI" 27*77b938d5Svb160487 28*77b938d5Svb160487CC = cc 29*77b938d5Svb160487LINT = lint 30*77b938d5Svb160487 31*77b938d5Svb160487CFLAGS = -xarch=amd64 32*77b938d5Svb160487CPPFLAGS = 33*77b938d5Svb160487LDFLAGS = 34*77b938d5Svb160487LIBS = 35*77b938d5Svb160487 36*77b938d5Svb160487LINTFLAGS = -Xarch=amd64 37*77b938d5Svb160487 38*77b938d5Svb160487include ../Makefile.common 39