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