Home | History | Annotate | Line # | Download | only in bzip2recover
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2002/09/18 14:00:35 lukem Exp $
      2 
      3 NOMAN=	   # defined
      4 
      5 .include <bsd.own.mk>		# for MKDYNAMICROOT definition
      6 
      7 PROG=       bzip2recover
      8 
      9 .if (${MKDYNAMICROOT} == "no")
     10 LDSTATIC?= -static
     11 .endif
     12 
     13 DIST=	   ${NETBSDSRCDIR}/dist/bzip2
     14 .PATH:	   ${DIST}
     15 
     16 .include <bsd.prog.mk>
     17