Print this page
10079 smatch Makefile changes for usr/src/lib
@@ -19,12 +19,11 @@
# CDDL HEADER END
#
# 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
OBJECTS = sip_headers.o sip_msg.o sip_gids.o \
sip_timeout.o sip_xaction_state_mc.o sip_xaction.o \
@@ -41,10 +40,13 @@
LDLIBS += -lmd5 -lc
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -DOS='"solaris"' -D__OS_solaris -DNDEBUG
+# not linted
+SMATCH=off
+
.KEEP_STATE:
all: $(LIBS)
lint: lintcheck