summaryrefslogtreecommitdiff
path: root/usr/src/lib/krb5/plugins/kdb/db2
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/krb5/plugins/kdb/db2')
-rw-r--r--usr/src/lib/krb5/plugins/kdb/db2/Makefile.com4
-rw-r--r--usr/src/lib/krb5/plugins/kdb/db2/libdb2/Makefile.com5
2 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/lib/krb5/plugins/kdb/db2/Makefile.com b/usr/src/lib/krb5/plugins/kdb/db2/Makefile.com
index 064c9d7e4b..e44ff025be 100644
--- a/usr/src/lib/krb5/plugins/kdb/db2/Makefile.com
+++ b/usr/src/lib/krb5/plugins/kdb/db2/Makefile.com
@@ -22,6 +22,7 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
LIBRARY= db2.a
VERS= .1
@@ -69,6 +70,9 @@ CERRWARN += -_gcc=-Wno-unused-function
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
+# not linted
+SMATCH=off
+
DYNFLAGS += $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
LDLIBS += -L $(ROOTLIBDIR) -ldb2 -lkdb -lkadm5srv -lc -lnsl
diff --git a/usr/src/lib/krb5/plugins/kdb/db2/libdb2/Makefile.com b/usr/src/lib/krb5/plugins/kdb/db2/libdb2/Makefile.com
index aec2ac074b..0fbc9900e9 100644
--- a/usr/src/lib/krb5/plugins/kdb/db2/libdb2/Makefile.com
+++ b/usr/src/lib/krb5/plugins/kdb/db2/libdb2/Makefile.com
@@ -22,6 +22,7 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
LIBRARY= libdb2.a
VERS= .1
@@ -102,6 +103,10 @@ CPPFLAGS += -DHAVE_CONFIG_H \
CFLAGS += $(CCVERBOSE) -I..
CERRWARN += -_gcc=-Wno-uninitialized
+
+# not linted
+SMATCH=off
+
LDLIBS += -lc
# Identify that this library is an interposer (on dbm_ routines from libc.so.1).