Update for 2.13 10-Oct-2002 import - Identify the version correctly

This commit is contained in:
David E. O'Brien 2002-10-11 06:23:02 +00:00
parent 47a7977dad
commit 28d1796af8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104851

View File

@ -4,8 +4,8 @@
# use the normal "Makefile.inc" mechanism, because we need some of these
# definitions before the sub-Makefile is processed.
VERSION= "2.12.1 [FreeBSD] 2002-07-20"
VERSION_DATE= 20020720
VERSION= "2.13 [FreeBSD] 2002-11-10"
VERSION_DATE= 20021110
TARGET_ARCH?= ${MACHINE_ARCH}
@ -19,6 +19,8 @@ SRCDIR= ${.CURDIR}/${RELSRC}
.if (${TARGET_ARCH} == "alpha")
WARNS= 2
.else
WARNS= 3
.endif
CFLAGS+= -D_GNU_SOURCE
CFLAGS+= -I.