From 937022d9877f91fbfc06c292e6cc4fd062f7e192 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 28 Aug 2005 06:49:12 +0000 Subject: [PATCH] Define DESTDIR when compiling under Solaris. --- pppd/Makefile.sol2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.2