529d2eb4cb
very very fast, 2-clause BSD-licensed compressor. We provide the LZF_STATE version of the API, which is not the default for generic liblzf.
7 lines
196 B
Makefile
7 lines
196 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2010/02/03 06:25:55 tls Exp $
|
|
.include <bsd.own.mk>
|
|
|
|
LIBLZFDIR= ${NETBSDSRCDIR}/external/bsd/liblzf
|
|
.PATH: ${LIBLZFDIR}/dist
|
|
CPPFLAGS+= -I ${LIBLZFDIR}/dist
|