mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Enable mmap for minigzip(1).
This commit is contained in:
parent
798aea00f8
commit
ae91fee256
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205472
@ -1,10 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../lib/libz
|
||||
.PATH: ${SRCDIR}
|
||||
|
||||
PROG= minigzip
|
||||
LDADD= -lz
|
||||
DPADD= ${LIBZ}
|
||||
.PATH: ${.CURDIR}/../../lib/libz
|
||||
|
||||
WARNS?= 5
|
||||
CFLAGS+=-DUSE_MMAP
|
||||
DPADD= ${LIBZ}
|
||||
LDADD= -lz
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user