diff options
Diffstat (limited to 'usr/src/lib/libcryptoutil/Makefile.com')
| -rw-r--r-- | usr/src/lib/libcryptoutil/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libcryptoutil/Makefile.com b/usr/src/lib/libcryptoutil/Makefile.com index b6df76e3c4..79eab46787 100644 --- a/usr/src/lib/libcryptoutil/Makefile.com +++ b/usr/src/lib/libcryptoutil/Makefile.com @@ -20,6 +20,7 @@ # # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. # +# Copyright (c) 2018, Joyent, Inc. LIBRARY= libcryptoutil.a VERS= .1 @@ -54,6 +55,9 @@ LINTFLAGS64 += -errchk=longptr64 CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized +# not linted +SMATCH=off + all: $(LIBS) lint: lintcheck |
