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/lib/print | |
parent | 11022c7cf39f3b863e749f3866f6ddcb445c2d05 (diff) | |
download | illumos-joyent-f6acbf7c6543dc0aab58cae1df419f0147c46d77.tar.gz |
4947191 OSNet should use direct bindings
Diffstat (limited to 'usr/src/lib/print')
-rw-r--r-- | usr/src/lib/print/libpapi-ipp/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/print/libpapi-lpd/Makefile.com | 6 | ||||
-rw-r--r-- | usr/src/lib/print/libprint/Makefile.com | 3 |
3 files changed, 4 insertions, 9 deletions
diff --git a/usr/src/lib/print/libpapi-ipp/Makefile.com b/usr/src/lib/print/libpapi-ipp/Makefile.com index c141ab545e..e7c55ff51a 100644 --- a/usr/src/lib/print/libpapi-ipp/Makefile.com +++ b/usr/src/lib/print/libpapi-ipp/Makefile.com @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2006 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" @@ -52,8 +52,6 @@ CPPFLAGS += -I../../libpapi-common/common CPPFLAGS += -I../../libipp-core/common CPPFLAGS += -I../../libhttp-core/common -DYNFLAGS += $(BDIRECT) - MAPFILES = $(SRCDIR)/mapfile LDLIBS += -L$(ROOTLIBDIR) -R/usr/lib/print -lhttp-core -lmd5 diff --git a/usr/src/lib/print/libpapi-lpd/Makefile.com b/usr/src/lib/print/libpapi-lpd/Makefile.com index 9d4d6a1575..ac0f9bcada 100644 --- a/usr/src/lib/print/libpapi-lpd/Makefile.com +++ b/usr/src/lib/print/libpapi-lpd/Makefile.com @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2007 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" @@ -51,8 +51,6 @@ CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) CPPFLAGS += -I../../libpapi-common/common -DYNFLAGS += $(BDIRECT) - MAPFILES = $(SRCDIR)/mapfile LDLIBS += -lc @@ -77,7 +75,7 @@ PROG_OBJS = $(LPD_PORT_OBJS:%=pics/%) OBJS += $(PROG_OBJS) LDFLAGS.cmd = \ - $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \ + $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) $(BDIRECT) \ $(MAPFILE.NES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%) $(PROG): $(PROG_OBJS) diff --git a/usr/src/lib/print/libprint/Makefile.com b/usr/src/lib/print/libprint/Makefile.com index 93b6c24ed6..8d885ada45 100644 --- a/usr/src/lib/print/libprint/Makefile.com +++ b/usr/src/lib/print/libprint/Makefile.com @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2007 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" @@ -45,7 +45,6 @@ $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) CPPFLAGS += -I../../head -D_REENTRANT -DYNFLAGS += $(BDIRECT) LDLIBS += -lnsl -lsocket -lc -lldap |