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

*** 10,19 **** --- 10,20 ---- # # # Copyright 2016 Toomas Soome <tsoome@me.com> # + # Copyright (c) 2018, Joyent, Inc. PROG= ficl-sys OBJS= main.o SRCS= main.c
*** 21,30 **** --- 22,33 ---- include ../../Makefile.ctf LDLIBS += -lficl-sys -ltecla -lumem CPPFLAGS += -D_FILE_OFFSET_BITS=64 -I$(SRC)/common/ficl + SMOFF += all_func_returns + .KEEP_STATE: all: $(PROG) $(PROG): $(OBJS)