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