1*c5024742Srab# 2*c5024742Srab# CDDL HEADER START 3*c5024742Srab# 4*c5024742Srab# The contents of this file are subject to the terms of the 5*c5024742Srab# Common Development and Distribution License (the "License"). 6*c5024742Srab# You may not use this file except in compliance with the License. 7*c5024742Srab# 8*c5024742Srab# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*c5024742Srab# or http://www.opensolaris.org/os/licensing. 10*c5024742Srab# See the License for the specific language governing permissions 11*c5024742Srab# and limitations under the License. 12*c5024742Srab# 13*c5024742Srab# When distributing Covered Code, include this CDDL HEADER in each 14*c5024742Srab# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*c5024742Srab# If applicable, add the following below this CDDL HEADER, with the 16*c5024742Srab# fields enclosed by brackets "[]" replaced with your own identifying 17*c5024742Srab# information: Portions Copyright [yyyy] [name of copyright owner] 18*c5024742Srab# 19*c5024742Srab# CDDL HEADER END 20*c5024742Srab# 21*c5024742Srab# 22*c5024742Srab# ident "%Z%%M% %I% %E% SMI" 23*c5024742Srab# 24*c5024742Srab# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 25*c5024742Srab# Use is subject to license terms. 26*c5024742Srab# 27*c5024742Srab# cmd/tnf/prex/sparc/Makefile 28*c5024742Srab 29*c5024742Srabinclude ../Makefile.com 30*c5024742SrabCFLAGS += -I.. -I. 31*c5024742SrabLINTFLAGS += -I.. -I. 32*c5024742Srab 33*c5024742Srabinstall: all $(ROOTPROG32) 34