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= libsasl.a VERS= .1 SASLOBJS= auxprop.o canonusr.o checkpw.o client.o \ --- 20,30 ---- # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. LIBRARY= libsasl.a VERS= .1 SASLOBJS= auxprop.o canonusr.o checkpw.o client.o \
*** 50,59 **** --- 49,61 ---- CFLAGS += $(CCVERBOSE) $(XSTRCONST) CFLAGS64 += $(XSTRCONST) CPPFLAGS += -I../include -I$(PLUGDIR) + # not linted + SMATCH=off + .KEEP_STATE: all: $(LIBS) lint: lintcheck