Print this page
10079 smatch Makefile changes for usr/src/lib
@@ -19,12 +19,11 @@
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# Makefile for KMF Plugins
-#
+# Copyright (c) 2018, Joyent, Inc.
LIBRARY= kmf_openssl.a
VERS= .1
OBJECTS= openssl_spi.o compat.o
@@ -57,10 +56,13 @@
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-unused-value
CERRWARN += -_gcc=-Wno-uninitialized
+# not linted
+SMATCH=off
+
PICS= $(OBJECTS:%=pics/%)
lint:= OPENSSLLIBS= $(LINTSSLLIBS)
lint:= OPENSSLLIBS64= $(LINTSSLLIBS64)