Module Name: src
Committed By: christos
Date: Mon Oct 26 11:17:16 UTC 2009
Modified Files:
src/external/bsd/flex: Makefile.inc
Log Message:
add version
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/flex/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/flex/Makefile.inc
diff -u src/external/bsd/flex/Makefile.inc:1.1 src/external/bsd/flex/Makefile.inc:1.2
--- src/external/bsd/flex/Makefile.inc:1.1 Sun Oct 25 20:49:04 2009
+++ src/external/bsd/flex/Makefile.inc Mon Oct 26 07:17:16 2009
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile.inc,v 1.1 2009/10/26 00:49:04 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2009/10/26 11:17:16 christos Exp $
WARNS?= 1
.include <bsd.own.mk>
+VERSION=2.5.35
BINDIR?= /usr/bin
IDIST= ${NETBSDSRCDIR}/external/bsd/flex/dist
-CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../include -I${IDIST}
+CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../include -I${IDIST} \
+ -DLOCALEDIR=\"/usr/share/locale\"
.PATH: ${IDIST}