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

@@ -20,12 +20,11 @@
 #
 #
 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident "%Z%%M% %I%     %E% SMI"
-#
+# Copyright (c) 2018, Joyent, Inc.
 
 LIBRARY=        libsysevent.a
 
 VERS=           .1
 

@@ -42,10 +41,13 @@
 
 CPPFLAGS +=     -D_REENTRANT -I..
 CFLAGS +=       $(CCVERBOSE)
 LDLIBS +=       -lnvpair -lc
 
+# not linted
+SMATCH=off
+
 $(LINTLIB) :=   SRCS = ../llib-lsysevent
 
 .KEEP_STATE:
 
 all : $(LIBS)