Print this page
10079 smatch Makefile changes for usr/src/lib

*** 20,31 **** # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" ! # LIBRARY = libprint.a VERS = .2 OBJECTS = \ list.o ns.o ns_bsd_addr.o ns_cmn_kvp.o \ --- 20,30 ---- # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. LIBRARY = libprint.a VERS = .2 OBJECTS = \ list.o ns.o ns_bsd_addr.o ns_cmn_kvp.o \
*** 44,53 **** --- 43,55 ---- CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) CPPFLAGS += -I../../head -D_REENTRANT + # not linted + SMATCH=off + LDLIBS += -lnsl -lsocket -lc -lldap .KEEP_STATE: