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

*** 20,29 **** --- 20,30 ---- # # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright (c) 2018, Joyent, Inc. PROG= fiocompress SBINLINKS= $(PROG)
*** 37,46 **** --- 38,49 ---- LDLIBS += -lz CFLAGS += -I../../../uts/common LINTFLAGS += -I../../../uts/common + SMOFF += leaks + all: $(PROG) $(PROG): $(OBJS) $(LINK.c) -o $@ $(OBJS) $(LDLIBS) $(POST_PROCESS)