Makefile revision 99dda20867d903eec23291ba1ecb18a82d70096b
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# CDDL HEADER START
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# or http://www.opensolaris.org/os/licensing.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# See the License for the specific language governing permissions
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# and limitations under the License.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# If applicable, add the following below this CDDL HEADER, with the
50066670817cdf9e86c832066d73715232b29680Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# information: Portions Copyright [yyyy] [name of copyright owner]
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# CDDL HEADER END
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Use is subject to license terms.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# ident "%Z%%M% %I% %E% SMI"
50066670817cdf9e86c832066d73715232b29680Tinderbox User#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontinclude ../Makefile.com
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis DupontDATAFILES += depend
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont.KEEP_STATE:
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserLICENSEFILES += \
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont ../../uts/common/io/wpi/THIRDPARTYLICENSE \
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User ../../uts/common/io/wpi/fw-wpi/LICENSE
2a31bd531072824ef252c18303859d6af7451b00Francis DupontCDDL=
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontall: $(FILES) postinstall postremove
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userinstall: all pkg
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox Userinclude ../Makefile.targ
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User