diff options
Diffstat (limited to 'usr/src/lib/libstmf/Makefile.com')
-rw-r--r-- | usr/src/lib/libstmf/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libstmf/Makefile.com b/usr/src/lib/libstmf/Makefile.com index 76ffd111de..7fd4d6b09d 100644 --- a/usr/src/lib/libstmf/Makefile.com +++ b/usr/src/lib/libstmf/Makefile.com @@ -22,6 +22,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. LIBRARY= libstmf.a VERS= .1 @@ -43,6 +44,9 @@ CPPFLAGS += $(INCS) -D_REENTRANT CERRWARN += -_gcc=-Wno-unused-label +# not linted +SMATCH=off + $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) .KEEP_STATE: |