1*3f7d54a6SGarrett D'Amore# 2*3f7d54a6SGarrett D'Amore# CDDL HEADER START 3*3f7d54a6SGarrett D'Amore# 4*3f7d54a6SGarrett D'Amore# The contents of this file are subject to the terms of the 5*3f7d54a6SGarrett D'Amore# Common Development and Distribution License (the "License"). 6*3f7d54a6SGarrett D'Amore# You may not use this file except in compliance with the License. 7*3f7d54a6SGarrett D'Amore# 8*3f7d54a6SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*3f7d54a6SGarrett D'Amore# or http://www.opensolaris.org/os/licensing. 10*3f7d54a6SGarrett D'Amore# See the License for the specific language governing permissions 11*3f7d54a6SGarrett D'Amore# and limitations under the License. 12*3f7d54a6SGarrett D'Amore# 13*3f7d54a6SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each 14*3f7d54a6SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*3f7d54a6SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the 16*3f7d54a6SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying 17*3f7d54a6SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner] 18*3f7d54a6SGarrett D'Amore# 19*3f7d54a6SGarrett D'Amore# CDDL HEADER END 20*3f7d54a6SGarrett D'Amore# 21*3f7d54a6SGarrett D'Amore# 22*3f7d54a6SGarrett D'Amore# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 23*3f7d54a6SGarrett D'Amore# 24*3f7d54a6SGarrett D'Amore 25*3f7d54a6SGarrett D'Amoreinclude ../Makefile.targ 26*3f7d54a6SGarrett D'Amoreinclude ../../../../Makefile.lib 27*3f7d54a6SGarrett D'Amoreinclude ../../../../Makefile.targ 28*3f7d54a6SGarrett D'Amoreinclude ../../Makefile.com 29*3f7d54a6SGarrett D'Amore 30*3f7d54a6SGarrett D'Amore.KEEP_STATE: 31*3f7d54a6SGarrett D'Amore 32*3f7d54a6SGarrett D'Amoreall: $(LIBS) $(TXTS) 33*3f7d54a6SGarrett D'Amore 34*3f7d54a6SGarrett D'Amore 35*3f7d54a6SGarrett D'Amoreinstall: all $(PLUGINDIR) .WAIT $(PLUGINS) 36