Print this page
10079 smatch Makefile changes for usr/src/lib
@@ -20,12 +20,11 @@
#
#
# 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 = libprint.a
VERS = .2
OBJECTS = \
list.o ns.o ns_bsd_addr.o ns_cmn_kvp.o \
@@ -44,10 +43,13 @@
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR)
CPPFLAGS += -I../../head -D_REENTRANT
+# not linted
+SMATCH=off
+
LDLIBS += -lnsl -lsocket -lc -lldap
.KEEP_STATE: