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.
25 lines
475 B
Makefile
25 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.21 2010/02/03 06:25:55 tls Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive libevent liblzf \
|
|
mdocml openresolv pkg_install top byacc
|
|
|
|
.if (${MKATF} != "no")
|
|
SUBDIR+= atf
|
|
.endif
|
|
.if (${MKISCSI} != "no")
|
|
SUBDIR+= iscsi
|
|
.endif
|
|
.if (${MKLDAP} != "no")
|
|
SUBDIR+= openldap
|
|
.endif
|
|
.if (${MKCRYPTO} != "no")
|
|
SUBDIR+= ../../crypto/external/bsd
|
|
.endif
|
|
.if (${MKPCC} != "no")
|
|
SUBDIR+= pcc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|