Print this page
10079 smatch Makefile changes for usr/src/lib
@@ -20,11 +20,11 @@
#
#
# 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,10 +66,13 @@
-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