Makefile revision 1.5
11.5Ssimonb# $NetBSD: Makefile,v 1.5 2001/06/03 13:42:11 simonb Exp $ 21.1Sross 31.5SsimonbPROG= bzip2 41.1SrossLDSTATIC?= -static 51.5SsimonbLDDIR!= cd ${.CURDIR}/../../lib/libbz2 ; make print-objdir 61.5SsimonbLDADD+= -L${LDDIR} -lbz2 71.2SrossDPADD+= ${LIBBZ2} 81.5Ssimonb 91.5SsimonbDIST= ${.CURDIR}/../../dist/bzip2 101.5Ssimonb.PATH: ${DIST} 111.3Smatt 121.3Smatt.include <bsd.own.mk> 131.1Sross 141.2SrossMLINKS+= bzip2.1 bunzip2.1\ 151.2Sross bzip2.1 bzcat.1\ 161.2Sross bzip2.1 bzip2recover.1 171.1Sross 181.1SrossLINKS+= ${BINDIR}/bzip2 ${BINDIR}/bunzip2 191.1SrossLINKS+= ${BINDIR}/bzip2 ${BINDIR}/bzcat 201.1Sross 211.1Sross.include <bsd.prog.mk> 22