diff options
Diffstat (limited to 'usr/src/lib/libsip')
-rw-r--r-- | usr/src/lib/libsip/Makefile.com | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/lib/libsip/Makefile.com b/usr/src/lib/libsip/Makefile.com index febd458320..b73783361d 100644 --- a/usr/src/lib/libsip/Makefile.com +++ b/usr/src/lib/libsip/Makefile.com @@ -21,8 +21,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# +# Copyright (c) 2018, Joyent, Inc. LIBRARY = libsip.a VERS = .1 @@ -43,6 +42,9 @@ LDLIBS += -lmd5 -lc CFLAGS += $(CCVERBOSE) CPPFLAGS += -DOS='"solaris"' -D__OS_solaris -DNDEBUG +# not linted +SMATCH=off + .KEEP_STATE: all: $(LIBS) |