summaryrefslogtreecommitdiff
path: root/usr/src/ucbcmd
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2018-12-17 21:29:17 +0000
committerRobert Mustacchi <rm@joyent.com>2019-01-14 18:05:55 +0000
commitcadd68ea0014761eda6a293664086dfa80686d85 (patch)
treedce17598c04e846515a7e82fc151de8ef5590519 /usr/src/ucbcmd
parent1ea94c756c0bc9170021d7b570944a24f224c03f (diff)
downloadillumos-joyent-cadd68ea0014761eda6a293664086dfa80686d85.tar.gz
10078 smatch fixes for UCB
Reviewed by: Andy Fiddaman <omnios@citrus-it.net> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/ucbcmd')
-rw-r--r--usr/src/ucbcmd/Makefile.ucbcmd4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/ucbcmd/Makefile.ucbcmd b/usr/src/ucbcmd/Makefile.ucbcmd
index e9156f269d..5eb4ee73e7 100644
--- a/usr/src/ucbcmd/Makefile.ucbcmd
+++ b/usr/src/ucbcmd/Makefile.ucbcmd
@@ -23,6 +23,7 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
#
# ucbcmd/Makefile.ucbcmd
#
@@ -58,6 +59,9 @@ ROOTPROG32= $(PROG:%=$(ROOTBIN32)/%)
ISAEXEC= $(ROOT)/usr/lib/isaexec
+# don't lint any of ucbcmd
+SMATCH=off
+
# storing LDLIBS in two macros allows reordering of options
LDLIBS.cmd = $(ENVLDLIBS1) $(ENVLDLIBS2) $(ENVLDLIBS3)
LDLIBS = $(LDLIBS.cmd)