Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -18,16 +18,14 @@
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
-#ident "%Z%%M% %I% %E% SMI"
-#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# cmd/fs.d/ufs/quot/Makefile
+# Copyright (c) 2018, Joyent, Inc.
FSTYPE= ufs
LIBPROG= quot
ATTMK= $(LIBPROG)
@@ -38,10 +36,13 @@
CPPFLAGS += -D_LARGEFILE64_SOURCE
CFLAGS += $(CCVERBOSE)
LDLIBS += -ladm
+# not linted
+SMATCH=off
+
lint := PROG= $(LIBPROG)
lint: lint_PROG
$(ROOTUSRSBIN)/$(LIBPROG):