summaryrefslogtreecommitdiff
path: root/usr/src/lib/libproc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libproc')
-rw-r--r--usr/src/lib/libproc/Makefile.com4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libproc/Makefile.com b/usr/src/lib/libproc/Makefile.com
index bf20ef40d5..bb72f8dc17 100644
--- a/usr/src/lib/libproc/Makefile.com
+++ b/usr/src/lib/libproc/Makefile.com
@@ -23,6 +23,7 @@
# Copyright 2012 DEY Storage Systems, Inc. All rights reserved.
# Copyright (c) 2013 by Delphix. All rights reserved.
#
+# Copyright (c) 2018, Joyent, Inc.
LIBRARY = libproc.a
VERS = .1
@@ -99,6 +100,9 @@ CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-type-limits
CERRWARN += -_gcc=-Wno-unused-label
+# not linted
+SMATCH=off
+
# All interfaces are interposable, therefore don't allow direct binding to
# libproc. Disable libproc from directly binding to itself, but allow libperl
# to directly bind to its dependencies (ie. map -Bdirect -> -zdirect). Ensure