X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=a8d01a4a3cf68b59dc80c20eb29c819278e65863;hb=fd25394d146bb83043189608d30dd0eeb983186d;hp=9fc44532a8d814e32ce737d77798a9b61c31cd98;hpb=b2f8595268e72c1668eb8f2e4d942b6290266db5;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 9fc4453..a8d01a4 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,12 +1,12 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.51 2002/07/13 06:24:36 kad Exp $ +# $Id: Makefile.linux,v 1.53 2002/10/27 12:56:26 fcusack Exp $ # # Default installation locations -BINDIR = /usr/sbin -MANDIR = /usr/man -INCDIR = /usr/include +BINDIR = $(DESTDIR)/usr/sbin +MANDIR = $(DESTDIR)/usr/man +INCDIR = $(DESTDIR)/usr/include PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c ecp.c \ ipxcp.c auth.c options.c sys-linux.c md4.c chap_ms.c cbcp.c \ @@ -76,7 +76,7 @@ MAXOCTETS=y INCLUDE_DIRS= -I../include -COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP +COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS)