From 05ede3db5e3b7d540afbccdc872c735770e82ef3 Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 17 Dec 2018 21:44:38 +0000 Subject: 10079 smatch Makefile changes for usr/src/lib Reviewed by: Andy Fiddaman Approved by: Robert Mustacchi --- usr/src/lib/libraidcfg/Makefile.com | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr/src/lib/libraidcfg/Makefile.com') diff --git a/usr/src/lib/libraidcfg/Makefile.com b/usr/src/lib/libraidcfg/Makefile.com index 1aeed69bfd..b3643c2d6b 100644 --- a/usr/src/lib/libraidcfg/Makefile.com +++ b/usr/src/lib/libraidcfg/Makefile.com @@ -23,8 +23,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# lib/libraidcfg/Makefile.com -# +# Copyright (c) 2018, Joyent, Inc. LIBRARY = libraidcfg.a VERS = .1 @@ -41,6 +40,9 @@ $(LINTLIB):= SRCS = $(LINTSRC:%=$(SRCDIR)/%) CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-type-limits +# not linted +SMATCH=off + .KEEP_STATE: all: $(LIBS) -- cgit v1.2.3