Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 20,31 ****
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # cmd/lp/client/lpset/Makefile
! #
include ../Makefile.sp
PROG= lpset
--- 20,30 ----
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
include ../Makefile.sp
PROG= lpset
*** 37,46 ****
--- 36,49 ----
FILEMODE= 04511
CPPFLAGS += -I$(NPRTINC)
CERRWARN += -_gcc=-Wno-implicit-function-declaration
+
+ # not linted
+ SMATCH=off
+
LDLIBS += $(LIBNPRT) -lsecdb
.KEEP_STATE:
all: $(PROG)