Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 19,28 ****
--- 19,29 ----
# 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,49 ****
--- 41,53 ----
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)