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