]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libbz2/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libbz2 / Makefile
1 # $FreeBSD$
2
3 BZ2DIR= ${.CURDIR}/../../contrib/bzip2
4 .PATH: ${BZ2DIR}
5
6 LIB=            bz2
7 SHLIB_MAJOR=    4
8 SRCS=           bzlib.c blocksort.c compress.c crctable.c decompress.c \
9                 huffman.c randtable.c
10 INCS=           bzlib.h
11 CFLAGS+=        -I${BZ2DIR}
12
13 WARNS?=         3
14
15 .include <bsd.lib.mk>