Print this page
5468 Missing dependencies in lib/Makefile
5709 Add binary compatibility with Solaris 10 update 10.

@@ -21,17 +21,17 @@
 #
 #
 # Copyright (c) 1997-2000 by Sun Microsystems, Inc.
 # All rights reserved.
 #
-#ident  "%Z%%M% %I%     %E% SMI"
+# Copyright 2015 RackTop Systems.
 #
 # cmd/abi/appcert/static_prof/Makefile
 #
 
 $(PROG): $(SRCS)
-                $(LINK.c) -o $@ $(SRCS)
+                $(LINK.c) -o $@ $(SRCS) $(LDLIBS)
                 $(POST_PROCESS)
 
 #
 # clean - (apparently needs an explicit directive)
 #