Print this page
10079 smatch Makefile changes for usr/src/lib
*** 20,30 ****
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! #
LIBRARY= pkinit.a
VERS= .1
PKINIT_OBJS= \
--- 20,30 ----
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
LIBRARY= pkinit.a
VERS= .1
PKINIT_OBJS= \
*** 66,75 ****
--- 66,78 ----
-I$(SRC)
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-unused-function
+ # not linted
+ SMATCH=off
+
CFLAGS += $(CCVERBOSE) -I..
DYNFLAGS += $(KRUNPATH) $(KMECHLIB) -znodelete
LDLIBS += -L $(ROOTLIBDIR) -lcrypto -lc
ROOTLIBDIR= $(ROOT)/usr/lib/krb5/plugins/preauth