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

*** 20,29 **** --- 20,30 ---- # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright (c) 2018, Joyent, Inc. PROG= bart SRCS= rules.c create.c compare.c main.c lutbl.c OBJS= rules.o create.o compare.o main.o lutbl.o BART= bart
*** 32,41 **** --- 33,44 ---- LDLIBS += -lsec -lmd CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized + SMOFF += indenting + # # for messaging catalog # POFILE= bart.po