xref: /minix/usr.bin/bzip2recover/Makefile (revision ebfedea0)
1#	$NetBSD: Makefile,v 1.10 2012/05/07 08:51:48 wiz Exp $
2
3USE_FORT?= yes	# data-driven bugs?
4NOMAN=	   # defined
5
6.include <bsd.own.mk>		# for MKDYNAMICROOT definition
7
8PROG=       bzip2recover
9
10.if (${MKDYNAMICROOT} == "no")
11LDSTATIC?= -static
12.endif
13
14DIST=	   ${NETBSDSRCDIR}/external/bsd/bzip2/dist
15.PATH:	   ${DIST}
16
17.include <bsd.prog.mk>
18