Print this page
10079 smatch Makefile changes for usr/src/lib
*** 20,29 ****
--- 20,30 ----
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+ # Copyright (c) 2018, Joyent, Inc.
LIBRARY= libkdb_ldap.a
VERS= .1
LIBKLDAP_OBJS= \
*** 74,83 ****
--- 75,88 ----
-DUSE_KADM5_API_VERSION=2
CFLAGS += $(CCVERBOSE) -I..
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-function
+
+ # not linted
+ SMATCH=off
+
DYNFLAGS += $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
LDLIBS += -L $(ROOTLIBDIR) -lkadm5srv -lc -lnsl -lldap
.KEEP_STATE: