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# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 22*2225707cSValerie Bubb Fenwick# Use is subject to license terms. 23*2225707cSValerie Bubb Fenwick# 24*2225707cSValerie Bubb Fenwick# lib/pkcs11/libkcfd/Makefile.com 25*2225707cSValerie Bubb Fenwick# 26*2225707cSValerie Bubb Fenwick 27*2225707cSValerie Bubb FenwickLIBRARY = libkcfd.a 28*2225707cSValerie Bubb FenwickVERS = .1 29*2225707cSValerie Bubb Fenwick 30*2225707cSValerie Bubb Fenwickinclude $(SRC)/lib/Makefile.rootfs 31*2225707cSValerie Bubb Fenwick 32*2225707cSValerie Bubb FenwickLIBS += $(LINTLIB) 33*2225707cSValerie Bubb Fenwick 34*2225707cSValerie Bubb Fenwick# 35*2225707cSValerie Bubb Fenwick# Identify that this library is an interposer. This identification 36*2225707cSValerie Bubb Fenwick# ensures that runtime symbol lookup resolves to this library 37*2225707cSValerie Bubb Fenwick# (before libpkcs11.so.1) regardless of dependency link order. 38*2225707cSValerie Bubb Fenwick# This library should only be linked to by kcfd. 39*2225707cSValerie Bubb Fenwick# 40*2225707cSValerie Bubb FenwickDYNFLAGS += $(ZINTERPOSE) -R/usr/lib/security 41