1*bf82a41bSeschrock# 2*bf82a41bSeschrock# CDDL HEADER START 3*bf82a41bSeschrock# 4*bf82a41bSeschrock# The contents of this file are subject to the terms of the 5*bf82a41bSeschrock# Common Development and Distribution License (the "License"). 6*bf82a41bSeschrock# You may not use this file except in compliance with the License. 7*bf82a41bSeschrock# 8*bf82a41bSeschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*bf82a41bSeschrock# or http://www.opensolaris.org/os/licensing. 10*bf82a41bSeschrock# See the License for the specific language governing permissions 11*bf82a41bSeschrock# and limitations under the License. 12*bf82a41bSeschrock# 13*bf82a41bSeschrock# When distributing Covered Code, include this CDDL HEADER in each 14*bf82a41bSeschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*bf82a41bSeschrock# If applicable, add the following below this CDDL HEADER, with the 16*bf82a41bSeschrock# fields enclosed by brackets "[]" replaced with your own identifying 17*bf82a41bSeschrock# information: Portions Copyright [yyyy] [name of copyright owner] 18*bf82a41bSeschrock# 19*bf82a41bSeschrock# CDDL HEADER END 20*bf82a41bSeschrock# 21*bf82a41bSeschrock 22*bf82a41bSeschrock# 23*bf82a41bSeschrock# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24*bf82a41bSeschrock# Use is subject to license terms. 25*bf82a41bSeschrock# 26*bf82a41bSeschrock#ident "%Z%%M% %I% %E% SMI" 27*bf82a41bSeschrock 28*bf82a41bSeschrockHDRS = 29*bf82a41bSeschrockHDRDIR = common 30*bf82a41bSeschrockPLUGINTYPE = vendor 31*bf82a41bSeschrock 32*bf82a41bSeschrockinclude ../Makefile.plugin 33