diff options
Diffstat (limited to 'usr/src/lib/libproc/Makefile.com')
-rw-r--r-- | usr/src/lib/libproc/Makefile.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/libproc/Makefile.com b/usr/src/lib/libproc/Makefile.com index cca3c3255f..30790b7a6f 100644 --- a/usr/src/lib/libproc/Makefile.com +++ b/usr/src/lib/libproc/Makefile.com @@ -21,6 +21,7 @@ # # 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 @@ -84,6 +85,7 @@ 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 |