Print this page
10080 smatch Makefile changes for usr/src/cmd

@@ -21,10 +21,11 @@
 #
 #
 # Copyright 1994, 2002 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 PROG=           tnfxtract
 
 OBJS.c=         tnfxtract.o
 

@@ -36,10 +37,13 @@
 
 LFLAGS=         -v
 LDLIBS +=       -lkvm
 CERRWARN +=     -_gcc=-Wno-uninitialized
 
+# not linted
+SMATCH=off
+
 .KEEP_STATE:
 
 all: $(PROG)
 
 $(PROG): $(OBJS)