10080 smatch Makefile changes for usr/src/cmd
@@ -20,12 +20,11 @@ # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# cmd/ps/Makefile.com -# +# Copyright (c) 2018, Joyent, Inc. PROG= ps OBJS= ps.o ucbps.o
@@ -34,10 +33,13 @@ include ../../Makefile.cmd CFLAGS += $(CCVERBOSE) LDLIBS += -lproject +# not linted +SMATCH=off + .KEEP_STATE: %.o: ../%.c $(COMPILE.c) $<