diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2017-07-15 21:19:27 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2017-07-15 21:19:27 +0000 |
| commit | 8695518c44cc402325c83231111ad4ea423e2fbf (patch) | |
| tree | f3a3a940ba60b1370e93f7f906a314082a5bf227 /usr.bin/bmake | |
| parent | ab384d75dbb4d829a8b6cb85d88e2e7d172e2094 (diff) | |
| parent | 7ef48313e3a45ae781c4749db7eb4938f54da8cd (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 3ed2955603f52..f10c12fc2393d 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.92 2017/05/10 22:29:04 sjg Exp $ +# $Id: Makefile,v 1.94 2017/07/15 18:22:14 sjg Exp $ # Base version on src date -_MAKE_VERSION= 20170510 +_MAKE_VERSION= 20170711 PROG?= ${.CURDIR:T} |
