1*2225707cSValerie Bubb Fenwick# 2*2225707cSValerie Bubb Fenwick# CDDL HEADER START 3*2225707cSValerie Bubb Fenwick# 4*2225707cSValerie Bubb Fenwick# The contents of this file are subject to the terms of the 5*2225707cSValerie Bubb Fenwick# Common Development and Distribution License (the "License"). 6*2225707cSValerie Bubb Fenwick# You may not use this file except in compliance with the License. 7*2225707cSValerie Bubb Fenwick# 8*2225707cSValerie Bubb Fenwick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*2225707cSValerie Bubb Fenwick# or http://www.opensolaris.org/os/licensing. 10*2225707cSValerie Bubb Fenwick# See the License for the specific language governing permissions 11*2225707cSValerie Bubb Fenwick# and limitations under the License. 12*2225707cSValerie Bubb Fenwick# 13*2225707cSValerie Bubb Fenwick# When distributing Covered Code, include this CDDL HEADER in each 14*2225707cSValerie Bubb Fenwick# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*2225707cSValerie Bubb Fenwick# If applicable, add the following below this CDDL HEADER, with the 16*2225707cSValerie Bubb Fenwick# fields enclosed by brackets "[]" replaced with your own identifying 17*2225707cSValerie Bubb Fenwick# information: Portions Copyright [yyyy] [name of copyright owner] 18*2225707cSValerie Bubb Fenwick# 19*2225707cSValerie Bubb Fenwick# CDDL HEADER END 20*2225707cSValerie Bubb Fenwick# 21*2225707cSValerie Bubb Fenwick 22*2225707cSValerie Bubb Fenwick# 23*2225707cSValerie Bubb Fenwick# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 24*2225707cSValerie Bubb Fenwick# Use is subject to license terms. 25*2225707cSValerie Bubb Fenwick# 26*2225707cSValerie Bubb Fenwick# lib/pkcs11/libkcfd/i386/Makefile 27*2225707cSValerie Bubb Fenwick# 28*2225707cSValerie Bubb Fenwick 29*2225707cSValerie Bubb Fenwickinclude $(SRC)/lib/Makefile.filter.com 30*2225707cSValerie Bubb Fenwickinclude ../Makefile.com 31*2225707cSValerie Bubb Fenwick 32*2225707cSValerie Bubb Fenwickinstall: all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) 33*2225707cSValerie Bubb Fenwick 34*2225707cSValerie Bubb Fenwickinclude $(SRC)/lib/Makefile.filter.targ 35