diff options
Diffstat (limited to 'usr/src/lib/libraidcfg/Makefile.com')
-rw-r--r-- | usr/src/lib/libraidcfg/Makefile.com | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/lib/libraidcfg/Makefile.com b/usr/src/lib/libraidcfg/Makefile.com index 1aeed69bfd..b3643c2d6b 100644 --- a/usr/src/lib/libraidcfg/Makefile.com +++ b/usr/src/lib/libraidcfg/Makefile.com @@ -23,8 +23,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# lib/libraidcfg/Makefile.com -# +# Copyright (c) 2018, Joyent, Inc. LIBRARY = libraidcfg.a VERS = .1 @@ -41,6 +40,9 @@ $(LINTLIB):= SRCS = $(LINTSRC:%=$(SRCDIR)/%) CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-type-limits +# not linted +SMATCH=off + .KEEP_STATE: all: $(LIBS) |