Makefile revision 10840:7df556caf412
1258191Sjmmv#
2258191Sjmmv# CDDL HEADER START
3258191Sjmmv#
4258191Sjmmv# The contents of this file are subject to the terms of the
5258191Sjmmv# Common Development and Distribution License (the "License").
6258191Sjmmv# You may not use this file except in compliance with the License.
7258191Sjmmv#
8258191Sjmmv# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9258191Sjmmv# or http://www.opensolaris.org/os/licensing.
10258191Sjmmv# See the License for the specific language governing permissions
11258191Sjmmv# and limitations under the License.
12258191Sjmmv#
13258191Sjmmv# When distributing Covered Code, include this CDDL HEADER in each
14258191Sjmmv# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15258191Sjmmv# If applicable, add the following below this CDDL HEADER, with the
16258191Sjmmv# fields enclosed by brackets "[]" replaced with your own identifying
17258191Sjmmv# information: Portions Copyright [yyyy] [name of copyright owner]
18258191Sjmmv#
19258191Sjmmv# CDDL HEADER END
20258191Sjmmv#
21258191Sjmmv#
22258191Sjmmv# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23258191Sjmmv# Use is subject to license terms.
24258191Sjmmv#
25258191Sjmmv
26258191Sjmmvinclude ../Makefile.com
27258191Sjmmv
28258191SjmmvCLOBBERFILES =	$(ROOTLIBDIR)/$(DYNLIB)
29258191Sjmmv
30258191Sjmmvinstall: all $(ROOTLIBS)
31258191Sjmmv