summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/chat/Makefile.sol2
blob: f566cc68b49273068a52f3d579748aaf10ccfcca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Makefile for chat on Solaris 2
#

include ../solaris/Makedefs

CFLAGS = $(COPTS) -DNO_USLEEP -DSOL2

all:	chat

chat: chat.o
	$(CC) -o chat chat.o

install: chat
	$(INSTALL) -f $(BINDIR) chat
	$(INSTALL) -m 444 -f $(MANDIR)/man8 chat.8

clean:
	rm -f *~ *.o chat