summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2015-06-17 19:03:32 +0000
committermarcel <marcel@FreeBSD.org>2015-06-17 19:03:32 +0000
commite4538d7f16467dec857ab8e8974664043aebed5a (patch)
treefe2addc6b4a85748ef76a2c0c4081956b008588d /usr.bin/mkimg/Makefile
parentd2f2bb87e8f9590ff5d8eb0745530c9f78bad751 (diff)
downloadFreeBSD-src-e4538d7f16467dec857ab8e8974664043aebed5a.zip
FreeBSD-src-e4538d7f16467dec857ab8e8974664043aebed5a.tar.gz
MFC 279125, 279126, 279128, 279139:
Add the -c option for specifying the capacity of the disk image. Bump the version to 20150222.
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 7bdf0b2..9fe18e5 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=20141211
+MKIMG_VERSION=20150222
mkimg.o: Makefile
CFLAGS+=-DMKIMG_VERSION=${MKIMG_VERSION}
OpenPOWER on IntegriCloud