Lines 46-52
Link Here
|
46 |
DESTDIR?= |
46 |
DESTDIR?= |
47 |
|
47 |
|
48 |
# "local" part of tree, used in building other pathnames |
48 |
# "local" part of tree, used in building other pathnames |
49 |
INC_USRLOCAL=/usr/local |
49 |
INC_USRLOCAL=/usr |
50 |
|
50 |
|
51 |
# PUBDIR is where the "ipsec" command goes; beware, many things define PATH |
51 |
# PUBDIR is where the "ipsec" command goes; beware, many things define PATH |
52 |
# settings which are assumed to include it (or at least, to include *some* |
52 |
# settings which are assumed to include it (or at least, to include *some* |
Lines 80-86
Link Here
|
80 |
MANPLACES=man3 man5 man8 |
80 |
MANPLACES=man3 man5 man8 |
81 |
|
81 |
|
82 |
# where configuration files go |
82 |
# where configuration files go |
83 |
FINALCONFFILE?=/etc/ipsec.conf |
83 |
FINALCONFFILE?=/etc/ipsec/ipsec.conf |
84 |
CONFFILE=$(DESTDIR)$(FINALCONFFILE) |
84 |
CONFFILE=$(DESTDIR)$(FINALCONFFILE) |
85 |
|
85 |
|
86 |
FINALCONFDIR?=/etc |
86 |
FINALCONFDIR?=/etc |
Lines 91-100
Link Here
|
91 |
|
91 |
|
92 |
# sample configuration files go into |
92 |
# sample configuration files go into |
93 |
INC_DOCDIR?=share/doc |
93 |
INC_DOCDIR?=share/doc |
94 |
FINALEXAMPLECONFDIR=${INC_USRLOCAL}/${INC_DOCDIR}/openswan |
94 |
FINALEXAMPLECONFDIR=${INC_USRLOCAL}/${INC_DOCDIR}/openswan-2.4.7 |
95 |
EXAMPLECONFDIR=${DESTDIR}${FINALEXAMPLECONFDIR} |
95 |
EXAMPLECONFDIR=${DESTDIR}${FINALEXAMPLECONFDIR} |
96 |
|
96 |
|
97 |
FINALDOCDIR?=${INC_USRLOCAL}/${INC_DOCDIR}/openswan |
97 |
FINALDOCDIR?=${INC_USRLOCAL}/${INC_DOCDIR}/openswan-2.4.7 |
98 |
DOCDIR=${DESTDIR}${FINALDOCDIR} |
98 |
DOCDIR=${DESTDIR}${FINALDOCDIR} |
99 |
|
99 |
|
100 |
# where per-conn pluto logs go |
100 |
# where per-conn pluto logs go |
Lines 239-245
Link Here
|
239 |
# installed one in RH 7.2, won't work - you wind up depending upon |
239 |
# installed one in RH 7.2, won't work - you wind up depending upon |
240 |
# openssl. |
240 |
# openssl. |
241 |
|
241 |
|
242 |
BIND9STATICLIBDIR?=/usr/local/lib |
242 |
BIND9STATICLIBDIR?=/usr/lib |
243 |
|
243 |
|
244 |
# if you install elsewere, you may need to point the include files to it. |
244 |
# if you install elsewere, you may need to point the include files to it. |
245 |
#BIND9STATICLIBDIR?=/sandel/lib |
245 |
#BIND9STATICLIBDIR?=/sandel/lib |