summaryrefslogtreecommitdiff
path: root/usr.bin/bzip2recover/Makefile
blob: 5feeb1914c4678118d2de46c6ad8c8f1e1c0a6f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$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>