11.10Schristos# $NetBSD: Makefile,v 1.10 2018/05/01 19:59:45 christos Exp $ 21.1Swrstuden 31.6Smatt.if ${USETOOLS} == "yes" 41.10Schristos.include <bsd.init.mk> 51.6SmattPROG= fixcoff 61.6Smatt.include <bsd.prog.mk> 71.6Smatt.else 81.10Schristos.include <bsd.hostinit.mk> 91.6SmattHOSTPROG= fixcoff 101.1Swrstuden.include <bsd.hostprog.mk> 111.6Smatt.endif 12