Print this page
3946 ::gcore
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>

@@ -19,10 +19,11 @@
 # CDDL HEADER END
 #
 #
 # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 # Copyright 2012 DEY Storage Systems, Inc.  All rights reserved.
+# Copyright (c) 2013 by Delphix. All rights reserved.
 #
 
 LIBRARY = libproc.a
 VERS = .1
 

@@ -82,10 +83,11 @@
 
 SRCS =          $(CMNOBJS:%.o=../common/%.c) $(ISAOBJS:%.o=%.c)
 
 LIBS =          $(DYNLIB) $(LINTLIB)
 LDLIBS +=       -lrtld_db -lelf -lctf -lc
+C99MODE =       $(C99_ENABLE)
 CPPFLAGS +=     $($(MACH64)_CPPFLAGS)
 
 SRCDIR =        ../common
 $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)