xref: /netbsd-src/usr.bin/bzip2recover/Makefile (revision da5f4674a3fc214be3572d358b66af40ab9401e7)
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