diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-06-05 16:12:50 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-06-05 16:12:50 +0000 |
commit | 74d2e02b85c758df96857602c7c7a79f81c4995a (patch) | |
tree | 789e70a5bdc53ba9877c05494da4c8f48c6b0b2c /usr.bin/bmake | |
parent | d2d3491d5adf839809b4fe277a6468cf186915a7 (diff) | |
parent | 45f33ab2b2f3f9436d40a229bf4ac6dca9411c05 (diff) | |
download | src-74d2e02b85c758df96857602c7c7a79f81c4995a.tar.gz src-74d2e02b85c758df96857602c7c7a79f81c4995a.zip |
Notes
Diffstat (limited to 'usr.bin/bmake')
-rw-r--r-- | usr.bin/bmake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile index c49daa7ec97b..076510668a3d 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} |