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