rp_pppoe: Copy acName and pppd_pppoe_service after option parsing
[mpls-ppp.git] / chat / Makefile.sol2
blob10d331467ed6f25631981f8b33e6d227884d4cb4
2 # Makefile for chat on Solaris 2
5 include ../Makedefs.com
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