X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.linux;h=ca2531c2e7b46d007c68c27bebbdc39576d05c4c;hp=d1a663902ed42bf60c05443761c9cb8b3596c337;hb=47be928f50accd8136c6d0222cf6c14d1c8ab007;hpb=59f3284d28adecab0d664932ea8da0a68d6f257b diff --git a/chat/Makefile.linux b/chat/Makefile.linux index d1a6639..ca2531c 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -1,6 +1,7 @@ -# $Id: Makefile.linux,v 1.2 1995/06/12 11:24:12 paulus Exp $ +# $Id: Makefile.linux,v 1.3 1995/06/30 01:58:21 paulus Exp $ -BINDIR=/usr/etc +BINDIR=/usr/lib/ppp +MANDIR=/usr/man CDEF1= -DTERMIOS # Use the termios structure CDEF2= -DPIDSTRING # I like ascii pid values @@ -20,7 +21,9 @@ chat.o: chat.c $(CC) -c $(CFLAGS) -o chat.o chat.c install: chat + mkdir -p $(BINDIR) install -c chat $(BINDIR) + install -c chat.8 $(MANDIR)/man8 clean: rm -f chat.o chat *~