X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=linux%2FMakefile.top;h=fa34ce59fddd87e2185987b748a8fdf55c108584;hb=c7cc972ace58d999e0e4d31c169d8e40ed5dc587;hp=1ebb8586c68126ae942446ea68023b6551afd9d0;hpb=5018cc2da57e555b620750f33dce6b1c964e612a;p=ppp.git diff --git a/linux/Makefile.top b/linux/Makefile.top index 1ebb858..fa34ce5 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 @@ -51,5 +51,5 @@ clean: dist-clean: clean rm -f Makefile `find . -name Makefile -print` -kernel: - cd linux; ./kinstall.sh +#kernel: +# cd linux; ./kinstall.sh