Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 18,36 ****
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
- #ident "%Z%%M% %I% %E% SMI"
- #
# Copyright (c) 1989, 2001 by Sun Microsystems, Inc.
# All rights reserved.
PROG= diskscan
include ../Makefile.cmd
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTPROG)
--- 18,39 ----
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 1989, 2001 by Sun Microsystems, Inc.
# All rights reserved.
+ #
+ # Copyright (c) 2018, Joyent, Inc.
+
PROG= diskscan
include ../Makefile.cmd
+ SMOFF += leaks
+
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTPROG)