1c13de8f6Sab196087# 2c13de8f6Sab196087# CDDL HEADER START 3c13de8f6Sab196087# 4c13de8f6Sab196087# The contents of this file are subject to the terms of the 5c13de8f6Sab196087# Common Development and Distribution License (the "License"). 6c13de8f6Sab196087# You may not use this file except in compliance with the License. 7c13de8f6Sab196087# 8c13de8f6Sab196087# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9c13de8f6Sab196087# or http://www.opensolaris.org/os/licensing. 10c13de8f6Sab196087# See the License for the specific language governing permissions 11c13de8f6Sab196087# and limitations under the License. 12c13de8f6Sab196087# 13c13de8f6Sab196087# When distributing Covered Code, include this CDDL HEADER in each 14c13de8f6Sab196087# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15c13de8f6Sab196087# If applicable, add the following below this CDDL HEADER, with the 16c13de8f6Sab196087# fields enclosed by brackets "[]" replaced with your own identifying 17c13de8f6Sab196087# information: Portions Copyright [yyyy] [name of copyright owner] 18c13de8f6Sab196087# 19c13de8f6Sab196087# CDDL HEADER END 20c13de8f6Sab196087# 21c13de8f6Sab196087 22c13de8f6Sab196087# 23c13de8f6Sab196087# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24c13de8f6Sab196087# Use is subject to license terms. 25c13de8f6Sab196087# 26c13de8f6Sab196087# ident "%Z%%M% %I% %E% SMI" 27c13de8f6Sab196087# 28c13de8f6Sab196087 29c13de8f6Sab196087include ../Makefile.com 30c13de8f6Sab196087 31c13de8f6Sab196087.KEEP_STATE: 32c13de8f6Sab196087 33c13de8f6Sab196087CPPFLAGS += -D_ELF64 34c13de8f6Sab196087LLDFLAGS = $(LLDFLAGS64) 35c13de8f6Sab196087CONVLIBDIR = $(CONVLIBDIR64) 36c13de8f6Sab196087ELFLIBDIR = $(ELFLIBDIR64) 37c13de8f6Sab196087LDDBGLIBDIR = $(LDDBGLIBDIR64) 38c13de8f6Sab196087LINTFLAGS64 += $(VAR_LINTFLAGS64) 39c13de8f6Sab196087 40c13de8f6Sab196087ROOTPROG = $(ROOTPROG64) 41c13de8f6Sab196087 42*587032cfSab196087lint: $(LINTOUT64) 43*587032cfSab196087 44c13de8f6Sab196087include ../Makefile.targ 45c13de8f6Sab196087include ../../Makefile.sub.64 46