summaryrefslogtreecommitdiff
path: root/programs/pluto/Makefile
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2006-08-23 20:22:30 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2006-08-23 20:22:30 +0000
commit0b5d496ea2fd532dcf5e5b6b804a7db32f488364 (patch)
treea0a47d9ae70ef4e1b364cac4b9d4d9c84986bd63 /programs/pluto/Makefile
parent360796fdebe9389dbf74cc93775e71fc57cb8907 (diff)
downloadvyos-strongswan-0b5d496ea2fd532dcf5e5b6b804a7db32f488364.tar.gz
vyos-strongswan-0b5d496ea2fd532dcf5e5b6b804a7db32f488364.zip
Load /tmp/tmp.beAMfG4063/strongswan-2.7.3 into
branches/source-dist/debian/strongswan.
Diffstat (limited to 'programs/pluto/Makefile')
-rw-r--r--programs/pluto/Makefile6
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) \