X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=chat%2FMakefile.linux;h=1531410fa8c7874cfac1dc18fe3f45597ef6ae17;hb=36b9eaf645b253e2ce4b1904f325835e427fc321;hp=d1a663902ed42bf60c05443761c9cb8b3596c337;hpb=c3931bd3267c380ff05e632a0952b5897ae0e2ba;p=ppp.git diff --git a/chat/Makefile.linux b/chat/Makefile.linux index d1a6639..1531410 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -1,6 +1,4 @@ -# $Id: Makefile.linux,v 1.2 1995/06/12 11:24:12 paulus Exp $ - -BINDIR=/usr/etc +# $Id: Makefile.linux,v 1.4 1995/12/11 02:55:14 paulus Exp $ CDEF1= -DTERMIOS # Use the termios structure CDEF2= -DPIDSTRING # I like ascii pid values @@ -20,7 +18,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 *~