diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-08-23 20:25:09 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-08-23 20:25:09 +0000 |
commit | eed3bb6c48563b865be5560448577e7cfe4ce443 (patch) | |
tree | a35911c5b0d26edcb0da52cc166e5b7be1e3d383 /programs/pluto/Makefile | |
parent | 3ad120037ad5203580a68f3cafbb2664071fb654 (diff) | |
download | vyos-strongswan-eed3bb6c48563b865be5560448577e7cfe4ce443.tar.gz vyos-strongswan-eed3bb6c48563b865be5560448577e7cfe4ce443.zip |
- Updated to new upstream version.
Diffstat (limited to 'programs/pluto/Makefile')
-rw-r--r-- | programs/pluto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/programs/pluto/Makefile b/programs/pluto/Makefile index 515b3fac0..908060038 100644 --- a/programs/pluto/Makefile +++ b/programs/pluto/Makefile @@ -12,7 +12,7 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # -# RCSID $Id: Makefile,v 1.44 2006/01/25 17:22:19 as Exp $ +# RCSID $Id: Makefile,v 1.45 2006/07/06 12:33:08 as Exp $ # relative path to top directory of FreeS/WAN source # Note: referenced in ${FREESWANSRCDIR}/Makefile.inc @@ -108,11 +108,11 @@ ifeq ($(USE_KERNEL26),true) endif ifeq ($(USE_NAT_TRAVERSAL),true) -NAT_DEFS=-DNAT_TRAVERSAL -DVIRTUAL_IP + NAT_DEFS=-DNAT_TRAVERSAL -DVIRTUAL_IP endif ifeq ($(USE_NAT_TRAVERSAL_TRANSPORT_MODE),true) -NAT_DEFS+=-DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT + NAT_DEFS+=-DI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT endif DEFINES = $(EXTRA_DEFINES) \ |