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