]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sol2
Define DESTDIR when compiling under Solaris.
[ppp.git] / pppd / Makefile.sol2
index 75c2922567d713fe0dd67b1f90fd265403bfdafa..690b2f7b940f3ecae459a312d5f3d086cb4d1ea6 100644 (file)
@@ -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 \