1#
2#ident	"%Z%%M%	%I%	%E% SMI"
3#
4# Copyright (c) 2000 by Sun Microsystems, Inc.
5# All rights reserved.
6#
7
8PROG=		chat
9OBJS=		chat.o
10SRCS=		$(OBJS:%.o=%.c)
11
12include		../../../Makefile.cmd
13
14CPPFLAGS +=	-DSOL2
15
16.KEEP_STATE:
17
18all: $(PROG)
19
20install: all $(ROOTPROG)
21
22clean:
23	$(RM) $(OBJS)
24
25lint:
26
27include		../../../Makefile.targ
28