17c478bd9Sstevel@tonic-gate# 2*24da5b34Srie# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 3*24da5b34Srie# Use is subject to license terms. 47c478bd9Sstevel@tonic-gate# 5*24da5b34Srie# ident "%Z%%M% %I% %E% SMI" 67c478bd9Sstevel@tonic-gate# 77c478bd9Sstevel@tonic-gate 87c478bd9Sstevel@tonic-gatePROG= chat 97c478bd9Sstevel@tonic-gateOBJS= chat.o 107c478bd9Sstevel@tonic-gateSRCS= $(OBJS:%.o=%.c) 117c478bd9Sstevel@tonic-gate 127c478bd9Sstevel@tonic-gateinclude ../../../Makefile.cmd 137c478bd9Sstevel@tonic-gate 147c478bd9Sstevel@tonic-gateCPPFLAGS += -DSOL2 15*24da5b34SrieLDFLAGS += $(MAPFILE.NGB:%=-M%) 167c478bd9Sstevel@tonic-gate 177c478bd9Sstevel@tonic-gate.KEEP_STATE: 187c478bd9Sstevel@tonic-gate 197c478bd9Sstevel@tonic-gateall: $(PROG) 207c478bd9Sstevel@tonic-gate 217c478bd9Sstevel@tonic-gateinstall: all $(ROOTPROG) 227c478bd9Sstevel@tonic-gate 237c478bd9Sstevel@tonic-gateclean: 247c478bd9Sstevel@tonic-gate $(RM) $(OBJS) 257c478bd9Sstevel@tonic-gate 267c478bd9Sstevel@tonic-gatelint: 277c478bd9Sstevel@tonic-gate 287c478bd9Sstevel@tonic-gateinclude ../../../Makefile.targ 29