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