Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/setkey no need for noinput



details:   https://anonhg.NetBSD.org/src/rev/d59615544bd9
branches:  trunk
changeset: 748630:d59615544bd9
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 14:34:06 2009 +0000

description:
no need for noinput

diffstat:

 sbin/setkey/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f73d5476f9c8 -r d59615544bd9 sbin/setkey/Makefile
--- a/sbin/setkey/Makefile      Thu Oct 29 14:32:18 2009 +0000
+++ b/sbin/setkey/Makefile      Thu Oct 29 14:34:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/04/20 16:05:30 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2009/10/29 14:34:06 christos Exp $
 
 WARNS?=        3       # XXX: sign-compare issues
 
@@ -13,7 +13,7 @@
 DIST=  ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
 
 CPPFLAGS+= -I${DIST}/src/setkey -I${DIST}/src/libipsec
-CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libipsec -I. -DYY_NO_INPUT
+CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libipsec -I.
 CPPFLAGS+= -DIPSEC_DEBUG -DHAVE_CONFIG_H
 CPPFLAGS+= -DSADB_X_EALG_AESCBC=SADB_X_EALG_AES
 



Home | Main Index | Thread Index | Old Index