Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -20,12 +20,11 @@
#
#
# 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 = libjlgrp.a
VERS = .1
OBJECTS = jlgrp.o
@@ -40,10 +39,13 @@
ROOTLIBDIR = $(ROOT)/usr/lib/pool
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64 $(INCS)
+# not linted
+SMATCH=off
+
all: $(LIBS)
lint: lintcheck
include $(SRC)/lib/Makefile.targ