Print this page
10079 smatch Makefile changes for usr/src/lib
*** 20,31 ****
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Makefile for KMF Plugins
! #
LIBRARY= kmf_nss.a
VERS= .1
OBJECTS= nss_spi.o
--- 20,30 ----
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
LIBRARY= kmf_nss.a
VERS= .1
OBJECTS= nss_spi.o
*** 57,66 ****
--- 56,68 ----
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)