diff options
author | rie <none@none> | 2008-01-24 16:39:56 -0800 |
---|---|---|
committer | rie <none@none> | 2008-01-24 16:39:56 -0800 |
commit | f6acbf7c6543dc0aab58cae1df419f0147c46d77 (patch) | |
tree | c47eb83752097c5a99a6eda6c4923edec8272c4b /usr/src/ucblib | |
parent | 11022c7cf39f3b863e749f3866f6ddcb445c2d05 (diff) | |
download | illumos-joyent-f6acbf7c6543dc0aab58cae1df419f0147c46d77.tar.gz |
4947191 OSNet should use direct bindings
Diffstat (limited to 'usr/src/ucblib')
-rw-r--r-- | usr/src/ucblib/Makefile.ucb | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr/src/ucblib/Makefile.ucb b/usr/src/ucblib/Makefile.ucb index e1b60f0428..e6822431f8 100644 --- a/usr/src/ucblib/Makefile.ucb +++ b/usr/src/ucblib/Makefile.ucb @@ -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 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -32,3 +31,9 @@ include $(SRC)/lib/Makefile.lib # Tweak XRINCDIRS so that cross-reference include paths prefer UCB headers. # XRINCDIRS = ../../ucbhead + +# +# Turn off direct bindings, as there is so much symbol duplication between +# these libraries and libc. +# +BDIRECT = |