X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.linux;fp=chat%2FMakefile.linux;h=31a567628f91cbe2bd5d9dd628f7c84c63fe2a51;hp=c74e197b2d3b47be069f0b86b3387e9df421d818;hb=8dab7e1cb378a55b57a7bca6bc66a7ecc091d41f;hpb=8dce1eb941455551c1918e201a0e8285b44496e7 diff --git a/chat/Makefile.linux b/chat/Makefile.linux index c74e197..31a5676 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -1,8 +1,8 @@ -# $Id: Makefile.linux,v 1.11 2004/10/29 00:12:27 paulus Exp $ +# $Id: Makefile.linux,v 1.12 2004/10/31 21:27:24 paulus Exp $ DESTDIR = @DESTDIR@ BINDIR = $(DESTDIR)/sbin -MANDIR = $(DESTDIR)/man +MANDIR = $(DESTDIR)/share/man/man8 CDEF1= -DTERMIOS # Use the termios structure CDEF2= -DSIGTYPE=void # Standard definition @@ -26,7 +26,7 @@ chat.o: chat.c install: chat mkdir -p $(BINDIR) $(INSTALL) -s -c chat $(BINDIR) - $(INSTALL) -c -m 644 chat.8 $(MANDIR)/man8 + $(INSTALL) -c -m 644 chat.8 $(MANDIR) clean: rm -f chat.o chat *~