Home | History | Annotate | Line # | Download | only in fixcoff
Makefile revision 1.4.2.1
      1  1.4.2.1     skrll #	$NetBSD: Makefile,v 1.4.2.1 2004/08/03 10:37:31 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