diff options
Diffstat (limited to 'usr/src/lib/libzfs/Makefile.com')
-rw-r--r-- | usr/src/lib/libzfs/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libzfs/Makefile.com b/usr/src/lib/libzfs/Makefile.com index 581adf9120..996087bc0a 100644 --- a/usr/src/lib/libzfs/Makefile.com +++ b/usr/src/lib/libzfs/Makefile.com @@ -22,6 +22,7 @@ # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2016 Igor Kozhukhov <ikozhukhov@gmail.com> # Copyright (c) 2011, 2017 by Delphix. All rights reserved. +# Copyright (c) 2018, Joyent, Inc. # LIBRARY= libzfs.a @@ -75,6 +76,9 @@ LDLIBS += -lc -lm -ldevid -lgen -lnvpair -luutil -lavl -lefi \ CPPFLAGS += $(INCS) -D_LARGEFILE64_SOURCE=1 -D_REENTRANT $(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG +# not linted +SMATCH=off + # There's no lint library for zlib, so only include this when building $(DYNLIB) := LDLIBS += -lz |