Makefile.com (2225707c) Makefile.com (241c90a0)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 15 unchanged lines hidden (view full) ---

24# lib/pkcs11/libkcfd/Makefile.com
25#
26
27LIBRARY = libkcfd.a
28VERS = .1
29
30include $(SRC)/lib/Makefile.rootfs
31
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 15 unchanged lines hidden (view full) ---

24# lib/pkcs11/libkcfd/Makefile.com
25#
26
27LIBRARY = libkcfd.a
28VERS = .1
29
30include $(SRC)/lib/Makefile.rootfs
31
32LIBS += $(LINTLIB)
33
34#
35# Identify that this library is an interposer. This identification
36# ensures that runtime symbol lookup resolves to this library
37# (before libpkcs11.so.1) regardless of dependency link order.
38# This library should only be linked to by kcfd.
39#
40DYNFLAGS += $(ZINTERPOSE) -R/usr/lib/security
32#
33# Identify that this library is an interposer. This identification
34# ensures that runtime symbol lookup resolves to this library
35# (before libpkcs11.so.1) regardless of dependency link order.
36# This library should only be linked to by kcfd.
37#
38DYNFLAGS += $(ZINTERPOSE) -R/usr/lib/security