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/fm/libdiskstatus/Makefile.com | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr/src/lib/fm/libdiskstatus') diff --git a/usr/src/lib/fm/libdiskstatus/Makefile.com b/usr/src/lib/fm/libdiskstatus/Makefile.com index ee2fa3725a..c22e5808eb 100644 --- a/usr/src/lib/fm/libdiskstatus/Makefile.com +++ b/usr/src/lib/fm/libdiskstatus/Makefile.com @@ -22,7 +22,7 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" +# Copyright (c) 2018, Joyent, Inc. LIBRARY= libdiskstatus.a VERS= .1 @@ -44,6 +44,9 @@ INCS += -I$(SRCDIR) LDLIBS += -lc -lnvpair CPPFLAGS += $(INCS) +# not linted +SMATCH=off + $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) .KEEP_STATE: -- cgit v1.2.3