Makefile revision 99dda20867d903eec23291ba1ecb18a82d70096b
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico#
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# CDDL HEADER START
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico#
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# The contents of this file are subject to the terms of the
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# Common Development and Distribution License (the "License").
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# You may not use this file except in compliance with the License.
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico#
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# or http://www.opensolaris.org/os/licensing.
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# See the License for the specific language governing permissions
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# and limitations under the License.
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico#
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# When distributing Covered Code, include this CDDL HEADER in each
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# If applicable, add the following below this CDDL HEADER, with the
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# fields enclosed by brackets "[]" replaced with your own identifying
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# information: Portions Copyright [yyyy] [name of copyright owner]
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico#
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# CDDL HEADER END
b66e3f2ad6aafbd813d48916e4843f396cffa23bJazzyNico#
4a4f66218a54427cca18fe14be5f4be401e85a6fUweSchoeler#
d5459c7ca8e897f75511f7660f400b03e9e09c09UweSchoeler# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico# Use is subject to license terms.
d8967682b90c30a471ff27a16c1620f28881d563UweSchoeler#
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico#ident "%Z%%M% %I% %E% SMI"
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico#
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNicoinclude ../Makefile.com
d54cad035e9c3cb929f37235f8d2dc9b24ffaadcUweSchoeler
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNicoDATAFILES += i.manifest r.manifest i.rOWconfig
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNicoMACHDATAFILES += i.sdconf
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNicoCLOBBERFILES += $(MACHDATAFILES)
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNicoLICENSEFILES += $(OSBL)
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico.KEEP_STATE:
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNicoall: $(FILES) $(MACHDATAFILES)
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNicoinstall: all pkg
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNicoinclude ../Makefile.targ
819d8c960b43128f7bc5c0d70f945d33e3138d6fJazzyNico