summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2015-06-24 18:40:34 +0000
committermarcel <marcel@FreeBSD.org>2015-06-24 18:40:34 +0000
commitc8b4a5d462f81bded2f88253a2feb3abc492b84a (patch)
tree99ed0e0c8a504b3be81923563d997f2bf012a5f5 /usr.bin/mkimg/Makefile
parentf8c30d3e154c78363d9019a4c35b0804e53656c0 (diff)
downloadFreeBSD-src-c8b4a5d462f81bded2f88253a2feb3abc492b84a.zip
FreeBSD-src-c8b4a5d462f81bded2f88253a2feb3abc492b84a.tar.gz
MFC r284269, r284270, r284655, r284656, r284658:
VHD fixes for Microsoft Azure: 1. Round the image size to the VHD geometry and then round to a multiple of 1MB. 2. Change the creator OS from "FBSD" to "Wi2k". It matters... 3. Bump the VHD tool version and the mkimg version. Approved by: re (gjb)
Diffstat (limited to 'usr.bin/mkimg/Makefile')
-rw-r--r--usr.bin/mkimg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkimg/Makefile b/usr.bin/mkimg/Makefile
index 9fe18e5..2284cf2 100644
--- a/usr.bin/mkimg/Makefile
+++ b/usr.bin/mkimg/Makefile
@@ -4,7 +4,7 @@ PROG= mkimg
SRCS= format.c image.c mkimg.c scheme.c
MAN= mkimg.1
-MKIMG_VERSION=20150222
+MKIMG_VERSION=20150620
mkimg.o: Makefile
CFLAGS+=-DMKIMG_VERSION=${MKIMG_VERSION}
OpenPOWER on IntegriCloud