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/wall/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr/src/cmd/wall') diff --git a/usr/src/cmd/wall/Makefile b/usr/src/cmd/wall/Makefile index 344209d5a7..f593e0095b 100644 --- a/usr/src/cmd/wall/Makefile +++ b/usr/src/cmd/wall/Makefile @@ -21,7 +21,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# Copyright 2012 Joyent, Inc. All Rights Reserved. +# Copyright (c) 2018, Joyent, Inc. # PROG= wall @@ -34,9 +34,11 @@ LDLIBS += -lzonecfg -lcontract CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized +SMOFF += leaks + .KEEP_STATE: -all: $(PROG) +all: $(PROG) install: all $(ROOTUSRSBINPROG) -$(RM) $(ROOTETCPROG) -- cgit v1.2.3