CPU: Wrong CPU Load %.
[tomato.git] / release / src / router / ppp / chat / Makefile.sol2
blobf566cc68b49273068a52f3d579748aaf10ccfcca
2 # Makefile for chat on Solaris 2
5 include ../solaris/Makedefs
7 CFLAGS = $(COPTS) -DNO_USLEEP -DSOL2
9 all:    chat
11 chat: chat.o
12         $(CC) -o chat chat.o
14 install: chat
15         $(INSTALL) -f $(BINDIR) chat
16         $(INSTALL) -m 444 -f $(MANDIR)/man8 chat.8
18 clean:
19         rm -f *~ *.o chat