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/ps/Makefile.com
! #
PROG= ps
OBJS= ps.o ucbps.o
--- 20,30 ----
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
PROG= ps
OBJS= ps.o ucbps.o
*** 34,43 ****
--- 33,45 ----
include ../../Makefile.cmd
CFLAGS += $(CCVERBOSE)
LDLIBS += -lproject
+ # not linted
+ SMATCH=off
+
.KEEP_STATE:
%.o: ../%.c
$(COMPILE.c) $<