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