Module Name:    src
Committed By:   christos
Date:           Thu Jun 20 15:42:58 UTC 2013

Modified Files:
        src/usr.sbin/racoon: Makefile

Log Message:
Enable wildcard matching in psk files. We are big kids and if we put a *
in the psk file, we mean it.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/racoon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/racoon/Makefile
diff -u src/usr.sbin/racoon/Makefile:1.25 src/usr.sbin/racoon/Makefile:1.26
--- src/usr.sbin/racoon/Makefile:1.25	Sat Jul 14 00:03:44 2012
+++ src/usr.sbin/racoon/Makefile	Thu Jun 20 11:42:58 2013
@@ -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-
 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\"
 

Reply via email to