Home | History | Annotate | Line # | Download | only in bzip2recover
Makefile revision 1.8
      1  1.8     tls #	$NetBSD: Makefile,v 1.8 2007/05/28 12:06:25 tls 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.7   lukem DIST=	   ${NETBSDSRCDIR}/dist/bzip2
     15  1.4  simonb .PATH:	   ${DIST}
     16  1.1    ross 
     17  1.1    ross .include <bsd.prog.mk>
     18