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