10Sstevel@tonic-gate# 2*8624SDarren.Reed@Sun.COM# CDDL HEADER START 3*8624SDarren.Reed@Sun.COM# 4*8624SDarren.Reed@Sun.COM# The contents of this file are subject to the terms of the 5*8624SDarren.Reed@Sun.COM# Common Development and Distribution License (the "License"). 6*8624SDarren.Reed@Sun.COM# You may not use this file except in compliance with the License. 7*8624SDarren.Reed@Sun.COM# 8*8624SDarren.Reed@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*8624SDarren.Reed@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*8624SDarren.Reed@Sun.COM# See the License for the specific language governing permissions 11*8624SDarren.Reed@Sun.COM# and limitations under the License. 12*8624SDarren.Reed@Sun.COM# 13*8624SDarren.Reed@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*8624SDarren.Reed@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*8624SDarren.Reed@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*8624SDarren.Reed@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*8624SDarren.Reed@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*8624SDarren.Reed@Sun.COM# 19*8624SDarren.Reed@Sun.COM# CDDL HEADER END 20*8624SDarren.Reed@Sun.COM# 21*8624SDarren.Reed@Sun.COM# 22*8624SDarren.Reed@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 230Sstevel@tonic-gate# Use is subject to license terms. 240Sstevel@tonic-gate# 250Sstevel@tonic-gate 260Sstevel@tonic-gateinclude ../Makefile.com 270Sstevel@tonic-gate 280Sstevel@tonic-gateinstall: all 29