freebsd-dev/usr.bin/minigzip/Makefile
Xin LI a2953f767d MFV: Update zlib to 1.2.7.
(x86 assembler optimization disabled for now because it
requires the new .cfi_* directives that is not supported
by base system binutils).

MFC after:	1 week
2012-06-21 21:47:08 +00:00

14 lines
165 B
Makefile

# $FreeBSD$
SRCDIR= ${.CURDIR}/../../lib/libz/test
.PATH: ${SRCDIR}
PROG= minigzip
WARNS?= 5
CFLAGS+=-DUSE_MMAP
DPADD= ${LIBZ}
LDADD= -lz
.include <bsd.prog.mk>