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

@@ -20,10 +20,11 @@
 #
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 LIBRARY=        libmpscsi_vhci.a
 VERS=           .1
 OBJECTS=        Initialize.o MP_AssignLogicalUnitToTPG.o \
                 MP_CancelOverridePath.o MP_DeregForObjPropChangesPlugin.o \

@@ -63,10 +64,13 @@
 
 CFLAGS +=       $(CCVERBOSE)
 CPPFLAGS +=     -I$(SRCDIR) -D_POSIX_PTHREAD_SEMANTICS
 CPPFLAGS +=     -DBUILD_TIME='"Wed Sep 24 12:00:00 2008"'
 
+# not linted
+SMATCH=off
+
 .KEEP_STATE:
 
 all: $(LIBS)
 
 lint: lintcheck