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 =               libhttp-core.a
 VERS =                  .1
 OBJECTS = http-addr.o http-support.o http.o
 

@@ -45,10 +44,13 @@
 
 CFLAGS +=       $(CCVERBOSE)
 CPPFLAGS +=     -I$(SRCDIR)
 CPPFLAGS +=     -I../../libpapi-common/common
 
+# not linted
+SMATCH=off
+
 MAPFILES =      $(SRCDIR)/mapfile
 
 LDLIBS +=       -lsocket -lnsl -lc
 
 .KEEP_STATE: