NetBSD/usr.bin/vndcompress/Makefile
hubertf e98029593c Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk
images from "normal" into cloop2-format compressed images and back.
Written by Florian Stoehr (netbsd@wolfnode.de) with some polishing
by me.

Compressed disk images can be used with the vnd(4) driver when compiled with
VND_COMPRESSION and "vnconfig -z".  Useful for creation of Live CDs/DVDs.
2005-07-25 12:17:59 +00:00

10 lines
218 B
Makefile

# $Id: Makefile,v 1.1.1.1 2005/07/25 12:17:59 hubertf Exp $
PROG= vndcompress
LINKS= ${BINDIR}/vndcompress ${BINDIR}/vnduncompress
MLINKS= vndcompress.1 vnduncompress.1
LDADD+= -lz
WARNS= 3
.include <bsd.prog.mk>