Home | History | Annotate | Line # | Download | only in fixcoff
Makefile revision 1.4.2.3
      1  1.4.2.3     skrll #	$NetBSD: Makefile,v 1.4.2.3 2004/09/21 13:18:30 skrll Exp $
      2      1.4     lukem 
      3  1.4.2.1     skrll .include <bsd.own.mk>
      4      1.1  wrstuden 
      5  1.4.2.1     skrll .if ${USETOOLS} == "yes"
      6  1.4.2.1     skrll PROG=		fixcoff
      7  1.4.2.1     skrll .include <bsd.prog.mk>
      8  1.4.2.1     skrll .else
      9  1.4.2.1     skrll HOSTPROG=	fixcoff
     10      1.1  wrstuden .include <bsd.hostprog.mk>
     11  1.4.2.1     skrll .endif
     12