summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdhcputil/Makefile.com
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2018-12-17 21:44:38 +0000
committerRobert Mustacchi <rm@joyent.com>2019-01-14 18:34:56 +0000
commit05ede3db5e3b7d540afbccdc872c735770e82ef3 (patch)
tree48e8ef98653eb259c6a4ed19a6fafa66f2a209f5 /usr/src/lib/libdhcputil/Makefile.com
parentcadd68ea0014761eda6a293664086dfa80686d85 (diff)
downloadillumos-joyent-05ede3db5e3b7d540afbccdc872c735770e82ef3.tar.gz
10079 smatch Makefile changes for usr/src/lib
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/lib/libdhcputil/Makefile.com')
-rw-r--r--usr/src/lib/libdhcputil/Makefile.com4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libdhcputil/Makefile.com b/usr/src/lib/libdhcputil/Makefile.com
index b32dc645ce..b8e2721122 100644
--- a/usr/src/lib/libdhcputil/Makefile.com
+++ b/usr/src/lib/libdhcputil/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 = libdhcputil.a
VERS = .1
@@ -48,6 +49,9 @@ CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-uninitialized
CPPFLAGS += -I$(COMDIR)
+# not linted
+SMATCH=off
+
.KEEP_STATE:
all: $(LIBS)