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

include ../sunos4/Makedefs

CFLAGS = -DSUNOS $(COPTS)

all:	chat

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

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

clean:
	rm -f *~ *.o chat