summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2014-10-08 22:01:35 +0000
committermarcel <marcel@FreeBSD.org>2014-10-08 22:01:35 +0000
commit951d95ff86579b104209f34d7a07ff6d997657f4 (patch)
tree2cee278d97562fcf0a9636db697e9eb1628d6d17 /usr.bin/mkimg/Makefile
parentdb3266a5c52784a19ec280a7a32336cef9661772 (diff)
downloadFreeBSD-src-951d95ff86579b104209f34d7a07ff6d997657f4.zip
FreeBSD-src-951d95ff86579b104209f34d7a07ff6d997657f4.tar.gz
MFC 271965, 272072, 272086: Add QCOW v1 & v2 support
Requested by: gjb 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 b802799..4e64aaa 100644
--- a/usr.bin/mkimg/Makefile
+++ b/usr.bin/mkimg/Makefile
@@ -8,6 +8,7 @@ CFLAGS+=-DSPARSE_WRITE
# List of formats to support
SRCS+= \
+ qcow.c \
raw.c \
vhd.c \
vmdk.c
OpenPOWER on IntegriCloud