Print this page
10079 smatch Makefile changes for usr/src/lib

@@ -19,10 +19,11 @@
 # CDDL HEADER END
 #
 #
 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 
 LIBRARY=        libseslog.a
 VERS=           .1
 

@@ -37,10 +38,13 @@
 
 INCS +=         -I$(SRCDIR)
 LDLIBS +=       -lc -lnvpair
 CPPFLAGS +=     $(INCS)
 
+# not linted
+SMATCH=off
+
 $(LINTLIB) := SRCS=     $(SRCDIR)/$(LINTSRC)
 
 .KEEP_STATE:
 
 all: $(LIBS)