diff options
Diffstat (limited to 'usr/src/lib')
| -rw-r--r-- | usr/src/lib/libadm/Makefile.com | 2 | ||||
| -rw-r--r-- | usr/src/lib/libefi/Makefile.com | 2 | ||||
| -rw-r--r-- | usr/src/lib/libsmedia/plugins/Makefile.com | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/lib/libadm/Makefile.com b/usr/src/lib/libadm/Makefile.com index 4631c50bf4..a496655a3f 100644 --- a/usr/src/lib/libadm/Makefile.com +++ b/usr/src/lib/libadm/Makefile.com @@ -20,6 +20,7 @@ # # # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2018 Joyent, Inc. # LIBRARY= libadm.a @@ -42,6 +43,7 @@ LIBS= $(DYNLIB) $(LINTLIB) SRCDIR= ../common CPPFLAGS += -I ../inc +CSTD = $(CSTD_GNU99) CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized diff --git a/usr/src/lib/libefi/Makefile.com b/usr/src/lib/libefi/Makefile.com index 3fc915acdd..97a4d579f4 100644 --- a/usr/src/lib/libefi/Makefile.com +++ b/usr/src/lib/libefi/Makefile.com @@ -22,6 +22,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. # Use is subject to license terms. +# Copyright 2018 Joyent, Inc. # LIBRARY = libefi.a @@ -40,6 +41,7 @@ LDLIBS += -luuid -lsmbios -lc $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) CFLAGS += $(CCVERBOSE) +CSTD = $(CSTD_GNU99) LINTFLAGS64 += -errchk=longptr64 .KEEP_STATE: diff --git a/usr/src/lib/libsmedia/plugins/Makefile.com b/usr/src/lib/libsmedia/plugins/Makefile.com index f1fa1c19e2..d31896364e 100644 --- a/usr/src/lib/libsmedia/plugins/Makefile.com +++ b/usr/src/lib/libsmedia/plugins/Makefile.com @@ -21,8 +21,8 @@ # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. +# Copyright 2018 Joyent, Inc. # -# ident "%Z%%M% %I% %E% SMI" # LIBS = $(DYNLIB) @@ -43,6 +43,7 @@ CLEANFILES= $(LINTOUT) $(LINTPLUGIN) SRCDIR = ../common +CSTD = $(CSTD_GNU99) LINTFLAGS += -xu LINTFLAGS64 += -xu $(LINTPLUGIN) := SRCS=$(OBJECTS:%.o=../common/%.c) |
