Make the pppoatm plugin's Makefile honour INSTROOT
[mpls-ppp.git] / chat / Makefile.aix4
blob82806999ede50a65616ce20391c5ff3b4ddc7675
2 # Makefile for chat on AIX 4.1
5 #ifndef BINDIR
6 BINDIR=/usr/sbin
7 #endif
9 CC=xlc
10 CFLAGS= -D_NO_PROTO
12 all:    chat
14 chat: chat.o
15         $(CC) -o chat chat.o
17 install:
18         install -f $(BINDIR) chat
20 clean:
21         rm -f *~ *.o chat