freebsd-src/lib/libbz2/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
254 B
Makefile
Raw Normal View History

PACKAGE= lib${LIB}
BZ2DIR= ${SRCTOP}/contrib/bzip2
.PATH: ${BZ2DIR}
LIB= bz2
SHLIB_MAJOR= 4
SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
huffman.c randtable.c
INCS= bzlib.h
CFLAGS+= -I${BZ2DIR}
WARNS?= 3
.include <bsd.lib.mk>