diff options
Diffstat (limited to 'usr/src/lib/libsasl')
-rw-r--r-- | usr/src/lib/libsasl/Makefile.com | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/lib/libsasl/Makefile.com b/usr/src/lib/libsasl/Makefile.com index 0403f1fa15..6b6aa0e69f 100644 --- a/usr/src/lib/libsasl/Makefile.com +++ b/usr/src/lib/libsasl/Makefile.com @@ -22,8 +22,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# +# Copyright (c) 2018, Joyent, Inc. LIBRARY= libsasl.a VERS= .1 @@ -52,6 +51,9 @@ CFLAGS += $(CCVERBOSE) $(XSTRCONST) CFLAGS64 += $(XSTRCONST) CPPFLAGS += -I../include -I$(PLUGDIR) +# not linted +SMATCH=off + .KEEP_STATE: all: $(LIBS) |