diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-02-10 01:21:33 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-02-10 01:23:23 +0000 |
| commit | dc1b8c9a846e78a87789fe1473350c3260722148 (patch) | |
| tree | 809c77aa488d8b937f4d0ae0cc40b85cb0f0027d /usr.bin | |
| parent | cd3193f640e26991d94d87a45ee9b6a953c56fb5 (diff) | |
| parent | f4d51098686d961fc03dc5aa327619d0af3c9dcd (diff) | |
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/bmake/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/bmake/Makefile.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile index 722de897acbb..f94c7d3d2914 100644 --- a/usr.bin/bmake/Makefile +++ b/usr.bin/bmake/Makefile @@ -12,7 +12,7 @@ CFLAGS+= -I${.CURDIR} CLEANDIRS+= FreeBSD CLEANFILES+= bootstrap -# $Id: Makefile,v 1.122 2022/10/08 02:53:30 sjg Exp $ +# $Id: Makefile,v 1.123 2023/01/28 02:49:20 sjg Exp $ PROG?= ${.CURDIR:T} diff --git a/usr.bin/bmake/Makefile.config b/usr.bin/bmake/Makefile.config index fab0991419ff..a0310f91a5f8 100644 --- a/usr.bin/bmake/Makefile.config +++ b/usr.bin/bmake/Makefile.config @@ -7,7 +7,7 @@ SRCTOP?= ${.CURDIR:H:H} # things set by configure -_MAKE_VERSION?=20230126 +_MAKE_VERSION?=20230208 prefix?= /usr srcdir= ${SRCTOP}/contrib/bmake |
