Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -20,10 +20,11 @@
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
#
# Makefile for Java Print Manager server
#
@@ -84,10 +85,13 @@
CPPFLAGS += -I$(JAVA_ROOT)/include -I$(JAVA_ROOT)/include/solaris -I.
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-uninitialized
+# not linted
+SMATCH=off
+
LDLIBS += -lprint -lnsl -lsocket -lc
CLEANFILES= *.class $(LINTLIB) $(LINTOUT)
CLOBBERFILES= $(JNIHDR_FILES) $(LIBLINKS)