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

@@ -19,10 +19,11 @@
 # CDDL HEADER END
 #
 #
 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 PROG =          zonestat
 SRCS =          zonestat.c
 OBJS =          $(SRCS:%.c=%.o)
 

@@ -31,10 +32,13 @@
 LDLIBS          += -lscf -lzonestat -lumem
 LINTFLAGS       += -u
 
 CERRWARN        += -_gcc=-Wno-uninitialized
 
+# not linted
+SMATCH=off
+
 .KEEP_STATE:
 
 .PARALLEL:
 
 all: $(PROG)