diff options
Diffstat (limited to 'usr/src/lib/libtecla/Makefile.com')
-rw-r--r-- | usr/src/lib/libtecla/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libtecla/Makefile.com b/usr/src/lib/libtecla/Makefile.com index 1f52c6b878..975e67c4a0 100644 --- a/usr/src/lib/libtecla/Makefile.com +++ b/usr/src/lib/libtecla/Makefile.com @@ -22,6 +22,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. LIBRARY= libtecla.a VERS= .1 @@ -46,6 +47,9 @@ $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) CERRWARN += -_gcc=-Wno-type-limits +# not linted +SMATCH=off + .KEEP_STATE: all: $(LIBS) |