Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

@@ -18,17 +18,15 @@
 # information: Portions Copyright [yyyy] [name of copyright owner]
 #
 # CDDL HEADER END
 #
 #
-# ident "%Z%%M% %I%     %E% SMI"
+
 #
 # Copyright 1989-2002 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# cmd/lp/filter/postscript/font/Makefile
-#
 
 include                 ../../../Makefile.lp
 
 PROG =                  makedev
 

@@ -49,10 +47,12 @@
 NATIVEDIR =             native
 NATIVEPROG =            $(NATIVEDIR)/$(PROG)
 $(NATIVEPROG) :=        CC=$(NATIVECC)
 $(NATIVEPROG) :=        LDLIBS=
 $(NATIVEPROG) :=        CPPFLAGS.master=
+$(NATIVEPROG) :=        LDFLAGS= -Bdirect
+$(NATIVEPROG) :=        NATIVE_LIBS=libc.so
 
 .KEEP_STATE:
 
 all :                   $(PROG) $(NATIVEPROG) $(SUBDIRS)