X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=chat%2FMakefile.linux;h=b0a14b94ef5593bbe84f107c22fa1556fe31163d;hb=a8ac4606ea90b5951d701b303e0ddcb87934c9e1;hp=bbc1e956afcb72e425c297d360f17faf9a7bf778;hpb=13a17403d5bf3df4f930d4cda933b3279d6fb30d;p=ppp.git diff --git a/chat/Makefile.linux b/chat/Makefile.linux index bbc1e95..b0a14b9 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -1,4 +1,4 @@ -# $Id: Makefile.linux,v 1.7 1997/11/27 05:59:44 paulus Exp $ +# $Id: Makefile.linux,v 1.8 1999/08/12 03:56:21 paulus Exp $ CDEF1= -DTERMIOS # Use the termios structure CDEF2= -DSIGTYPE=void # Standard definition @@ -8,6 +8,8 @@ CDEFS= $(CDEF1) $(CDEF2) $(CDEF3) $(CDEF4) CFLAGS= -O2 -pipe $(CDEFS) +INSTALL= install + all: chat chat: chat.o @@ -18,8 +20,8 @@ chat.o: chat.c install: chat mkdir -p $(BINDIR) - install -s -c chat $(BINDIR) - install -c -m 644 chat.8 $(MANDIR)/man8 + $(INSTALL) -s -c chat $(BINDIR) + $(INSTALL) -c -m 644 chat.8 $(MANDIR)/man8 clean: rm -f chat.o chat *~