summaryrefslogtreecommitdiff
path: root/usr/src/lib/passwdutil/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/passwdutil/Makefile.com')
-rw-r--r--usr/src/lib/passwdutil/Makefile.com6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/lib/passwdutil/Makefile.com b/usr/src/lib/passwdutil/Makefile.com
index 0b7c1ec4c4..d62fa7963d 100644
--- a/usr/src/lib/passwdutil/Makefile.com
+++ b/usr/src/lib/passwdutil/Makefile.com
@@ -22,6 +22,7 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
LIBRARY= passwdutil.a
VERS= .1
@@ -43,7 +44,7 @@ OBJECTS= $(OBJ)
include ../../Makefile.lib
#
-# Since our name doesn't start with "lib", Makefile.lib incorrectly
+# Since our name doesn't start with "lib", Makefile.lib incorrectly
# calculates LIBNAME. Therefore, we set it here.
#
LIBNAME= passwdutil
@@ -60,6 +61,9 @@ CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-unused-label
+# not linted
+SMATCH=off
+
lint := SRCS= $(OBJ:%.o=$(SRCDIR)/%.c)
.KEEP_STATE: