diff options
Diffstat (limited to 'usr/src/tools')
-rw-r--r-- | usr/src/tools/findunref/exception_list | 4 | ||||
-rw-r--r-- | usr/src/tools/tokenize/Makefile | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/usr/src/tools/findunref/exception_list b/usr/src/tools/findunref/exception_list index 673ff8b4f0..8240de7ad7 100644 --- a/usr/src/tools/findunref/exception_list +++ b/usr/src/tools/findunref/exception_list @@ -130,8 +130,8 @@ ./src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers ./src/lib/gss_mechs/mech_dh/dh192/mapfile-vers ./src/lib/gss_mechs/mech_dh/dh640/mapfile-vers -./src/lib/gss_mechs/mech_krb5/spec/krb5_clean.spec -./src/lib/gss_mechs/mech_spnego/spec/clean.spec +./src/lib/gss_mechs/mech_krb5/mapfile-vers-clean +./src/lib/gss_mechs/mech_spnego/mapfile-vers-clean ./src/lib/pkcs11/pkcs11_softtoken/common/Makefile ./src/uts/common/Makefile ./src/uts/common/crypto/io/Makefile diff --git a/usr/src/tools/tokenize/Makefile b/usr/src/tools/tokenize/Makefile index 433574d652..976939c4f1 100644 --- a/usr/src/tools/tokenize/Makefile +++ b/usr/src/tools/tokenize/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -40,6 +39,8 @@ include ../Makefile.tools LIBS = $(DYNLIB) +MAPFILES = + DYNFLAGS += -z interpose LDLIBS = -lc -ldl |