Home | History | Annotate | Line # | Download | only in fixcoff
Makefile revision 1.8
      1  1.8  christos #	$NetBSD: Makefile,v 1.8 2005/12/11 12:18:06 christos Exp $
      2  1.7    dyoung 
      3  1.7    dyoung .include <bsd.own.mk>
      4  1.1  wrstuden 
      5  1.6      matt .if ${USETOOLS} == "yes"
      6  1.6      matt PROG=		fixcoff
      7  1.6      matt .include <bsd.prog.mk>
      8  1.6      matt .else
      9  1.6      matt HOSTPROG=	fixcoff
     10  1.1  wrstuden .include <bsd.hostprog.mk>
     11  1.6      matt .endif
     12