summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sqlite')
-rw-r--r--usr/src/cmd/sqlite/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/sqlite/Makefile b/usr/src/cmd/sqlite/Makefile
index 795e391c96..8e9e672965 100644
--- a/usr/src/cmd/sqlite/Makefile
+++ b/usr/src/cmd/sqlite/Makefile
@@ -22,6 +22,7 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
PROG= sqlite
@@ -40,6 +41,9 @@ $(OBJS) := CTFCONVERT_POST = $(CTFCONVERT_O)
CERRWARN += -_gcc=-Wno-empty-body
+# not linted
+SMATCH=off
+
LDLIBS += -lsqlite-sys
.KEEP_STATE: