summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2014-07-28 02:07:16 +0000
committermarcel <marcel@FreeBSD.org>2014-07-28 02:07:16 +0000
commit37a9f7be2fd32cf24c75d466cacac9ce83a3766b (patch)
tree66e64f422d8c9a6302c783fe4783cf8ee5e22044 /usr.bin/mkimg/Makefile
parent920342975e733e6db05ffe8353ba9a3d29fffb23 (diff)
downloadFreeBSD-src-37a9f7be2fd32cf24c75d466cacac9ce83a3766b.zip
FreeBSD-src-37a9f7be2fd32cf24c75d466cacac9ce83a3766b.tar.gz
MFC r268236,268264,268524,268646,268802,269021:
This brings VHD support to mkimg(1); both dynamic and fixed file formats. Dynamic VHD and VMDK file images are now sparsely written, meaning that "free" sectors do not occupy space. Relnotes: yes
Diffstat (limited to 'usr.bin/mkimg/Makefile')
-rw-r--r--usr.bin/mkimg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mkimg/Makefile b/usr.bin/mkimg/Makefile
index 582ca60..b802799 100644
--- a/usr.bin/mkimg/Makefile
+++ b/usr.bin/mkimg/Makefile
@@ -9,6 +9,7 @@ CFLAGS+=-DSPARSE_WRITE
# List of formats to support
SRCS+= \
raw.c \
+ vhd.c \
vmdk.c
# List of schemes to support
OpenPOWER on IntegriCloud