Makefile revision 26d8ba2242584067b65160d24193c37cdc83cd55
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# CDDL HEADER START
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# The contents of this file are subject to the terms of the
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# Common Development and Distribution License, Version 1.0 only
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# (the "License"). You may not use this file except in compliance
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# with the License.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# or http://www.opensolaris.org/os/licensing.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# See the License for the specific language governing permissions
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# and limitations under the License.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# When distributing Covered Code, include this CDDL HEADER in each
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# If applicable, add the following below this CDDL HEADER, with the
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# CDDL HEADER END
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# Use is subject to license terms.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#pragma ident "%Z%%M% %I% %E% SMI"
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync#
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsyncinclude ../Makefile.com
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsyncDATAFILES += \
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync i.manifest \
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync r.manifest
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync.KEEP_STATE:
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsyncall: $(FILES) depend preremove postinstall
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsyncinstall: all pkg
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsyncinclude ../Makefile.targ
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync