freebsd-dev/lib/libbz2/Makefile
Ruslan Ermilov 69f8a52c4c I somehow managed to forgot to commit this in my INCS sweep.
We don't need the `beforeinstall' here, INCS handles this.
2002-05-14 11:41:23 +00:00

17 lines
289 B
Makefile

# $FreeBSD$
MAINTAINER= obrien@FreeBSD.org
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
.PATH: ${BZ2DIR}
LIB= bz2
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
huffman.c randtable.c
INCS= bzlib.h
CFLAGS+= -I${BZ2DIR}
.include <bsd.lib.mk>