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

@@ -20,10 +20,11 @@
 #
 #
 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 include $(SRC)/Makefile.master
 
 include $(SRC)/lib/iconv_modules/Makefile.iconv
 

@@ -32,10 +33,13 @@
 LIB = $(MODULES:%.c=%.so)
 LIB64 = $(MODULES:%.c=$(MACH64)/%.so)
 
 LDLIBS= -lc
 
+# needs work
+SMATCH=off
+
 INSTALL_MODULES = .modules_installed
 CLEANFILES += $(INSTALL_MODULES)
 
 install         :=      TARGET = install
 all             :=      TARGET = all