X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=linux%2FMakefile.top;h=616eb981374aa5864d7bb22d6a59920889c2a307;hp=1ebb8586c68126ae942446ea68023b6551afd9d0;hb=91fe5eefe0e7b0e46b2df9dd1d5b54a545a5b432;hpb=5018cc2da57e555b620750f33dce6b1c964e612a diff --git a/linux/Makefile.top b/linux/Makefile.top index 1ebb858..616eb98 100644 --- a/linux/Makefile.top +++ b/linux/Makefile.top @@ -1,12 +1,12 @@ # PPP top-level Makefile for Linux. -BINDIR = /usr/sbin -MANDIR = /usr/man -ETCDIR = /etc/ppp +BINDIR = $(DESTDIR)/usr/sbin +MANDIR = $(DESTDIR)/usr/man +ETCDIR = $(DESTDIR)/etc/ppp # uid 0 = root -INSTALL= install -o 0 -g daemon +INSTALL= install all: cd chat; $(MAKE) $(MFLAGS) all