a2953f767d
(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
14 lines
165 B
Makefile
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>
|