1 1.7 dyoung # $NetBSD: Makefile,v 1.7 2004/03/13 05:55:40 dyoung Exp $ 2 1.7 dyoung 3 1.7 dyoung .include <bsd.own.mk> 4 1.1 wrstuden 5 1.6 matt .if ${USETOOLS} == "yes" 6 1.6 matt PROG= fixcoff 7 1.6 matt .include <bsd.prog.mk> 8 1.6 matt .else 9 1.6 matt HOSTPROG= fixcoff 10 1.1 wrstuden .include <bsd.hostprog.mk> 11 1.6 matt .endif 12