Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive#
013e1ddd21f2142a369c9a9a0eeb6c6a0bc3fcf3patrikj# CDDL HEADER START
e942c741056732f50da2074b36fe59805d370650slive#
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd# The contents of this file are subject to the terms of the
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# Common Development and Distribution License, Version 1.0 only
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# (the "License"). You may not use this file except in compliance
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# with the License.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding#
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# or http://www.opensolaris.org/os/licensing.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# See the License for the specific language governing permissions
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# and limitations under the License.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd#
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# When distributing Covered Code, include this CDDL HEADER in each
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# If applicable, add the following below this CDDL HEADER, with the
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# fields enclosed by brackets "[]" replaced with your own identifying
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# information: Portions Copyright [yyyy] [name of copyright owner]
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd#
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# CDDL HEADER END
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd#
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd#
7db9f691a00ead175b03335457ca296a33ddf31bnd#ident "%Z%%M% %I% %E% SMI"
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive#
5f18f92c1354462df6dc2ba38277a953fa700b13gryzor# Copyright (c) 1994 by Sun Microsystems, Inc.
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive#
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfsliveinclude ../Makefile.com
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive.KEEP_STATE:
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfsliveall: $(DYNLIB)
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfsliveinstall: all $(ROOTDYNLIB)
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jiminclude ../Makefile.targ
f6445f3ad1c82f9398dc8edd77093cd3e20b806cnoirin