xref: /dragonfly/usr.bin/bzip2/Makefile (revision 02b3f3d5)
1984263bcSMatthew Dillon# $FreeBSD: src/usr.bin/bzip2/Makefile,v 1.5.2.2 2001/08/02 01:09:06 obrien Exp $
2984263bcSMatthew Dillon
37295dc46SPeter AvalosBZ2DIR=	${.CURDIR}/../../contrib/bzip2
40297f974SSimon Schubert
5984263bcSMatthew Dillon.PATH: ${BZ2DIR}
6984263bcSMatthew Dillon
7984263bcSMatthew DillonPROG=	bzip2
8*02b3f3d5SSascha WildnerWARNS?=	3
90297f974SSimon Schubert
10984263bcSMatthew DillonCFLAGS+= -D_FILE_OFFSET_BITS=64
11984263bcSMatthew Dillon
12984263bcSMatthew DillonDPADD=	${LIBBZ2}
13984263bcSMatthew DillonLDADD=	-lbz2
14984263bcSMatthew Dillon
15984263bcSMatthew DillonNOSHARED?=	YES
16984263bcSMatthew Dillon
17984263bcSMatthew DillonLINKS=	${BINDIR}/bzip2 ${BINDIR}/bunzip2
18984263bcSMatthew DillonLINKS+=	${BINDIR}/bzip2 ${BINDIR}/bzcat
19d08ff29cSSascha WildnerMLINKS=	bzip2.1 bunzip2.1 bzip2.1 bzcat.1 bzip2.1 bzip2recover.1
20984263bcSMatthew Dillon
21984263bcSMatthew Dillon.include <bsd.prog.mk>
22