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