Makefile revision 5c1d0199d69216ebefa9ed86940778f6d215a97f
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin#
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd#
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# The contents of this file are subject to the terms of the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Common Development and Distribution License (the "License").
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# You may not use this file except in compliance with the License.
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin#
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# or http://www.opensolaris.org/os/licensing.
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# See the License for the specific language governing permissions
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# and limitations under the License.
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin#
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
2e545ce2450a9953665f701bb05350f0d3f26275nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# If applicable, add the following below this CDDL HEADER, with the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# fields enclosed by brackets "[]" replaced with your own identifying
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# information: Portions Copyright [yyyy] [name of copyright owner]
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin#
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# CDDL HEADER END
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen#
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin#
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# Use is subject to license terms.
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin#
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin# ident "%Z%%M% %I% %E% SMI"
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin#
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrininclude ../Makefile.com
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrinDATAFILES += depend
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin.KEEP_STATE:
f2dddcb17c7d7e94cc69563d3c99f9d035224ecctrawick
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrinall: $(FILES) postinstall postremove
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrininstall: all pkg
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrininclude ../Makefile.targ
109b93ded5941c5c5fdbc05a2a16286ed4f7e5c8minfrin