bc3b2c5545
file. That logic has grown quite significantly now; o add a special handling for the snapshot images. Those have some extra headers at the end of the image and we don't need those in the output image really. MFC after: 6 weeks
13 lines
246 B
Makefile
13 lines
246 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mkuzip
|
|
MAN= mkuzip.8
|
|
SRCS= mkuzip.c mkuz_blockcache.c mkuz_lzma.c mkuz_zlib.c mkuz_conveyor.c \
|
|
mkuz_blk.c mkuz_fqueue.c mkuz_time.c mkuz_insize.c
|
|
|
|
#CFLAGS+= -DMKUZ_DEBUG
|
|
|
|
LIBADD= z md lzma pthread
|
|
|
|
.include <bsd.prog.mk>
|