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