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