8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / cmd-inet / usr.bin / chat / Makefile
blob23766b3a6587e8b422e47ff4a3b9ad16db604353
2 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
6 PROG= chat
7 OBJS= chat.o
8 SRCS= $(OBJS:%.o=%.c)
10 include ../../../Makefile.cmd
12 CPPFLAGS += -DSOL2
13 LDFLAGS += $(MAPFILE.NGB:%=-M%)
14 CERRWARN += -_gcc=-Wno-unused-value
15 CERRWARN += -_gcc=-Wno-trigraphs
17 .KEEP_STATE:
19 all: $(PROG)
21 install: all $(ROOTPROG)
23 clean:
24 $(RM) $(OBJS)
26 lint:
28 include ../../../Makefile.targ