diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2026-05-13 04:24:08 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2026-05-13 04:26:44 +0000 |
| commit | 1729d2f741a12a42c61ed5308ee156a0d1cd1918 (patch) | |
| tree | 31139c36e7b5e5f7df38891fcad3c3bd663e8bba /usr.bin/bmake | |
| parent | 9cc9b8b372842b9a941d235c5e9949a214e5284f (diff) | |
| parent | ef402bba84260816d3e8d6e2439b0bc7eddc9446 (diff) | |
Diffstat (limited to 'usr.bin/bmake')
| -rw-r--r-- | usr.bin/bmake/Makefile.config | 3 | ||||
| -rw-r--r-- | usr.bin/bmake/config.h | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/bmake/Makefile.config b/usr.bin/bmake/Makefile.config index 5ba662b3145e..17005c8109db 100644 --- a/usr.bin/bmake/Makefile.config +++ b/usr.bin/bmake/Makefile.config @@ -6,13 +6,14 @@ SRCTOP?= ${.CURDIR:H:H} # things set by configure -_MAKE_VERSION?=20260313 +_MAKE_VERSION?=20260508 prefix?= /usr srcdir= ${SRCTOP}/contrib/bmake CC?= cc MAKE_OS?= DEFAULT_SYS_PATH?= .../share/mk:/usr/share/mk +MAKE_SAVE_DOLLARS_DEFAULT?= no EGREP= egrep CPPFLAGS+= diff --git a/usr.bin/bmake/config.h b/usr.bin/bmake/config.h index fecfc2be4adb..4e4b7c9da809 100644 --- a/usr.bin/bmake/config.h +++ b/usr.bin/bmake/config.h @@ -279,7 +279,7 @@ #define PACKAGE_NAME "bmake" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "bmake 20251111" +#define PACKAGE_STRING "bmake 20260406" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bmake" @@ -288,7 +288,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20251111" +#define PACKAGE_VERSION "20260406" /* Define to 1 if the 'S_IS*' macros in <sys/stat.h> do not work properly. */ /* #undef STAT_MACROS_BROKEN */ |
