xref: /onnv-gate/usr/src/cmd/cmd-inet/usr.bin/chat/Makefile (revision 4271:dda1ded496b7)
10Sstevel@tonic-gate#
2*4271Srie# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
3*4271Srie#  Use is subject to license terms.
4*4271Srie#
5*4271Srie# ident	"%Z%%M%	%I%	%E% SMI"
60Sstevel@tonic-gate#
70Sstevel@tonic-gate
80Sstevel@tonic-gatePROG=		chat
90Sstevel@tonic-gateOBJS=		chat.o
100Sstevel@tonic-gateSRCS=		$(OBJS:%.o=%.c)
110Sstevel@tonic-gate
120Sstevel@tonic-gateinclude		../../../Makefile.cmd
130Sstevel@tonic-gate
140Sstevel@tonic-gateCPPFLAGS +=	-DSOL2
15*4271SrieLDFLAGS +=	$(MAPFILE.NGB:%=-M%)
160Sstevel@tonic-gate
170Sstevel@tonic-gate.KEEP_STATE:
180Sstevel@tonic-gate
190Sstevel@tonic-gateall: $(PROG)
200Sstevel@tonic-gate
210Sstevel@tonic-gateinstall: all $(ROOTPROG)
220Sstevel@tonic-gate
230Sstevel@tonic-gateclean:
240Sstevel@tonic-gate	$(RM) $(OBJS)
250Sstevel@tonic-gate
260Sstevel@tonic-gatelint:
270Sstevel@tonic-gate
280Sstevel@tonic-gateinclude		../../../Makefile.targ
29