X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=solaris%2FMakedefs;h=967e2925053ff4593018a52836836e4512b20db6;hb=d3a9c53a0407ab52f58524e50fe957d716420542;hp=81db8ab2e83cbb561599bc1e6dd7310173901e30;hpb=f9eac6e29b5137c46063855b3bfc253159c90c29;p=ppp.git diff --git a/solaris/Makedefs b/solaris/Makedefs index 81db8ab..967e292 100644 --- a/solaris/Makedefs +++ b/solaris/Makedefs @@ -4,13 +4,11 @@ INSTALL= /usr/sbin/install -BINDIR = /usr/local/bin -MANDIR = /usr/local/man -ETCDIR = /etc/ppp +BINDIR = @DESTDIR@/bin +MANDIR = @DESTDIR@/man +ETCDIR = @SYSCONF@/ppp +CC = /opt/SUNWspro/bin/cc COPTS = -O -Xa -# For compiling with gcc, comment out the COPTS definition above and -# uncomment the next 2 definitions. -#CC = gcc -#COPTS = -O2 +LD = /usr/ccs/bin/ld