Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 20,39 ****
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # cmd/fdformat/Makefile
! #
PROG= fdformat
include ../Makefile.cmd
LDLIBS += -lvolmgt
LINTFLAGS += -um
.KEEP_STATE:
#
# set-uid root program.
#
--- 20,41 ----
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
PROG= fdformat
include ../Makefile.cmd
LDLIBS += -lvolmgt
LINTFLAGS += -um
+ # not linted
+ SMATCH=off
+
.KEEP_STATE:
#
# set-uid root program.
#