xref: /onnv-gate/usr/src/lib/pkcs11/libkcfd/Makefile.com (revision 10123:d9be114e78c4)
1*10123SValerie.Fenwick@Sun.COM#
2*10123SValerie.Fenwick@Sun.COM# CDDL HEADER START
3*10123SValerie.Fenwick@Sun.COM#
4*10123SValerie.Fenwick@Sun.COM# The contents of this file are subject to the terms of the
5*10123SValerie.Fenwick@Sun.COM# Common Development and Distribution License (the "License").
6*10123SValerie.Fenwick@Sun.COM# You may not use this file except in compliance with the License.
7*10123SValerie.Fenwick@Sun.COM#
8*10123SValerie.Fenwick@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*10123SValerie.Fenwick@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*10123SValerie.Fenwick@Sun.COM# See the License for the specific language governing permissions
11*10123SValerie.Fenwick@Sun.COM# and limitations under the License.
12*10123SValerie.Fenwick@Sun.COM#
13*10123SValerie.Fenwick@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*10123SValerie.Fenwick@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*10123SValerie.Fenwick@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*10123SValerie.Fenwick@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*10123SValerie.Fenwick@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*10123SValerie.Fenwick@Sun.COM#
19*10123SValerie.Fenwick@Sun.COM# CDDL HEADER END
20*10123SValerie.Fenwick@Sun.COM#
21*10123SValerie.Fenwick@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
22*10123SValerie.Fenwick@Sun.COM# Use is subject to license terms.
23*10123SValerie.Fenwick@Sun.COM#
24*10123SValerie.Fenwick@Sun.COM# lib/pkcs11/libkcfd/Makefile.com
25*10123SValerie.Fenwick@Sun.COM#
26*10123SValerie.Fenwick@Sun.COM
27*10123SValerie.Fenwick@Sun.COMLIBRARY = libkcfd.a
28*10123SValerie.Fenwick@Sun.COMVERS = .1
29*10123SValerie.Fenwick@Sun.COM
30*10123SValerie.Fenwick@Sun.COMinclude $(SRC)/lib/Makefile.rootfs
31*10123SValerie.Fenwick@Sun.COM
32*10123SValerie.Fenwick@Sun.COMLIBS +=		$(LINTLIB)
33*10123SValerie.Fenwick@Sun.COM
34*10123SValerie.Fenwick@Sun.COM#
35*10123SValerie.Fenwick@Sun.COM# Identify that this library is an interposer. This identification
36*10123SValerie.Fenwick@Sun.COM# ensures that runtime symbol lookup resolves to this library
37*10123SValerie.Fenwick@Sun.COM# (before libpkcs11.so.1) regardless of dependency link order.
38*10123SValerie.Fenwick@Sun.COM# This library should only be linked to by kcfd.
39*10123SValerie.Fenwick@Sun.COM#
40*10123SValerie.Fenwick@Sun.COMDYNFLAGS	+= $(ZINTERPOSE) -R/usr/lib/security
41