diff options
Diffstat (limited to 'usr/src/lib/libdiskmgt/Makefile.com')
-rw-r--r-- | usr/src/lib/libdiskmgt/Makefile.com | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/lib/libdiskmgt/Makefile.com b/usr/src/lib/libdiskmgt/Makefile.com index 4a8ee2069c..ee8dee6344 100644 --- a/usr/src/lib/libdiskmgt/Makefile.com +++ b/usr/src/lib/libdiskmgt/Makefile.com @@ -23,8 +23,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # Copyright 2016 Nexenta Systems, Inc. -# Copyright 2018 Joyent, Inc. -# +# Copyright (c) 2018, Joyent, Inc. LIBRARY = libdiskmgt.a VERS = .1 @@ -66,6 +65,9 @@ CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized CPPFLAGS += -D_REENTRANT -I$(SRC)/lib/libdiskmgt/common +# not linted +SMATCH=off + .KEEP_STATE: all: $(LIBS) |