diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-03-18 20:03:09 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-03-18 20:03:09 +0000 |
| commit | 3bebe7293bdcec4fe234f552e4223e07f34c4613 (patch) | |
| tree | 441a6072996940eb112c1cbfdd9f818d1781c000 /usr.bin/bmake | |
| parent | 4a5202f9c4e3a2e810b5ac5f87f87518ff56c6a5 (diff) | |
| parent | b7ff84ad756783ecadb3ce2c732c71c4c7d8e1f7 (diff) | |
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 b3291edb7e90..8e1afa2df2bf 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.55 2016/03/07 22:02:47 sjg Exp $ +# $Id: Makefile,v 1.58 2016/03/15 23:39:12 sjg Exp $ # Base version on src date -_MAKE_VERSION= 20160307 +_MAKE_VERSION= 20160315 PROG?= ${.CURDIR:T} |
