xref: /netbsd-src/usr.bin/bzip2recover/Makefile (revision 37b34d511dea595d3ba03a661cf3b775038ea5f8)
1#	$NetBSD: Makefile,v 1.7 2002/09/18 14:00:35 lukem Exp $
2
3NOMAN=	   # defined
4
5.include <bsd.own.mk>		# for MKDYNAMICROOT definition
6
7PROG=       bzip2recover
8
9.if (${MKDYNAMICROOT} == "no")
10LDSTATIC?= -static
11.endif
12
13DIST=	   ${NETBSDSRCDIR}/dist/bzip2
14.PATH:	   ${DIST}
15
16.include <bsd.prog.mk>
17