Home | History | Annotate | Line # | Download | only in fixcoff
      1  1.10  christos #	$NetBSD: Makefile,v 1.10 2018/05/01 19:59:45 christos Exp $
      2   1.1  wrstuden 
      3   1.6      matt .if ${USETOOLS} == "yes"
      4  1.10  christos .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.10  christos .include <bsd.hostinit.mk>
      9   1.6      matt HOSTPROG=	fixcoff
     10   1.1  wrstuden .include <bsd.hostprog.mk>
     11   1.6      matt .endif
     12