diff options
Diffstat (limited to 'devel/bmake/files/Makefile.in')
-rw-r--r-- | devel/bmake/files/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/Makefile.in b/devel/bmake/files/Makefile.in index 9175b24f5f9..fb690f84b2c 100644 --- a/devel/bmake/files/Makefile.in +++ b/devel/bmake/files/Makefile.in @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.in,v 1.1.1.3 2008/11/11 14:28:22 joerg Exp $ +# $NetBSD: Makefile.in,v 1.1.1.4 2008/11/11 19:32:16 joerg Exp $ # @(#)Makefile 5.2 (Berkeley) 12/28/90 -# $Id: Makefile.in,v 1.1.1.3 2008/11/11 14:28:22 joerg Exp $ +# $Id: Makefile.in,v 1.1.1.4 2008/11/11 19:32:16 joerg Exp $ PROG= bmake SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ @@ -19,7 +19,7 @@ srcdir= @srcdir@ CC?= @CC@ # Base version on src date -BMAKE_VERSION= 20081101 +BMAKE_VERSION= 20081111 # knowing when it was built is also handy BUILD_DATE!= date +%Y%m%d MAKE_VERSION:= bmake-${BMAKE_VERSION} build-${BUILD_DATE} |