dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / cmd-inet / usr.bin / chat / Makefile
blob9c46e24188d737ee99b223283a625b8a6da370e8
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:%=-Wl,-M%)
14 CERRWARN += -Wno-unused-value
15 CERRWARN += -Wno-trigraphs
17 .KEEP_STATE:
19 all: $(PROG)
21 install: all $(ROOTPROG)
23 clean:
24 $(RM) $(OBJS)
27 include ../../../Makefile.targ