Print this page
10079 smatch Makefile changes for usr/src/lib
@@ -20,12 +20,11 @@
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# Makefile for KMF Plugins
-#
+# Copyright (c) 2018, Joyent, Inc.
LIBRARY= kmf_nss.a
VERS= .1
OBJECTS= nss_spi.o
@@ -57,10 +56,13 @@
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-unused-value
CERRWARN += -_gcc=-Wno-uninitialized
+# not linted
+SMATCH=off
+
lint:= NSSLIBS = $(BERLIB)
lint:= NSSLIBS64 = $(BERLIB64)
LDLIBS32 += $(NSSLIBS)