diff options
Diffstat (limited to 'usr/src/lib/libshare/autofs/Makefile.com')
-rw-r--r-- | usr/src/lib/libshare/autofs/Makefile.com | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/src/lib/libshare/autofs/Makefile.com b/usr/src/lib/libshare/autofs/Makefile.com index d110bf634a..0123923ddb 100644 --- a/usr/src/lib/libshare/autofs/Makefile.com +++ b/usr/src/lib/libshare/autofs/Makefile.com @@ -21,7 +21,7 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # -# +# Copyright (c) 2018, Joyent, Inc. LIBRARY = libshare_autofs.a VERS = .1 @@ -49,6 +49,10 @@ CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-switch CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-uninitialized + +# not linted +SMATCH=off + CPPFLAGS += -D_REENTRANT -I$(AUTOFSSMFLIB_DIR) \ -I$(ADJUNCT_PROTO)/usr/include/libxml2 \ -I$(SRCDIR)../common @@ -67,7 +71,7 @@ pics/%.o: $(AUTOFSSMFLIB_DIR)/%.c $(ROOTLIBDIR): $(INS.dir) - + $(ROOTLIBDIR64): $(INS.dir) |