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

@@ -9,14 +9,13 @@
 # http://www.illumos.org/license/CDDL.
 #
 
 #
 # Copyright 2016 Toomas Soome <tsoome@me.com>
+# Copyright (c) 2018, Joyent, Inc.
 #
 
-# cmd/cmd-inet/usr.bin/dns-sd/Makefile
-
 PROG=           dns-sd
 
 include ../../../Makefile.cmd
 include ../../Makefile.cmd-inet
 

@@ -25,10 +24,13 @@
 
 CFLAGS += $(CSTD_GNU99)
 CPPFLAGS += -DMDNS_VERSIONSTR_NODTS
 LDLIBS += -lsocket -ldns_sd
 
+# not linted
+SMATCH=off
+
 .KEEP_STATE:
 
 all: $(PROG)
 
 ROOTPROG=   $(PROG:%=$(ROOTBIN)/%)