summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-06-05 16:12:50 +0000
committersjg <sjg@FreeBSD.org>2013-06-05 16:12:50 +0000
commit5d26938b1d35cf753994309c70a0ef31b8302288 (patch)
tree789e70a5bdc53ba9877c05494da4c8f48c6b0b2c /usr.bin
parentad8f1288616c7cfbc352251ce284661623f69fb8 (diff)
downloadFreeBSD-src-5d26938b1d35cf753994309c70a0ef31b8302288.zip
FreeBSD-src-5d26938b1d35cf753994309c70a0ef31b8302288.tar.gz
Update to bmake-20130604 to fix file descriptor leak.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile
index c49daa7..0765106 100644
--- a/usr.bin/bmake/Makefile
+++ b/usr.bin/bmake/Makefile
@@ -14,10 +14,10 @@ CFLAGS+= -I${.CURDIR}
CLEANDIRS+= FreeBSD
CLEANFILES+= bootstrap
-# $Id: Makefile,v 1.12 2013/05/20 16:05:10 sjg Exp $
+# $Id: Makefile,v 1.14 2013/06/05 04:03:22 sjg Exp $
# Base version on src date
-MAKE_VERSION= 20130520
+MAKE_VERSION= 20130604
PROG?= ${.CURDIR:T}
OpenPOWER on IntegriCloud