X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.linux;fp=pppd%2FMakefile.linux;h=2cdfe9e5cc2af7e3ba103793c6027aa5120bf521;hp=e1d95b3c4612c767c39035819194f3f7eb80bfeb;hb=93707a531320fbf398fdb5ffa69a86af092c798c;hpb=3d6b2e94e31ea1f49b81a4d1d4c2289d4058b26a diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index e1d95b3..2cdfe9e 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,12 +1,13 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.61 2004/10/28 00:15:08 paulus Exp $ +# $Id: Makefile.linux,v 1.62 2004/10/29 00:12:27 paulus Exp $ # # Default installation locations -BINDIR = $(DESTDIR)/usr/sbin -MANDIR = $(DESTDIR)/usr/man -INCDIR = $(DESTDIR)/usr/include +DESTDIR = @DESTDIR@ +BINDIR = $(DESTDIR)/sbin +MANDIR = $(DESTDIR)/man/man8 +INCDIR = $(DESTDIR)/include TARGETS = pppd @@ -202,7 +203,7 @@ install: pppd $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \ chmod o-rx,u+s $(BINDIR)/pppd; fi - $(INSTALL) -c -m 444 pppd.8 $(MANDIR)/man8 + $(INSTALL) -c -m 444 pppd.8 $(MANDIR) pppd: $(PPPDOBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o pppd $(PPPDOBJS) $(LIBS)