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

*** 20,31 **** # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" ! # LIBRARY = libhttp-core.a VERS = .1 OBJECTS = http-addr.o http-support.o http.o --- 20,30 ---- # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. LIBRARY = libhttp-core.a VERS = .1 OBJECTS = http-addr.o http-support.o http.o
*** 45,54 **** --- 44,56 ---- CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) CPPFLAGS += -I../../libpapi-common/common + # not linted + SMATCH=off + MAPFILES = $(SRCDIR)/mapfile LDLIBS += -lsocket -lnsl -lc .KEEP_STATE: