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

*** 21,43 **** # # # Copyright 2000-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" ! # ! # cmd/cmd-inet/usr.lib/pppoe/Makefile ! # include ../../../Makefile.cmd PROG= pppoec pppoed CLIENT_OBJS= pppoec.o common.o logging.o DAEMON_OBJS= pppoed.o options.o logging.o common.o CPPFLAGS += -I$(SRC)/uts/common .KEEP_STATE: all: $(PROG) OBJS= $(CLIENT_OBJS) $(DAEMON_OBJS) --- 21,43 ---- # # # Copyright 2000-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. include ../../../Makefile.cmd PROG= pppoec pppoed CLIENT_OBJS= pppoec.o common.o logging.o DAEMON_OBJS= pppoed.o options.o logging.o common.o CPPFLAGS += -I$(SRC)/uts/common + # not linted + SMATCH=off + .KEEP_STATE: all: $(PROG) OBJS= $(CLIENT_OBJS) $(DAEMON_OBJS)