X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.linux;fp=chat%2FMakefile.linux;h=1519f296df7e1ff0dcb74eb3d0fd469ed8b5c9a8;hp=1404e0b496464bf75dca6bfcc4da25c6b05d7ca4;hb=d3a9c53a0407ab52f58524e50fe957d716420542;hpb=9596fe66415eb97e70cbbafc08c2af387aea062b diff --git a/chat/Makefile.linux b/chat/Makefile.linux index 1404e0b..1519f29 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -1,4 +1,4 @@ -# $Id: Makefile.linux,v 1.13 2004/11/03 11:51:47 paulus Exp $ +# $Id: Makefile.linux,v 1.14 2006/05/22 00:16:57 paulus Exp $ DESTDIR = @DESTDIR@ BINDIR = $(DESTDIR)/sbin @@ -24,7 +24,7 @@ chat.o: chat.c $(CC) -c $(CFLAGS) -o chat.o chat.c install: chat - mkdir -p $(BINDIR) + mkdir -p $(BINDIR) $(MANDIR) $(INSTALL) -s -c chat $(BINDIR) $(INSTALL) -c -m 644 chat.8 $(MANDIR)