diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-06-08 17:51:21 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-06-08 17:51:21 +0000 |
| commit | 39ac7ef49a8c0f894f908466faee397ed73e3f44 (patch) | |
| tree | 56122b5c8140a0bf6027aed1c35467390a3cfad5 /usr.bin/bmake | |
| parent | 7951c6aa9bb735ce65cfc7cc8a9d2b88eaf9a298 (diff) | |
| parent | e6b08231c85258b2333fb56db71683be756f8b51 (diff) | |
Notes
Diffstat (limited to 'usr.bin/bmake')
| -rw-r--r-- | usr.bin/bmake/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/bmake/config.h | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile index c0c940e94959..a748a9b09c07 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.66 2016/06/04 22:21:15 sjg Exp $ +# $Id: Makefile,v 1.67 2016/06/07 00:46:12 sjg Exp $ # Base version on src date -_MAKE_VERSION= 20160604 +_MAKE_VERSION= 20160606 PROG?= ${.CURDIR:T} diff --git a/usr.bin/bmake/config.h b/usr.bin/bmake/config.h index 6119dcfde4ec..7a47d4c69575 100644 --- a/usr.bin/bmake/config.h +++ b/usr.bin/bmake/config.h @@ -245,7 +245,7 @@ #define PACKAGE_NAME "bmake" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "bmake 20151022" +#define PACKAGE_STRING "bmake 20160606" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bmake" @@ -254,7 +254,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20151022" +#define PACKAGE_VERSION "20160606" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -326,6 +326,9 @@ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ +/* Define to `int' if <sys/types.h> does not define. */ +/* #undef mode_t */ + /* Define to `long int' if <sys/types.h> does not define. */ /* #undef off_t */ |
