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/cron/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr/src/cmd/cron') diff --git a/usr/src/cmd/cron/Makefile b/usr/src/cmd/cron/Makefile index 2875e0dece..5c324d9e86 100644 --- a/usr/src/cmd/cron/Makefile +++ b/usr/src/cmd/cron/Makefile @@ -22,6 +22,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. DEFAULTFILES = cron.dfl @@ -39,6 +40,9 @@ CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-unused-value +# not linted +SMATCH=off + ROOTVAR = $(ROOT)/var ROOTSPCRON = $(ROOTVAR)/spool/cron -- cgit v1.2.3