From 5661bb7641e85c46713da7a3002b29ecd2c3daf0 Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 17 Dec 2018 23:44:05 +0000 Subject: 10080 smatch Makefile changes for usr/src/cmd Reviewed by: Andy Fiddaman Approved by: Robert Mustacchi --- usr/src/cmd/dlstat/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr/src/cmd/dlstat') diff --git a/usr/src/cmd/dlstat/Makefile b/usr/src/cmd/dlstat/Makefile index c24ce1a62d..bd274d10c0 100644 --- a/usr/src/cmd/dlstat/Makefile +++ b/usr/src/cmd/dlstat/Makefile @@ -22,7 +22,7 @@ # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# +# Copyright (c) 2018, Joyent, Inc. PROG= dlstat @@ -35,6 +35,9 @@ CERRWARN += -_gcc=-Wno-unused-label CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-uninitialized +# not linted +SMATCH=off + XGETFLAGS += -a -x $(PROG).xcl LDLIBS += -L$(ROOT)/lib LDLIBS += -ldladm -lofmt -- cgit v1.2.3