Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -20,15 +20,12 @@
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
+# Copyright (c) 2018, Joyent, Inc.
-#
-# cmd/fs.d/smbclnt/smbiod-svc/Makefile
-#
-
FSTYPE= smbfs
TYPEPROG= smbiod-svc
include ../../Makefile.fstype
@@ -40,10 +37,13 @@
CSTD= $(CSTD_GNU99)
CPPFLAGS += -I$(SRC)/lib/libsmbfs \
-I$(SRC)/uts/common/smbclnt -I$(SRC)/uts/common
+# not linted
+SMATCH=off
+
# Debugging
${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG
all: $(TYPEPROG)