4a711bea63
Change-Id: I6968b0f0401f3f42dc55a0f4938a7e12a3a55ae7
17 lines
344 B
Makefile
17 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/05/07 08:51:48 wiz Exp $
|
|
|
|
USE_FORT?= yes # data-driven bugs?
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk> # for MKDYNAMICROOT definition
|
|
|
|
PROG= bzip2recover
|
|
|
|
.if (${MKDYNAMICROOT} == "no")
|
|
LDSTATIC?= -static
|
|
.endif
|
|
|
|
DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
|
|
.PATH: ${DIST}
|
|
|
|
.include <bsd.prog.mk>
|