]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libbz2/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>