Print this page
10080 smatch Makefile changes for usr/src/cmd

*** 1,9 **** --- 1,10 ---- # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright (c) 2018, Joyent, Inc. PROG= ktutil OBJS = ktutil.o ktutil_ct.o ktutil_funcs.o SRCS = $(OBJS:.o=.c)
*** 26,35 **** --- 27,39 ---- COPTFLAG += $(XESS) #-I$(KINCDIR) CERRWARN += -_gcc=-Wno-implicit-function-declaration CERRWARN += -_gcc=-Wno-unused-function + # not linted + SMATCH=off + LDFLAGS += $(KRUNPATH) $(KERBRUNPATH) LDLIBS += $(KMECHLIB) $(ROOT)$(KERBLIBDIR)/libss.so .KEEP_STATE: