Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -19,10 +19,11 @@
# CDDL HEADER END
#
#
# Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
#
+# Copyright (c) 2018, Joyent, Inc.
PROG= passmgmt
FILE= datemsk
TXTS= $(FILE)
@@ -40,10 +41,13 @@
LDLIBS += -lsecdb -lnsl
CERRWARN += -_gcc=-Wno-type-limits
CERRWARN += -_gcc=-Wno-implicit-function-declaration
CERRWARN += -_gcc=-Wno-uninitialized
+# not linted
+SMATCH=off
+
all: $(PROG) $(TXTS)
XGETFLAGS= -a -x $(PROG).xcl
install: all $(ROOTLIBPROG) $(ROOTFILE)