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