From d5b265f4fbd6f244841d778e20115c8c0c74a212 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 20 Jun 2013 15:42:58 +0000 Subject: [PATCH] Enable wildcard matching in psk files. We are big kids and if we put a * in the psk file, we mean it. --- usr.sbin/racoon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/racoon/Makefile b/usr.sbin/racoon/Makefile index c32df33c96f0..a94d102ab46f 100644 --- a/usr.sbin/racoon/Makefile +++ b/usr.sbin/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/07/14 04:03:44 christos Exp $ +# $NetBSD: Makefile,v 1.26 2013/06/20 15:42:58 christos Exp $ WARNS?= 0 # XXX third-party program, many issues NOCLANGERROR= # defined @@ -27,7 +27,7 @@ DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools CPPFLAGS+= -I${DIST}/src/racoon -I${DIST}/src/racoon/missing CPPFLAGS+= -I${DIST}/src/libipsec CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libipsec -I. -CPPFLAGS+= -DIPSEC_DEBUG -DHAVE_CONFIG_H +CPPFLAGS+= -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH CPPFLAGS+= -DADMINPORTDIR=\"/var/run\" CPPFLAGS+= -DSYSCONFDIR=\"/etc/racoon\"