From: Paul Mackerras Date: Sun, 28 Aug 2005 06:49:12 +0000 (+0000) Subject: Define DESTDIR when compiling under Solaris. X-Git-Tag: ppp-2.4.7~128 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=937022d9877f91fbfc06c292e6cc4fd062f7e192 Define DESTDIR when compiling under Solaris. --- diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index 75c2922..690b2f7 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,11 +1,11 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.26 2004/04/14 02:39:39 carlsonj Exp $ +# $Id: Makefile.sol2,v 1.27 2005/08/28 06:49:12 paulus Exp $ # include ../Makedefs.com -CFLAGS = -I../include -DSVR4 -DSOL2 $(COPTS) +CFLAGS = -I../include -DSVR4 -DSOL2 $(COPTS) '-DDESTDIR="@DESTDIR@"' LIBS = -lsocket -lnsl OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o eap.o md5.o \