Home | History | Annotate | Line # | Download | only in bzip2recover
Makefile revision 1.8.34.1
      1  1.8.34.1    yamt #	$NetBSD: Makefile,v 1.8.34.1 2012/05/23 10:08:23 yamt 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.8.34.1    yamt DIST=	   ${NETBSDSRCDIR}/external/bsd/bzip2/dist
     15       1.4  simonb .PATH:	   ${DIST}
     16       1.1    ross 
     17       1.1    ross .include <bsd.prog.mk>
     18